Skip to content

Commit

Permalink
model validation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepmsft committed Feb 25, 2021
1 parent bb028d9 commit 1c253a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"provisioningServiceName": "myFirstProvisioningService",
"resourceGroupName": "myResourceGroup",
"api-version": "2020-01-01",
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0",
"iotDpsDescription": {
"location": "East US",
"properties": {},
Expand All @@ -20,7 +20,7 @@
"etag": "AAAAAAAADGk=",
"name": "myFirstProvisioningService",
"resourcegroup": "myResourceGroup",
"subscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0",
"subscriptionid": "91d12660-3dec-467a-be2a-213b5544ddc0",
"location": "eastus",
"properties": {
"state": "Active",
Expand Down

0 comments on commit 1c253a4

Please sign in to comment.