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

Correct operation group names #1707

Merged
merged 1 commit into from Sep 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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