-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Alert simulator security microsoft.security 2021 01 01 #12614
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
Merged
ChenTanyi
merged 31 commits into
Azure:master
from
yuvi123yuvi:AlertSimulator-security-Microsoft.Security-2021-01-01
Feb 23, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
71536e2
Alert Simulator
b6446be
Added AlertSimulator
5266f67
removed alert simulator
2ed5baa
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
3e392c9
rebase squash
5a5b17d
Added AlertSimulator
c528674
rebase squash
8db4926
Merge branch 'AlertSimulator-security-Microsoft.Security-2020-01-01' …
38fed7d
Fix
41dd9c2
removing alert simulator from old API
3bbdc6e
removed example from old API
4b13627
Updated response to be 202
2ac4c67
Added discriminator
72f4088
Prettier
3e51cca
Prettier
ce2b133
readme fix
9454193
readme fix
bb60418
readme fix
8e1bf2f
readme fix
f9abdcb
readme fix
6560e53
readme fix
78fa9f6
Fixes
6a65adf
Fixes
55c1900
Duplication fix
ac36e3d
Added 2 new bundles
e641c18
reverted change
c19517d
Changed readme
986f025
Changed readme
10587a6
Changed simulation kind to kind
0fe9363
Added x-ms-long-running-operation
46c9345
Prettier
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
27 changes: 13 additions & 14 deletions
27
...-manager/Microsoft.Security/stable/2021-01-01/examples/Alerts/SimulateAlerts_example.json
This file contains hidden or 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 |
|---|---|---|
| @@ -1,18 +1,17 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2020-01-01", | ||
| "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", | ||
| "ascLocation": "centralus", | ||
| "alertSimulatorRequestBody" : | ||
| { | ||
| "properties": { | ||
| "kind" : "Bundles", | ||
| "bundles": ["AppServices", "KeyVaults", "KubernetesService", "SqlServers", "StorageAccounts", "VirtualMachines"] | ||
| } | ||
| "parameters": { | ||
| "api-version": "2020-01-01", | ||
| "subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", | ||
| "ascLocation": "centralus", | ||
| "alertSimulatorRequestBody" : | ||
| { | ||
| "properties": { | ||
| "kind" : "Bundles", | ||
| "bundles": ["AppServices", "KeyVaults", "KubernetesService", "SqlServers", "StorageAccounts", "VirtualMachines"] | ||
| } | ||
| }, | ||
| "responses": { | ||
| "204": {} | ||
| } | ||
| }, | ||
| "responses": { | ||
| "202": {} | ||
| } | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.