Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Table did not render correctly
  • Loading branch information
aelij authored Jul 18, 2023
1 parent 800f47e commit 1ffb513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/extensions/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1222,14 +1222,15 @@ 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 |
| `Subscription` | `/subscriptions/{subscriptionId}/` | The resource is deployed into a subscription |
| `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
Expand Down

0 comments on commit 1ffb513

Please sign in to comment.