Skip to content

Commit 645adb3

Browse files
SDKAutoKunal Chawla
andcommitted
CodeGen from PR 14226 in Azure/azure-rest-api-specs
New Microsoft.Security proxy rp type of ingestionSettings (#14226) * New Microsoft.Security proxy rp type of ingestionSettings * PR feedback * Feedback * Fix check error * PR Feedback for list tokens * Fix example description * Remove suppressions from readme.md Co-authored-by: Kunal Chawla <kunal.chawla@microsoft.com>
1 parent ac0dd8e commit 645adb3

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,9 @@
471471
{
472472
"$ref": "https://schema.management.azure.com/schemas/2020-08-06-preview/Microsoft.Security.json#/unknown_resourceDefinitions/iotSites"
473473
},
474+
{
475+
"$ref": "https://schema.management.azure.com/schemas/2021-01-15-preview/Microsoft.Security.json#/subscription_resourceDefinitions/ingestionSettings"
476+
},
474477
{
475478
"$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Support.json#/subscription_resourceDefinitions/supportTickets"
476479
},
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"id": "https://schema.management.azure.com/schemas/2021-01-15-preview/Microsoft.Security.json#",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
4+
"title": "Microsoft.Security",
5+
"description": "Microsoft Security Resource Types",
6+
"resourceDefinitions": {},
7+
"subscription_resourceDefinitions": {
8+
"ingestionSettings": {
9+
"type": "object",
10+
"properties": {
11+
"apiVersion": {
12+
"type": "string",
13+
"enum": [
14+
"2021-01-15-preview"
15+
]
16+
},
17+
"name": {
18+
"type": "string",
19+
"description": "Name of the ingestion setting"
20+
},
21+
"properties": {
22+
"type": "object",
23+
"properties": {},
24+
"description": "Ingestion setting data"
25+
},
26+
"type": {
27+
"type": "string",
28+
"enum": [
29+
"Microsoft.Security/ingestionSettings"
30+
]
31+
}
32+
},
33+
"required": [
34+
"apiVersion",
35+
"name",
36+
"properties",
37+
"type"
38+
],
39+
"description": "Microsoft.Security/ingestionSettings"
40+
}
41+
},
42+
"definitions": {}
43+
}

0 commit comments

Comments
 (0)