Ben Eshed
Ben Eshed
additional properties should be "key": string? (optional string) https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/azureFirewall.json#L620 https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/azureFirewall.json#L686 This prevents different sdks/cli/powershell from properly validating a value client side.
# ARM (Control Plane) API Specification Update Pull Request ## Purpose of this PR What's the purpose of this PR? Check all that apply. This is **mandatory**! - [ ]...
# ARM (Control Plane) API Specification Update Pull Request > Tip: overwhelmed by all this guidance? See the `Getting help` section at the bottom of this PR description. ## PR...
YAML isn't natively supported by powershell and needs 3rd party modules to parse yaml configs
## Description ## Mandatory Checklist - Please choose the target release of Azure PowerShell. (⚠️**Target release** is a different concept from **API readiness**. Please click below links for details.) -...
## Description Multiple customers have complained of applying test changes to production workloads due to the `What-If` parameter being passed which comes from `ShouldProcess`. After reviewing the code, it is...
### Description Currently does not support whatif and executes anyways https://github.com/Azure/azure-powershell/blob/main/documentation/development-docs/design-guidelines/cmdlet-best-practices.md#shouldprocess ### Issue script & Debug output ```PowerShell https://github.com/Azure/azure-powershell/blob/main/documentation/development-docs/design-guidelines/cmdlet-best-practices.md#shouldprocess ``` ### Environment data ```PowerShell https://github.com/Azure/azure-powershell/blob/main/documentation/development-docs/design-guidelines/cmdlet-best-practices.md#shouldprocess ``` ### Module versions ```PowerShell...