-
Notifications
You must be signed in to change notification settings - Fork 5.6k
S360 Item - Missing Get SubscriptionOperations for 2021-10-01 version. #24395
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
rkmanda
merged 10 commits into
Azure:main
from
abhaygill338:sub-operations-missing-2021-10-01
Jul 7, 2023
Merged
Changes from 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
5296bd5
Resolving S320 Item - Missing Get SubscriptionOperations for 2021-10-…
b6b053e
Fix pipeline suggestions.
4936e00
Minor fix.
0d92101
Make Get Subscription operations sync in this version.
77ea806
Added suppress rules for failing lint errors.
792cb8a
Fix suppression Issues.
80cf2cf
Minor fix suppression GetOperation200.
7f286d7
Address minor fixes.
30be453
Address GetOperation200 changes.
41f8f34
Update readme.md: attempt suppression fix by adding ["202"] to "respo…
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
19 changes: 19 additions & 0 deletions
19
...e-manager/Microsoft.Subscription/stable/2021-10-01/examples/getSubscriptionOperation.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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "parameters": { | ||
| "operationId": "e4b8d068-f574-462a-a76f-6fa0afc613c9", | ||
| "api-version": "2021-10-01" | ||
| }, | ||
| "responses": { | ||
| "202": { | ||
| "headers": { | ||
| "Location": "/providers/Microsoft.Subscription/subscriptionOperations/e4b8d068-f574-462a-a76f-6fa0afc613c9?api-version=2021-10-01", | ||
| "Retry-After": 8 | ||
| } | ||
| }, | ||
| "200": { | ||
| "body": { | ||
| "subscriptionLink": "/subscriptions/4df8d5c2-1b7e-4dd5-bc61-640704bde633" | ||
| } | ||
| } | ||
| } | ||
| } | ||
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
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
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.