@@ -41,11 +41,13 @@ title: ElasticSan
41
41
module-version : 0.3.0
42
42
subject-prefix : $(service-name)
43
43
44
- use-extension :
44
+ use-extension :
45
45
" @autorest/powershell " : " 4.x"
46
46
enable-parent-pipeline-input : true
47
+ disable-transform-identity-type : true
48
+ flatten-userassignedidentity : false
47
49
48
- # If there are post APIs for some kinds of actions in the RP, you may need to
50
+ # If there are post APIs for some kinds of actions in the RP, you may need to
49
51
# uncomment following line to support viaIdentity for these post APIs
50
52
# identity-correction-for-post: true
51
53
@@ -68,12 +70,12 @@ directive:
68
70
alias : ElasticSanName
69
71
- where :
70
72
subject : VolumeGroup
71
- parameter-name : Name
73
+ parameter-name : Name
72
74
set :
73
75
alias : VolumeGroupName
74
76
- where :
75
77
subject : Volume
76
- parameter-name : Name
78
+ parameter-name : Name
77
79
set :
78
80
alias : VolumeName
79
81
- where :
@@ -85,7 +87,7 @@ directive:
85
87
set :
86
88
parameter-name : ForceDelete
87
89
- where :
88
- parameter-name : SnapshotName
90
+ parameter-name : SnapshotName
89
91
set :
90
92
parameter-name : Name
91
93
- where :
@@ -106,7 +108,7 @@ directive:
106
108
parameter-name : GroupName
107
109
set :
108
110
parameter-name : VolumeGroupName
109
- - where :
111
+ - where :
110
112
subject : VolumeSnapshot
111
113
verb : Update
112
114
remove : true
@@ -139,14 +141,14 @@ directive:
139
141
- where :
140
142
subject : ^PrivateEndpointConnection$|^PrivateLinkResource$
141
143
hide : true
142
- - where :
144
+ - where :
143
145
verb : ^New$|^Update$
144
146
subject : ^VolumeGroup$
145
147
hide : true
146
- - where :
148
+ - where :
147
149
verb : New
148
- subject : Volume
149
- parameter-name : ManagedByResourceId
150
+ subject : Volume
151
+ parameter-name : ManagedByResourceId
150
152
hide : true
151
153
- from : IdentityUserAssignedIdentities.dictionary.cs
152
154
where : $
0 commit comments