Skip to content

az sig image-version --do-not-delete #24099

@kunalwaghrayismyalias

Description

@kunalwaghrayismyalias

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

Labels

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.feature-request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions