az blueprint version
Note
This reference is part of the blueprint extension for the Azure CLI (version 2.3.0 or higher). The extension will automatically install the first time you run an az blueprint version command. Learn more about extensions.
Commands to manage published blueprint versions.
Commands
| az blueprint version artifact |
Commands to manage published blueprint artifacts. |
| az blueprint version artifact list |
List artifacts for a version of a published blueprint. |
| az blueprint version artifact show |
Show an artifact for a published blueprint. |
| az blueprint version delete |
Delete a published version of a blueprint. |
| az blueprint version list |
List published versions of given blueprint definition. |
| az blueprint version show |
Get a published version of a blueprint. |
az blueprint version delete
Delete a published version of a blueprint.
az blueprint version delete --blueprint-name
--version
[--management-group]
[--subscription]
[--yes]
Examples
Delete a published subscription blueprint
az blueprint version delete --subscription MySubscription \
--blueprint-name MyBlueprint \
--version v2
Delete a published management group blueprint
az blueprint version delete --management-group MyManagementGroup --blueprint-name \
MyBlueprint --version v2
Required Parameters
Name of the blueprint definition.
Version of the published 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.
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.
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 blueprint version list
List published versions of given blueprint definition.
az blueprint version list --blueprint-name
[--management-group]
[--subscription]
Examples
List published blueprints of a management group
az blueprint version list --management-group MyManagementGroup --blueprint-name \
MyBlueprint
List published blueprints of a subscription
az blueprint version 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.
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 blueprint version show
Get a published version of a blueprint.
az blueprint version show --blueprint-name
--version
[--management-group]
[--subscription]
Examples
Get a published management group blueprint
az blueprint version show --management-group MyManagementGroup --blueprint-name \
MyBlueprint --version v2
Get a published subscription blueprint
az blueprint version show --subscription MySubscription \
--blueprint-name MyBlueprint --version v2
Required Parameters
Name of the blueprint definition.
Version of the published 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.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ