Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
update readme
  • Loading branch information
moranraz committed Jul 5, 2021
commit 5e63d2c4b8572d004820222e263e36c9461e8824
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"$ref": "#/parameters/ApiVersion"
},
{
"$ref": "#/parameters/SubscriptionId"
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/ResourceGroupName"
Expand Down Expand Up @@ -99,7 +99,7 @@
"$ref": "#/parameters/ApiVersion"
},
{
"$ref": "#/parameters/SubscriptionId"
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/ResourceGroupName"
Expand Down Expand Up @@ -145,7 +145,7 @@
"$ref": "#/parameters/ApiVersion"
},
{
"$ref": "#/parameters/SubscriptionId"
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/ResourceGroupName"
Expand Down Expand Up @@ -280,14 +280,6 @@
"type": "string",
"x-ms-parameter-location": "method"
},
"SubscriptionId": {
"description": "Azure subscription ID",
"in": "path",
"name": "subscriptionId",
"pattern": "^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$",
"required": true,
"type": "string"
},
"WorkspaceName": {
"description": "The name of the workspace.",
"in": "path",
Expand Down
4 changes: 4 additions & 0 deletions specification/securityinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ directive:
from: Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
where: $.definitions.AutomationRule
reason: The AutomationRule does not support list by subscription. It's not a top-level resource. To get the AutomationRule, we should have a subscription as well as a resource group and Log Analytics workspace.
- suppress: R4017
from: Microsoft.SecurityInsights/preview/2019-01-01-preview/AutomationRules.json
where: $.definitions.AutomationRule
reason: The AutomationRule does not support list by subscription. It's not a top-level resource. To get the AutomationRule, we should have a subscription as well as a resource group and Log Analytics workspace.
```

---
Expand Down