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

chore: jsonfmt cosmos-db #6320

Merged
merged 1 commit into from
Jun 13, 2019
Merged
Show file tree
Hide file tree
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 @@ -1601,7 +1601,9 @@
"get": {
"operationId": "DatabaseAccounts_GetSqlDatabaseThroughput",
"x-ms-examples": {
"CosmosDBSqlDatabaseThroughputGet": { "$ref": "./examples/CosmosDBSqlDatabaseThroughputGet.json" }
"CosmosDBSqlDatabaseThroughputGet": {
"$ref": "./examples/CosmosDBSqlDatabaseThroughputGet.json"
}
},
"description": "Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided name.",
"parameters": [
Expand Down Expand Up @@ -1633,7 +1635,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateSqlDatabaseThroughput",
"x-ms-examples": {
"CosmosDBSqlDatabaseThroughputUpdate": { "$ref": "./examples/CosmosDBSqlDatabaseThroughputUpdate.json" }
"CosmosDBSqlDatabaseThroughputUpdate": {
"$ref": "./examples/CosmosDBSqlDatabaseThroughputUpdate.json"
}
},
"description": "Update RUs per second of an Azure Cosmos DB SQL database",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -1846,7 +1850,9 @@
"get": {
"operationId": "DatabaseAccounts_GetSqlContainerThroughput",
"x-ms-examples": {
"CosmosDBSqlContainerThroughputGet": { "$ref": "./examples/CosmosDBSqlContainerThroughputGet.json" }
"CosmosDBSqlContainerThroughputGet": {
"$ref": "./examples/CosmosDBSqlContainerThroughputGet.json"
}
},
"description": "Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account.",
"parameters": [
Expand Down Expand Up @@ -1881,7 +1887,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateSqlContainerThroughput",
"x-ms-examples": {
"CosmosDBSqlContainerThroughputUpdate": { "$ref": "./examples/CosmosDBSqlContainerThroughputUpdate.json" }
"CosmosDBSqlContainerThroughputUpdate": {
"$ref": "./examples/CosmosDBSqlContainerThroughputUpdate.json"
}
},
"description": "Update RUs per second of an Azure Cosmos DB SQL container",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -2085,7 +2093,9 @@
"get": {
"operationId": "DatabaseAccounts_GetMongoDBDatabaseThroughput",
"x-ms-examples": {
"CosmosDBMongoDBDatabaseThroughputGet": { "$ref": "./examples/CosmosDBMongoDBDatabaseThroughputGet.json" }
"CosmosDBMongoDBDatabaseThroughputGet": {
"$ref": "./examples/CosmosDBMongoDBDatabaseThroughputGet.json"
}
},
"description": "Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.",
"parameters": [
Expand Down Expand Up @@ -2117,7 +2127,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateMongoDBDatabaseThroughput",
"x-ms-examples": {
"CosmosDBMongoDBDatabaseThroughputUpdate": { "$ref": "./examples/CosmosDBMongoDBDatabaseThroughputUpdate.json" }
"CosmosDBMongoDBDatabaseThroughputUpdate": {
"$ref": "./examples/CosmosDBMongoDBDatabaseThroughputUpdate.json"
}
},
"description": "Update RUs per second of the an Azure Cosmos DB MongoDB database",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -2330,7 +2342,9 @@
"get": {
"operationId": "DatabaseAccounts_GetMongoDBCollectionThroughput",
"x-ms-examples": {
"CosmosDBMongoDBCollectionThroughputGet": { "$ref": "./examples/CosmosDBMongoDBCollectionThroughputGet.json" }
"CosmosDBMongoDBCollectionThroughputGet": {
"$ref": "./examples/CosmosDBMongoDBCollectionThroughputGet.json"
}
},
"description": "Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name.",
"parameters": [
Expand Down Expand Up @@ -2365,7 +2379,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateMongoDBCollectionThroughput",
"x-ms-examples": {
"CosmosDBMongoDBCollectionThroughputUpdate": { "$ref": "./examples/CosmosDBMongoDBCollectionThroughputUpdate.json" }
"CosmosDBMongoDBCollectionThroughputUpdate": {
"$ref": "./examples/CosmosDBMongoDBCollectionThroughputUpdate.json"
}
},
"description": "Update the RUs per second of an Azure Cosmos DB MongoDB collection",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -2532,7 +2548,9 @@
"delete": {
"operationId": "DatabaseAccounts_DeleteTable",
"x-ms-examples": {
"CosmosDBTableDelete": { "$ref": "./examples/CosmosDBTableDelete.json" }
"CosmosDBTableDelete": {
"$ref": "./examples/CosmosDBTableDelete.json"
}
},
"description": "Deletes an existing Azure Cosmos DB Table.",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -2567,7 +2585,9 @@
"get": {
"operationId": "DatabaseAccounts_GetTableThroughput",
"x-ms-examples": {
"CosmosDBTableThroughputGet": { "$ref": "./examples/CosmosDBTableThroughputGet.json" }
"CosmosDBTableThroughputGet": {
"$ref": "./examples/CosmosDBTableThroughputGet.json"
}
},
"description": "Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name.",
"parameters": [
Expand Down Expand Up @@ -2599,7 +2619,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateTableThroughput",
"x-ms-examples": {
"CosmosDBTableThroughputUpdate": { "$ref": "./examples/CosmosDBTableThroughputUpdate.json" }
"CosmosDBTableThroughputUpdate": {
"$ref": "./examples/CosmosDBTableThroughputUpdate.json"
}
},
"description": "Update RUs per second of an Azure Cosmos DB Table",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -2800,7 +2822,9 @@
"get": {
"operationId": "DatabaseAccounts_GetCassandraKeyspaceThroughput",
"x-ms-examples": {
"CosmosDBCassandraKeyspaceThroughputGet": { "$ref": "./examples/CosmosDBCassandraKeyspaceThroughputGet.json" }
"CosmosDBCassandraKeyspaceThroughputGet": {
"$ref": "./examples/CosmosDBCassandraKeyspaceThroughputGet.json"
}
},
"description": "Gets the RUs per second of the Cassandra Keyspace under an existing Azure Cosmos DB database account with the provided name.",
"parameters": [
Expand Down Expand Up @@ -2832,7 +2856,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateCassandraKeyspaceThroughput",
"x-ms-examples": {
"CosmosDBCassandraKeyspaceThroughputUpdate": { "$ref": "./examples/CosmosDBCassandraKeyspaceThroughputUpdate.json" }
"CosmosDBCassandraKeyspaceThroughputUpdate": {
"$ref": "./examples/CosmosDBCassandraKeyspaceThroughputUpdate.json"
}
},
"description": "Update RUs per second of an Azure Cosmos DB Cassandra Keyspace",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -3045,7 +3071,9 @@
"get": {
"operationId": "DatabaseAccounts_GetCassandraTableThroughput",
"x-ms-examples": {
"CosmosDBCassandraTableThroughputGet": { "$ref": "./examples/CosmosDBCassandraTableThroughputGet.json" }
"CosmosDBCassandraTableThroughputGet": {
"$ref": "./examples/CosmosDBCassandraTableThroughputGet.json"
}
},
"description": "Gets the RUs per second of the Cassandra table under an existing Azure Cosmos DB database account with the provided name.",
"parameters": [
Expand Down Expand Up @@ -3080,7 +3108,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateCassandraTableThroughput",
"x-ms-examples": {
"CosmosDBCassandraTableThroughputUpdate": { "$ref": "./examples/CosmosDBCassandraTableThroughputUpdate.json" }
"CosmosDBCassandraTableThroughputUpdate": {
"$ref": "./examples/CosmosDBCassandraTableThroughputUpdate.json"
}
},
"description": "Update RUs per second of an Azure Cosmos DB Cassandra table",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -3284,7 +3314,9 @@
"get": {
"operationId": "DatabaseAccounts_GetGremlinDatabaseThroughput",
"x-ms-examples": {
"CosmosDBGremlinDatabaseThroughputGet": { "$ref": "./examples/CosmosDBGremlinDatabaseThroughputGet.json" }
"CosmosDBGremlinDatabaseThroughputGet": {
"$ref": "./examples/CosmosDBGremlinDatabaseThroughputGet.json"
}
},
"description": "Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name.",
"parameters": [
Expand Down Expand Up @@ -3316,7 +3348,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateGremlinDatabaseThroughput",
"x-ms-examples": {
"CosmosDBGremlinDatabaseThroughputUpdate": { "$ref": "./examples/CosmosDBGremlinDatabaseThroughputUpdate.json" }
"CosmosDBGremlinDatabaseThroughputUpdate": {
"$ref": "./examples/CosmosDBGremlinDatabaseThroughputUpdate.json"
}
},
"description": "Update RUs per second of an Azure Cosmos DB Gremlin database",
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -3529,7 +3563,9 @@
"get": {
"operationId": "DatabaseAccounts_GetGremlinGraphThroughput",
"x-ms-examples": {
"CosmosDBGremlinGraphThroughputGet": { "$ref": "./examples/CosmosDBGremlinGraphThroughputGet.json" }
"CosmosDBGremlinGraphThroughputGet": {
"$ref": "./examples/CosmosDBGremlinGraphThroughputGet.json"
}
},
"description": "Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.",
"parameters": [
Expand Down Expand Up @@ -3564,7 +3600,9 @@
"put": {
"operationId": "DatabaseAccounts_UpdateGremlinGraphThroughput",
"x-ms-examples": {
"CosmosDBGremlinGraphThroughputUpdate": { "$ref": "./examples/CosmosDBGremlinGraphThroughputUpdate.json" }
"CosmosDBGremlinGraphThroughputUpdate": {
"$ref": "./examples/CosmosDBGremlinGraphThroughputUpdate.json"
}
},
"description": "Update RUs per second of an Azure Cosmos DB Gremlin graph",
"x-ms-long-running-operation": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"keyspaceName": "keyspaceName"
},
"responses": {
"200": {
"200": {
"body": {
"properties": {
"throughput": 400
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
"keyspaceName": "keyspaceName",
"updateThroughputParameters": {
"properties": {
"resource": {
"throughput": 400
}
"resource": {
"throughput": 400
}
}
}
},
"responses": {
"200": {
"200": {
"body": {
"properties": {
"throughput": 400
}
}
},
"202": {
}
"202": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"tableName": "tableName"
},
"responses": {
"200": {
"200": {
"body": {
"properties": {
"throughput": 400
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@
"tableName": "tableName",
"updateThroughputParameters": {
"properties": {
"resource": {
"throughput": 400
}
"resource": {
"throughput": 400
}
}
}
},
"responses": {
"200": {
"200": {
"body": {
"properties": {
"throughput": 400
}
}
},
"202": {
}
"202": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"databaseName": "databaseName"
},
"responses": {
"200": {
"200": {
"body": {
"properties": {
"throughput": 400
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
"databaseName": "databaseName",
"updateThroughputParameters": {
"properties": {
"resource": {
"throughput": 400
}
"resource": {
"throughput": 400
}
}
}
},
"responses": {
"200": {
"200": {
"body": {
"properties": {
"throughput": 400
}
}
},
"202": {
}
"202": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@
},
"202": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"graphName": "graphName"
},
"responses": {
"200": {
"200": {
"body": {
"properties": {
"throughput": 400
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@
"graphName": "graphName",
"updateThroughputParameters": {
"properties": {
"resource": {
"throughput": 400
}
"resource": {
"throughput": 400
}
}
}
},
"responses": {
"200": {
"200": {
"body": {
"properties": {
"throughput": 400
}
}
},
"202": {
}
"202": {}
}
}
}
Loading