You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The set of user assigned identities associated with the resource.
122
-
The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
123
-
The dictionary values can be empty objects ({}) in requests.
135
+
### -JsonFilePath
136
+
Path of Json file supplied to the Create operation
124
137
125
138
```yaml
126
-
Type: System.Collections.Hashtable
127
-
Parameter Sets: (All)
139
+
Type: System.String
140
+
Parameter Sets: CreateViaJsonFilePath
128
141
Aliases:
129
142
130
-
Required: False
143
+
Required: True
144
+
Position: Named
145
+
Default value: None
146
+
Accept pipeline input: False
147
+
Accept wildcard characters: False
148
+
```
149
+
150
+
### -JsonString
151
+
Json string supplied to the Create operation
152
+
153
+
```yaml
154
+
Type: System.String
155
+
Parameter Sets: CreateViaJsonString
156
+
Aliases:
157
+
158
+
Required: True
131
159
Position: Named
132
160
Default value: None
133
161
Accept pipeline input: False
@@ -139,7 +167,7 @@ List of email Domain resource Ids.
139
167
140
168
```yaml
141
169
Type: System.String[]
142
-
Parameter Sets: (All)
170
+
Parameter Sets: CreateExpanded
143
171
Aliases:
144
172
145
173
Required: False
@@ -154,7 +182,7 @@ The geo-location where the resource lives
154
182
155
183
```yaml
156
184
Type: System.String
157
-
Parameter Sets: (All)
185
+
Parameter Sets: CreateExpanded
158
186
Aliases:
159
187
160
188
Required: True
@@ -231,7 +259,23 @@ Resource tags.
231
259
232
260
```yaml
233
261
Type: System.Collections.Hashtable
234
-
Parameter Sets: (All)
262
+
Parameter Sets: CreateExpanded
263
+
Aliases:
264
+
265
+
Required: False
266
+
Position: Named
267
+
Default value: None
268
+
Accept pipeline input: False
269
+
Accept wildcard characters: False
270
+
```
271
+
272
+
### -UserAssignedIdentity
273
+
The array of user assigned identities associated with the resource.
274
+
The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
275
+
276
+
```yaml
277
+
Type: System.String[]
278
+
Parameter Sets: CreateExpanded
235
279
Aliases:
236
280
237
281
Required: False
@@ -279,7 +323,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments