Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add management group registration description to ARM #10869

Merged
merged 9 commits into from
Oct 5, 2020
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,30 @@
"x-ms-odata": "#/definitions/DeploymentExtendedFilter"
}
},
"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/{resourceProviderNamespace}/register": {
tjegbejimba marked this conversation as resolved.
Show resolved Hide resolved
"post": {
tjegbejimba marked this conversation as resolved.
Show resolved Hide resolved
"tags": [
"Providers"
],
"operationId": "Providers_Register",
tjegbejimba marked this conversation as resolved.
Show resolved Hide resolved
"description": "Registers a management group with a resource provider.",
"parameters": [
{
"name": "resourceProviderNamespace",
"in": "path",
"required": true,
"type": "string",
"description": "The namespace of the resource provider to register."
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
]
}
},
"/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}": {
"delete": {
"tags": [
Expand Down