Skip to content

Commit fce87c7

Browse files
committed
api-version for RP command
1 parent e721f0c commit fce87c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/chaos-studio/chaos-studio-samples-rest-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ Use the `az cli` utility to perform these actions from the command line.
2929
> [!TIP]
3030
> To get more verbose output with Azure CLI, append `--verbose` to the end of each command. This variable returns more metadata when commands execute, including `x-ms-correlation-request-id`, which aids in debugging.
3131
32-
These examples have been reviewed with the generally available API version `2023-11-01`.
32+
These examples have been reviewed with the generally available Chaos Studio API version `2023-11-01`.
3333

3434
## Resource provider commands
3535

3636
This section lists the Chaos Studio provider commands, which help you understand the resource provider's status and available operations.
3737

3838
### List details about the Microsoft.Chaos resource provider
3939

40+
This shows information such as available API versions for the Chaos resource provider and region availability. The most recent `api-version` required for this may differ from the `api-version` for Chaos resource provider operations.
41+
4042
```azurecli
4143
az rest --method get --url "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Chaos?api-version={apiVersion}"
4244
```

0 commit comments

Comments
 (0)