Azure / Azure/azure-powershell
Incorrect deprecation message for Add-AzApplicationGatewayBackendHttpSetting
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
Customer is seeing frequent errors for breaking changes
I have been getting Breaking Changes warnings on some of my automation scripts for Add-AzApplicationGatewayBackendHttpSetting, Set-AzApplicationGatewayBackendHttpSetting Get-AzApplicationGatewayBackendHttpSetting.
I can find no documentation regarding what these breaking changes are, or how to mitigate them. Can you please provide documentation on what these changes are?
Message:
WARNING: Breaking changes in the cmdlet 'Add-AzApplicationGatewayBackendHttpSetting' :
WARNING: - Add-AzApplicationGatewayBackendHttpSettings alias will be removed in an upcoming breaking change release
WARNING: change is expected to take effect from the '2.0.0' .
We could verify that this was released as a part of Version 1.7.0 and related to PR https://github.com/Azure/azure-powershell/pull/8814/files.
As per the customer expectation, there should be a section of Az.Network in migration document https://docs.microsoft.com/en-us/powershell/azure/migrate-az-2.0.0?view=azps-3.1.0 which states this as a breaking change.
Also looking at the code, i can see that plural nouns are still supported in 2.0.0. Can you confirm if they are removed?
Contributor guide
Assessment
This issue has not been assessed yet.