Skip to content

Commit 114e413

Browse files
nschonnijianghaolu
authored andcommitted
typo: Microsoft.Devices (#4684)
- provisoning -> provisioning - assosiated -> associated - SKU's -> SKUs - etailed -> detailed - whitespace trimming
1 parent 30cffea commit 114e413

File tree

3 files changed

+30
-33
lines changed

3 files changed

+30
-33
lines changed

specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/preview/2017-08-21-preview/iotdps.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"title": "iotDpsClient",
99
"description": "API for using the Azure IoT Hub Device Provisioning Service features."
1010
},
11-
1211
"host": "management.azure.com",
1312
"schemes": [
1413
"https"
@@ -1330,7 +1329,7 @@
13301329
},
13311330
"IotDpsSkuInfo": {
13321331
"type": "object",
1333-
"description": "List of possible provisoning service SKUs.",
1332+
"description": "List of possible provisioning service SKUs.",
13341333
"properties": {
13351334
"name": {
13361335
"enum": [
@@ -1410,7 +1409,7 @@
14101409
},
14111410
"iotHubs": {
14121411
"type": "array",
1413-
"description": "List of IoT hubs assosciated with this provisioning service.",
1412+
"description": "List of IoT hubs associated with this provisioning service.",
14141413
"items": {
14151414
"$ref": "#/definitions/IotHubDefinitionDescription"
14161415
}

specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2017-11-15/iotdps.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"title": "iotDpsClient",
99
"description": "API for using the Azure IoT Hub Device Provisioning Service features."
1010
},
11-
1211
"host": "management.azure.com",
1312
"schemes": [
1413
"https"
@@ -221,7 +220,7 @@
221220
],
222221
"operationId": "DpsCertificate_Delete",
223222
"summary": "Delete the Provisioning Service Certificate.",
224-
"description": "Deletes the specified certificate assosciated with the Provisioning Service",
223+
"description": "Deletes the specified certificate associated with the Provisioning Service",
225224
"x-ms-examples": {
226225
"DPSDeleteCertificate": { "$ref": "./examples/DPSDeleteCertificate.json" }
227226
},
@@ -1009,7 +1008,7 @@
10091008
"name": "request",
10101009
"in": "body",
10111010
"required": true,
1012-
"description": "The name of the certificate",
1011+
"description": "The name of the certificate",
10131012
"schema": {
10141013
"$ref": "#/definitions/VerificationCodeRequest"
10151014
}
@@ -1399,10 +1398,10 @@
13991398
},
14001399
"IotDpsSkuInfo": {
14011400
"type": "object",
1402-
"description": "List of possible provisoning service SKUs.",
1401+
"description": "List of possible provisioning service SKUs.",
14031402
"properties": {
14041403
"name": {
1405-
"description": "Sku name.",
1404+
"description": "Sku name.",
14061405
"enum": [
14071406
"S1"
14081407
],
@@ -1433,11 +1432,11 @@
14331432
"type": "string"
14341433
},
14351434
"properties": {
1436-
"description": "Service specific properties for a provisioning service",
1435+
"description": "Service specific properties for a provisioning service",
14371436
"$ref": "#/definitions/IotDpsPropertiesDescription"
14381437
},
14391438
"sku": {
1440-
"description": "SKU info for a provisioning service.",
1439+
"description": "SKU info for a provisioning service.",
14411440
"$ref": "#/definitions/IotDpsSkuInfo"
14421441
}
14431442
},
@@ -1452,7 +1451,7 @@
14521451
]
14531452
},
14541453
"IotDpsPropertiesDescription": {
1455-
"description": "the service specific properties of a provisoning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope",
1454+
"description": "the service specific properties of a provisioning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope",
14561455
"type": "object",
14571456
"properties": {
14581457
"state": {
@@ -1483,7 +1482,7 @@
14831482
},
14841483
"iotHubs": {
14851484
"type": "array",
1486-
"description": "List of IoT hubs assosciated with this provisioning service.",
1485+
"description": "List of IoT hubs associated with this provisioning service.",
14871486
"items": {
14881487
"$ref": "#/definitions/IotHubDefinitionDescription"
14891488
}
@@ -1711,7 +1710,7 @@
17111710
"description": "List of shared access keys.",
17121711
"properties": {
17131712
"value": {
1714-
"description": "The list of shared access policies.",
1713+
"description": "The list of shared access policies.",
17151714
"type": "array",
17161715
"items": {
17171716
"$ref": "#/definitions/SharedAccessSignatureAuthorizationRule[AccessRightsDescription]"
@@ -1729,25 +1728,25 @@
17291728
"description": "List of available SKUs.",
17301729
"properties": {
17311730
"value": {
1732-
"description": "The list of SKU's",
1731+
"description": "The list of SKUs",
17331732
"type": "array",
17341733
"items": {
17351734
"$ref": "#/definitions/IotDpsSkuDefinition"
17361735
}
17371736
},
17381737
"nextLink": {
1739-
"description": "The next link.",
1738+
"description": "The next link.",
17401739
"type": "string",
17411740
"readOnly": true
17421741
}
17431742
}
17441743
},
17451744
"IotDpsSkuDefinition": {
17461745
"type": "object",
1747-
"description": "Available SKU's of tier and units.",
1746+
"description": "Available SKUs of tier and units.",
17481747
"properties": {
17491748
"name": {
1750-
"description": "SKU name.",
1749+
"description": "SKU name.",
17511750
"enum": [
17521751
"S1"
17531752
],
@@ -1793,7 +1792,7 @@
17931792
}
17941793
},
17951794
"message": {
1796-
"description": "message containing a etailed reason name is unavailable",
1795+
"description": "message containing a detailed reason name is unavailable",
17971796
"type": "string"
17981797
}
17991798
}

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

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"title": "iotDpsClient",
99
"description": "API for using the Azure IoT Hub Device Provisioning Service features."
1010
},
11-
1211
"host": "management.azure.com",
1312
"schemes": [
1413
"https"
@@ -221,7 +220,7 @@
221220
],
222221
"operationId": "DpsCertificate_Delete",
223222
"summary": "Delete the Provisioning Service Certificate.",
224-
"description": "Deletes the specified certificate assosciated with the Provisioning Service",
223+
"description": "Deletes the specified certificate associated with the Provisioning Service",
225224
"x-ms-examples": {
226225
"DPSDeleteCertificate": { "$ref": "./examples/DPSDeleteCertificate.json" }
227226
},
@@ -1009,7 +1008,7 @@
10091008
"name": "request",
10101009
"in": "body",
10111010
"required": true,
1012-
"description": "The name of the certificate",
1011+
"description": "The name of the certificate",
10131012
"schema": {
10141013
"$ref": "#/definitions/VerificationCodeRequest"
10151014
}
@@ -1399,10 +1398,10 @@
13991398
},
14001399
"IotDpsSkuInfo": {
14011400
"type": "object",
1402-
"description": "List of possible provisoning service SKUs.",
1401+
"description": "List of possible provisioning service SKUs.",
14031402
"properties": {
14041403
"name": {
1405-
"description": "Sku name.",
1404+
"description": "Sku name.",
14061405
"enum": [
14071406
"S1"
14081407
],
@@ -1433,11 +1432,11 @@
14331432
"type": "string"
14341433
},
14351434
"properties": {
1436-
"description": "Service specific properties for a provisioning service",
1435+
"description": "Service specific properties for a provisioning service",
14371436
"$ref": "#/definitions/IotDpsPropertiesDescription"
14381437
},
14391438
"sku": {
1440-
"description": "Sku info for a provisioning Service.",
1439+
"description": "Sku info for a provisioning Service.",
14411440
"$ref": "#/definitions/IotDpsSkuInfo"
14421441
}
14431442
},
@@ -1452,7 +1451,7 @@
14521451
]
14531452
},
14541453
"IotDpsPropertiesDescription": {
1455-
"description": "the service specific properties of a provisoning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope",
1454+
"description": "the service specific properties of a provisioning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope",
14561455
"type": "object",
14571456
"properties": {
14581457
"state": {
@@ -1483,7 +1482,7 @@
14831482
},
14841483
"iotHubs": {
14851484
"type": "array",
1486-
"description": "List of IoT hubs assosciated with this provisioning service.",
1485+
"description": "List of IoT hubs associated with this provisioning service.",
14871486
"items": {
14881487
"$ref": "#/definitions/IotHubDefinitionDescription"
14891488
}
@@ -1711,7 +1710,7 @@
17111710
"description": "List of shared access keys.",
17121711
"properties": {
17131712
"value": {
1714-
"description": "The list of shared access policies.",
1713+
"description": "The list of shared access policies.",
17151714
"type": "array",
17161715
"items": {
17171716
"$ref": "#/definitions/SharedAccessSignatureAuthorizationRule[AccessRightsDescription]"
@@ -1729,25 +1728,25 @@
17291728
"description": "List of available SKUs.",
17301729
"properties": {
17311730
"value": {
1732-
"description": "The list of SKU's",
1731+
"description": "The list of SKUs",
17331732
"type": "array",
17341733
"items": {
17351734
"$ref": "#/definitions/IotDpsSkuDefinition"
17361735
}
17371736
},
17381737
"nextLink": {
1739-
"description": "The next link.",
1738+
"description": "The next link.",
17401739
"type": "string",
17411740
"readOnly": true
17421741
}
17431742
}
17441743
},
17451744
"IotDpsSkuDefinition": {
17461745
"type": "object",
1747-
"description": "Available Sku's of tier and units.",
1746+
"description": "Available SKUs of tier and units.",
17481747
"properties": {
17491748
"name": {
1750-
"description": "Sku name.",
1749+
"description": "Sku name.",
17511750
"enum": [
17521751
"S1"
17531752
],
@@ -1793,7 +1792,7 @@
17931792
}
17941793
},
17951794
"message": {
1796-
"description": "message containing a etailed reason name is unavailable",
1795+
"description": "message containing a detailed reason name is unavailable",
17971796
"type": "string"
17981797
}
17991798
}

0 commit comments

Comments
 (0)