File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
specification/storagediscovery/Microsoft.StorageDiscovery.Management Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,11 @@ using Microsoft.StorageDiscovery;
24
24
"StorageDiscoveryProvisioningState" ,
25
25
"csharp"
26
26
);
27
+ @@ clientName (StorageDiscoveryResourceType ,
28
+ "StorageDiscoveryResourceKind" ,
29
+ "csharp"
30
+ );
31
+ @@ clientName (StorageDiscoveryWorkspacePropertiesUpdate ,
32
+ "StorageDiscoveryWorkspacePatchProperties" ,
33
+ "csharp"
34
+ );
Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ namespace Microsoft.StorageDiscovery;
9
9
10
10
enum ApiVersion {
11
11
@ armCommonTypesVersion (Azure .ResourceManager .CommonTypes .Versions .v6 )
12
+ @ useDependency (Azure .ResourceManager .Versions .v1_0_Preview_1 )
12
13
v2025_06_01_preview : "2025-06-01-preview" ,
13
14
14
15
@ armCommonTypesVersion (Azure .ResourceManager .CommonTypes .Versions .v5 )
16
+ @ useDependency (Azure .ResourceManager .Versions .v1_0_Preview_1 )
15
17
v2025_09_01 : "2025-09-01" ,
16
18
}
You can’t perform that action at this time.
0 commit comments