@@ -4,10 +4,12 @@ using Azure.ClientGenerator.Core;
4
4
using Microsoft .StorageActions ;
5
5
6
6
#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 " );
8
8
9
9
#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
+ );
11
13
12
14
@@ clientName (StorageTasks .create ::parameters .resource , "parameters" );
13
15
@@ clientName (StorageTasks .update ::parameters .properties , "parameters" );
@@ -16,7 +18,7 @@ using Microsoft.StorageActions;
16
18
);
17
19
@@ clientName (StorageTasksOperationGroup .previewActions , "PreviewActions" );
18
20
#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 " );
20
22
21
23
// @@clientLocation decorators for operations with custom @operationId
22
24
// These ensure consistent operationId generation in the output
0 commit comments