Skip to content

Commit

Permalink
CodeGen from PR 14283 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 295083faefcdcafbcb1d74e78e228ab77903cbb5 into e401e457b5e95941f241f5c71bc56d42d431a4e0
  • Loading branch information
SDKAuto committed May 6, 2021
1 parent de6d34d commit e05293b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/2019-08-01/tenantDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,4 +716,4 @@
"description": "Output copy"
}
}
}
}
73 changes: 73 additions & 0 deletions schemas/2021-03-01-preview/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,49 @@
],
"description": "Microsoft.SecurityInsights/dataConnectors"
},
"onboardingStates": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2021-03-01-preview"
]
},
"etag": {
"type": "string",
"description": "Etag of the azure resource"
},
"name": {
"type": "string",
"description": "The Sentinel onboarding state name. Supports - default"
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/SentinelOnboardingStateProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Sentinel onboarding state properties"
},
"type": {
"type": "string",
"enum": [
"Microsoft.SecurityInsights/onboardingStates"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.SecurityInsights/onboardingStates"
},
"settings": {
"type": "object",
"oneOf": [
Expand Down Expand Up @@ -642,6 +685,19 @@
"description": "Connector blade title"
}
},
"required": [
"availability",
"connectivityCriteria",
"dataTypes",
"descriptionMarkdown",
"graphQueries",
"graphQueriesTableName",
"instructionSteps",
"permissions",
"publisher",
"sampleQueries",
"title"
],
"description": "Config to describe the instructions blade"
},
"CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem": {
Expand Down Expand Up @@ -1724,6 +1780,23 @@
},
"description": "Required permissions for the connector"
},
"SentinelOnboardingStateProperties": {
"type": "object",
"properties": {
"customerManagedKey": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Flag that indicates the status of the CMK setting"
}
},
"description": "The Sentinel onboarding state properties"
},
"TIDataConnector": {
"type": "object",
"properties": {
Expand Down

0 comments on commit e05293b

Please sign in to comment.