Skip to content

Commit a419725

Browse files
mgmt, storageaction, update flattenProperty (#35485)
1 parent 39e3878 commit a419725

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

specification/storageactions/StorageAction.Management/back-compatible.tsp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ using Azure.ClientGenerator.Core;
44
using Microsoft.StorageActions;
55

66
#suppress "deprecated" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
7-
@@flattenProperty(StorageTaskPreviewAction.properties, "!csharp");
7+
@@flattenProperty(StorageTaskPreviewAction.properties, "!csharp,!java,!python");
88

99
#suppress "deprecated" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
10-
@@flattenProperty(StorageTaskUpdateParameters.properties, "!csharp");
10+
@@flattenProperty(StorageTaskUpdateParameters.properties,
11+
"!csharp,!java,!python"
12+
);
1113

1214
@@clientName(StorageTasks.create::parameters.resource, "parameters");
1315
@@clientName(StorageTasks.update::parameters.properties, "parameters");
@@ -16,7 +18,7 @@ using Microsoft.StorageActions;
1618
);
1719
@@clientName(StorageTasksOperationGroup.previewActions, "PreviewActions");
1820
#suppress "deprecated" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
19-
@@flattenProperty(StorageTask.properties, "!csharp");
21+
@@flattenProperty(StorageTask.properties, "!csharp,!java,!python");
2022

2123
// @@clientLocation decorators for operations with custom @operationId
2224
// These ensure consistent operationId generation in the output

0 commit comments

Comments
 (0)