Skip to content

Commit

Permalink
CodeGen from PR 14226 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
SDKAuto and kunalcha committed May 18, 2021
1 parent ac0dd8e commit 645adb3
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2020-08-06-preview/Microsoft.Security.json#/unknown_resourceDefinitions/iotSites"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-01-15-preview/Microsoft.Security.json#/subscription_resourceDefinitions/ingestionSettings"
},
{
"$ref": "https://schema.management.azure.com/schemas/2019-05-01-preview/Microsoft.Support.json#/subscription_resourceDefinitions/supportTickets"
},
Expand Down
43 changes: 43 additions & 0 deletions schemas/2021-01-15-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"id": "https://schema.management.azure.com/schemas/2021-01-15-preview/Microsoft.Security.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Security",
"description": "Microsoft Security Resource Types",
"resourceDefinitions": {},
"subscription_resourceDefinitions": {
"ingestionSettings": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2021-01-15-preview"
]
},
"name": {
"type": "string",
"description": "Name of the ingestion setting"
},
"properties": {
"type": "object",
"properties": {},
"description": "Ingestion setting data"
},
"type": {
"type": "string",
"enum": [
"Microsoft.Security/ingestionSettings"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.Security/ingestionSettings"
}
},
"definitions": {}
}

0 comments on commit 645adb3

Please sign in to comment.