forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial API spec for managed Cassandra project in CosmosDB (Azure#12861)
* Move to a new API version. * added changes from stable apiVersion * Add nova.json * Add parameters to repair method on cassandraClusters. * Change fetchNodeStatus to be async POST There appears to be no way to document the results of an async POST operation actually completing. * Add 200 status code to fetchNodeStatus to see if it will make the Python SDK properly generate polling. * Fixed the fetchNodeStatus endpoint. It was actually missing x-ms-long-running-operation. Removed the 200 status result I had put in before. * Add async response path for fetchNodeStatus. * Make linter happy. * Rename nova.json to managedCassandra.json * Rename operationIds to be plural. Change status code for repair disabled to 412 (Precondition not met) * Fix javaScript SDK build (which is broken by have */ in descriptions) * added changes from stable apiVersion * Added lenient deduplication to make linter happy * Move fetchNodeStatus back since apparently the SDK generation handles this. * Fix inconsistencies between GA and preview previous API versions for cosmos-db.json. * Add response body to PATCH for clusters and datacenters. * Add provisioningState, to dc examples, remove 412 code, fix a couple descriptions. Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
- Loading branch information
Showing
179 changed files
with
19,442 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1160,6 +1160,7 @@ nodeagentskus | |
nodeconfiguration | ||
nodecounts | ||
Nodeploy | ||
nodetool | ||
nodrm | ||
nometadata | ||
nonadmin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.