az providerhub manifest
Note
This reference is part of the providerhub extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az providerhub manifest command. Learn more about extensions.
Manage manifest with providerhub.
Commands
Name | Description | Type | Status |
---|---|---|---|
az providerhub manifest checkin |
Checkin the manifest. |
Extension | GA |
az providerhub manifest generate |
Generates the manifest for the given provider. |
Extension | GA |
az providerhub manifest checkin
Checkin the manifest.
az providerhub manifest checkin --environment
[--arm-manifest-location]
[--ids]
[--provider-namespace]
[--subscription]
Examples
manifest checkin
az az providerhub manifest checkin --provider-namespace "{providerNamespace}" --environment "Canary"
Required Parameters
The environment supplied to the checkin manifest operation.
Optional Parameters
The baseline ARM manifest location supplied to the checkin manifest operation.
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 name of the resource provider hosted within ProviderHub.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
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 providerhub manifest generate
Generates the manifest for the given provider.
az providerhub manifest generate [--ids]
[--provider-namespace]
[--subscription]
Examples
manifest generate
az az providerhub manifest generate --provider-namespace "{providerNamespace}"
Optional Parameters
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 name of the resource provider hosted within ProviderHub.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
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.