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
change-description: IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
201
-
deprecated-by-version: 2.0.0
202
-
deprecated-by-azversion: 13.0.0
203
-
change-effective-date: 2024/11/19
204
-
- where:
205
-
parameter-name: UserAssignedIdentity
206
-
set:
207
-
breaking-change:
208
-
old-parameter-type: Hashtable
209
-
new-parameter-type: string[]
210
-
change-description: UserAssignedIdentity's type will be simplified as string array.
# The set of user assigned identities associated with the resource.
119
-
# The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
120
-
# The dictionary values can be empty objects ({}) in requests.
116
+
[System.String[]]
117
+
# The array of user assigned identities associated with the resource.
118
+
# The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
# The set of user assigned identities associated with the resource.
409
-
# The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
410
-
# The dictionary values can be empty objects ({}) in requests.
406
+
[System.String[]]
407
+
# The array of user assigned identities associated with the resource.
408
+
# The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
# The set of user assigned identities associated with the resource.
763
-
# The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
764
-
# The dictionary values can be empty objects ({}) in requests.
760
+
[System.String[]]
761
+
# The array of user assigned identities associated with the resource.
762
+
# The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
# The set of user assigned identities associated with the resource.
1503
-
# The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
1504
-
# The dictionary values can be empty objects ({}) in requests.
1498
+
[System.String[]]
1499
+
# The array of user assigned identities associated with the resource.
1500
+
# The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
# The set of user assigned identities associated with the resource.
2329
-
# The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
2330
-
# The dictionary values can be empty objects ({}) in requests.
2349
+
[System.String[]]
2350
+
# The array of user assigned identities associated with the resource.
2351
+
# The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
# The set of user assigned identities associated with the resource.
3012
-
# The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
3013
-
# The dictionary values can be empty objects ({}) in requests.
3030
+
[System.String[]]
3031
+
# The array of user assigned identities associated with the resource.
3032
+
# The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
0 commit comments