-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Request to add a new optional parameter #31476
Copy link
Copy link
Closed
Azure/azure-cli-extensions
#8892Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...feature-request
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...feature-request
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-cliMicrosoft.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"
},
}
}