Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9/30/2024 PM Publish #3208

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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