Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Amit committed Oct 19, 2020
1 parent 4e1eb69 commit 01c5052
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2020-08-06-preview",
"scope": "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myGroup/providers/Microsoft.Devices/IotHubs/myIotHub",
"scope": "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myGroup/providers/Microsoft.Devices/IotHubs/myIotHub",
"alertType": "IoT_PrivilegedContainer",
"startTimeUtc>": "2020-05-12T06:32:25Z",
"startTimeUtc<": "2020-05-14T06:32:25Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"paths": {
"/{scope}/providers/Microsoft.Security/iotAlerts": {
"/{scope}/providers/Microsoft.Security/iotAlerts": {
"get": {
"x-ms-examples": {
"List IoT Alerts": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"type": "string",
"description": "Filter by alert type"
},
{
{
"in": "query",
"name": "deviceManagementType",
"required": false,
Expand Down Expand Up @@ -177,7 +177,7 @@
}
}
},
"definitions": {
"definitions": {
"IotAlertListModel": {
"description": "List of IoT alerts",
"type": "object",
Expand Down Expand Up @@ -271,7 +271,7 @@
}
},
"parameters": {
"IotAlertScope": {
"IotAlertScope": {
"name": "scope",
"in": "path",
"required": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
}
},
"definitions": {
"definitions": {
"IotRecommendationListModel": {
"description": "List of IoT recommendations",
"type": "object",
Expand Down Expand Up @@ -220,7 +220,7 @@
}
},
"parameters": {
"IotRecommendationScope": {
"IotRecommendationScope": {
"name": "scope",
"in": "path",
"required": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@
"description": "Name of the product of the partner that created the assessment"
},
"secret": {
"description": "Secret to authenticate the partner and verify it created the assessment - write only",
"type": "string",
"description": "Secret to authenticate the partner and verify it created the assessment - write only",
"x-ms-secret": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@
"description": "Name of the company of the partner"
},
"secret": {
"description": "secret to authenticate the partner - write only",
"type": "string",
"description": "secret to authenticate the partner - write only",
"x-ms-secret": true
}
},
Expand Down

0 comments on commit 01c5052

Please sign in to comment.