-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Hub Generated] Review request for Microsoft.Security to add version stable/2019-08-01 #9979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
d8920a1
recos
cfe6d80
Remove system id
1717013
Merge branch 'master' into recommendations-2019-08-01
e37499d
spellcheck
f4907b7
dataSource
9a1f551
Rename category to control
70b26ad
Merge branch 'master' into recommendations-2019-08-01
2826cb7
remove provider, add couple of other fields
2abbe5e
Merge branch 'master' into recommendations-2019-08-01
6a131ac
productName/compnent
c74bd5e
Merge branch 'master' into recommendations-2019-08-01
db11359
Merge branch 'master' into recommendations-2019-08-01
c7efe01
Merge branch 'master' into recommendations-2019-08-01
ac22974
Inherit from resource, update example
9ab47c0
Prettier
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
....Security/stable/2019-08-01/examples/IotRecommendationTypes/GetIoTRecommendationType.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2019-08-01", | ||
| "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", | ||
| "resourceGroupName": "myGroup", | ||
| "solutionName": "mySolution", | ||
| "iotRecommendationTypeName": "IoT_VulnerableTLSCipherSuite" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myGroup/providers/Microsoft.Security/iotSecuritySolutions/mySolution/iotRecommendationTypes/IoT_VulnerableTLSCipherSuite", | ||
| "name": "IoT_VulnerableTLSCipherSuite", | ||
| "type": "Microsoft.Security/iotSecuritySolutions/iotRecommendationTypes", | ||
| "properties": { | ||
| "recommendationDisplayName": "TLS cipher suite upgrade needed", | ||
| "severity": "Medium", | ||
| "description": "Insecure TLS configurations detected. Immediate TLS cipher suite upgrade recommended.", | ||
| "remediationSteps": [ | ||
| "Upgrade your TLS cipher suite to a secure configuration. See the Guide to TLS Standards Compliance for more information." | ||
| ], | ||
| "vendorName": "Microsoft", | ||
| "control": "Communication between device and IoT Hub is not optimized", | ||
| "productName": "Azure Security Center for IoT", | ||
| "productComponentName": "IoT Hub" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
33 changes: 33 additions & 0 deletions
33
...urity/stable/2019-08-01/examples/IotRecommendationTypes/GetIoTRecommendationTypeList.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2019-08-01", | ||
| "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", | ||
| "resourceGroupName": "myGroup", | ||
| "solutionName": "mySolution" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myGroup/providers/Microsoft.Security/iotSecuritySolutions/mySolution/iotRecommendationTypes/IoT_VulnerableTLSCipherSuite", | ||
| "name": "IoT_VulnerableTLSCipherSuite", | ||
| "type": "Microsoft.Security/iotSecuritySolutions/iotRecommendationTypes", | ||
| "properties": { | ||
| "recommendationDisplayName": "TLS cipher suite upgrade needed", | ||
| "severity": "Medium", | ||
| "description": "Insecure TLS configurations detected. Immediate TLS cipher suite upgrade recommended.", | ||
| "remediationSteps": [ | ||
| "Upgrade your TLS cipher suite to a secure configuration. See the Guide to TLS Standards Compliance for more information." | ||
| ], | ||
| "vendorName": "Microsoft", | ||
| "control": "Communication between device and IoT Hub is not optimized", | ||
| "productName": "Azure Security Center for IoT", | ||
| "productComponentName": "IoT Hub" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
27 changes: 27 additions & 0 deletions
27
...icrosoft.Security/stable/2019-08-01/examples/IotRecommendations/GetIoTRecommendation.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2019-08-01", | ||
| "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", | ||
| "resourceGroupName": "myGroup", | ||
| "solutionName": "mySolution", | ||
| "iotRecommendationId": "903e76ff-17eb-4bac-ac8a-2bc31ab68fd8" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "recommendationType": "IoT_PrivilegedContainer", | ||
| "deviceId": "device-1", | ||
| "discoveredTimeUtc": "2020-05-13T06:32:25Z", | ||
| "recommendationAdditionalData": { | ||
| "endpoints": [ | ||
| "10.0.0.4:58578", | ||
| "10.0.0.4:48766", | ||
| "10.0.0.4:42260" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
34 changes: 34 additions & 0 deletions
34
...soft.Security/stable/2019-08-01/examples/IotRecommendations/GetIoTRecommendationList.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2019-08-01", | ||
| "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", | ||
| "resourceGroupName": "myGroup", | ||
| "solutionName": "mySolution", | ||
| "recommendationType": "IoT_PrivilegedContainer", | ||
| "$limit": 1 | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "properties": { | ||
| "recommendationType": "IoT_PrivilegedContainer", | ||
| "deviceId": "device-1", | ||
| "discoveredTimeUtc": "2020-05-13T06:32:25Z", | ||
| "recommendationAdditionalData": { | ||
| "endpoints": [ | ||
| "10.0.0.4:58578", | ||
| "10.0.0.4:48766", | ||
| "10.0.0.4:42260" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| ], | ||
| "nextLink": "https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myGroup/providers/Microsoft.Security/iotSecuritySolutions/mySolution/iotRecommendations?api-version=2019-08-01&recommendationType=IoT_PrivilegedContainer&$limit=1&$skipToken=903e76ff-17eb-4bac-ac8a-2bc31ab68fd8", | ||
| "totalCount": 23 | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.