-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Description
Related command
- No command exists
- Example syntax could be
az sig image-version --do-not-delete {true, false}
similar to soft-delete
Is your feature request related to a problem? Please describe.
We tried replicating sig image to new region. This request did not include all regions already replicated to, which caused an outage for our service. Setting this flag would prevent this.
Describe the solution you'd like
Please allow setting the allowDeletionOfReplicatedLocations to false via azure cli.
$body = @{
"location"= "West US 2"
"properties" = @{
"safetyProfile" = @{
"allowDeletionOfReplicatedLocations" = $false
}
}
}
Describe alternatives you've considered
- Currently setting via powershell directly, this uses different authentication mechanism, so it not preferred
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request