Skip to content

Commit

Permalink
Update to camelCasing for resourceGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
bganapa authored Mar 18, 2020
1 parent 4212dd0 commit dd09a40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/plans": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/plans": {
"get": {
"x-ms-examples": {
"Get the list of plans under a resource group.": {
Expand Down Expand Up @@ -85,7 +85,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/plans/{plan}": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/plans/{plan}": {
"get": {
"x-ms-examples": {
"Get the specified plan.": {
Expand Down

0 comments on commit dd09a40

Please sign in to comment.