az acr artifact-streaming operation
Command group 'acr artifact-streaming' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage the streaming artifact creation operations for ACR.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az acr artifact-streaming operation cancel |
Cancel the given streaming artifact operation for ACR. |
Core | Preview |
| az acr artifact-streaming operation show |
Check the operation status for artifact streaming in an ACR. |
Core | Preview |
az acr artifact-streaming operation cancel
Command group 'acr artifact-streaming' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Cancel the given streaming artifact operation for ACR.
az acr artifact-streaming operation cancel --name
[--acquire-policy-token]
[--change-reference]
[--id]
[--image]
[--password]
[--repository]
[--suffix]
[--username]
Examples
Cancel the streaming artifact creation associated with the id 'OperationId' under repository 'MyRepo' in ACR 'myregistry'.
az acr artifact-streaming operation cancel -n myregistry --repository MyRepo --id OperationId
Required Parameters
The name of the container registry. It should be specified in lower case. You can configure the default registry name using az configure --defaults acr=<registry name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The ID returned when creating a streaming artifact.
The name of the image. May include a tag in the format 'name:tag' or digest in the format 'name@digest'.
The password used to log into a container registry.
The name of the repository.
The tenant suffix in registry login server. You may specify '--suffix tenant' if your registry login server is in the format 'registry-tenant.azurecr.io'. Applicable if you're accessing the registry from a different subscription or you have permission to access images but not the permission to manage the registry resource.
The username used to log into a container registry.
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |
az acr artifact-streaming operation show
Command group 'acr artifact-streaming' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Check the operation status for artifact streaming in an ACR.
az acr artifact-streaming operation show --name
[--id]
[--image]
[--password]
[--repository]
[--suffix]
[--username]
Examples
Get the streaming artifact creation status for id 'OperationId' under repository 'MyRepo' in ACR 'myregistry'.
az acr artifact-streaming operation show -n myregistry --repository MyRepo --id OperationId
Required Parameters
The name of the container registry. It should be specified in lower case. You can configure the default registry name using az configure --defaults acr=<registry name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The ID returned when creating a streaming artifact.
The name of the image. May include a tag in the format 'name:tag' or digest in the format 'name@digest'.
The password used to log into a container registry.
The name of the repository.
The tenant suffix in registry login server. You may specify '--suffix tenant' if your registry login server is in the format 'registry-tenant.azurecr.io'. Applicable if you're accessing the registry from a different subscription or you have permission to access images but not the permission to manage the registry resource.
The username used to log into a container registry.
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |