Share via


az providerhub manifest

Note

This reference is part of the providerhub extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az providerhub manifest command. Learn more about extensions.

This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage with providerhub manifest operations.

Commands

Name Description Type Status
az providerhub manifest checkin

Checkin the manifest.

Extension Experimental
az providerhub manifest generate

Generates the manifest for the given provider.

Extension Experimental

az providerhub manifest checkin

Experimental

Command group 'providerhub manifest' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Checkin the manifest.

az providerhub manifest checkin --arm-manifest-location
                                --environment
                                [--ids]
                                [--provider-namespace]
                                [--subscription]

Examples

CheckinManifest

az providerhub manifest checkin --location "EastUS2EUAP" --environment "Prod" --provider-namespace "Microsoft.Contoso"

Required Parameters

--arm-manifest-location --baseline-arm-manifest-location --location

The baseline ARM manifest location supplied to the checkin manifest operation.

Usage: --location "EastUS2EUAP".

--environment

The environment supplied to the checkin manifest operation.

Optional Parameters

--ids

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.

--provider-namespace

The name of the resource provider hosted within ProviderHub.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az providerhub manifest generate

Experimental

Command group 'providerhub manifest' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Generates the manifest for the given provider.

az providerhub manifest generate [--ids]
                                 [--provider-namespace]
                                 [--subscription]

Examples

GenerateManifest

az providerhub manifest generate --provider-namespace "Microsoft.Contoso"

Optional Parameters

--ids

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.

--provider-namespace

The name of the resource provider hosted within ProviderHub.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.