Skip to content

Commit

Permalink
Correct operation group names (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcardosos authored and sarangan12 committed Sep 21, 2017
1 parent 75323f0 commit d09ea8e
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -33,7 +33,7 @@
"CognitiveServicesAccounts"
],
"description": "Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the keys for developer to access intelligent APIs. It's also the resource type for billing.",
"operationId": "CognitiveServicesAccounts_Create",
"operationId": "Accounts_Create",
"x-ms-examples": {
"Get Account": {
"$ref": "./examples/CreateAccount.json"
Expand Down Expand Up @@ -99,7 +99,7 @@
"CognitiveServicesAccounts"
],
"description": "Updates a Cognitive Services account",
"operationId": "CognitiveServicesAccounts_Update",
"operationId": "Accounts_Update",
"x-ms-examples": {
"Get Account": {
"$ref": "./examples/UpdateAccount.json"
Expand Down Expand Up @@ -160,7 +160,7 @@
"CognitiveServicesAccounts"
],
"description": "Deletes a Cognitive Services account from the resource group. ",
"operationId": "CognitiveServicesAccounts_Delete",
"operationId": "Accounts_Delete",
"x-ms-examples": {
"Delete Account": {
"$ref": "./examples/DeleteAccount.json"
Expand Down Expand Up @@ -211,7 +211,7 @@
"CognitiveServicesAccounts"
],
"description": "Returns a Cognitive Services account specified by the parameters.",
"operationId": "CognitiveServicesAccounts_GetProperties",
"operationId": "Accounts_GetProperties",
"x-ms-examples": {
"Get Account": {
"$ref": "./examples/GetAccount.json"
Expand Down Expand Up @@ -348,7 +348,7 @@
"tags": [
"CognitiveServicesAccounts"
],
"operationId": "CognitiveServicesAccounts_ListKeys",
"operationId": "Accounts_ListKeys",
"description": "Lists the account keys for the specified Cognitive Services account.",
"x-ms-examples": {
"List Keys": {
Expand Down Expand Up @@ -401,7 +401,7 @@
"tags": [
"CognitiveServicesAccounts"
],
"operationId": "CognitiveServicesAccounts_RegenerateKey",
"operationId": "Accounts_RegenerateKey",
"description": "Regenerates the specified account key for the specified Cognitive Services account.",
"x-ms-examples": {
"Regenerate Keys": {
Expand Down Expand Up @@ -470,7 +470,7 @@
"$ref": "./examples/ListSkus.json"
}
},
"operationId": "CognitiveServicesAccounts_ListSkus",
"operationId": "Accounts_ListSkus",
"parameters": [
{
"name": "resourceGroupName",
Expand Down

0 comments on commit d09ea8e

Please sign in to comment.