Skip to content

Commit

Permalink
Release sentinel 2023 04 01 preview (#23121)
Browse files Browse the repository at this point in the history
* Adds base for updating Microsoft.SecurityInsights from version preview/2023-03-01-preview to version 2023-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Workspace Manager Members (#23134)

* Adds base for updating Microsoft.SecurityInsights from version preview/2023-02-01-preview to version 2023-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Workspace Manager Members

* udpate pattern

* Workspace manager configurations (#23133)

* Adds base for updating Microsoft.SecurityInsights from version preview/2023-02-01-preview to version 2023-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* adding april configurations swagger

* update pattern

* prettier update

* update readme

* Workspace manager assignments (#23130)

* Adds base for updating Microsoft.SecurityInsights from version preview/2023-02-01-preview to version 2023-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Workspace Manager Assignments/Jobs

* update readme

* updated from comments

* update from lint diff errors

* updated descriptions

* Workspace manager groups (#23135)

* Adds base for updating Microsoft.SecurityInsights from version preview/2023-02-01-preview to version 2023-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* april swagger for groups

* update path name & pattern

* [Hunts] Add hunts to Sentinel 2023-04-01-preview version (#23139)

* Add hunts files

* Include update in 200 description and add defaults

* Add back 201

* Update relation properties

* Update example

---------

Co-authored-by: Derrick Lee <[email protected]>

* Add readonly flag to providerName property (#23259)

* sentinel content hub package and template API (#23151)

* commit for content template and content package API

* fix issues reported by swagger lint

* add 201 for put requests in template service

* resolve the comments

* resolve comments in packageId

* resolve comments

* update descriptions due to lint error (#23392)

* Fix policheck issue by updating the description. (#23415)

* Fix polich issue by updating the description.

* update the description to fix a typo.

* Release sentinel 2023 04 01 preview (#23420)

* Fix polich issue by updating the description.

* update the description to fix a typo.

* fix policheck by updating description

* rename enum name to stable version to fix cross-version breaking change failure.

* fix typo (#23463)

---------

Co-authored-by: rheabansal <[email protected]>
Co-authored-by: Derrick Lee <[email protected]>
Co-authored-by: Derrick Lee <[email protected]>
Co-authored-by: Anat Gilenson <[email protected]>
Co-authored-by: xuhumsft <[email protected]>
Co-authored-by: Nan Zang <[email protected]>
  • Loading branch information
7 people authored Apr 14, 2023
1 parent fc8e040 commit a14d507
Show file tree
Hide file tree
Showing 285 changed files with 42,107 additions and 3 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,297 @@
{
"swagger": "2.0",
"info": {
"title": "Security Insights",
"description": "API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provider",
"version": "2023-04-01-preview"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/contentProductPackages": {
"get": {
"x-ms-examples": {
"Get all available packages.": {
"$ref": "./examples/contentPackages/GetProductPackages.json"
}
},
"tags": [
"ContentProductPackages"
],
"description": "Gets all packages from the catalog.",
"operationId": "ProductPackages_List",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataFilter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataOrderBy"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataTop"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/packageList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/contentProductPackages/{packageId}": {
"get": {
"x-ms-examples": {
"Get a package.": {
"$ref": "./examples/contentPackages/GetProductPackageById.json"
}
},
"tags": [
"ContentProductPackages"
],
"description": "Gets a package by its identifier from the catalog.",
"operationId": "ProductPackage_Get",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "#/parameters/PackageIdParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/packageModel"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
}
}
}
},
"definitions": {
"packageList": {
"description": "List available packages.",
"properties": {
"nextLink": {
"description": "URL to fetch the next set of packages.",
"readOnly": true,
"type": "string"
},
"value": {
"description": "Array of packages.",
"items": {
"$ref": "#/definitions/packageModel"
},
"type": "array"
}
},
"required": [
"value"
],
"type": "object"
},
"packageModel": {
"allOf": [
{
"$ref": "../../../common/2.0/types.json#/definitions/ResourceWithEtag"
}
],
"description": "Represents a Package in Azure Security Insights.",
"properties": {
"properties": {
"description": "package properties",
"$ref": "#/definitions/packageProperties",
"x-ms-client-flatten": true
}
},
"type": "object"
},
"packageProperties": {
"description": "Describes package properties",
"properties": {
"contentId": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataContentId",
"description": "The content id of the package"
},
"contentKind": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataPackageKind",
"description": "The package kind"
},
"installedVersion": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataVersion",
"description": "The version of the installed package, null or absent means not installed."
},
"contentSchemaVersion": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataVersion",
"description": "The version of the content schema."
},
"resourceId": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataContentId",
"description": "The metadata resource id."
},
"isNew": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataTrueFalseFlag",
"description": "Flag indicates if this is a newly published package."
},
"isPreview": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataTrueFalseFlag",
"description": "Flag indicates if this package is in preview."
},
"isFeatured": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataTrueFalseFlag",
"description": "Flag indicates if this package is among the featured list."
},
"version": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataVersion",
"description": "the latest version number of the package"
},
"displayName": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataDisplayName",
"description": "The display name of the package"
},
"description": {
"description": "The description of the package",
"type": "string"
},
"publisherDisplayName": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataDisplayName",
"description": "The publisher display name of the package"
},
"source": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataSource",
"description": "The source of the package"
},
"author": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataAuthor",
"description": "The author of the package"
},
"support": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataSupport",
"description": "The support tier of the package"
},
"dependencies": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataDependencies",
"description": "The support tier of the package"
},
"providers": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataProviders",
"description": "Providers for the package item"
},
"firstPublishDate": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataFirstPublishDate",
"description": "first publish date package item"
},
"lastPublishDate": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataLastPublishDate",
"description": "last publish date for the package item"
},
"categories": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataCategories",
"description": "The categories of the package"
},
"threatAnalysisTactics": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataThreatAnalysisTactics",
"description": "the tactics the resource covers"
},
"threatAnalysisTechniques": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataThreatAnalysisTechniques",
"description": "the techniques the resource covers, these have to be aligned with the tactics being used"
},
"icon": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataIcon",
"description": "the icon identifier. this id can later be fetched from the content metadata"
},
"packagedContent": {
"type": "object",
"description": "the json to deploy"
}
},
"required": [
"contentId",
"contentKind",
"version",
"displayName"
],
"type": "object"
}
},
"parameters": {
"PackageIdParameter": {
"description": "package Id",
"in": "path",
"name": "packageId",
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
}
}
}
Loading

0 comments on commit a14d507

Please sign in to comment.