Skip to content

Request to add a new optional parameter #31476

@Jing-song

Description

@Jing-song

Related command
We want a new parameter called --extended-location for below command.
az network firewall create -g MyResourceGroup -n MyFirewall --extended-location losangeles

Is your feature request related to a problem? Please describe.
Azure Firewall now accepts extendedlocation that needs to be passed.

Describe the solution you'd like
A user can now create an azure firewall in extended location and we want cli to support it.

Describe alternatives you've considered

Additional context
This is about edge zones.

Requesting to add a new optional parameter for extended locations

[Compute] az vmss scale: Add new logic to support scaling VMSS in edge zone by Jing-song · Pull Request #30704 · Azure/azure-cli

Microsoft.Network

https://brazilus.management.azure.com/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/resourceGroups/kjillafirewall/providers/Microsoft.Network/azureFirewalls/azfw?api-version=2019-02-01&feature.armendpointprefix=brazilus

Body:
{
"parameters": {
"api-version": "2024-05-01",
"subscriptionId": "ffc37441-49e9-4291-a520-0b2d4972bb99",
"resourceGroupName": "kjillafirewall",
"azureFirewallName": "azurefirewall",
"extendedLocation": {
"type": "EdgeZone",
"name": "microsoftrrezm1"
},
}
}

Metadata

Metadata

Labels

Auto-AssignAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotNetworkaz network vnet/lb/nic/dns/etc...feature-request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions