Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR securityinsights] Remove operational insights parameter 2021 09 01 preview #5194

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions schemas/2019-01-01-preview/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,7 @@
{
"type": "string",
"enum": [
"Critical",
"High",
"Medium",
"Low",
Expand Down
1 change: 1 addition & 0 deletions schemas/2020-01-01/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@
{
"type": "string",
"enum": [
"Critical",
"High",
"Medium",
"Low",
Expand Down
101 changes: 4 additions & 97 deletions schemas/2021-03-01-preview/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -2130,17 +2130,6 @@
],
"description": "The status of the incident."
},
"teamInformation": {
"oneOf": [
{
"$ref": "#/definitions/TeamInformation"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Describes team information"
},
"title": {
"type": "string",
"description": "The title of the incident"
Expand Down Expand Up @@ -2418,40 +2407,6 @@
},
"description": "Publisher or creator of the content item."
},
"MetadataCategories": {
"type": "object",
"properties": {
"domains": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "domain for the solution content item"
},
"verticals": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Industry verticals for the solution content item"
}
},
"description": "ies for the solution content item"
},
"MetadataDependencies": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2540,17 +2495,6 @@
],
"description": "Publisher or creator of the content item."
},
"categories": {
"oneOf": [
{
"$ref": "#/definitions/MetadataCategories"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "ies for the solution content item"
},
"contentId": {
"type": "string",
"description": "Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Can be optionally set for user created content to define dependencies. If an active content item is made from a template, both will have the same contentId."
Expand All @@ -2566,11 +2510,6 @@
],
"description": "Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex dependencies."
},
"firstPublishDate": {
"type": "string",
"format": "date",
"description": "first publish date of solution content item"
},
"kind": {
"oneOf": [
{
Expand Down Expand Up @@ -2598,29 +2537,10 @@
],
"description": "The kind of content the metadata is for."
},
"lastPublishDate": {
"type": "string",
"format": "date",
"description": "last publish date of solution content item"
},
"parentId": {
"type": "string",
"description": "Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)"
},
"providers": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Providers for the solution content item"
},
"source": {
"oneOf": [
{
Expand Down Expand Up @@ -3483,14 +3403,6 @@
"type": "string",
"description": "Branch name of repository."
},
"deploymentLogsUrl": {
"type": "string",
"description": "Url to access repository action logs."
},
"displayUrl": {
"type": "string",
"description": "Display url of repository."
},
"pathMapping": {
"oneOf": [
{
Expand Down Expand Up @@ -3835,10 +3747,6 @@
"type": "string",
"description": "The display name of the source control"
},
"id": {
"type": "string",
"description": "The id (a Guid) of the source control"
},
"repository": {
"oneOf": [
{
Expand All @@ -3864,6 +3772,10 @@
}
],
"description": "The repository type of the source control."
},
"sourceControlId": {
"type": "string",
"description": "The id (a Guid) of the source control"
}
},
"required": [
Expand All @@ -3874,11 +3786,6 @@
],
"description": "Describes source control properties"
},
"TeamInformation": {
"type": "object",
"properties": {},
"description": "Describes team information"
},
"ThreatIntelligenceAlertRule": {
"type": "object",
"properties": {
Expand Down
Loading