text
stringlengths
1.14k
21k
source_file
stringlengths
18
81
There is a command group 'az_acr_export pipeline'. This group of commands could 'manage acr export pipelines'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_export pipeline_delete'.The syntax is: az acr export-pipeline delete --name --registry --resource-group. The 1th example of the child command would be to use it to 'delete an export pipeline', the syntax is: az acr export-pipeline delete --resource-group $MyRG --registry $MyReg --name $MyPipeline. The parameter '--name -n' is required. It is used to name of the export pipeline.. The parameter '--registry -r' is required. It is used to name of registry.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/export-pipeline.yml
There is a command group 'az_acr_export pipeline'. This group of commands could 'manage acr export pipelines'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_export pipeline_list'.The syntax is: az acr export-pipeline list --registry --resource-group. The 1th example of the child command would be to use it to 'list export pipelines on a container registry', the syntax is: az acr export-pipeline list --resource-group $MyRG --registry $MyReg. The parameter '--registry -r' is required. It is used to name of registry.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/export-pipeline.yml
There is a command group 'az_acr_export pipeline'. This group of commands could 'manage acr export pipelines'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_export pipeline_show'.The syntax is: az acr export-pipeline show --name --registry --resource-group. The 1th example of the child command would be to use it to 'show a specific export pipeline in detail', the syntax is: az acr export-pipeline show --resource-group $MyRG --registry $MyReg --name $MyPipeline. The parameter '--name -n' is required. It is used to name of the export pipeline.. The parameter '--registry -r' is required. It is used to name of registry.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/export-pipeline.yml
There is a command group 'az_acr_artifact streaming'. This group of commands could 'manage artifact streaming for any repositories or supported images in an acr'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_artifact streaming_create'.The syntax is: az acr artifact-streaming create --image --name [--no-wait] [--password] [--suffix] [--username]. The 1th example of the child command would be to use it to 'create the streaming artifact of myimage in the registry myregistry', the syntax is: az acr artifact-streaming create -n myregistry -t MyImage. The parameter '--image -t' is required. It is used to the name of the image. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--no-wait' is optional. do not wait for the run to complete and return immediately after queuing the run.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/artifact-streaming.yml
There is a command group 'az_acr_artifact streaming'. This group of commands could 'manage artifact streaming for any repositories or supported images in an acr'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_artifact streaming_show'.The syntax is: az acr artifact-streaming show --name --repository [--password] [--suffix] [--username]. The 1th example of the child command would be to use it to 'get the repository myrepo streaming status', the syntax is: az acr artifact-streaming show -n myregistry --repository MyRepo. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--repository' is required. It is used to the name of the repository.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/artifact-streaming.yml
There is a command group 'az_acr_artifact streaming'. This group of commands could 'manage artifact streaming for any repositories or supported images in an acr'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_artifact streaming_update'.The syntax is: az acr artifact-streaming update --enable-streaming {false, true} --name --repository [--password] [--suffix] [--username]. The 1th example of the child command would be to use it to 'enable artifact streaming for myrepository associated with the registry myregistry', the syntax is: az acr artifact-streaming update -n myregistry --repository MyRepository --enable-streaming True. The 2th example of the child command would be to use it to 'disable artifact streaming for myrepository associated with the registry myregistry', the syntax is: az acr artifact-streaming update -n myregistry --repository MyRepository --enable-streaming False. The parameter '--enable-streaming' is required. It is used to indicates whether artifact streaming is enabled for a repository.. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--repository' is required. It is used to the name of the repository.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/artifact-streaming.yml
There is a command group 'az_acr_cache'. This group of commands could 'manage cache rules in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_cache_create'.The syntax is: az acr cache create --name --registry --source-repo --target-repo [--cred-set] [--resource-group]. The 1th example of the child command would be to use it to 'create a cache rule without a credential set', the syntax is: az acr cache create -r myregistry -n MyRule -s docker.io/library/ubuntu -t ubuntu. The 2th example of the child command would be to use it to 'create a cache rule with a credential set', the syntax is: az acr cache create -r myregistry -n MyRule -s docker.io/library/ubuntu -t ubuntu -c MyCredSet. The parameter '--name -n' is required. It is used to the name of the cache rule.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--source-repo -s' is required. It is used to the full source repository path such as 'docker.io/library/ubuntu'.. The parameter '--target-repo -t' is required. It is used to the target repository namespace such as 'ubuntu'.. The parameter '--cred-set -c' is optional. the name of the credential set.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/cache.yml
There is a command group 'az_acr_cache'. This group of commands could 'manage cache rules in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_cache_delete'.The syntax is: az acr cache delete --name --registry [--resource-group] [--yes]. The 1th example of the child command would be to use it to 'delete a cache rule', the syntax is: az acr cache delete -r myregistry -n MyRule. The parameter '--name -n' is required. It is used to the name of the cache rule.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/acr/cache.yml
There is a command group 'az_acr_cache'. This group of commands could 'manage cache rules in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_cache_list'.The syntax is: az acr cache list --registry [--resource-group]. The 1th example of the child command would be to use it to 'list the cache rules in an azure container registry', the syntax is: az acr cache list -r myregistry. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/cache.yml
There is a command group 'az_acr_cache'. This group of commands could 'manage cache rules in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_cache_show'.The syntax is: az acr cache show --name --registry [--resource-group]. The 1th example of the child command would be to use it to 'show a cache rule', the syntax is: az acr cache show -r myregistry -n MyRule. The parameter '--name -n' is required. It is used to the name of the cache rule.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/cache.yml
There is a command group 'az_acr_cache'. This group of commands could 'manage cache rules in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_cache_update'.The syntax is: az acr cache update --name --registry [--add] [--cred-set] [--force-string] [--remove] [--remove-cred-set] [--resource-group] [--set]. The 1th example of the child command would be to use it to 'change or add a credential set to an existing cache rule', the syntax is: az acr cache update -r myregistry -n MyRule -c NewCredSet. The 2th example of the child command would be to use it to 'remove a credential set from an existing cache rule', the syntax is: az acr cache update -r myregistry -n MyRule --remove-cred-set. The parameter '--name -n' is required. It is used to the name of the cache rule.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--add' is optional. add an object to a list of objects by specifying a path and key value pairs. example: `--add property.listproperty <key=value, string or json string>`.. The parameter '--cred-set -c' is optional. the name of the credential set.. The parameter '--force-string' is optional. when using 'set' or 'add', preserve string literals instead of attempting to convert to json.. The parameter '--remove' is optional. remove a property or an element from a list. example: `--remove property.list <indextoremove>` or `--remove propertytoremove`.. The parameter '--remove-cred-set' is optional. optional boolean indicating whether to remove the credential set from the cache rule. false by default.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--set' is optional. update an object by specifying a property path and value to set. example: `--set property1.property2=<value>`..
database/acr/cache.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_delete'.The syntax is: az acr manifest delete [--name] [--password] [--registry] [--suffix] [--username] [--yes] [<manifest_id>]. The 1th example of the child command would be to use it to 'delete the manifest of the artifact hello world latest', the syntax is: az acr manifest delete -r myregistry -n hello-world:latest. The 2th example of the child command would be to use it to 'delete the manifest of the artifact hello world latest', the syntax is: az acr manifest delete myregistry.azurecr.io/hello-world:latest. The 3th example of the child command would be to use it to 'delete the manifest of the artifact referenced by digest hello world sha256 abc123', the syntax is: az acr manifest delete -r myregistry -n hello-world@sha256:abc123. The parameter '--name -n' is optional. the name of the artifact. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '--yes -y' is optional. do not prompt for confirmation.. The parameter '<manifest_id>' is optional. a fully qualified manifest specifier such as 'myregistry.azurecr.io/hello-world:latest'..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_list'.The syntax is: az acr manifest list [--name] [--orderby {time_asc, time_desc}] [--password] [--registry] [--suffix] [--top] [--username] [<repo_id>]. The 1th example of the child command would be to use it to 'list the manifests of the repository hello world', the syntax is: az acr manifest list -r myregistry -n hello-world. The 2th example of the child command would be to use it to 'list the manifests of the repository hello world', the syntax is: az acr manifest list myregistry.azurecr.io/hello-world. The parameter '--name -n' is optional. the name of the repository.. The parameter '--orderby' is optional. order the items in the results. default to alphabetical order of names.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--top' is optional. limit the number of items in the results.. The parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<repo_id>' is optional. a fully qualified repository specifier such as 'myregistry.azurecr.io/hello-world'..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_list deleted'.The syntax is: az acr manifest list-deleted [--name] [--password] [--registry] [--suffix] [--username] [<repo_id>]. The 1th example of the child command would be to use it to 'list the soft deleted manifests in the repository hello world', the syntax is: az acr manifest list-deleted -r myregistry -n hello-world. The 2th example of the child command would be to use it to 'list the soft deleted manifests in the repository hello world', the syntax is: az acr manifest list-deleted myregistry.azurecr.io/hello-world. The parameter '--name -n' is optional. the name of the repository.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<repo_id>' is optional. a fully qualified repository specifier such as 'myregistry.azurecr.io/hello-world'..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_list deleted tags'.The syntax is: az acr manifest list-deleted-tags [--name] [--password] [--registry] [--suffix] [--username] [<perm_repo_id>]. The 1th example of the child command would be to use it to 'list the soft deleted tags in the repository hello world', the syntax is: az acr manifest list-deleted-tags -r myregistry -n hello-world. The 2th example of the child command would be to use it to 'list the soft deleted tags in the repository hello world', the syntax is: az acr manifest list-deleted-tags myregistry.azurecr.io/hello-world. The 3th example of the child command would be to use it to 'list the soft deleted tags that match tag latest in the repository hello world', the syntax is: az acr manifest list-deleted-tags -r myregistry -n hello-world:latest. The 4th example of the child command would be to use it to 'list the soft deleted tags that match tag latest in the repository hello world', the syntax is: az acr manifest list-deleted-tags myregistry.azurecr.io/hello-world:latest. The parameter '--name -n' is optional. the name of the repository. may include a tag in the format 'name:tag'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<perm_repo_id>' is optional. a fully qualified repository specifier such as 'myregistry.azurecr.io/hello-world'. may include a tag such as myregistry.azurecr.io/hello-world:latest..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_list metadata'.The syntax is: az acr manifest list-metadata [--name] [--orderby {time_asc, time_desc}] [--password] [--registry] [--suffix] [--top] [--username] [<repo_id>]. The 1th example of the child command would be to use it to 'list the metadata of the manifests in the repository hello world', the syntax is: az acr manifest list-metadata -r myregistry -n hello-world. The 2th example of the child command would be to use it to 'list the metadata of the manifests in the repository hello world', the syntax is: az acr manifest list-metadata myregistry.azurecr.io/hello-world. The parameter '--name -n' is optional. the name of the repository.. The parameter '--orderby' is optional. order the items in the results. default to alphabetical order of names.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--top' is optional. limit the number of items in the results.. The parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<repo_id>' is optional. a fully qualified repository specifier such as 'myregistry.azurecr.io/hello-world'..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_list referrers'.The syntax is: az acr manifest list-referrers [--artifact-type] [--name] [--password] [--recursive] [--registry] [--suffix] [--username] [<manifest_id>]. The 1th example of the child command would be to use it to 'list the referrers to the manifest of the artifact hello world latest', the syntax is: az acr manifest list-referrers -r myregistry -n hello-world:latest. The 2th example of the child command would be to use it to 'list the referrers to the manifest of the artifact hello world latest', the syntax is: az acr manifest list-referrers myregistry.azurecr.io/hello-world:latest. The 3th example of the child command would be to use it to 'list the referrers to the manifest of the artifact referenced by digest hello world sha256 abc123', the syntax is: az acr manifest list-referrers -r myregistry -n hello-world@sha256:abc123. The parameter '--artifact-type' is optional. filter referrers based on artifact type.. The parameter '--name -n' is optional. the name of the artifact. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--recursive' is optional. recursively include referrer artifacts.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<manifest_id>' is optional. a fully qualified manifest specifier such as 'myregistry.azurecr.io/hello-world:latest'..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_restore'.The syntax is: az acr manifest restore [--digest] [--force] [--name] [--password] [--registry] [--suffix] [--username] [--yes] [<manifest_id>]. The 1th example of the child command would be to use it to 'restore the manifest matching digest sha256 abc123 with tag latest in the repository hello world', the syntax is: az acr manifest restore -r myregistry -n hello-world:latest -d sha256:abc123. The 2th example of the child command would be to use it to 'restore the manifest matching digest sha256 abc123 with tag latest in the repository hello world', the syntax is: az acr manifest restore myregistry.azurecr.io/hello-world:latest -d sha256:abc123. The 3th example of the child command would be to use it to 'restore the most recently deleted manifest associated with the tag latest in the repository hello world', the syntax is: az acr manifest restore -r myregistry -n hello-world:latest. The 4th example of the child command would be to use it to 'restore the most recently deleted manifest associated with the tag latest in the repository hello world', the syntax is: az acr manifest restore myregistry.azurecr.io/hello-world:latest. The parameter '--digest -d' is optional. the digest of the manifest such as 'sha256@abc123'.. The parameter '--force -f' is optional. overwrite the existing tag.. The parameter '--name -n' is optional. the name of the artifact. may include a tag in the format 'name:tag'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '--yes -y' is optional. do not prompt for confirmation.. The parameter '<manifest_id>' is optional. a fully qualified manifest specifier such as 'myregistry.azurecr.io/hello-world:latest'..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_show'.The syntax is: az acr manifest show [--name] [--password] [--raw] [--registry] [--suffix] [--username] [<manifest_id>]. The 1th example of the child command would be to use it to 'get the manifest of the artifact hello world latest', the syntax is: az acr manifest show -r myregistry -n hello-world:latest. The 2th example of the child command would be to use it to 'get the manifest of the artifact hello world latest', the syntax is: az acr manifest show myregistry.azurecr.io/hello-world:latest. The 3th example of the child command would be to use it to 'get the manifest of the artifact referenced by digest hello world sha256 abc123', the syntax is: az acr manifest show -r myregistry -n hello-world@sha256:abc123. The 4th example of the child command would be to use it to 'get the raw unformatted manifest of the artifact hello world latest', the syntax is: az acr manifest show -r myregistry -n hello-world:latest --raw. The parameter '--name -n' is optional. the name of the artifact. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--raw' is optional. output the raw manifest text with no formatting.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<manifest_id>' is optional. a fully qualified manifest specifier such as 'myregistry.azurecr.io/hello-world:latest'..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_show metadata'.The syntax is: az acr manifest show-metadata [--name] [--password] [--registry] [--suffix] [--username] [<manifest_id>]. The 1th example of the child command would be to use it to 'get the metadata of the tag hello world latest', the syntax is: az acr manifest show-metadata -r myregistry -n hello-world:latest. The 2th example of the child command would be to use it to 'get the metadata of the tag hello world latest', the syntax is: az acr manifest show-metadata myregistry.azurecr.io/hello-world:latest. The 3th example of the child command would be to use it to 'get the metadata of the manifest referenced by digest hello world sha256 abc123', the syntax is: az acr manifest show-metadata -r myregistry -n hello-world@sha256:abc123. The parameter '--name -n' is optional. the name of the artifact. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<manifest_id>' is optional. a fully qualified manifest specifier such as 'myregistry.azurecr.io/hello-world:latest'..
database/acr/manifest.yml
There is a command group 'az_acr_manifest'. This group of commands could 'manage artifact manifests in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_update metadata'.The syntax is: az acr manifest update-metadata [--delete-enabled {false, true}] [--list-enabled {false, true}] [--name] [--password] [--read-enabled {false, true}] [--registry] [--suffix] [--username] [--write-enabled {false, true}] [<manifest_id>]. The 1th example of the child command would be to use it to 'update the metadata of the tag hello world latest', the syntax is: az acr manifest update-metadata -r myregistry -n hello-world:latest --write-enabled false. The 2th example of the child command would be to use it to 'update the metadata of the tag hello world latest', the syntax is: az acr manifest update-metadata myregistry.azurecr.io/hello-world:latest --write-enabled false. The 3th example of the child command would be to use it to 'update the metadata of the artifact referenced by digest hello world sha256 abc123', the syntax is: az acr manifest update-metadata -r myregistry -n hello-world@sha256:abc123 --write-enabled false. The parameter '--delete-enabled' is optional. indicate whether delete operation is allowed.. The parameter '--list-enabled' is optional. indicate whether this item shows in list operation results.. The parameter '--name -n' is optional. the name of the artifact. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--read-enabled' is optional. indicate whether read operation is allowed.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '--write-enabled' is optional. indicate whether write or delete operation is allowed.. The parameter '<manifest_id>' is optional. a fully qualified manifest specifier such as 'myregistry.azurecr.io/hello-world:latest'..
database/acr/manifest.yml
There is a command group 'az_acr_pipeline run'. This group of commands could 'manage acr import and export pipeline runs'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_pipeline run_clean'.The syntax is: az acr pipeline-run clean --registry --resource-group [--dry-run]. The 1th example of the child command would be to use it to 'delete all failed pipeline runs on the registry', the syntax is: az acr pipeline-run clean --resource-group $MyRG --registry $MyReg. The 2th example of the child command would be to use it to 'list the failed pipeline runs that would have been deleted but do not delete any', the syntax is: az acr pipeline-run clean --resource-group $MyRG --registry $MyReg --dry-run -o table. The parameter '--registry -r' is required. It is used to name of registry.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--dry-run' is optional. list the failed pipeline-runs that would have been deleted, but do not delete any..
database/acr/pipeline-run.yml
There is a command group 'az_acr_pipeline run'. This group of commands could 'manage acr import and export pipeline runs'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_pipeline run_create'.The syntax is: az acr pipeline-run create --name --pipeline --pipeline-type --registry --resource-group --storage-blob [--artifacts] [--force-redeploy]. The 1th example of the child command would be to use it to 'create an import pipeline run', the syntax is: az acr pipeline-run create --resource-group $MyRG --registry $MyReg --pipeline $MyPipeline --name $MyPipelineRunName --pipeline-type import --storage-blob $MyBlob. The 2th example of the child command would be to use it to 'create an export pipeline run and force redeploy', the syntax is: az acr pipeline-run create --resource-group $MyRG --registry $MyReg --pipeline $MyPipeline --name $MyPipelineRunName --pipeline-type export --storage-blob $MyBlob --artifacts hello-world:latest hello-world@sha256:90659bf80b44ce6be8234e6ff90a1ac34acbeb826903b02cfa0da11c82cbc042 --force-redeploy. The parameter '--name -n' is required. It is used to name of the pipeline run.. The parameter '--pipeline -p' is required. It is used to name of the pipeline to run.. The parameter '--pipeline-type -t' is required. It is used to type of pipeline. must be either import or export.. The parameter '--registry -r' is required. It is used to name of registry.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--storage-blob -b' is required. It is used to name of the storage blob to be imported or exported.. The parameter '--artifacts -a' is optional. space-separated list of container artifacts. artifacts must be either of the form `repository:tag` or `repository@digest` such as hello-world:latest or hello-world@sha256:90659bf80b44ce6be8234e6ff90a1ac34acbeb826903b02cfa0da11c82cbc042.. The parameter '--force-redeploy -f' is optional. flag that forces arm to redeploy resource even if no parameters have changed..
database/acr/pipeline-run.yml
There is a command group 'az_acr_pipeline run'. This group of commands could 'manage acr import and export pipeline runs'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_pipeline run_delete'.The syntax is: az acr pipeline-run delete --name --registry --resource-group. The 1th example of the child command would be to use it to 'delete a pipeline run', the syntax is: az acr pipeline-run delete --resource-group $MyRG --registry $MyReg --name $MyPipelineRun. The parameter '--name -n' is required. It is used to name of the pipeline run.. The parameter '--registry -r' is required. It is used to name of registry.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/pipeline-run.yml
There is a command group 'az_acr_pipeline run'. This group of commands could 'manage acr import and export pipeline runs'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_pipeline run_list'.The syntax is: az acr pipeline-run list --registry --resource-group [--top]. The 1th example of the child command would be to use it to 'list all pipeline runs on a container registry', the syntax is: az acr pipeline-run list --resource-group $MyRG --registry $MyReg. The parameter '--registry -r' is required. It is used to name of registry.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--top' is optional. list only the last n pipeline-runs. must be an integer..
database/acr/pipeline-run.yml
There is a command group 'az_acr_pipeline run'. This group of commands could 'manage acr import and export pipeline runs'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_pipeline run_show'.The syntax is: az acr pipeline-run show --name --registry --resource-group. The 1th example of the child command would be to use it to 'show a specific pipeline run in detail', the syntax is: az acr pipeline-run show --resource-group $MyRG --registry $MyReg --name $MyPipelineRun. The parameter '--name -n' is required. It is used to name of the pipeline run.. The parameter '--registry -r' is required. It is used to name of registry.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/pipeline-run.yml
There is a command group 'az_acr_repository'. This group of commands could 'manage repositories image names for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_repository_delete'.The syntax is: az acr repository delete --name [--image] [--password] [--repository] [--suffix] [--username] [--yes]. The 1th example of the child command would be to use it to 'delete an image manifest by tag this deletes the manifest referenced by hello world latest and all other tags referencing the same manifest', the syntax is: az acr repository delete -n myregistry --image hello-world:latest. The 2th example of the child command would be to use it to 'delete an image manifest by sha256 based manifest digest this deletes the manifest identified by hello world sha256 abc123 and all tags referencing the manifest', the syntax is: az acr repository delete -n myregistry --image hello-world@sha256:abc123. The 3th example of the child command would be to use it to 'delete a repository from an azure container registry this deletes all manifests and tags under hello world', the syntax is: az acr repository delete -n myregistry --repository hello-world. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--image -t' is optional. the name of the image. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--repository' is optional. the name of the repository.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/acr/repository.yml
There is a command group 'az_acr_repository'. This group of commands could 'manage repositories image names for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_repository_list'.The syntax is: az acr repository list --name [--password] [--suffix] [--top] [--username]. The 1th example of the child command would be to use it to 'list repositories in a given azure container registry', the syntax is: az acr repository list -n myregistry. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--top' is optional. limit the number of items in the results.. The parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/repository.yml
There is a command group 'az_acr_repository'. This group of commands could 'manage repositories image names for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_repository_list deleted'.The syntax is: az acr repository list-deleted --name [--password] [--suffix] [--username]. The 1th example of the child command would be to use it to 'list soft deleted repositories in a given azure container registry', the syntax is: az acr repository list-deleted -n myregistry. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/repository.yml
There is a command group 'az_acr_repository'. This group of commands could 'manage repositories image names for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_repository_show'.The syntax is: az acr repository show --name [--image] [--password] [--repository] [--suffix] [--username]. The 1th example of the child command would be to use it to 'get the attributes of the repository hello world', the syntax is: az acr repository show -n myregistry --repository hello-world. The 2th example of the child command would be to use it to 'get the attributes of the image referenced by tag hello world latest', the syntax is: az acr repository show -n myregistry --image hello-world:latest. The 3th example of the child command would be to use it to 'get the attributes of the image referenced by digest hello world sha256 abc123', the syntax is: az acr repository show -n myregistry --image hello-world@sha256:abc123. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--image -t' is optional. the name of the image. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--repository' is optional. the name of the repository.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/repository.yml
There is a command group 'az_acr_repository'. This group of commands could 'manage repositories image names for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_repository_show manifests'.The syntax is: az acr repository show-manifests --name --repository [--detail] [--orderby {time_asc, time_desc}] [--password] [--suffix] [--top] [--username]. The 1th example of the child command would be to use it to 'show manifests of a repository in an azure container registry', the syntax is: az acr repository show-manifests -n myregistry --repository MyRepository. The 2th example of the child command would be to use it to 'show the latest 10 manifests ordered by timestamp of a repository in an azure container registry', the syntax is: az acr repository show-manifests -n myregistry --repository MyRepository --top 10 --orderby time_desc. The 3th example of the child command would be to use it to 'show the detailed information of the latest 10 manifests ordered by timestamp of a repository in an azure container registry', the syntax is: az acr repository show-manifests -n myregistry --repository MyRepository --top 10 --orderby time_desc --detail. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--repository' is required. It is used to the name of the repository.. The parameter '--detail' is optional. show detailed information.. The parameter '--orderby' is optional. order the items in the results. default to alphabetical order of names.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--top' is optional. limit the number of items in the results.. The parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/repository.yml
There is a command group 'az_acr_repository'. This group of commands could 'manage repositories image names for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_repository_show tags'.The syntax is: az acr repository show-tags --name --repository [--detail] [--orderby {time_asc, time_desc}] [--password] [--suffix] [--top] [--username]. The 1th example of the child command would be to use it to 'show tags of a repository in an azure container registry', the syntax is: az acr repository show-tags -n myregistry --repository MyRepository. The 2th example of the child command would be to use it to 'show the detailed information of tags of a repository in an azure container registry', the syntax is: az acr repository show-tags -n myregistry --repository MyRepository --detail. The 3th example of the child command would be to use it to 'show the detailed information of the latest 10 tags ordered by timestamp of a repository in an azure container registry', the syntax is: az acr repository show-tags -n myregistry --repository MyRepository --top 10 --orderby time_desc --detail. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--repository' is required. It is used to the name of the repository.. The parameter '--detail' is optional. show detailed information.. The parameter '--orderby' is optional. order the items in the results. default to alphabetical order of names.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--top' is optional. limit the number of items in the results.. The parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/repository.yml
There is a command group 'az_acr_repository'. This group of commands could 'manage repositories image names for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_repository_untag'.The syntax is: az acr repository untag --image --name [--password] [--suffix] [--username]. The 1th example of the child command would be to use it to 'untag an image from a repository', the syntax is: az acr repository untag -n myregistry --image hello-world:latest. The parameter '--image -t' is required. It is used to the name of the image. may include a tag in the format 'name:tag'.. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/repository.yml
There is a command group 'az_acr_repository'. This group of commands could 'manage repositories image names for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_repository_update'.The syntax is: az acr repository update --name [--delete-enabled {false, true}] [--image] [--list-enabled {false, true}] [--password] [--read-enabled {false, true}] [--repository] [--suffix] [--username] [--write-enabled {false, true}]. The 1th example of the child command would be to use it to 'update the attributes of the repository hello world to disable write operation', the syntax is: az acr repository update -n myregistry --repository hello-world --write-enabled false. The 2th example of the child command would be to use it to 'update the attributes of the image referenced by tag hello world latest to disable write operation', the syntax is: az acr repository update -n myregistry --image hello-world:latest --write-enabled false. The 3th example of the child command would be to use it to 'update the attributes of the image referenced by digest hello world sha256 abc123 to disable write operation', the syntax is: az acr repository update -n myregistry --image hello-world@sha256:abc123 --write-enabled false. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--delete-enabled' is optional. indicates whether delete operation is allowed.. The parameter '--image -t' is optional. the name of the image. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--list-enabled' is optional. indicates whether this item shows in list operation results.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--read-enabled' is optional. indicates whether read operation is allowed.. The parameter '--repository' is optional. the name of the repository.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '--write-enabled' is optional. indicates whether write or delete operation is allowed..
database/acr/repository.yml
There is a command group 'az_acr_token'. This group of commands could 'manage tokens for an azure container registry'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_token_create'.The syntax is: az acr token create --name --registry [--expiration] [--expiration-in-days] [--gateway] [--no-passwords {false, true}] [--repository] [--resource-group] [--scope-map] [--status]. The 1th example of the child command would be to use it to 'create a token with repository permissions defined in the scope map myscopemap', the syntax is: az acr token create -n MyToken -r myregistry --scope-map MyScopeMap. The 2th example of the child command would be to use it to 'create a token which has read permissions on hello world repository', the syntax is: az acr token create -n myToken -r myregistry --repository hello-world content/read metadata/read. The 3th example of the child command would be to use it to 'create a token without credentials and with all gateway permissions', the syntax is: az acr token create -n myToken -r myregistry --repository hello-world content/read --gateway registry config/read config/write message/read message/write --no-passwords. The 4th example of the child command would be to use it to 'create a token in disabled status', the syntax is: az acr token create -n MyToken -r myregistry --scope-map MyScopeMap --status disabled. The parameter '--name -n' is required. It is used to the name of the token.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--expiration' is optional. utc time for which the credentials will be valid. in the format of %y-%m-%dt%h:%m:%sz, e.g. 2025-12-31t12:59:59z.. The parameter '--expiration-in-days' is optional. number of days for which the credentials will be valid. if not specified, the expiration will default to the max value "9999-12-31t23:59:59.999999+00:00".. The parameter '--gateway' is optional. gateway permissions. use the format "--gateway gateway [action1 action2 ...]" per flag. valid actions are ['config/read', 'config/write', 'message/read', 'message/write'].. The parameter '--no-passwords' is optional. do not generate passwords during token creation. you can generate the passwords after the token is created by using `az acr token credentials generate` command.. The parameter '--repository' is optional. repository permissions. use the format "--repository repo [action1 action2 ...]" per flag. valid actions are ['content/delete', 'content/read', 'content/write', 'metadata/read', 'metadata/write'].. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--scope-map' is optional. the name of the scope map with pre-configured repository permissions. use "--repository" and/or "--gateway" if you would like cli to configure one for you.. The parameter '--status' is optional. the status of the token..
database/acr/token.yml
There is a command group 'az_acr_token'. This group of commands could 'manage tokens for an azure container registry'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_token_delete'.The syntax is: az acr token delete --name --registry [--resource-group] [--yes]. The 1th example of the child command would be to use it to 'delete the token mytoken', the syntax is: az acr token delete -n MyToken -r myregistry. The parameter '--name -n' is required. It is used to the name of the token.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/acr/token.yml
There is a command group 'az_acr_token'. This group of commands could 'manage tokens for an azure container registry'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_token_list'.The syntax is: az acr token list --registry [--resource-group]. The 1th example of the child command would be to use it to 'list tokens under the registry myregistry', the syntax is: az acr token list -r myregistry. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/token.yml
There is a command group 'az_acr_token'. This group of commands could 'manage tokens for an azure container registry'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_token_show'.The syntax is: az acr token show --name --registry [--resource-group]. The 1th example of the child command would be to use it to 'get information for the token mytoken', the syntax is: az acr token show -n MyToken -r myregistry. The parameter '--name -n' is required. It is used to the name of the token.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/token.yml
There is a command group 'az_acr_token'. This group of commands could 'manage tokens for an azure container registry'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_token_update'.The syntax is: az acr token update --name --registry [--resource-group] [--scope-map] [--status]. The 1th example of the child command would be to use it to 'update the token mytoken making it associated with the scope map mynewscopemap', the syntax is: az acr token update -n MyToken -r myregistry --scope-map MyNewScopeMap. The parameter '--name -n' is required. It is used to the name of the token.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--scope-map' is optional. the name of the scope map associated with the token. if not specified, running this command will disassociate the current scope map related to the token.. The parameter '--status' is optional. the status of the token..
database/acr/token.yml
There is a command group 'az_acr_task_timer'. This group of commands could 'manage timer triggers for a task'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_timer_add'.The syntax is: az acr task timer add --name --registry --schedule --timer-name [--enabled {false, true}] [--resource-group]. The 1th example of the child command would be to use it to 'add a timer trigger which schedules the task at 09 30 utc every day of the week from monday through friday', the syntax is: az acr task timer add -n taskname -r registryname --timer-name t2 --schedule "30 9 * * 1-5". The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--schedule' is required. It is used to the schedule of the timer trigger represented as a cron expression.. The parameter '--timer-name' is required. It is used to the name of the timer trigger.. The parameter '--enabled' is optional. indicates whether the timer trigger is enabled.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/task/timer.yml
There is a command group 'az_acr_task_timer'. This group of commands could 'manage timer triggers for a task'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_timer_list'.The syntax is: az acr task timer list --name --registry [--resource-group]. The 1th example of the child command would be to use it to 'list all timer triggers for a task', the syntax is: az acr task timer list -n taskname -r registryname. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/task/timer.yml
There is a command group 'az_acr_task_timer'. This group of commands could 'manage timer triggers for a task'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_timer_remove'.The syntax is: az acr task timer remove --name --registry --timer-name [--resource-group]. The 1th example of the child command would be to use it to 'remove a timer trigger from a task', the syntax is: az acr task timer remove -n taskname -r registryname --timer-name t2. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--timer-name' is required. It is used to the name of the timer trigger.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/task/timer.yml
There is a command group 'az_acr_task_timer'. This group of commands could 'manage timer triggers for a task'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_timer_update'.The syntax is: az acr task timer update --name --registry --timer-name [--enabled {false, true}] [--resource-group] [--schedule]. The 1th example of the child command would be to use it to 'update the schedule of a timer trigger for a task', the syntax is: az acr task timer update -n taskname -r registryname --timer-name t2 --schedule "0 12 * * *". The 2th example of the child command would be to use it to 'update the status of a timer trigger for a task', the syntax is: az acr task timer update -n taskname -r registryname --timer-name t2 --enabled False. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--timer-name' is required. It is used to the name of the timer trigger.. The parameter '--enabled' is optional. indicates whether the timer trigger is enabled.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--schedule' is optional. the schedule of the timer trigger represented as a cron expression..
database/acr/task/timer.yml
There is a command group 'az_acr_task_identity'. This group of commands could 'managed identities for task please see https aka ms acr tasks task create managed identity for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_identity_assign'.The syntax is: az acr task identity assign --name --registry [--identities] [--resource-group]. The 1th example of the child command would be to use it to 'enable the system assigned identity on an existing task this will replace all existing user assigned identities for that task', the syntax is: az acr task identity assign -n MyTask -r myregistry. The 2th example of the child command would be to use it to 'assign user assigned managed identities to an existing task this will remove the existing system assigned identity', the syntax is: az acr task identity assign -n MyTask -r myregistry \ --identities "/subscriptions/<SUBSCRIPTON ID>/resourcegroups/<RESOURCE GROUP>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUserAssignedIdentitiy". The 3th example of the child command would be to use it to 'assign both system assigned and user assigned managed identities to an existing task', the syntax is: az acr task identity assign -n MyTask -r myregistry \ --identities [system] "/subscriptions/<SUBSCRIPTON ID>/resourcegroups/<RESOURCE GROUP>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUserAssignedIdentitiy". The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--identities' is optional. assigns managed identities to the task. use '[system]' to refer to the system-assigned identity or a resource id to refer to a user-assigned identity.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/task/identity.yml
There is a command group 'az_acr_task_identity'. This group of commands could 'managed identities for task please see https aka ms acr tasks task create managed identity for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_identity_remove'.The syntax is: az acr task identity remove --name --registry [--identities] [--resource-group]. The 1th example of the child command would be to use it to 'remove the system assigned identity from a task', the syntax is: az acr task identity remove -n MyTask -r myregistry. The 2th example of the child command would be to use it to 'remove a user assigned identity from a task', the syntax is: az acr task identity remove -n MyTask -r myregistry \ --identities "/subscriptions/<SUBSCRIPTON ID>/resourcegroups/<RESOURCE GROUP>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUserAssignedIdentitiy". The 3th example of the child command would be to use it to 'remove all managed identities from a task', the syntax is: az acr task identity remove -n MyTask -r myregistry --identities [all]. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--identities' is optional. assigns managed identities to the task. use '[system]' to refer to the system-assigned identity or a resource id to refer to a user-assigned identity.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/task/identity.yml
There is a command group 'az_acr_task_identity'. This group of commands could 'managed identities for task please see https aka ms acr tasks task create managed identity for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_identity_show'.The syntax is: az acr task identity show --name --registry [--resource-group]. The 1th example of the child command would be to use it to 'display the managed identities for a task', the syntax is: az acr task identity show -n MyTask -r myregistry. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/task/identity.yml
There is a command group 'az_acr_task_credential'. This group of commands could 'manage credentials for a task please see https aka ms acr tasks cross registry authentication for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_credential_add'.The syntax is: az acr task credential add --login-server --name --registry [--password] [--resource-group] [--use-identity] [--username]. The 1th example of the child command would be to use it to 'add a registry login credential to a task using a plain text username and password', the syntax is: az acr task credential add -n taskname -r registryname --login-server myregistry.docker.io \ -u myusername -p mysecret. The 2th example of the child command would be to use it to 'add a registry login credential to a task using key vault secret uris for the username and password and the task system assigned identity', the syntax is: az acr task credential add -n taskname -r registryname --login-server myregistry.docker.io \ -u https://mykeyvault.vault.azure.net/secrets/secretusername -p https://mykeyvault.vault.azure.net/secrets/secretpassword \ --use-identity [system]. The 3th example of the child command would be to use it to 'add a registry login credential to a task using key vault secret uris for the username and password and a task user assigned identity given by its client id', the syntax is: az acr task credential add -n taskname -r registryname --login-server myregistry.docker.io \ -u https://mykeyvault.vault.azure.net/secrets/secretusername -p https://mykeyvault.vault.azure.net/secrets/secretpassword \ --use-identity 00000000-0000-0000-0000-000000000000. The 4th example of the child command would be to use it to 'add a registry login credential to a task using a plain text username and key vault secret uri for the password and the task user assigned identity given by its client id', the syntax is: az acr task credential add -n taskname -r registryname --login-server myregistry.docker.io \ -u myusername -p https://mykeyvault.vault.azure.net/secrets/secretpassword \ --use-identity 00000000-0000-0000-0000-000000000000. The 5th example of the child command would be to use it to 'add a registry login credential to a task using a plain text username and key vault secret uri for the password and the default managed identity for the task if one exists', the syntax is: az acr task credential add -n taskname -r registryname --login-server myregistry.docker.io \ -u myusername -p https://mykeyvault.vault.azure.net/secrets/secretpassword. The 6th example of the child command would be to use it to 'add a registry login credential to a task that uses only the task system assigned identity to authenticate to the registry', the syntax is: az acr task credential add -n taskname -r registryname --login-server myregistry.docker.io \ --use-identity [system]. The parameter '--login-server' is required. It is used to the login server of the custom registry. for instance, 'myregistry.azurecr.io'.. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--password -p' is optional. the password to login to the custom registry. this can be plain text or a key vault secret uri.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--use-identity' is optional. the task managed identity used for the credential. use '[system]' to refer to the system-assigned identity or a client id to refer to a user-assigned identity. please see https://aka.ms/acr/tasks/cross-registry-authentication for more information.. The parameter '--username -u' is optional. the username to login to the custom registry. this can be plain text or a key vault secret uri..
database/acr/task/credential.yml
There is a command group 'az_acr_task_credential'. This group of commands could 'manage credentials for a task please see https aka ms acr tasks cross registry authentication for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_credential_list'.The syntax is: az acr task credential list --name --registry [--resource-group]. The 1th example of the child command would be to use it to 'list the credentials for a task', the syntax is: az acr task credential list -n taskname -r registryname. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/task/credential.yml
There is a command group 'az_acr_task_credential'. This group of commands could 'manage credentials for a task please see https aka ms acr tasks cross registry authentication for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_credential_remove'.The syntax is: az acr task credential remove --login-server --name --registry [--resource-group]. The 1th example of the child command would be to use it to 'remove a registry login credential from a task', the syntax is: az acr task credential remove -n taskname -r registryname --login-server myregistry.docker.io. The parameter '--login-server' is required. It is used to the login server of the custom registry. for instance, 'myregistry.azurecr.io'.. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/task/credential.yml
There is a command group 'az_acr_task_credential'. This group of commands could 'manage credentials for a task please see https aka ms acr tasks cross registry authentication for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_task_credential_update'.The syntax is: az acr task credential update --login-server --name --registry [--password] [--resource-group] [--use-identity] [--username]. The 1th example of the child command would be to use it to 'update the credential for a task', the syntax is: az acr task credential update -n taskname -r registryname --login-server myregistry.docker.io \ -u myusername2 -p mysecret. The parameter '--login-server' is required. It is used to the login server of the custom registry. for instance, 'myregistry.azurecr.io'.. The parameter '--name -n' is required. It is used to the name of the task.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--password -p' is optional. the password to login to the custom registry. this can be plain text or a key vault secret uri.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--use-identity' is optional. the task managed identity used for the credential. use '[system]' to refer to the system-assigned identity or a client id to refer to a user-assigned identity. please see https://aka.ms/acr/tasks/cross-registry-authentication for more information.. The parameter '--username -u' is optional. the username to login to the custom registry. this can be plain text or a key vault secret uri..
database/acr/task/credential.yml
There is a command group 'az_acr_token_credential'. This group of commands could 'manage credentials of a token for an azure container registry'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_token_credential_delete'.The syntax is: az acr token credential delete --name --registry [--password1] [--password2] [--resource-group]. The 1th example of the child command would be to use it to 'delete both passwords for the token mytoken', the syntax is: az acr token credential delete -n MyToken -r myregistry --password1 --password2. The parameter '--name -n' is required. It is used to the name of the token.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--password1' is optional. flag indicating if first password should be deleted.. The parameter '--password2' is optional. flag indicating if second password should be deleted.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/token/credential.yml
There is a command group 'az_acr_token_credential'. This group of commands could 'manage credentials of a token for an azure container registry'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_token_credential_generate'.The syntax is: az acr token credential generate --name --registry [--expiration] [--expiration-in-days] [--password1] [--password2] [--resource-group]. The 1th example of the child command would be to use it to 'generate password1 for the token mytoken with an expiration of 30 days', the syntax is: az acr token credential generate -n MyToken -r myregistry --password1 --days 30. The parameter '--name -n' is required. It is used to the name of the token.. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--expiration' is optional. utc time for which the credentials will be valid. in the format of %y-%m-%dt%h:%m:%sz, e.g. 2025-12-31t12:59:59z.. The parameter '--expiration-in-days' is optional. number of days for which the credentials will be valid. if not specified, the expiration will default to the max value "9999-12-31t23:59:59.999999+00:00".. The parameter '--password1' is optional. flag indicating if password1 should be generated.. The parameter '--password2' is optional. flag indicating if password2 should be generated.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/token/credential.yml
There is a command group 'az_acr_connected registry_install'. This group of commands could 'help to access the necessary information for installing a connected registry please see https aka ms acr connected registry for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_connected registry_install_info'.The syntax is: az acr connected-registry install info --name --parent-protocol {http, https} --registry [--resource-group]. The 1th example of the child command would be to use it to 'set http as the parent protocol and prints the values required to activate a connected registry in json format', the syntax is: az acr connected-registry install info --registry mycloudregistry --name myconnectedregistry --parent-protocol http. The parameter '--name -n' is required. It is used to name for the connected registry. name must be between 5 to 40 character long, start with a letter and contain only alphanumeric characters (including ‘_’ or ‘-’). name must be unique under the cloud acr hierarchy.. The parameter '--parent-protocol' is required. It is used to specify the protocol used to communicate with its parent.. The parameter '--registry -r' is required. It is used to the login server of the cloud acr registry. must be the fqdn to support also azure stack.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/connected-registry/install.yml
There is a command group 'az_acr_connected registry_install'. This group of commands could 'help to access the necessary information for installing a connected registry please see https aka ms acr connected registry for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_connected registry_install_renew credentials'.The syntax is: az acr connected-registry install renew-credentials --name --parent-protocol {http, https} --registry [--resource-group] [--yes]. The 1th example of the child command would be to use it to 'set http as the parent protocol and prints the values in json format required to activate a connected registry and the newly generated sync token credentials', the syntax is: az acr connected-registry install renew-credentials -r mycloudregistry -n myconnectedregistry --parent-protocol http. The parameter '--name -n' is required. It is used to name for the connected registry. name must be between 5 to 40 character long, start with a letter and contain only alphanumeric characters (including ‘_’ or ‘-’). name must be unique under the cloud acr hierarchy.. The parameter '--parent-protocol' is required. It is used to specify the protocol used to communicate with its parent.. The parameter '--registry -r' is required. It is used to the login server of the cloud acr registry. must be the fqdn to support also azure stack.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/acr/connected-registry/install.yml
There is a command group 'az_acr_connected registry_permissions'. This group of commands could 'manage the repository permissions accross multiple connected registries please see https aka ms acr connected registry for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_connected registry_permissions_show'.The syntax is: az acr connected-registry permissions show --name --registry [--resource-group]. The 1th example of the child command would be to use it to 'show details and attributes of a sync scope map for a connected registry', the syntax is: az acr connected-registry permissions show -r mycloudregistry -n myconnectedregistry. The parameter '--name -n' is required. It is used to name for the connected registry. name must be between 5 to 40 character long, start with a letter and contain only alphanumeric characters (including ‘_’ or ‘-’). name must be unique under the cloud acr hierarchy.. The parameter '--registry -r' is required. It is used to the login server of the cloud acr registry. must be the fqdn to support also azure stack.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/connected-registry/permissions.yml
There is a command group 'az_acr_connected registry_permissions'. This group of commands could 'manage the repository permissions accross multiple connected registries please see https aka ms acr connected registry for more information'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_connected registry_permissions_update'.The syntax is: az acr connected-registry permissions update --name --registry [--add] [--remove] [--resource-group]. The 1th example of the child command would be to use it to 'add permissions to synchronize images from repo1 and repo2 to the connected registry myconnectedregistry and its ancestors', the syntax is: az acr connected-registry permissions update -r mycloudregistry -n myconnectedregistry --add repo1 repo2. The 2th example of the child command would be to use it to 'remove permissions to synchronize images from repo1 and repo2 to the connected registry myconnectedregistry and its descendants', the syntax is: az acr connected-registry permissions update -r mycloudregistry -n myconnectedregistry --remove repo1 repo2. The 3th example of the child command would be to use it to 'remove permissions to synchronize repo1 images and adds permissions for repo2 images', the syntax is: az acr connected-registry permissions update -r mycloudregistry -n myconnectedregistry --remove repo1 --add repo2. The parameter '--name -n' is required. It is used to name for the connected registry. name must be between 5 to 40 character long, start with a letter and contain only alphanumeric characters (including ‘_’ or ‘-’). name must be unique under the cloud acr hierarchy.. The parameter '--registry -r' is required. It is used to the login server of the cloud acr registry. must be the fqdn to support also azure stack.. The parameter '--add' is optional. repository permissions to be added to the targeted connected registry and it's ancestors sync scope maps. use the format "--add [repo1 repo2 ...]" per flag. valid actions are ['content/delete', 'content/read', 'content/write', 'metadata/read', 'metadata/write'].. The parameter '--remove' is optional. repository permissions to be removed from the targeted connected registry and it's succesors sync scope maps. use the format "--remove [repo1 repo2 ...]" per flag. valid actions are ['content/delete', 'content/read', 'content/write', 'metadata/read', 'metadata/write'].. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/connected-registry/permissions.yml
There is a command group 'az_acr_artifact streaming_operation'. This group of commands could 'manage the streaming artifact creation operations for acr'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_artifact streaming_operation_cancel'.The syntax is: az acr artifact-streaming operation cancel --name [--id] [--image] [--password] [--repository] [--suffix] [--username]. The 1th example of the child command would be to use it to 'cancel the streaming artifact creation associated with the id operationid under repository myrepo in acr myregistry', the syntax is: az acr artifact-streaming operation cancel -n myregistry --repository MyRepo --id OperationId. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--id' is optional. the id returned when creating a streaming artifact.. The parameter '--image -t' is optional. the name of the image. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--repository' is optional. the name of the repository.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/artifact-streaming/operation.yml
There is a command group 'az_acr_artifact streaming_operation'. This group of commands could 'manage the streaming artifact creation operations for acr'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_artifact streaming_operation_show'.The syntax is: az acr artifact-streaming operation show --name [--id] [--image] [--password] [--repository] [--suffix] [--username]. The 1th example of the child command would be to use it to 'get the streaming artifact creation status for id operationid under repository myrepo in acr myregistry', the syntax is: az acr artifact-streaming operation show -n myregistry --repository MyRepo --id OperationId. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--id' is optional. the id returned when creating a streaming artifact.. The parameter '--image -t' is optional. the name of the image. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--repository' is optional. the name of the repository.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/artifact-streaming/operation.yml
There is a command group 'az_acr_helm_repo'. This group of commands could 'manage helm chart repositories for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_helm_repo_add'.The syntax is: az acr helm repo add --name [--password] [--suffix] [--username]. The 1th example of the child command would be to use it to 'add a helm chart repository from an azure container registry to manage helm charts', the syntax is: az acr helm repo add -n myregistry. The parameter '--name -n' is required. It is used to 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>`.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry..
database/acr/helm/repo.yml
There is a command group 'az_acr_config_content trust'. This group of commands could 'manage content trust policy for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_config_content trust_show'.The syntax is: az acr config content-trust show --registry [--resource-group]. The 1th example of the child command would be to use it to 'show the configured content trust policy for an azure container registry', the syntax is: az acr config content-trust show -r myregistry. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/config/content-trust.yml
There is a command group 'az_acr_config_content trust'. This group of commands could 'manage content trust policy for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_config_content trust_update'.The syntax is: az acr config content-trust update --registry [--resource-group] [--status {disabled, enabled}]. The 1th example of the child command would be to use it to 'update content trust policy for an azure container registry', the syntax is: az acr config content-trust update -r myregistry --status Enabled. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--status' is optional. indicates whether content-trust is enabled..
database/acr/config/content-trust.yml
There is a command group 'az_acr_config_retention'. This group of commands could 'manage retention policy for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_config_retention_show'.The syntax is: az acr config retention show --registry [--resource-group]. The 1th example of the child command would be to use it to 'show the configured retention policy for an azure container registry', the syntax is: az acr config retention show -r myregistry. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/config/retention.yml
There is a command group 'az_acr_config_retention'. This group of commands could 'manage retention policy for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_config_retention_update'.The syntax is: az acr config retention update --registry --type {untaggedmanifests} [--days] [--resource-group] [--status {disabled, enabled}]. The 1th example of the child command would be to use it to 'enable retention policy for an azure container registry to delete an untagged manifest after 30 days', the syntax is: az acr config retention update -r myregistry --status Enabled --days 30 --type UntaggedManifests. The 2th example of the child command would be to use it to 'enable retention policy for an azure container registry to delete a manifest as soon as it gets untagged', the syntax is: az acr config retention update -r myregistry --status Enabled --days 0 --type UntaggedManifests. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--type' is required. It is used to the type of retention policy.. The parameter '--days' is optional. the number of days to retain an untagged manifest after which it gets purged (range: 0 to 365). value "0" will delete untagged manifests immediately.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--status' is optional. indicates whether retention policy is enabled..
database/acr/config/retention.yml
There is a command group 'az_acr_config_soft delete'. This group of commands could 'manage soft delete policy for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_config_soft delete_show'.The syntax is: az acr config soft-delete show --registry. The 1th example of the child command would be to use it to 'show the configured soft delete policy for an azure container registry', the syntax is: az acr config soft-delete show -r myregistry. The parameter '--registry -r' is required. It is used to 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>`..
database/acr/config/soft-delete.yml
There is a command group 'az_acr_config_soft delete'. This group of commands could 'manage soft delete policy for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_config_soft delete_update'.The syntax is: az acr config soft-delete update --registry [--days] [--status {disabled, enabled}] [--yes]. The 1th example of the child command would be to use it to 'enable soft delete policy for an azure container registry to purge a soft deleted manifest after 30 days', the syntax is: az acr config soft-delete update -r myregistry --status Enabled --days 30. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--days' is optional. the number of days to retain a soft-deleted manifest or tag after which it gets purged (range: 1 to 90). default is 7.. The parameter '--status' is optional. indicates whether soft-delete policy is enabled.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/acr/config/soft-delete.yml
There is a command group 'az_acr_config_authentication as arm'. This group of commands could 'manage azure ad authenticate as arm policy for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_config_authentication as arm_show'.The syntax is: az acr config authentication-as-arm show --registry [--resource-group]. The 1th example of the child command would be to use it to 'show the configured azure ad authenticate as arm policy for an azure container registry', the syntax is: az acr config authentication-as-arm show -r myregistry. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/acr/config/authentication-as-arm.yml
There is a command group 'az_acr_config_authentication as arm'. This group of commands could 'manage azure ad authenticate as arm policy for azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_config_authentication as arm_update'.The syntax is: az acr config authentication-as-arm update --registry [--resource-group] [--status {disabled, enabled}]. The 1th example of the child command would be to use it to 'disable azure ad authenticate as arm policy for an azure container registry so only acr audienced tokens can be used for authentication', the syntax is: az acr config authentication-as-arm update -r myregistry --status Disabled. The 2th example of the child command would be to use it to 'enable azure ad authenticate as arm policy for an azure container registry it will allow both acr and arm audienced tokens to be used for authentication', the syntax is: az acr config authentication-as-arm update -r myregistry --status Enabled. The parameter '--registry -r' is required. It is used to 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>`.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--status' is optional. indicate whether authentication-as-arm is enabled..
database/acr/config/authentication-as-arm.yml
There is a command group 'az_acr_manifest_metadata'. This group of commands could 'manage artifact manifest metadata in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_metadata_list'.The syntax is: az acr manifest metadata list [--name] [--orderby {time_asc, time_desc}] [--password] [--registry] [--suffix] [--top] [--username] [<repo_id>]. The parameter '--name -n' is optional. the name of the repository.. The parameter '--orderby' is optional. order the items in the results. default to alphabetical order of names.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--top' is optional. limit the number of items in the results.. The parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<repo_id>' is optional. a fully qualified repository specifier such as 'myregistry.azurecr.io/hello-world'..
database/acr/manifest/metadata.yml
There is a command group 'az_acr_manifest_metadata'. This group of commands could 'manage artifact manifest metadata in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_metadata_show'.The syntax is: az acr manifest metadata show [--name] [--password] [--registry] [--suffix] [--username] [<manifest_id>]. The parameter '--name -n' is optional. the name of the artifact. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '<manifest_id>' is optional. a fully qualified manifest specifier such as 'myregistry.azurecr.io/hello-world:latest'..
database/acr/manifest/metadata.yml
There is a command group 'az_acr_manifest_metadata'. This group of commands could 'manage artifact manifest metadata in azure container registries'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_acr_manifest_metadata_update'.The syntax is: az acr manifest metadata update [--delete-enabled {false, true}] [--list-enabled {false, true}] [--name] [--password] [--read-enabled {false, true}] [--registry] [--suffix] [--username] [--write-enabled {false, true}] [<manifest_id>]. The parameter '--delete-enabled' is optional. indicate whether delete operation is allowed.. The parameter '--list-enabled' is optional. indicate whether this item shows in list operation results.. The parameter '--name -n' is optional. the name of the artifact. may include a tag in the format 'name:tag' or digest in the format 'name@digest'.. The parameter '--password -p' is optional. the password used to log into a container registry.. The parameter '--read-enabled' is optional. indicate whether read operation is allowed.. The parameter '--registry -r' is optional. the name of the container registry. you can configure the default registry name using `az configure --defaults acr=<registry name>`.. The parameter '--suffix' is optional. 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 parameter '--username -u' is optional. the username used to log into a container registry.. The parameter '--write-enabled' is optional. indicate whether write or delete operation is allowed.. The parameter '<manifest_id>' is optional. a fully qualified manifest specifier such as 'myregistry.azurecr.io/hello-world:latest'..
database/acr/manifest/metadata.yml
There is a command group 'az_aksarc_vmsize'. This group of commands could 'manage virtual machine skus for provisioned clusters'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_vmsize_list'.The syntax is: az aksarc vmsize list --custom-location [--resource-group]. The 1th example of the child command would be to use it to 'vmlistskus', the syntax is: az aksarc vmsize list -g sample-rg --custom-location sample-cl. The parameter '--custom-location' is required. It is used to name or id of the custom location to use for the virtual machine skus.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/aksarc/vmsize.yml
There is a command group 'az_aksarc_vnet'. This group of commands could 'manage virtual networks for provisioned clusters'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_vnet_create'.The syntax is: az aksarc vnet create --custom-location --name --resource-group [--location] [--moc-group] [--moc-location] [--moc-vnet-name] [--no-wait] [--tags]. The 1th example of the child command would be to use it to 'putvirtualnetwork', the syntax is: az aksarc vnet create --name "test-vnet-static" --resource-group "test-arcappliance-resgrp" --custom-location "testcustomlocation" --moc-vnet-name "test-vnet". The parameter '--custom-location' is required. It is used to name or id of the custom location to use for the virtual network.. The parameter '--name -n' is required. It is used to name of the virtual network.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--location -l' is optional. location. values from: `az account list-locations`. you can configure the default location using `az configure --defaults location=<location>`.. The parameter '--moc-group' is optional. name of the moc group containing the moc network for hci infrastructure.. The parameter '--moc-location' is optional. name of the moc location containing the moc group with the network for hci infrastructure.. The parameter '--moc-vnet-name' is optional. name of the moc network for hci infrastructure.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--tags' is optional. space-separated tags: key[=value] [key[=value] ...]. use "" to clear existing tags..
database/aksarc/vnet.yml
There is a command group 'az_aksarc_vnet'. This group of commands could 'manage virtual networks for provisioned clusters'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_vnet_delete'.The syntax is: az aksarc vnet delete --name --resource-group [--no-wait] [--yes]. The 1th example of the child command would be to use it to 'deletevirtualnetwork', the syntax is: az aksarc vnet delete --resource-group "test-arcappliance-resgrp" --name "test-vnet-static". The parameter '--name -n' is required. It is used to name of the virtual network.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/aksarc/vnet.yml
There is a command group 'az_aksarc_vnet'. This group of commands could 'manage virtual networks for provisioned clusters'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_vnet_list'.The syntax is: az aksarc vnet list [--resource-group]. The 1th example of the child command would be to use it to 'listvirtualnetworkbyresourcegroup', the syntax is: az aksarc vnet list --resource-group "test-arcappliance-resgrp". The 2th example of the child command would be to use it to 'listvirtualnetworkbysubscription', the syntax is: az aksarc vnet list. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/aksarc/vnet.yml
There is a command group 'az_aksarc_vnet'. This group of commands could 'manage virtual networks for provisioned clusters'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_vnet_show'.The syntax is: az aksarc vnet show --name --resource-group. The 1th example of the child command would be to use it to 'getvirtualnetwork', the syntax is: az aksarc vnet show --resource-group "test-arcappliance-resgrp" --name "test-vnet-static". The parameter '--name -n' is required. It is used to name of the virtual network.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/aksarc/vnet.yml
There is a command group 'az_aksarc_logs'. This group of commands could 'collect logs from provisioned clusters'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_logs_hci'.The syntax is: az aksarc logs hci [--credentials-dir] [--ip] [--kubeconfig] [--out-dir]. The 1th example of the child command would be to use it to 'collect logs with ip address and ssh credentials', the syntax is: az aksarc logs hci --ip 192.168.200.31 192.168.200.32 --ssh-key ~/.ssh --out-dir ./logs. The 2th example of the child command would be to use it to 'collect logs with kubeconfig and ssh credentials kubeconfig is only used to collect ip addresses and ssh key file path is used instead of directory', the syntax is: az aksarc logs hci --kubeconfig ~/.kube/config --ssh-key ~/.ssh/id_rsa --out-dir ./logs. The parameter '--credentials-dir --ssh-key' is optional. path to ssh credentials to connect to nodes, either id_rsa file or directory is accepted.. The parameter '--ip --ips' is optional. ip(s) of all the nodes (control plane, etc.) need to collect logs.. The parameter '--kubeconfig' is optional. path to kubeconfig file to connect to the cluster.. The parameter '--out-dir' is optional. output directory to store collected logs. if not specified, logs will be stored in the current directory..
database/aksarc/logs.yml
There is a command group 'az_aksarc_release'. This group of commands could 'manage vhd images for provisioned clusters'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_release_download'.The syntax is: az aksarc release download --staging-folder [--audience] [--catalog] [--mode {full, minimum}] [--version]. The 1th example of the child command would be to use it to 'downloadlatestrelease', the syntax is: az aksarc release download --staging-folder ./aksarc-release. The parameter '--staging-folder' is required. It is used to local directory path to store release files.. The parameter '--audience' is optional. release catalog audience . default value is stable.. The parameter '--catalog' is optional. release catalog name. default value is aks-hybrid-stable-catalogs-int.. The parameter '--mode' is optional. minimum(default) downloads only linux images. full option downloads windows images also.. The parameter '--version' is optional. release version to be downloaded. if not specified, it defaults to latest release..
database/aksarc/release.yml
There is a command group 'az_aksarc_release'. This group of commands could 'manage vhd images for provisioned clusters'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_release_save'.The syntax is: az aksarc release save --staging-folder [--config-file]. The 1th example of the child command would be to use it to 'saverelease', the syntax is: az aksarc release save --config-file ./work/hci-appliance.yaml --staging-folder ./aksarc-release. The parameter '--staging-folder' is required. It is used to directory path to import release files.. The parameter '--config-file' is optional. path to the arc resource bridge appliance config file, <resourcename>-appliance.yaml..
database/aksarc/release.yml
There is a command group 'az_aksarc_nodepool'. This group of commands could 'manage nodepools in a provisioned cluster'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_nodepool_add'.The syntax is: az aksarc nodepool add --cluster-name --name --resource-group [--enable-cluster-autoscaler] [--labels] [--max-count] [--max-pods] [--min-count] [--no-wait] [--node-count] [--node-taints] [--node-vm-size] [--os-sku] [--os-type] [--tags]. The 1th example of the child command would be to use it to 'addnodepool', the syntax is: az aksarc nodepool add --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg". The parameter '--cluster-name' is required. It is used to name of the provisioned cluster.. The parameter '--name -n' is required. It is used to name of the nodepool.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--enable-cluster-autoscaler -e' is optional. enable cluster auto-scaler for the provisioned cluster.. The parameter '--labels' is optional. space-separated labels: key[=value] [key[=value] ...].. The parameter '--max-count' is optional. the maximum number of nodes for auto-scaling.. The parameter '--max-pods -m' is optional. maximum number of pods that can run on a node.. The parameter '--min-count' is optional. the minimum number of nodes for auto-scaling.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--node-count -c' is optional. number of nodes to be created in the nodepool.. The parameter '--node-taints' is optional. comma-separated list of nodepool taints.. The parameter '--node-vm-size' is optional. vm size of the nodes in the nodepool.. The parameter '--os-sku' is optional. os sku for the nodes in the nodepool. options: "cblmariner" | "windows2019" | "windows2022".. The parameter '--os-type' is optional. os type for the nodes in the nodepool. options: "linux" | "windows".. The parameter '--tags' is optional. space-separated tags: key[=value] [key[=value] ...]. use "" to clear existing tags..
database/aksarc/nodepool.yml
There is a command group 'az_aksarc_nodepool'. This group of commands could 'manage nodepools in a provisioned cluster'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_nodepool_delete'.The syntax is: az aksarc nodepool delete --cluster-name --name --resource-group [--no-wait] [--yes]. The 1th example of the child command would be to use it to 'deletenodepool', the syntax is: az aksarc nodepool delete --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg". The parameter '--cluster-name' is required. It is used to name of the provisioned cluster.. The parameter '--name -n' is required. It is used to name of the nodepool.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/aksarc/nodepool.yml
There is a command group 'az_aksarc_nodepool'. This group of commands could 'manage nodepools in a provisioned cluster'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_nodepool_list'.The syntax is: az aksarc nodepool list --cluster-name --resource-group. The 1th example of the child command would be to use it to 'listnodepool', the syntax is: az aksarc nodepool list --cluster-name "samplecluster" --resource-group "sample-rg". The parameter '--cluster-name' is required. It is used to name of the provisioned cluster.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/aksarc/nodepool.yml
There is a command group 'az_aksarc_nodepool'. This group of commands could 'manage nodepools in a provisioned cluster'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_nodepool_scale'.The syntax is: az aksarc nodepool scale --cluster-name --name --resource-group [--no-wait] [--node-count] [--node-vm-size] [--yes]. The 1th example of the child command would be to use it to 'scalenodepool', the syntax is: az aksarc nodepool scale --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg" --node-count 3 --node-vm-size "Standard_A2_v2". The parameter '--cluster-name' is required. It is used to name of the provisioned cluster.. The parameter '--name -n' is required. It is used to name of the nodepool.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--node-count -c' is optional. number of nodes to scale to in the nodepool.. The parameter '--node-vm-size' is optional. vm size of the nodes in the nodepool.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/aksarc/nodepool.yml
There is a command group 'az_aksarc_nodepool'. This group of commands could 'manage nodepools in a provisioned cluster'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_nodepool_show'.The syntax is: az aksarc nodepool show --cluster-name --name --resource-group. The 1th example of the child command would be to use it to 'getnodepool', the syntax is: az aksarc nodepool show --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg". The parameter '--cluster-name' is required. It is used to name of the provisioned cluster.. The parameter '--name -n' is required. It is used to name of the nodepool.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/aksarc/nodepool.yml
There is a command group 'az_aksarc_nodepool'. This group of commands could 'manage nodepools in a provisioned cluster'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_aksarc_nodepool_update'.The syntax is: az aksarc nodepool update --cluster-name --name --resource-group [--disable-cluster-autoscaler] [--enable-cluster-autoscaler] [--labels] [--max-count] [--min-count] [--no-wait] [--node-taints] [--update-cluster-autoscaler]. The 1th example of the child command would be to use it to 'updatenodepool', the syntax is: az aksarc nodepool update --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg" --disable-cluster-autoscaler. The parameter '--cluster-name' is required. It is used to name of the provisioned cluster.. The parameter '--name -n' is required. It is used to name of the nodepool.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--disable-cluster-autoscaler -d' is optional. disable cluster auto-scaler for the provisioned cluster.. The parameter '--enable-cluster-autoscaler -e' is optional. enable cluster auto-scaler for the provisioned cluster.. The parameter '--labels' is optional. space-separated labels: key[=value] [key[=value] ...]. pass an empty string to clear the labels.. The parameter '--max-count' is optional. the maximum number of nodes for auto-scaling.. The parameter '--min-count' is optional. the minimum number of nodes for auto-scaling.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--node-taints' is optional. comma-separated list of nodepool taints. pass an empty string to clear the taints.. The parameter '--update-cluster-autoscaler -u' is optional. update cluster auto-scaler for the provisioned cluster..
database/aksarc/nodepool.yml
There is a command group 'az_astronomer_organization'. This group of commands could 'manage organization resources'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_astronomer_organization_create'.The syntax is: az astronomer organization create --name --resource-group [--identity] [--location] [--marketplace] [--no-wait {0, 1, f, false, n, no, t, true, y, yes}] [--partner-organization] [--tags] [--user]. The 1th example of the child command would be to use it to 'create a organizationresource', the syntax is: az astronomer organization create --resource-group MyResourceGroup --name MyAstronomerOrganization --location "eastus" --marketplace {"subscription-id":"ntthclydlpqmasr","offer-details":{"publisher-id":"gfsqxygpnerxmvols","offer-id":"krzkefmpxztqyusidzgpchfaswuyce","plan-id":"kndxzygsanuiqzwbfbbvoipv","plan-name":"pwqjwlq","term-unit":"xyygyzcazkuelz","term-id":"pwds"}} --partner-organization {"organization-name":"orgname","workspace-name":"workspacename","single-sign-on-properties":{"aad-domains":["kfbleh"]}} --user {"first-name":"nfh","last-name":"lazfbstcccykibvcrxpmglqam","email-address":".K_@e7N-g1.xjqnbPs"}. The parameter '--name --organization-name -n' is required. It is used to name of the organizations resource.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--identity' is optional. the managed service identities assigned to this resource. support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--location -l' is optional. the geo-location where the resource lives when not specified, the location of the resource group will be used.. The parameter '--marketplace' is optional. marketplace details of the resource. support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--partner-organization' is optional. organization properties support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--tags' is optional. resource tags. support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--user' is optional. details of the user. support shorthand-syntax, json-file and yaml-file. try "??" to show more..
database/astronomer/organization.yml
There is a command group 'az_astronomer_organization'. This group of commands could 'manage organization resources'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_astronomer_organization_delete'.The syntax is: az astronomer organization delete [--ids] [--name] [--no-wait {0, 1, f, false, n, no, t, true, y, yes}] [--resource-group] [--subscription] [--yes]. The 1th example of the child command would be to use it to 'delete a organizationresource', the syntax is: az astronomer organization delete -g MyResourceGroup -n MyAstronomerOrganization. The parameter '--ids' is optional. one or more resource ids (space-delimited). it should be a complete resource id containing all information of 'resource id' arguments. you should provide either --ids or other 'resource id' arguments.. The parameter '--name --organization-name -n' is optional. name of the organizations resource.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--subscription' is optional. name or id of subscription. you can configure the default subscription using `az account set -s name_or_id`.. The parameter '--yes -y' is optional. do not prompt for confirmation..
database/astronomer/organization.yml
There is a command group 'az_astronomer_organization'. This group of commands could 'manage organization resources'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_astronomer_organization_list'.The syntax is: az astronomer organization list [--max-items] [--next-token] [--resource-group]. The 1th example of the child command would be to use it to 'ist organizationresource resources', the syntax is: az astronomer organization list -g MyResourceGroup. The parameter '--max-items' is optional. total number of items to return in the command's output. if the total number of items available is more than the value specified, a token is provided in the command's output. to resume pagination, provide the token value in `--next-token` argument of a subsequent command.. The parameter '--next-token' is optional. token to specify where to start paginating. this is the token value from a previously truncated response.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/astronomer/organization.yml
There is a command group 'az_astronomer_organization'. This group of commands could 'manage organization resources'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_astronomer_organization_show'.The syntax is: az astronomer organization show [--ids] [--name] [--resource-group] [--subscription]. The 1th example of the child command would be to use it to 'get a organizationresource', the syntax is: az astronomer organization show -g MyResourceGroup -n MyAstronomerOrganization. The parameter '--ids' is optional. one or more resource ids (space-delimited). it should be a complete resource id containing all information of 'resource id' arguments. you should provide either --ids or other 'resource id' arguments.. The parameter '--name --organization-name -n' is optional. name of the organizations resource.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--subscription' is optional. name or id of subscription. you can configure the default subscription using `az account set -s name_or_id`..
database/astronomer/organization.yml
There is a command group 'az_astronomer_organization'. This group of commands could 'manage organization resources'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_astronomer_organization_update'.The syntax is: az astronomer organization update [--identity] [--ids] [--name] [--no-wait {0, 1, f, false, n, no, t, true, y, yes}] [--partner-organization] [--resource-group] [--subscription] [--tags] [--user]. The 1th example of the child command would be to use it to 'update a organizationresource', the syntax is: az astronomer organization update -g MyResourceGroup -n MyAstronomerOrganization --tags key1=value1. The parameter '--identity' is optional. the managed service identities assigned to this resource. support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--ids' is optional. one or more resource ids (space-delimited). it should be a complete resource id containing all information of 'resource id' arguments. you should provide either --ids or other 'resource id' arguments.. The parameter '--name --organization-name -n' is optional. name of the organizations resource.. The parameter '--no-wait' is optional. do not wait for the long-running operation to finish.. The parameter '--partner-organization' is optional. organization properties support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--subscription' is optional. name or id of subscription. you can configure the default subscription using `az account set -s name_or_id`.. The parameter '--tags' is optional. resource tags. support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--user' is optional. details of the user. support shorthand-syntax, json-file and yaml-file. try "??" to show more..
database/astronomer/organization.yml
There is a command group 'az_astronomer_organization'. This group of commands could 'manage organization resources'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_astronomer_organization_wait'.The syntax is: az astronomer organization wait [--created] [--custom] [--deleted] [--exists] [--ids] [--interval] [--name] [--resource-group] [--subscription] [--timeout] [--updated]. The parameter '--created' is optional. wait until created with 'provisioningstate' at 'succeeded'.. The parameter '--custom' is optional. wait until the condition satisfies a custom jmespath query. e.g. provisioningstate!='inprogress', instanceview.statuses[?code=='powerstate/running'].. The parameter '--deleted' is optional. wait until deleted.. The parameter '--exists' is optional. wait until the resource exists.. The parameter '--ids' is optional. one or more resource ids (space-delimited). it should be a complete resource id containing all information of 'resource id' arguments. you should provide either --ids or other 'resource id' arguments.. The parameter '--interval' is optional. polling interval in seconds.. The parameter '--name --organization-name -n' is optional. name of the organizations resource.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--subscription' is optional. name or id of subscription. you can configure the default subscription using `az account set -s name_or_id`.. The parameter '--timeout' is optional. maximum wait in seconds.. The parameter '--updated' is optional. wait until updated with provisioningstate at 'succeeded'..
database/astronomer/organization.yml
There is a command group 'az_attestation_signer'. This group of commands could 'manage signers'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_attestation_signer_add'.The syntax is: az attestation signer add [--id] [--name] [--resource-group] [--signer] [--signer-file]. The 1th example of the child command would be to use it to 'adds a new attestation policy certificate to the set of policy management certificates', the syntax is: az attestation signer add -n "myattestationprovider" -g "MyResourceGroup" --signer "eyAiYWxnIjoiUlMyNTYiLCAie...". The parameter '--id' is optional. resource id of the provider. please omit --resource-group/-g or --name/-n if you have already specified --id.. The parameter '--name -n' is optional. name of the attestation provider.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--signer' is optional. the policy certificate to add. an rfc7519 json web token containing a claim named "maa-policycertificate" whose value is an rfc7517 json web key which specifies a new key to update. the rfc7519 jwt must be signed with one of the existing signing certificates.. The parameter '--signer-file -f' is optional. file name of the signer. (--signer and --signer-file/-f are mutually exclusive.)..
database/attestation/signer.yml
There is a command group 'az_attestation_signer'. This group of commands could 'manage signers'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_attestation_signer_list'.The syntax is: az attestation signer list [--id] [--name] [--resource-group]. The 1th example of the child command would be to use it to 'retrieves the set of certificates used to express policy for the current tenant', the syntax is: az attestation signer list -n "myattestationprovider" -g "MyResourceGroup". The parameter '--id' is optional. resource id of the provider. please omit --resource-group/-g or --name/-n if you have already specified --id.. The parameter '--name -n' is optional. name of the attestation provider.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/attestation/signer.yml
There is a command group 'az_attestation_signer'. This group of commands could 'manage signers'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_attestation_signer_remove'.The syntax is: az attestation signer remove [--id] [--name] [--resource-group] [--signer] [--signer-file]. The 1th example of the child command would be to use it to 'removes the specified policy management certificate', the syntax is: az attestation signer remove -n "myattestationprovider" -g "MyResourceGroup" --signer "eyAiYWxnIjoiUlMyNTYiLCAie...". The parameter '--id' is optional. resource id of the provider. please omit --resource-group/-g or --name/-n if you have already specified --id.. The parameter '--name -n' is optional. name of the attestation provider.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--signer' is optional. the policy certificate to remove. an rfc7519 json web token containing a claim named "maa-policycertificate" whose value is an rfc7517 json web key which specifies a new key to update. the rfc7519 jwt must be signed with one of the existing signing certificates.. The parameter '--signer-file -f' is optional. file name of the signer. (--signer and --signer-file/-f are mutually exclusive.)..
database/attestation/signer.yml
There is a command group 'az_attestation_policy'. This group of commands could 'manage policies'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_attestation_policy_reset'.The syntax is: az attestation policy reset --attestation-type {openenclave, sevsnpvm, sgxenclave, tpm} [--id] [--name] [--policy-jws] [--resource-group]. The 1th example of the child command would be to use it to 'resets the attestation policy for the specified tenant and reverts to the default policy', the syntax is: az attestation policy reset -n "myattestationprovider" -g "MyResourceGroup" --attestation-type SGX-OpenEnclaveSDK --policy-jws "eyJhbGciOiJub25lIn0..". The parameter '--attestation-type' is required. It is used to type of the attestation.. The parameter '--id' is optional. resource id of the provider. please omit --resource-group/-g or --name/-n if you have already specified --id.. The parameter '--name -n' is optional. name of the attestation provider.. The parameter '--policy-jws' is optional. json web signature with an empty policy document.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/attestation/policy.yml
There is a command group 'az_attestation_policy'. This group of commands could 'manage policies'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_attestation_policy_set'.The syntax is: az attestation policy set --attestation-type {openenclave, sevsnpvm, sgxenclave, tpm} [--id] [--name] [--new-attestation-policy] [--new-attestation-policy-file] [--policy-format] [--resource-group]. The 1th example of the child command would be to use it to 'sets the policy for a given kind of attestation type using jwt content', the syntax is: az attestation policy set -n "myattestationprovider" -g "MyResourceGroup" --attestation-type SGX-OpenEnclaveSDK --new-attestation-policy "{JWT}" --policy-format JWT. The 2th example of the child command would be to use it to 'sets the policy for a given kind of attestation type using text content', the syntax is: az attestation policy set -n "myattestationprovider" -g "MyResourceGroup" --attestation-type SGX-OpenEnclaveSDK --new-attestation-policy "{json_text}". The 3th example of the child command would be to use it to 'sets the policy for a given kind of attestation type using file name', the syntax is: az attestation policy set -n "myattestationprovider" -g "MyResourceGroup" --attestation-type SGX-OpenEnclaveSDK --new-attestation-policy-file "{file_name}" --policy- format JWT. The parameter '--attestation-type' is required. It is used to type of the attestation.. The parameter '--id' is optional. resource id of the provider. please omit --resource-group/-g or --name/-n if you have already specified --id.. The parameter '--name -n' is optional. name of the attestation provider.. The parameter '--new-attestation-policy' is optional. content of the new attestation policy (text or jwt).. The parameter '--new-attestation-policy-file -f' is optional. file name of the new attestation policy.. The parameter '--policy-format' is optional. specifies the format for the policy, either text or jwt (json web token). allowed values: jwt, text.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/attestation/policy.yml
There is a command group 'az_attestation_policy'. This group of commands could 'manage policies'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_attestation_policy_show'.The syntax is: az attestation policy show --attestation-type {openenclave, sevsnpvm, sgxenclave, tpm} [--id] [--name] [--resource-group]. The 1th example of the child command would be to use it to 'retrieves the current policy for a given kind of attestation type', the syntax is: az attestation policy show -n "myattestationprovider" -g "MyResourceGroup" --attestation-type SGX-OpenEnclaveSDK. The parameter '--attestation-type' is required. It is used to type of the attestation.. The parameter '--id' is optional. resource id of the provider. please omit --resource-group/-g or --name/-n if you have already specified --id.. The parameter '--name -n' is optional. name of the attestation provider.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/attestation/policy.yml
There is a command group 'az_alerts management_prometheus rule group'. This group of commands could 'manage prometheus rule group'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_alerts management_prometheus rule group_create'.The syntax is: az alerts-management prometheus-rule-group create --name --resource-group --rules --scopes [--cluster-name] [--description] [--enabled {0, 1, f, false, n, no, t, true, y, yes}] [--interval] [--location] [--tags]. The 1th example of the child command would be to use it to 'create a prometheus rule group definition', the syntax is: az alerts-management prometheus-rule-group create -n TestPrometheusRuleGroup -g TestResourceGroup -l westus --enabled --description "test" --interval PT10M --scopes "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testrg/providers/microsoft.monitor/accounts/testaccount" --rules [{"record":"test","expression":"test","labels":{"team":"prod"}},{"alert":"Billing_Processing_Very_Slow","expression":"test","enabled":"true","severity":2,"for":"PT5M","labels":{"team":"prod"},"annotations":{"annotationName1":"annotationValue1"},"resolveConfiguration":{"autoResolved":"true","timeToResolve":"PT10M"},"actions":[{"actionGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/microsoft.insights/actionGroups/test-action-group-name1","actionProperties":{"key11":"value11","key12":"value12"}},{"actionGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/microsoft.insights/actionGroups/test-action-group-name2","actionProperties":{"key21":"value21","key22":"value22"}}]}]. The parameter '--name -n' is required. It is used to the name of the rule group.. The parameter '--resource-group -g' is required. It is used to name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--rules' is required. It is used to defines the rules in the prometheus rule group. support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--scopes' is required. It is used to target azure monitor workspaces resource ids. this api-version is currently limited to creating with one scope. this may change in future. support shorthand-syntax, json-file and yaml-file. try "??" to show more.. The parameter '--cluster-name' is optional. apply rule to data from a specific cluster.. The parameter '--description' is optional. rule group description.. The parameter '--enabled' is optional. enable/disable rule group.. The parameter '--interval' is optional. the interval in which to run the prometheus rule group represented in iso 8601 duration format. should be between 1 and 15 minutes.. The parameter '--location -l' is optional. the geo-location where the resource lives when not specified, the location of the resource group will be used.. The parameter '--tags' is optional. resource tags. support shorthand-syntax, json-file and yaml-file. try "??" to show more..
database/alerts-management/prometheus-rule-group.yml
There is a command group 'az_alerts management_prometheus rule group'. This group of commands could 'manage prometheus rule group'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_alerts management_prometheus rule group_delete'.The syntax is: az alerts-management prometheus-rule-group delete [--ids] [--name] [--resource-group] [--subscription]. The 1th example of the child command would be to use it to 'delete a prometheus rule group definition', the syntax is: az alerts-management prometheus-rule-group delete -n TestPrometheusRuleGroup -g MyResourceGroup. The parameter '--ids' is optional. one or more resource ids (space-delimited). it should be a complete resource id containing all information of 'resource id' arguments. you should provide either --ids or other 'resource id' arguments.. The parameter '--name -n' is optional. the name of the rule group.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--subscription' is optional. name or id of subscription. you can configure the default subscription using `az account set -s name_or_id`..
database/alerts-management/prometheus-rule-group.yml
There is a command group 'az_alerts management_prometheus rule group'. This group of commands could 'manage prometheus rule group'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_alerts management_prometheus rule group_list'.The syntax is: az alerts-management prometheus-rule-group list [--resource-group]. The 1th example of the child command would be to use it to 'list a prometheus rule group definition', the syntax is: az alerts-management prometheus-rule-group list -g MyResourceGroup. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`..
database/alerts-management/prometheus-rule-group.yml
There is a command group 'az_alerts management_prometheus rule group'. This group of commands could 'manage prometheus rule group'. The group of commands has global parameter '--debug' which means 'Increase logging verbosity to show all debug logs.'. The group of commands has global parameter '--help -h' which means 'Show this help message and exit.'. The group of commands has global parameter '--only-show-errors' which means 'Only show errors, suppressing warnings.'. The group of commands has global parameter '--output -o' which means 'Output format.'. The group of commands has global parameter '--query' which means 'JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.'. The group of commands has global parameter '--subscription' which means 'Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.'. The group of commands has global parameter '--verbose' which means 'Increase logging verbosity. Use --debug for full debug logs.'. This group contains a child command 'az_alerts management_prometheus rule group_show'.The syntax is: az alerts-management prometheus-rule-group show [--ids] [--name] [--resource-group] [--subscription]. The 1th example of the child command would be to use it to 'show a prometheus rule group definition', the syntax is: az alerts-management prometheus-rule-group show -n TestPrometheusRuleGroup -g MyResourceGroup. The parameter '--ids' is optional. one or more resource ids (space-delimited). it should be a complete resource id containing all information of 'resource id' arguments. you should provide either --ids or other 'resource id' arguments.. The parameter '--name -n' is optional. the name of the rule group.. The parameter '--resource-group -g' is optional. name of resource group. you can configure the default group using `az configure --defaults group=<name>`.. The parameter '--subscription' is optional. name or id of subscription. you can configure the default subscription using `az account set -s name_or_id`..
database/alerts-management/prometheus-rule-group.yml