Skip to content

Commit

Permalink
Merge remote-tracking branch 'azure-pr/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
marstr committed Mar 14, 2018
2 parents b00c697 + 5ffae28 commit 7924ec3
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@
"$ref": "#/definitions/IotDpsPropertiesDescription"
},
"sku": {
"description": "Sku info for a provisioning Service.",
"description": "SKU info for a provisioning service.",
"$ref": "#/definitions/IotDpsSkuInfo"
}
},
Expand Down Expand Up @@ -1530,11 +1530,11 @@
"description": "Description of the IoT hub.",
"properties": {
"applyAllocationPolicy": {
"description": "flag for applying allocationPolicy or not for a given iot hub.",
"description": "Flag for applying allocationPolicy or not for a given IoT hub.",
"type": "boolean"
},
"allocationWeight": {
"description": "weight to apply for a given iot h.",
"description": "Weight to apply for a given IoT hub.",
"format": "int32",
"type": "integer"
},
Expand All @@ -1545,7 +1545,7 @@
},
"connectionString": {
"type": "string",
"description": "Connection string og the IoT hub."
"description": "Connection string of the IoT hub."
},
"location": {
"type": "string",
Expand Down Expand Up @@ -1744,10 +1744,10 @@
},
"IotDpsSkuDefinition": {
"type": "object",
"description": "Available Sku's of tier and units.",
"description": "Available SKU's of tier and units.",
"properties": {
"name": {
"description": "Sku name.",
"description": "SKU name.",
"enum": [
"S1"
],
Expand Down

0 comments on commit 7924ec3

Please sign in to comment.