Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8f04d58
changed enum name ruleType to RecommendationType in IoTSecuritySoluti…
MichalHel Jun 17, 2019
92b9586
changed examples of IOT security solution RP
MichalHel Jun 24, 2019
249a0fb
nullable userDefinedResources query/subs
Jun 24, 2019
0ea94e2
fixing the Security Solution RP
MichalHel Jun 25, 2019
b4c9282
Merge branch 'michal-dev-security-Microsoft.Security-2017-08-01-previ…
MichalHel Jun 25, 2019
f7ae816
Changed the enums of the Recommendations type and status of the IOT S…
MichalHel Jul 7, 2019
3ed7591
changed property of the recommendation configuration form "descriptio…
MichalHel Jul 7, 2019
ade263a
Fixed examples of IOT Security Manager RP
MichalHel Jul 7, 2019
1071b32
Fixed error in schema related to IoT security Solution RP
MichalHel Jul 7, 2019
3a1d3ee
fixed enums in IoT Security solution RP
MichalHel Jul 7, 2019
19a8d93
fixed spelling mistakes in IoT solution Manager RP files
MichalHel Jul 8, 2019
4809c78
Update specification/security/resource-manager/Microsoft.Security/pre…
MichalHel Jul 8, 2019
d66d78b
Update specification/security/resource-manager/Microsoft.Security/pre…
MichalHel Jul 8, 2019
5d2345b
Fixed spelling mistakes in IoT solution manager RP
MichalHel Jul 8, 2019
6e9b53b
Merge branch 'michal-dev-security-Microsoft.Security-2017-08-01-previ…
MichalHel Jul 8, 2019
6b6ce4f
Fixed spelling mistakes in IoT solution Manager RP
MichalHel Jul 8, 2019
4b6c2b7
removed unprintable characters and tabs from the IoT Security Solutio…
MichalHel Jul 8, 2019
635daec
Merge branch 'master' into michal-dev-security-Microsoft.Security-201…
MichalHel Jul 17, 2019
0e0525c
Merge branch 'master' into michal-dev-security-Microsoft.Security-201…
MichalHel Jul 18, 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
nullable userDefinedResources query/subs
  • Loading branch information
Liran Chen committed Jun 24, 2019
commit 249a0fbf80c1fc6bb50067402eaf381f8f5808a1
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,12 @@
"properties": {
"query": {
"type": "string",
"x-nullable": true,
"description": "Azure Resource Graph query which represents the security solution's user defined resources. Required to start with \"where type != \"Microsoft.Devices/IotHubs\"\""
},
"querySubscriptions": {
"type": "array",
"x-nullable": true,
"description": "List of Azure subscription ids on which the user defined resources query should be executed.",
"items": {
"type": "string",
Expand Down