-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 11915 in Azure/azure-rest-api-specs
Sensor Threat Intelligence Package Update (#11915) * add ti package update * remove redundant spec * fix case sensitive path * prettier Co-authored-by: Gal Moshe <gamoshe@gamoshe.local> Co-authored-by: Gal Moshe <gamoshe@microsoft.com>
- Loading branch information
1 parent
3b31cef
commit 7a12d38
Showing
49 changed files
with
28,833 additions
and
1,849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -996,7 +996,9 @@ | |
{ | ||
"type": "string", | ||
"enum": [ | ||
"SystemAssigned" | ||
"None", | ||
"SystemAssigned", | ||
"UserAssigned" | ||
] | ||
}, | ||
{ | ||
|
Oops, something went wrong.