az sig share
Manage gallery sharing profile.
Commands
az sig share add |
Share gallery with subscriptions and tenants. |
az sig share enable-community |
Allow to share gallery to the community. |
az sig share remove |
Stop sharing gallery with a subscription or tenant. |
az sig share reset |
Disable gallery from being shared with subscription or tenant. |
az sig share wait |
Place the CLI in a waiting state until a condition of a shared gallery is met. |
az sig share add
Share gallery with subscriptions and tenants.
az sig share add [--gallery-name]
[--ids]
[--no-wait]
[--resource-group]
[--subscription]
[--subscription-ids]
[--tenant-ids]
Examples
Share entire gallery with all members of a subscription and/or tenant.
az sig share add --resource-group MyResourceGroup --gallery-name MyGallery \
--subscription-ids subId1 subId2 --tenant-ids tenantId1 tenantId2
Optional Parameters
The name of the Shared Image Gallery.
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.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
A list of subscription ids to share the gallery.
A list of tenant ids to share the gallery.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az sig share enable-community
Allow to share gallery to the community.
az sig share enable-community [--gallery-name]
[--ids]
[--no-wait]
[--resource-group]
[--subscription]
[--subscription-ids]
[--tenant-ids]
Examples
Allow to share gallery to the community
az sig share enable-community --resource-group MyResourceGroup --gallery-name MyGallery
Optional Parameters
The name of the Shared Image Gallery.
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.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
A list of subscription ids to share the gallery.
A list of tenant ids to share the gallery.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az sig share remove
Stop sharing gallery with a subscription or tenant.
az sig share remove [--gallery-name]
[--ids]
[--no-wait]
[--resource-group]
[--subscription]
[--subscription-ids]
[--tenant-ids]
Examples
Stop sharing with a subscription or tenant ID
az sig share remove --resource-group MyResourceGroup --gallery-name MyGallery \
--subscription-ids subId1 subId2 --tenant-ids tenantId1 tenantId2
Optional Parameters
The name of the Shared Image Gallery.
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.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
A list of subscription ids to share the gallery.
A list of tenant ids to share the gallery.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az sig share reset
Disable gallery from being shared with subscription or tenant.
az sig share reset [--gallery-name]
[--ids]
[--no-wait]
[--resource-group]
[--subscription]
Examples
Reset sharing profile of a gallery.
az sig share reset --resource-group MyResourceGroup --gallery-name MyGallery
Optional Parameters
The name of the Shared Image Gallery.
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.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az sig share wait
Place the CLI in a waiting state until a condition of a shared gallery is met.
az sig share wait --gallery-name
--resource-group
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Examples
Place the CLI in a waiting state until the gallery sharing object is updated.
az sig share wait --updated --resource-group MyResourceGroup --gallery-name Gallery
Required Parameters
Gallery name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Polling interval in seconds.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Feedback
Submit and view feedback for