az support services problem-classifications

Note

This reference is part of the support extension for the Azure CLI (version 2.0.81 or higher). The extension will automatically install the first time you run an az support services problem-classifications command. Learn more about extensions.

Problem classifications for an Azure service.

Commands

Name Description Type Status
az support services problem-classifications list

Lists all the problem classifications (categories) available for an Azure service. Always use the service and it's corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

Extension GA
az support services problem-classifications show

Gets the problem classification details for an Azure service.

Extension GA

az support services problem-classifications list

Lists all the problem classifications (categories) available for an Azure service. Always use the service and it's corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

az support services problem-classifications list --service-name

Examples

Gets list of problemClassifications for a service for which a support ticket can be created.

az support services problem-classifications list --service-name "ServiceNameGuid"

Required Parameters

--service-name

Name of Azure service.

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 support services problem-classifications show

Gets the problem classification details for an Azure service.

az support services problem-classifications show --problem-classification-name
                                                 --service-name

Examples

Gets details of problemClassification for Azure service.

az support services problem-classifications show \
  --service-name "ServiceNameGuid" \
  --problem-classification-name "ProblemClassificationNameGuid"

Required Parameters

--problem-classification-name

Name of problem classification.

--service-name

Name of Azure service.

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.