Skip to content

Commit

Permalink
Merge pull request #3208 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
9/30/2024 PM Publish
  • Loading branch information
Emma-yxf authored Sep 30, 2024
2 parents c29910b + 6e3497d commit 8bbb49f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-conceptual/azps-12.3.0/migrate-az-12.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,7 @@ $policyDefinitionReferenceId = $policySetDefinition.Properties.PolicyDefinitions
### `Set-AzPolicyAssignment`

- Cmdlet breaking-change will happen to all parameter sets
- The cmdlet Set-AzPolicyAssignment will be renamed to Update-AzPolicyAssignment
- The output type 'Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment' is changing
- The following properties in the output type are being deprecated : 'Properties', 'Identity', 'ResourceId', 'ResourceName', 'ResourceType', 'PolicyAssignmentId'
- The following properties are being added to the output type : 'Description' 'DisplayName' 'EnforcementMode' 'Metadata' 'NonComplianceMessages' 'NotScopes' 'Parameters' 'PolicyDefinitionId' 'Scope'
Expand Down Expand Up @@ -1637,6 +1638,7 @@ $principalId = $policyAssignment.Identity.PrincipalId
### `Set-AzPolicyDefinition`

- Cmdlet breaking-change will happen to all parameter sets
- The cmdlet Set-AzPolicyDefinition will be renamed to Update-AzPolicyDefinition
- The output type 'Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition' is changing
- The following properties in the output type are being deprecated : 'Properties', 'ResourceId', 'ResourceName', 'ResourceType', 'PolicyDefinitionId'
- The following properties are being added to the output type : 'Description' 'DisplayName' 'Metadata' 'Mode' 'Parameters' 'PolicyRule' 'PolicyType'
Expand Down Expand Up @@ -1664,6 +1666,7 @@ $description = $policyDefinition.Properties.Description
### `Set-AzPolicyExemption`

- Cmdlet breaking-change will happen to all parameter sets
- The cmdlet Set-AzPolicyExemption will be renamed to Update-AzPolicyExemption
- The output type 'Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption' is changing
- The following properties in the output type are being deprecated : 'Properties', 'ResourceId', 'ResourceName', 'ResourceType'
- The following properties are being added to the output type : 'Description' 'DisplayName' 'ExemptionCategory' 'ExpiresOn' 'Metadata' 'PolicyAssignmentId' 'PolicyDefinitionReferenceIds'
Expand Down Expand Up @@ -1692,6 +1695,7 @@ $exemptionCategory = $policyExemption.Properties.ExemptionCategory
### `Set-AzPolicySetDefinition`

- Cmdlet breaking-change will happen to all parameter sets
- The cmdlet Set-AzPolicySetDefinition will be renamed to Update-AzPolicySetDefinition
- The output type 'Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition' is changing
- The following properties in the output type are being deprecated : 'Properties', 'ResourceId', 'ResourceName', 'ResourceType', 'PolicySetDefinitionId'
- The following properties are being added to the output type : 'Description' 'DisplayName' 'Metadata' 'Parameters' 'PolicyDefinitionGroups' 'PolicyDefinitions' 'PolicyType'
Expand Down

0 comments on commit 8bbb49f

Please sign in to comment.