-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Preconditions
- No need to upgrade Python SDK or the Python SDK is ready.
Related command
az network application-gateway create --enable-fips
az network application-gateway update --enable-fips
Resource Provider
Microsoft.Network
Description of Feature or Work Requested
Related command
az network application-gateway create --enable-fips
az network application-gateway update --enable-fips
Resource Provider
Microsoft.Network/applicationGateways
Description of Feature or Work Requested
enableFips is working for Show command but not for create and update command. As per discussion with Ethan Yang creating this issue to help add the support for create and update commands of application-gateway.
pavan [ ~ ]$ az network application-gateway show --name agw-js --resource-group agw-js | grep enableFips "enableFips": true,
Minimum API Version Required
2017-10-01 (It is the Swagger Version where Properties are introduced)
Target Date
2025-31-10
PM Contact
[email protected]
Engineer Contact
[email protected]
Minimum API Version Required
2017-10-01
Swagger PR link / SDK link
Request Example
No response
Target Date
2025-31-10
PM Contact
Engineer Contact
Additional context
No response