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

typo: managementgroups/resource-manager/Microsoft.Management #4709

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"GetManagementGroupWithExpand": {
"$ref": "./examples/GetManagementGroupWithExpand.json"
},
"GetManagementGroupsWithExpandAndResurse": {
"GetManagementGroupsWithExpandAndRecurse": {
"$ref": "./examples/GetManagementGroupWithExpandAndRecurse.json"
}
}
Expand Down Expand Up @@ -449,7 +449,7 @@
"description": "The unique identifier (ID) of a management group.",
"properties": {
"childType": {
"title" : "Managment Group Child Info",
"title" : "Management Group Child Info",
"$ref": "#/definitions/ManagementGroupType"
},
"childId": {
Expand Down Expand Up @@ -523,7 +523,7 @@
"description": "The unique identifier (ID) of a management group.",
"properties": {
"childType": {
"title" : "Managment Group Recursive Child Info",
"title" : "Management Group Recursive Child Info",
"$ref": "#/definitions/ManagementGroupType"
},
"childId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"GetManagementGroupWithExpand": {
"$ref": "./examples/GetManagementGroupWithExpand.json"
},
"GetManagementGroupsWithExpandAndResurse": {
"GetManagementGroupsWithExpandAndRecurse": {
"$ref": "./examples/GetManagementGroupWithExpandAndRecurse.json"
}
}
Expand Down Expand Up @@ -1164,7 +1164,7 @@
"required": true,
"type": "string",
"description": "Subscription ID.",
"x-ms-parameter-location": "method"
"x-ms-parameter-location": "method"
},
"ApiVersionParameter": {
"name": "api-version",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@
"name": "$filter",
"in": "query",
"required": false,
"description": "The filter parameter allows you to filter on the the name or display name fields. You can check for equality on the name field (e.g. name eq '{entityName}') and you can check for substrings on either the name or display name fields(e.g. contains(name, '{substringToSearch}'), contains(displayName, '{substringToSearch')). Note that the '{entityName}' and '{substringToSearch}' fields are checked case insensitively.",
"description": "The filter parameter allows you to filter on the name or display name fields. You can check for equality on the name field (e.g. name eq '{entityName}') and you can check for substrings on either the name or display name fields(e.g. contains(name, '{substringToSearch}'), contains(displayName, '{substringToSearch')). Note that the '{entityName}' and '{substringToSearch}' fields are checked case insensitively.",
"type": "string",
"x-ms-parameter-location": "method"
},
Expand Down