Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
b654b8d
Adding resource definition for IoTSecuritySolutionsAnalytics
hagba May 16, 2019
919e914
Fix reference error
May 30, 2019
5465f41
Add reference to iotSecuritySolutionsAnalytics.json
hagba Jun 3, 2019
3a82701
Fix Autorest and swagger errors
hagba Jun 3, 2019
b5861c5
Remove paging from short responses
hagba Jun 3, 2019
fcef8ed
Fix spelling
hagba Jun 3, 2019
5946694
Fix wording of description
hagba Jun 3, 2019
98e881d
Fix paging error
hagba Jun 3, 2019
e7901ca
refix paging
hagba Jun 3, 2019
3adf92a
add Lists support
hagba Jun 3, 2019
1b4c667
Fix example syntax
hagba Jun 3, 2019
9d22d12
fix schema warnings
hagba Jun 4, 2019
c1638fe
fix schema
hagba Jun 4, 2019
9dc526d
fix schema
hagba Jun 4, 2019
907418e
fix alert required properties error
hagba Jun 5, 2019
6fd8c07
add properties level for assitional properties
hagba Jun 6, 2019
d89b8cf
Fix additional proprties issues
hagba Jun 10, 2019
945d474
fix additional properties issues
hagba Jun 10, 2019
795458e
remove required tag
hagba Jun 10, 2019
247ad5a
Fix according to ARM comments
hagba Jun 23, 2019
f23f808
fix errors
hagba Jun 23, 2019
2c17cd5
fix recommendation type example
hagba Jun 23, 2019
6d5d42e
fix dismiss example
hagba Jun 23, 2019
816aa64
required property cannot be readonly
hagba Jun 23, 2019
d54c1a9
remove tags from examples
hagba Jun 23, 2019
7310f4e
fix lists errors
hagba Jun 23, 2019
5e160ee
remove location property
hagba Jun 23, 2019
e510abb
Merge branch 'master' into dev-security-Microsoft.Security-2017-08-01…
Jun 24, 2019
b7c2265
Fixed securitySolution patch swagger
Jun 24, 2019
8ed3334
fix according to ARMs comment
hagba Jun 25, 2019
9527a30
Merge branch 'dev-security-Microsoft.Security-2017-08-01-preview' of …
hagba Jun 25, 2019
da26439
fix unhealthyDeviceCount property name
hagba Jun 25, 2019
6c3fe0a
Fix syntax error
hagba Jun 25, 2019
e22f344
Update specification/security/resource-manager/Microsoft.Security/pre…
hagba Jun 25, 2019
36efcdf
Move remediation steps from alerts to recommendations
hagba Jul 10, 2019
6cfe39a
Move remediation steps from alerts to recommendations
hagba Jul 10, 2019
4debc1e
Merge branch 'dev-security-Microsoft.Security-2017-08-01-preview' of …
hagba Jul 10, 2019
9e1389d
rename mostPrevalentDevices to mostPrevalentDeviceAlerts
hagba Jul 10, 2019
bb462b6
rename mostPrevalentDevices to mostPrevalentDeviceAlerts
hagba Jul 10, 2019
b17efd7
add mostPrevalentDeviceRecommendations
hagba Jul 10, 2019
9bf2206
fix example
hagba Jul 10, 2019
9988c68
fix dismiss
hagba Jul 10, 2019
d1a6204
add severity to prevalent lists
hagba Jul 10, 2019
a240dbd
fix syntax
hagba Jul 10, 2019
d5967c0
fix errors
hagba Jul 11, 2019
cffdbb2
fix enum
hagba Jul 11, 2019
49d63b7
remove dependency
hagba Jul 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refix paging
  • Loading branch information
hagba committed Jun 3, 2019
commit e7901ca19291d368234275b80ed74060cd738988
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,6 @@
"type": "string",
"description": "The URI to fetch the next page."
}
},
"nextLink": {
"readOnly": true,
"type": "string",
"description": "The URI to fetch the next page."
}
},
"IoTSecurityAggregatedRecommendationList": {
Expand Down