-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2019-03-01 #20680
Merged
changlong-liu
merged 31 commits into
Azure:main
from
khaledaboasbe:dev-alertsmanagement-Microsoft.AlertsManagement-2019-03-01
Sep 26, 2022
Merged
[Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2019-03-01 #20680
Changes from 27 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d57bc32
Add comment to Change state parameters
22ac797
fix error
834ac0b
fix error
9a4e6f4
fix
d873e9e
fix
f69eff1
fix error
6a0aa9c
fix validations
d3d35ae
Merge branch 'main' into dev-alertsmanagement-Microsoft.AlertsManagem…
khaledaboasbe 7ebf9df
add example for operation list command
53e8fbc
Merge branch 'dev-alertsmanagement-Microsoft.AlertsManagement-2019-03…
b701dc0
fix example
112af15
fix example
656afe5
fix
0d5b1ff
fix
4beeaec
delete json file
b11a37b
add origin parameter to operation defenition
9156c65
fix
1ef1936
fix
1f5078e
fix
f61f91a
delete unneccesary files
8145b84
revert packege-lock.json file changes
482351b
fix comment parameter to be comments
91e493d
Merge branch 'main' into dev-alertsmanagement-Microsoft.AlertsManagem…
khaledaboasbe 7ac5025
Delete package-lock.json
khaledaboasbe 0f5cf49
undelete package-lock.json
413cb66
fix comments object
ebe529d
run prettier
1308b5d
fix
2fedfc1
revert unncessary changes
4bbf1d6
LintdiffFix
227939f
run 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -247,7 +247,7 @@ | |
"$ref": "#/parameters/newState" | ||
}, | ||
{ | ||
"$ref": "#/parameters/comment" | ||
"$ref": "#/parameters/comments" | ||
} | ||
], | ||
"responses": { | ||
|
@@ -504,14 +504,19 @@ | |
"modelAsString": true | ||
} | ||
}, | ||
"comment": { | ||
"comments": { | ||
"description": "reason of change alert state", | ||
"name": "comment", | ||
"name": "comments", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These changes are not needed -- please revert. |
||
"in": "body", | ||
"required": false, | ||
"x-ms-parameter-location": "method", | ||
"schema": { | ||
"type": "string" | ||
"type": "object", | ||
"properties": { | ||
"comments": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
}, | ||
"alertState": { | ||
|
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is not necessary -- please revert.