Skip to content

Commit

Permalink
Change operationID for table and queue, update the name of an example (
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuChhabra authored May 12, 2020
1 parent ff7b07c commit 00c3dd9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"QueueServiceProperties"
],
"operationId": "ListQueueService",
"operationId": "QueueServices_List",
"x-ms-examples": {
"QueueServicesList": {
"$ref": "./examples/QueueServicesList.json"
Expand Down Expand Up @@ -160,7 +160,7 @@
"tags": [
"QueueService"
],
"operationId": "PutQueue",
"operationId": "Queue_Create",
"x-ms-examples": {
"QueueOperationPut": {
"$ref": "./examples/QueueOperationPut.json"
Expand Down Expand Up @@ -215,7 +215,7 @@
"tags": [
"QueueService"
],
"operationId": "PatchQueue",
"operationId": "Queue_Update",
"x-ms-examples": {
"QueueOperationPatch": {
"$ref": "./examples/QueueOperationPatch.json"
Expand Down Expand Up @@ -267,7 +267,7 @@
"tags": [
"QueueService"
],
"operationId": "GetQueue",
"operationId": "Queue_Get",
"x-ms-examples": {
"QueueOperationGet": {
"$ref": "./examples/QueueOperationGet.json"
Expand Down Expand Up @@ -310,7 +310,7 @@
"tags": [
"QueueService"
],
"operationId": "DeleteQueue",
"operationId": "Queue_Delete",
"x-ms-examples": {
"QueueOperationDelete": {
"$ref": "./examples/QueueOperationDelete.json"
Expand Down Expand Up @@ -352,7 +352,7 @@
"tags": [
"QueueService"
],
"operationId": "ListQueue",
"operationId": "Queue_List",
"x-ms-examples": {
"QueueOperationList": {
"$ref": "./examples/QueueOperationList.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"TableServiceProperties"
],
"operationId": "ListTableService",
"operationId": "TableServices_List",
"x-ms-examples": {
"TableServicesList": {
"$ref": "./examples/TableServicesList.json"
Expand Down Expand Up @@ -160,7 +160,7 @@
"tags": [
"TableService"
],
"operationId": "PutTable",
"operationId": "Table_Create",
"x-ms-examples": {
"TableOperationPut": {
"$ref": "./examples/TableOperationPut.json"
Expand Down Expand Up @@ -203,7 +203,7 @@
"tags": [
"TableService"
],
"operationId": "PatchTable",
"operationId": "Table_Update",
"x-ms-examples": {
"TableOperationPatch": {
"$ref": "./examples/TableOperationPatch.json"
Expand Down Expand Up @@ -246,7 +246,7 @@
"tags": [
"TableService"
],
"operationId": "GetTable",
"operationId": "Table_Get",
"x-ms-examples": {
"TableOperationGet": {
"$ref": "./examples/TableOperationGet.json"
Expand Down Expand Up @@ -289,7 +289,7 @@
"tags": [
"TableService"
],
"operationId": "DeleteTable",
"operationId": "Table_Delete",
"x-ms-examples": {
"TableOperationDelete": {
"$ref": "./examples/TableOperationDelete.json"
Expand Down Expand Up @@ -331,10 +331,10 @@
"tags": [
"TableService"
],
"operationId": "QueryTable",
"operationId": "Table_List",
"x-ms-examples": {
"TableOperationQuery": {
"$ref": "./examples/TableOperationQuery.json"
"TableOperationList": {
"$ref": "./examples/TableOperationList.json"
}
},
"description": "Gets a list of all the tables under the specified storage account",
Expand Down

0 comments on commit 00c3dd9

Please sign in to comment.