Skip to content

Commit

Permalink
Dev sentinel 2021 10 01 preview (#17494)
Browse files Browse the repository at this point in the history
* Adds base for updating Microsoft.SecurityInsights from version preview/2021-09-01-preview to version 2021-10-01-preview

* Updates readme

* Updates API version in new specs and examples

* Add IoT data connector (#17086)

* add Iot data connector

* fix kind in getIotById

* add deleted files

* add missing newlines

* fix newlines

* Revert "Add IoT data connector (#17086)" (#17170)

This reverts commit a11dd79.

* Adding providerIncidentUrl & techniques to IncidentAdditionalData (#17173)

* Adding providerIncidentUrl to Incident

* Adding techniques to incident

* Dev sentinel 2021 10 01 preview (#17314)

* Bookmarks 2021-10-01-preview

* prettier

* definitions

* rename

Co-authored-by: Igal Shapira <igshapir@microsoft.com>

* Data connectors 2021 10 01 preview office connectors added (#17193)

* Project and PowerBI specs added.

* Space removed

* File with a wrong name removed

* More changer added

* Example files with inconsistent naming removed

* dataConnectors json updated

* Ref fixed

* Prettier applied

Co-authored-by: Ido Klotz <idoklotz@microsoft.com>

* AutomationRules preview 2021_10_01 (#17325)

* h

* first

* examples

* prettier

* path

* fixes

* prettier

* examples

* Z

* Z

* responses

* fix

* fixes

* fix

* prettier

* PR Fixes

* PR Fixes

* PR Fixes

* fix

* fix

* fix

* fix

* Last

* PR Fixes

* Last

* tryFix

* tryFix

* incidentTypes

* fix

Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>

* Add MITRE support to alert rules models (#17198)

* Update alert rules models with tactics and techniques

* Add attack tactics new enum values

* Update alert rules models examples

* Fix techniques type

* Update files with prettier

* Insert validations fixes

* Fix validations

* Fixes in alert rules models

* Fix alert rules models and examples

* adding changes to alert rules json

* Revert "adding changes to alert rules json"

This reverts commit 603490e.

* Adding fusion v2 ui api documentation

* some fixes

* adding prettier fixes

* removing unwanted property

* updating the readonly properties

Co-authored-by: Lilyan Cohen <licohen@microsoft.com>
Co-authored-by: Vishal Kumar <viskumar@microsoft.com>

* ErrorResponse changed to CloudError (#17477)

Co-authored-by: Ido Klotz <idoklotz@microsoft.com>

* Done (#17488)

Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>

* Adding tenantId (#17533)

Co-authored-by: Ido Klotz <idoklotz@microsoft.com>

* Done (#17556)

Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>

* Fix LindDiff and SemanticValidation (#17584)

Co-authored-by: ShaniFelig <74960756+ShaniFelig@users.noreply.github.com>
Co-authored-by: roherzbe <52486962+roherzbe@users.noreply.github.com>
Co-authored-by: Igal <igal.shapira@gmail.com>
Co-authored-by: Igal Shapira <igshapir@microsoft.com>
Co-authored-by: Ido Klotz <idoklotz@gmail.com>
Co-authored-by: Ido Klotz <idoklotz@microsoft.com>
Co-authored-by: royrein <37300636+royrein@users.noreply.github.com>
Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
Co-authored-by: lilyanc02 <46589651+lilyanc02@users.noreply.github.com>
Co-authored-by: Lilyan Cohen <licohen@microsoft.com>
Co-authored-by: Vishal Kumar <viskumar@microsoft.com>
  • Loading branch information
12 people authored Feb 7, 2022
1 parent c627948 commit 579ce31
Show file tree
Hide file tree
Showing 199 changed files with 29,684 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"AttackTactic": {
"description": "The severity for alerts created by this alert rule.",
"description": "A list of relevant mitre attacks.",
"enum": [
"InitialAccess",
"Execution",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
}
Expand Down Expand Up @@ -369,7 +369,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
"$ref": "../../../common/2.0/types.json#/definitions/CloudError"
}
}
}
Expand Down
Loading

0 comments on commit 579ce31

Please sign in to comment.