Skip to content

Commit

Permalink
endpoint update.
Browse files Browse the repository at this point in the history
  • Loading branch information
soagar committed Aug 4, 2024
1 parent dcb38a4 commit 868fef5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7251,7 +7251,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/chaosFault": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/chaosFaults": {
"get": {
"operationId": "ChaosFault_List",
"description": "list Chaos Faults",
Expand Down Expand Up @@ -7287,7 +7287,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/chaosFault/{chaosFault}": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/chaosFaults/{chaosFault}": {
"put": {
"operationId": "ChaosFault_EnableDisable",
"description": "Enable, disable Chaos Fault",
Expand Down

0 comments on commit 868fef5

Please sign in to comment.