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

Watchlists.json-2022-01-01-preview-parameterNameChanges (reverted PR reference for files changed -> https://github.com/Azure/azure-rest-api-specs/pull/17848/files) #18085

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
366c79d
changed source to sourceType and watchlistAlias to alias
ushasan Feb 14, 2022
fa33c67
Update CreateWatchlistAndWatchlistItems.json
ushasan Feb 14, 2022
272963c
Update CreateWatchlistItem.json
ushasan Feb 14, 2022
fdbd91c
Update DeleteWatchlist.json
ushasan Feb 14, 2022
92a17ac
Update DeleteWatchlistItem.json
ushasan Feb 14, 2022
4518eb9
Update GetWatchlistByAlias.json
ushasan Feb 14, 2022
b3d96d5
Update GetWatchlistItemById.json
ushasan Feb 14, 2022
3ca7776
Update GetWatchlistItems.json
ushasan Feb 14, 2022
cb91843
Update GetWatchlistByAlias.json
ushasan Feb 14, 2022
a30a709
added missing params to match stable version
ushasan Feb 15, 2022
d98df0d
Revert "added missing params to match stable version"
ushasan Feb 15, 2022
6d11366
refreshing pipeline
ushasan Feb 16, 2022
b067d90
reverting lint diff change
ushasan Feb 16, 2022
2f96ee3
attempting to fix RemovedPath breaking changes
ushasan Feb 16, 2022
0f322ef
Revert "attempting to fix RemovedPath breaking changes"
ushasan Feb 16, 2022
9040d22
adding back source type for backwards compatibility, added response d…
ushasan Feb 22, 2022
0b61120
adding missing bracket
ushasan Feb 22, 2022
3055791
ran npm run prettier-fix to correct style issues
ushasan Feb 23, 2022
fd67a4f
resolving model/definition errors
ushasan Feb 25, 2022
3294bb5
Revert "resolving model/definition errors"
ushasan Feb 25, 2022
ccc4f7d
Revert "ran npm run prettier-fix to correct style issues"
ushasan Feb 25, 2022
8aed1c7
update
hassanchawiche Feb 25, 2022
f933b0a
Merge branch 'Watchlists.json-2022-01-01-preview-parameterNameChanges…
hassanchawiche Feb 25, 2022
552adf4
Update DeleteWatchlist.json
ushasan Feb 25, 2022
2d370ad
Update Watchlists.json
ushasan Feb 25, 2022
5557a0b
Update DeleteWatchlist.json
ushasan Feb 25, 2022
bddd1a7
Update DeleteWatchlist.json
ushasan Feb 25, 2022
db21ace
Update DeleteWatchlist.json
ushasan Feb 25, 2022
120ad44
Update DeleteWatchlist.json
ushasan Feb 25, 2022
94a5945
Update DeleteWatchlist.json
ushasan Feb 25, 2022
bf77754
Update DeleteWatchlist.json
ushasan Feb 28, 2022
f11e89b
fixing styling issues on Delete example
ushasan Feb 28, 2022
bbcbf77
Update DeleteWatchlist.json
ushasan Feb 28, 2022
9e00156
Update DeleteWatchlist.json
ushasan Feb 28, 2022
c2838a0
ran npm run prettier on DeleteWatchlist.json
ushasan Feb 28, 2022
61599bc
Update Watchlists.json
ushasan Feb 28, 2022
a09df08
reverting alias to watchlistAlias
ushasan Mar 2, 2022
fcae96a
fixing type version
Mar 3, 2022
c5ff6aa
Merge branch 'dev-Sentinel-2022-01-01-preview' into Watchlists.json-2…
ushasan Mar 3, 2022
9bbf766
Update Watchlists.json
ushasan Mar 4, 2022
ee4bc9e
Update DeleteWatchlist.json
ushasan Mar 4, 2022
b1151b0
fixing commas
Mar 4, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "../../../common/1.0/types.json#/parameters/ODataSkipToken"
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
}
],
"responses": {
Expand Down Expand Up @@ -156,13 +156,7 @@
],
"responses": {
"200": {
"description": "OK"
},
"202": {
"description": "Accepted",
"schema": {
"$ref": "#/definitions/Watchlist"
},
"description": "OK",
"headers": {
"Azure-AsyncOperation": {
"description": "Contains the status URL on which clients are expected to poll the status of the delete operation.",
Expand Down Expand Up @@ -269,7 +263,7 @@
"$ref": "../../../common/2.0/types.json#/parameters/WorkspaceName"
},
{
"$ref": "../../../common/1.0/types.json#/parameters/ODataSkipToken"
"$ref": "../../../common/2.0/types.json#/parameters/ODataSkipToken"
},
{
"$ref": "#/parameters/WatchlistAlias"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
"watchlistAlias": "highValueAsset"
},
"responses": {
"200": {},
"202": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.SecurityInsights/watchlists/1011-01/watchlistStatuses/00000000-0000-0000-0000-000000000000?api-version=2022-01-01-preview"
},
"body": {}
}
},
"204": {}
}
Expand Down