You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/2019-06-01/Microsoft.WindowsIoT.json
+56-14Lines changed: 56 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7,38 +7,49 @@
7
7
"deviceServices": {
8
8
"type": "object",
9
9
"properties": {
10
-
"adminDomainName": {
11
-
"type": "string",
12
-
"description": "Windows IoT Device Service OEM AAD domain"
13
-
},
14
10
"apiVersion": {
15
11
"type": "string",
16
12
"enum": [
17
13
"2019-06-01"
18
14
]
19
15
},
20
-
"billingDomainName": {
16
+
"etag": {
21
17
"type": "string",
22
-
"description": "Windows IoT Device Service ODM AAD domain"
18
+
"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."
19
+
},
20
+
"location": {
21
+
"type": "string",
22
+
"description": "The Azure Region where the resource lives"
23
23
},
24
24
"name": {
25
25
"type": "string",
26
26
"description": "The name of the Windows IoT Device Service."
27
27
},
28
-
"notes": {
29
-
"type": "string",
30
-
"description": "Windows IoT Device Service notes."
0 commit comments