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
* Move App to main
* update changelog and BreakingChangeIssues.csv
---------
Co-authored-by: azure-powershell-bot <[email protected]>
Co-authored-by: Jinpei Li <[email protected]>
# Disable transform IdentityType as GET+PUT can not replace patch(https://github.com/Azure/autorest.powershell/blob/main/docs/migration-from-v3-to-v4.md#managed-identity-best-practice-alignment)
66
+
# 1. ContainerApps_CreateOrUpdate and Jobs_CreateOrUpdate can not update resources
67
+
# 2. the input schemas of PUT and PATCH are different
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.
682
-
deprecated-by-version: 2.0.0
683
-
deprecated-by-azversion: 13.0.0
684
-
change-effective-date: 2024/11/19
685
-
- where:
686
-
parameter-name: IdentityUserAssignedIdentity
687
-
set:
688
-
breaking-change:
689
-
old-parameter-type: Hashtable
690
-
new-parameter-type: string[]
691
-
change-description: IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
# The set of user assigned identities associated with the resource.
320
-
# The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
321
-
# The dictionary values can be empty objects ({}) in requests.
322
-
${IdentityUserAssignedIdentity},
309
+
[System.Management.Automation.SwitchParameter]
310
+
# Determines whether to enable a system-assigned identity for the resource.
# Workload profile name to pin for container app execution.
430
-
${WorkloadProfileName},
418
+
[System.String[]]
419
+
# The array of user assigned identities associated with the resource.
420
+
# The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.'
if (('CreateExpanded','CreateViaJsonFilePath','CreateViaJsonString') -contains$parameterSet-and-not$PSBoundParameters.ContainsKey('SubscriptionId') ) {
534
+
if (('CreateExpanded','CreateViaJsonString','CreateViaJsonFilePath') -contains$parameterSet-and-not$PSBoundParameters.ContainsKey('SubscriptionId') ) {
0 commit comments