From 1ffb513b9d7dbe8603c5a9ac531c8e5a8f0259ff Mon Sep 17 00:00:00 2001 From: Eli Arbel Date: Tue, 18 Jul 2023 13:56:42 +0300 Subject: [PATCH] Fix formatting Table did not render correctly --- docs/extensions/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/extensions/readme.md b/docs/extensions/readme.md index 240be5a0bc..8c8642e996 100644 --- a/docs/extensions/readme.md +++ b/docs/extensions/readme.md @@ -1222,6 +1222,7 @@ When set, specifies the set of resource types which can be referenced by this `a #### Allowed Scopes The following values are allowed for `scopes`. These values were derived from the [scope field in ARM templates](https://docs.microsoft.com/azure/azure-resource-manager/templates/scope-extension-resources?tabs=azure-cli). + | Scope | URL prefix | Meaning | | ----------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Tenant` | `/` | The resource is deployed into a tenant | @@ -1229,7 +1230,7 @@ The following values are allowed for `scopes`. These values were derived from th | `ResourceGroup` | `/subscriptions/{subscriptionId}/resourceGroups/{group}` | The resource is deployed into a resource group | | `ManagementGroup` | `/providers/Microsoft.Management/managementGroups/{managementGroupName}/` | The resource is deployed into a management group | | `Extension` | `{parentScope}/providers/{extensionNamespace}/{extensionType}/{extensionName}/` | The resource is an extension resource and may be deployed as a subresource of another resource. `parentScope` may be a resource in any of the above scopes. | -| `*` | Any of the above | The resource may be deployed into any of the above scopes. This is identical to `["Tenant", "Subscription", "ResourceGroup", "ManagementGroup", "Extension"`] | +| `*` | Any of the above | The resource may be deployed into any of the above scopes. This is identical to `["Tenant", "Subscription", "ResourceGroup", "ManagementGroup", "Extension"]` | #### Example Types