az blueprint artifact
Commands to manage blueprint artifact.
Commands
az blueprint artifact delete |
Delete a blueprint artifact. |
az blueprint artifact list |
List artifacts for a given blueprint definition. |
az blueprint artifact policy |
Commands to manage blueprint policy assignment artifact. |
az blueprint artifact policy create |
Create blueprint policy artifact. |
az blueprint artifact policy update |
Update blueprint policy artifact. |
az blueprint artifact role |
Commands to manage blueprint role assignment artifact. |
az blueprint artifact role create |
Create blueprint role artifact. |
az blueprint artifact role update |
Update blueprint role artifact. |
az blueprint artifact show |
Get a blueprint artifact. |
az blueprint artifact template |
Commands to manage blueprint ARM template artifact. |
az blueprint artifact template create |
Create blueprint arm artifact. |
az blueprint artifact template update |
Update blueprint arm artifact. |
az blueprint artifact delete
Delete a blueprint artifact.
az blueprint artifact delete --blueprint-name
--name
[--management-group]
[--subscription]
[--yes]
Examples
Delete a role assignment artifact
az blueprint artifact delete --subscription MySubscription \
--blueprint-name MyBlueprint --name OwnerAssignment
Delete an ARM template artifact
az blueprint artifact delete --management-group MyManagementGroup --blueprint-name \
MyBlueprint --name StorageTemplate
Required Parameters
Name of the blueprint definition.
Name of the blueprint artifact.
Optional Parameters
Use management group for the scope of the blueprint.
Use subscription for the scope of the blueprint. If --management-group is not specified, --subscription value or the default subscription will be used as the scope.
Do not prompt for confirmation.
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.
Increase logging verbosity. Use --debug for full debug logs.
az blueprint artifact list
List artifacts for a given blueprint definition.
az blueprint artifact list --blueprint-name
[--management-group]
[--subscription]
Examples
List artifcats for a management group blueprint
az blueprint artifact list --management-group MyManagementGroup --blueprint-name \
MyBlueprint
List artifcats for a subscription blueprint
az blueprint artifact list --subscription MySubscription \
--blueprint-name MyBlueprint
Required Parameters
Name of the blueprint definition.
Optional Parameters
Use management group for the scope of the blueprint.
Use subscription for the scope of the blueprint. If --management-group is not specified, --subscription value or the default subscription will be used as the scope.
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.
Increase logging verbosity. Use --debug for full debug logs.
az blueprint artifact show
Get a blueprint artifact.
az blueprint artifact show --blueprint-name
--name
[--management-group]
[--subscription]
Examples
Show an artifact of a subscription blueprint
az blueprint artifact show --subscription MySubscription \
--blueprint-name MyBlueprint --name OwnerAssignment
Show an artifact of a management group blueprint
az blueprint artifact show --management-group MyManagementGroup --blueprint-name \
MyBlueprint --name StorageTemplate
Required Parameters
Name of the blueprint definition.
Name of the blueprint artifact.
Optional Parameters
Use management group for the scope of the blueprint.
Use subscription for the scope of the blueprint. If --management-group is not specified, --subscription value or the default subscription will be used as the scope.
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.
Increase logging verbosity. Use --debug for full debug logs.