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

Fix: Upcoming breaking changes in the cmdlet #124

Open
barrjam opened this issue Nov 23, 2022 · 0 comments
Open

Fix: Upcoming breaking changes in the cmdlet #124

barrjam opened this issue Nov 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@barrjam
Copy link
Contributor

barrjam commented Nov 23, 2022

These are from Get-AzLandingZone, other commands produce similar warnings

Get-AzManagementGroup

WARNING: Upcoming breaking changes in the cmdlet 'Get-AzManagementGroup' :

- The parameter : 'GroupName' is being replaced by parameter : 'GroupId'.
- Change description : We will replace GroupName with GroupId to make it more clear. 
Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.

Get-AzPolicyAssignment

WARNING: Upcoming breaking changes in the cmdlet 'Get-AzPolicyAssignment' :                                                                                                                                                                                                                                                                                                                                                       - The output type 'Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment' is changing                                                                                        - The following properties are being added to the output type : 'Identity'                                                                                                                                       
Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.

Get-AzEventHubNamespace

WARNING: Upcoming breaking changes in the cmdlet 'Get-AzEventHubNamespace' :                                                                                                                                                                                                                                                                                                                                                      - The output type 'Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes' is changing                                                                                                                   - The following properties in the output type are being deprecated : 'ResourceGroup'                                                                                                                             
- The following properties are being added to the output type : 'ResourceGroupName' 'Tags'
Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.
@barrjam barrjam added the bug Something isn't working label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant