Skip to content
Merged
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 @@ -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