Skip to content

Commit

Permalink
fixing lintdiff error
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepmsft committed Feb 27, 2021
1 parent 1c253a4 commit 2c8436b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"body": {
"etag": "AAAAAAAADGk=",
"name": "myFirstProvisioningService",
"resourcegroup": "myResourceGroup",
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
"location": "eastus",
"properties": {
"state": "Active",
Expand All @@ -44,8 +42,6 @@
"body": {
"etag": "AAAAAAAADGk=",
"name": "myFirstProvisioningService",
"resourcegroup": "myResourceGroup",
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
"location": "eastus",
"properties": {
"state": "Active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"type": "Microsoft.Devices/ProvisioningServices",
"id": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/ProvisioningServices/myFirstProvisioningService",
"tags": {},
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
"sku": {
"name": "S1",
"tier": "Standard",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"etag": "AAAAAAAADGk=",
"name": "myFirstProvisioningService",
"location": "eastus",
"resourcegroup": "myResourceGroup",
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
"properties": {
"state": "Active",
"allocationPolicy": "Hashed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1473,14 +1473,6 @@
"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.",
"type": "string"
},
"resourcegroup": {
"description": "The resource group name uniquely identifies the resource group within the user subscriptionId.",
"type": "string"
},
"subscriptionid": {
"description": "The subscriptionId for the Azure user",
"type": "string"
},
"properties": {
"description": "Service specific properties for a provisioning service",
"$ref": "#/definitions/IotDpsPropertiesDescription"
Expand Down

0 comments on commit 2c8436b

Please sign in to comment.