Skip to content

EnableFips support for application-gateway create/update #32293

@grajat341

Description

@grajat341

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

https://github.com/Azure/azure-rest-api-specs/blob/0476e10d463909ce48ba4a8365d971586ede7f98/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/applicationGateway.json#L1614

Request Example

No response

Target Date

2025-31-10

PM Contact

[email protected]

Engineer Contact

[email protected]

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions