-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Modify Workbook Resource Type to include RG and remove unused endpoint #2898
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a892e9f
Adding Workbooks resource type.
ericc1103 aee9914
Rename workbookDelete.json to WorkbookDelete.json
ericc1103 4ba66aa
Fixed undefiend parameter issue with Delete verb.
ericc1103 e6041b2
Merge branch 'master' of https://github.com/ericc1103/azure-rest-api-…
ericc1103 6672215
Update swagger to add subscriptionId
ericc1103 92ff8e9
Fixed duplicated operation id issue
ericc1103 c245a85
Removed links endpoint
ericc1103 bed6bc3
Removed unused samples
ericc1103 d3bac20
Revert "Removed unused samples"
ericc1103 5259a41
Revert "Removed links endpoint"
ericc1103 4227f6c
Removed link logic and added get by resourceid
ericc1103 328b75c
Applied PR comments
ericc1103 b742198
Added Resource Group parameter for GET. Removed get by sourceId since…
ericc1103 15a0dcb
Merged with upstream. Modify Workbook Resource Type to include RG and…
ericc1103 12a3962
Resolved the merge conflicts with readme.md
ericc1103 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
51 changes: 0 additions & 51 deletions
51
...source-manager/Microsoft.Insights/stable/2015-05-01/examples/WorkbooksListBySourceId.json
This file was deleted.
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
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.
It's a breaking change to remove an operation here. No breaking changes should be made to an existing stable Swagger.
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.
@jianghaolu Thanks for reviewing this. This is new resource type that we just got approved last week. This is not deployed to PROD yet. This is the endpoint we overlooked and needed to be removed.
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.
@ericc1103 Sounds good. When are you deploying to PROD?
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.
I am currently working with ARM team and ETA is tomorrow.
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.
@ericc1103 Please add "merge on [date]" on the PR title once you have an ETA. I've approved for now and on the deployment date we can merge.
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.
@jianghaolu It is now merged in PROD ARM. You can go ahead and approve to merge.
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.
Merging now.