Skip to content

Commit

Permalink
PR comments and removing false 202
Browse files Browse the repository at this point in the history
  • Loading branch information
stivanov-git committed Mar 6, 2020
1 parent 5e9c41f commit d416bff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
"tenantId": "20000000-0000-0000-0000-000000000000",
"status": "Started"
}
},
"202": {
"body": {
"tenantId": "20000000-0000-0000-0000-000000000000",
"status": "Started"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@
"$ref": "./examples/PutManagementGroup.json"
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
}
},
"patch": {
"tags": [
Expand Down Expand Up @@ -289,7 +292,10 @@
"$ref": "./examples/DeleteManagementGroup.json"
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
}
}
},
"/providers/Microsoft.Management/managementGroups/{groupId}/descendants": {
Expand Down Expand Up @@ -494,7 +500,7 @@
"tags": [
"ManagementGroups"
],
"operationId": "HierarchySettings_Put",
"operationId": "HierarchySettings_CreateOrUpdate",
"description": "Creates or updates the hierarchy settings defined at the Management Group level.\n",
"parameters": [
{
Expand Down Expand Up @@ -531,7 +537,7 @@
"tags": [
"ManagementGroups"
],
"operationId": "HierarchySettings_Patch",
"operationId": "HierarchySettings_Update",
"description": "Updates the hierarchy settings defined at the Management Group level.\n",
"parameters": [
{
Expand Down Expand Up @@ -745,12 +751,6 @@
"$ref": "#/definitions/TenantBackfillStatusResult"
}
},
"202": {
"description": "Accepted",
"schema": {
"$ref": "#/definitions/TenantBackfillStatusResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand All @@ -762,8 +762,7 @@
"StartTenantBackfill": {
"$ref": "./examples/StartTenantBackfillRequest.json"
}
},
"x-ms-long-running-operation": true
}
}
},
"/providers/Microsoft.Management/tenantBackfillStatus": {
Expand Down

0 comments on commit d416bff

Please sign in to comment.