Skip to content

Commit 2c8436b

Browse files
committed
fixing lintdiff error
1 parent 1c253a4 commit 2c8436b

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2020-01-01/examples/DPSCreate.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"body": {
2020
"etag": "AAAAAAAADGk=",
2121
"name": "myFirstProvisioningService",
22-
"resourcegroup": "myResourceGroup",
23-
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
2422
"location": "eastus",
2523
"properties": {
2624
"state": "Active",
@@ -44,8 +42,6 @@
4442
"body": {
4543
"etag": "AAAAAAAADGk=",
4644
"name": "myFirstProvisioningService",
47-
"resourcegroup": "myResourceGroup",
48-
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
4945
"location": "eastus",
5046
"properties": {
5147
"state": "Active",

specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2020-01-01/examples/DPSGet.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"type": "Microsoft.Devices/ProvisioningServices",
2323
"id": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/ProvisioningServices/myFirstProvisioningService",
2424
"tags": {},
25-
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
2625
"sku": {
2726
"name": "S1",
2827
"tier": "Standard",

specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2020-01-01/examples/DPSPatch.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"etag": "AAAAAAAADGk=",
1919
"name": "myFirstProvisioningService",
2020
"location": "eastus",
21-
"resourcegroup": "myResourceGroup",
22-
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
2321
"properties": {
2422
"state": "Active",
2523
"allocationPolicy": "Hashed",

specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2020-01-01/iotdps.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,14 +1473,6 @@
14731473
"description": "The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.",
14741474
"type": "string"
14751475
},
1476-
"resourcegroup": {
1477-
"description": "The resource group name uniquely identifies the resource group within the user subscriptionId.",
1478-
"type": "string"
1479-
},
1480-
"subscriptionid": {
1481-
"description": "The subscriptionId for the Azure user",
1482-
"type": "string"
1483-
},
14841476
"properties": {
14851477
"description": "Service specific properties for a provisioning service",
14861478
"$ref": "#/definitions/IotDpsPropertiesDescription"

0 commit comments

Comments
 (0)