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 --baseline-arm-manifest-location --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.
Property | Value |
---|---|
Parameter group: | CheckinManifestParams Arguments |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The baseline ARM manifest location supplied to the checkin manifest operation.
Property | Value |
---|---|
Parameter group: | CheckinManifestParams Arguments |
Default value: | EastUS2EUAP |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the resource provider hosted within ProviderHub.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
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
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the resource provider hosted within ProviderHub.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |