Skip to content

Commit 3e09c3f

Browse files
Updates API version in new specs and examples
1 parent 2f40ce1 commit 3e09c3f

File tree

261 files changed

+475
-475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+475
-475
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/cosmos-db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Cosmos DB",
55
"description": "Azure Cosmos DB Database Service Resource Provider REST API",
6-
"version": "2023-03-01-preview"
6+
"version": "2023-03-15-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/dataTransferService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Cosmos DB",
55
"description": "Azure Cosmos DB Database Data Transfer Service Resource Provider REST API",
6-
"version": "2023-03-01-preview"
6+
"version": "2023-03-15-preview"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/examples/CosmosDBCassandraKeyspaceCreateUpdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"accountName": "ddb1",
44
"resourceGroupName": "rg1",
5-
"api-version": "2023-03-01-preview",
5+
"api-version": "2023-03-15-preview",
66
"subscriptionId": "subid",
77
"keyspaceName": "keyspaceName",
88
"createUpdateCassandraKeyspaceParameters": {
@@ -33,8 +33,8 @@
3333
},
3434
"202": {
3535
"headers": {
36-
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview",
37-
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview"
36+
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview",
37+
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview"
3838
}
3939
}
4040
}

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/examples/CosmosDBCassandraKeyspaceDelete.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"parameters": {
33
"accountName": "ddb1",
44
"resourceGroupName": "rg1",
5-
"api-version": "2023-03-01-preview",
5+
"api-version": "2023-03-15-preview",
66
"subscriptionId": "subid",
77
"keyspaceName": "keyspaceName"
88
},
99
"responses": {
1010
"204": {},
1111
"202": {
1212
"headers": {
13-
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview",
14-
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview"
13+
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview",
14+
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview"
1515
}
1616
}
1717
}

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/examples/CosmosDBCassandraKeyspaceGet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"accountName": "ddb1",
44
"resourceGroupName": "rg1",
5-
"api-version": "2023-03-01-preview",
5+
"api-version": "2023-03-15-preview",
66
"subscriptionId": "subid",
77
"keyspaceName": "keyspaceName"
88
},

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/examples/CosmosDBCassandraKeyspaceList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2023-03-01-preview",
3+
"api-version": "2023-03-15-preview",
44
"subscriptionId": "subid",
55
"resourceGroupName": "rgName",
66
"accountName": "ddb1"

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/examples/CosmosDBCassandraKeyspaceMigrateToAutoscale.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"accountName": "ddb1",
44
"resourceGroupName": "rg1",
5-
"api-version": "2023-03-01-preview",
5+
"api-version": "2023-03-15-preview",
66
"subscriptionId": "subid",
77
"keyspaceName": "keyspaceName"
88
},
@@ -26,8 +26,8 @@
2626
},
2727
"202": {
2828
"headers": {
29-
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview",
30-
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview"
29+
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview",
30+
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview"
3131
}
3232
}
3333
}

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/examples/CosmosDBCassandraKeyspaceMigrateToManualThroughput.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"accountName": "ddb1",
44
"resourceGroupName": "rg1",
5-
"api-version": "2023-03-01-preview",
5+
"api-version": "2023-03-15-preview",
66
"subscriptionId": "subid",
77
"keyspaceName": "keyspaceName"
88
},
@@ -23,8 +23,8 @@
2323
},
2424
"202": {
2525
"headers": {
26-
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview",
27-
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview"
26+
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview",
27+
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview"
2828
}
2929
}
3030
}

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/examples/CosmosDBCassandraKeyspaceThroughputGet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"accountName": "ddb1",
44
"resourceGroupName": "rg1",
5-
"api-version": "2023-03-01-preview",
5+
"api-version": "2023-03-15-preview",
66
"subscriptionId": "subid",
77
"keyspaceName": "keyspaceName"
88
},

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-15-preview/examples/CosmosDBCassandraKeyspaceThroughputUpdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"accountName": "ddb1",
44
"resourceGroupName": "rg1",
5-
"api-version": "2023-03-01-preview",
5+
"api-version": "2023-03-15-preview",
66
"subscriptionId": "subid",
77
"keyspaceName": "keyspaceName",
88
"updateThroughputParameters": {
@@ -37,8 +37,8 @@
3737
},
3838
"202": {
3939
"headers": {
40-
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview",
41-
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-01-preview"
40+
"azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview",
41+
"location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/operationsStatus/{operationId}?api-version=2023-03-15-preview"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)