Skip to content

Commit 55131ea

Browse files
authored
Update all Azure Data Share swagger versions files (#12960)
1 parent 070e139 commit 55131ea

File tree

86 files changed

+180
-194
lines changed

Some content is hidden

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

86 files changed

+180
-194
lines changed

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/DataShare.json

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
}
312312
}
313313
},
314-
"/providers/Microsoft.DataShare/ListInvitations": {
314+
"/providers/Microsoft.DataShare/listInvitations": {
315315
"get": {
316316
"tags": [
317317
"ConsumerInvitation"
@@ -403,7 +403,7 @@
403403
}
404404
}
405405
},
406-
"/providers/Microsoft.DataShare/locations/{location}/RejectInvitation": {
406+
"/providers/Microsoft.DataShare/locations/{location}/rejectInvitation": {
407407
"post": {
408408
"tags": [
409409
"ConsumerInvitation"
@@ -1985,7 +1985,7 @@
19851985
}
19861986
}
19871987
},
1988-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/ConsumerSourceDataSets": {
1988+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/consumerSourceDataSets": {
19891989
"get": {
19901990
"tags": [
19911991
"ShareSubscription"
@@ -2262,7 +2262,7 @@
22622262
}
22632263
}
22642264
},
2265-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/Synchronize": {
2265+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/synchronize": {
22662266
"post": {
22672267
"tags": [
22682268
"ShareSubscription"
@@ -2627,7 +2627,7 @@
26272627
"SynchronizationSetting"
26282628
],
26292629
"summary": "Adds a new synchronization setting to an existing share.",
2630-
"description": "Create or update a synchronizationSetting ",
2630+
"description": "Create a synchronizationSetting",
26312631
"operationId": "SynchronizationSettings_Create",
26322632
"parameters": [
26332633
{
@@ -4538,35 +4538,24 @@
45384538
"DefaultDto": {
45394539
"description": "Base data transfer object implementation for default resources.",
45404540
"type": "object",
4541+
"allOf": [
4542+
{
4543+
"$ref": "#/definitions/ProxyDto"
4544+
}
4545+
],
45414546
"properties": {
4542-
"id": {
4543-
"description": "The resource id of the azure resource",
4544-
"type": "string",
4545-
"readOnly": true
4546-
},
45474547
"location": {
45484548
"description": "Location of the azure resource.",
45494549
"type": "string"
45504550
},
4551-
"name": {
4552-
"description": "Name of the azure resource",
4553-
"type": "string",
4554-
"readOnly": true
4555-
},
45564551
"tags": {
45574552
"description": "Tags on the azure resource.",
45584553
"type": "object",
45594554
"additionalProperties": {
45604555
"type": "string"
45614556
}
4562-
},
4563-
"type": {
4564-
"description": "Type of the azure resource",
4565-
"type": "string",
4566-
"readOnly": true
45674557
}
4568-
},
4569-
"x-ms-azure-resource": true
4558+
}
45704559
},
45714560
"DimensionProperties": {
45724561
"description": "properties for dimension",
@@ -5039,6 +5028,10 @@
50395028
"description": "enable regional mdm account",
50405029
"type": "string"
50415030
},
5031+
"fillGapWithZero": {
5032+
"description": "fill gap with zero",
5033+
"type": "boolean"
5034+
},
50425035
"internalMetricName": {
50435036
"description": "internal metric name",
50445037
"type": "string"

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/Accounts_Create.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1",
4242
"name": "Account1",
43-
"type": "Microsoft.DataShare/Accounts"
43+
"type": "Microsoft.DataShare/accounts"
4444
}
4545
},
4646
"200": {
@@ -67,7 +67,7 @@
6767
},
6868
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1",
6969
"name": "Account1",
70-
"type": "Microsoft.DataShare/Accounts"
70+
"type": "Microsoft.DataShare/accounts"
7171
}
7272
}
7373
}

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/Accounts_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1",
3333
"name": "Account1",
34-
"type": "Microsoft.DataShare/Accounts"
34+
"type": "Microsoft.DataShare/accounts"
3535
}
3636
}
3737
}

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/Accounts_ListByResourceGroup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1",
3333
"name": "Account1",
34-
"type": "Microsoft.DataShare/Accounts"
34+
"type": "Microsoft.DataShare/accounts"
3535
},
3636
{
3737
"properties": {
@@ -45,7 +45,7 @@
4545
"type": "SystemAssigned"
4646
},
4747
"name": "Account2",
48-
"type": "Microsoft.DataShare/Accounts"
48+
"type": "Microsoft.DataShare/accounts"
4949
}
5050
]
5151
}

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/Accounts_ListBySubscription.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1",
3232
"name": "Account1",
33-
"type": "Microsoft.DataShare/Accounts"
33+
"type": "Microsoft.DataShare/accounts"
3434
},
3535
{
3636
"properties": {
@@ -44,7 +44,7 @@
4444
"location": "East US 2",
4545
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account2",
4646
"name": "Account2",
47-
"type": "Microsoft.DataShare/Accounts"
47+
"type": "Microsoft.DataShare/accounts"
4848
}
4949
]
5050
}

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/Accounts_Update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1",
3838
"name": "Account1",
39-
"type": "Microsoft.DataShare/Accounts"
39+
"type": "Microsoft.DataShare/accounts"
4040
}
4141
}
4242
}

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/ConsumerInvitations_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"id": "providers/Microsoft.DataShare/locations/eastus2/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487",
3232
"name": "invitation1",
33-
"type": "Microsoft.DataShare/consumerInvitations"
33+
"type": "Microsoft.DataShare/locations/consumerInvitations"
3434
}
3535
}
3636
}

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/ConsumerInvitations_ListInvitations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"id": "providers/Microsoft.DataShare/locations/eastus2/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487",
3232
"name": "invitation1",
33-
"type": "Microsoft.DataShare/consumerInvitations"
33+
"type": "Microsoft.DataShare/locations/consumerInvitations"
3434
}
3535
]
3636
}

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/ConsumerInvitations_RejectInvitation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"id": "providers/Microsoft.DataShare/locations/eastus2/consumerInvitations/4256e2cf-0f82-4865-961b-12f83333f487",
3636
"name": "invitation1",
37-
"type": "Microsoft.DataShare/consumerInvitations"
37+
"type": "Microsoft.DataShare/locations/consumerInvitations"
3838
}
3939
}
4040
}

specification/datashare/resource-manager/Microsoft.DataShare/preview/2018-11-01-preview/examples/ConsumerSourceDataSets_ListByShareSubscription.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"dataSetName": "input.text",
2525
"dataSetPath": "cars.text"
2626
},
27-
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/sharesubscriptions/ShareSubscription1/consumerSourceDataSets/4256e2cf-0f82-4865-961b-12f83333f487",
27+
"id": "/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSubscription1/consumerSourceDataSets/4256e2cf-0f82-4865-961b-12f83333f487",
2828
"name": "invitation1",
29-
"type": "Microsoft.DataShare/consumerSourceDataSets"
29+
"type": "Microsoft.DataShare/accounts/shareSubscriptions/consumerSourceDataSets"
3030
}
3131
]
3232
}

0 commit comments

Comments
 (0)