Fix linting of docs file (#83441)

This commit is contained in:
Fabrizio
2024-02-26 21:03:13 +01:00
committed by GitHub
parent 9709ac8b84
commit 58b0323bbb

View File

@ -87,7 +87,7 @@ For example:
- `{{ resourcegroup }} - {{ resourcename }}` becomes `production - web_server` - `{{ resourcegroup }} - {{ resourcename }}` becomes `production - web_server`
| Alias pattern | Description | | Alias pattern | Description |
| ----------------------------- | ------------------------------------------------------------------------------------------------------ | | ------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `{{ subscriptionid }}` | Replaced with the subscription ID. | | `{{ subscriptionid }}` | Replaced with the subscription ID. |
| `{{ subscription }}` | Replaced with the subscription name. | | `{{ subscription }}` | Replaced with the subscription name. |
| `{{ resourcegroup }}` | Replaced with the the resource group. | | `{{ resourcegroup }}` | Replaced with the the resource group. |