Skip to main content

container_registries

Creates, updates, deletes, gets or lists a container_registries resource.

Overview

Namecontainer_registries
TypeResource
Idazure_stack.container_registry_admin.container_registries

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
start_setupexecsubscriptionId, location, password, sslCertBase64Invokes container registry certificate uploading and service deployment.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationstringThe name of Azure region.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

Invokes container registry certificate uploading and service deployment.

EXEC azure_stack.container_registry_admin.container_registries.start_setup 
@subscriptionId='{{ subscriptionId }}' --required,
@location='{{ location }}' --required
@@json=
'{
"password": "{{ password }}",
"sslCertBase64": "{{ sslCertBase64 }}"
}'
;