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

Modify Workbook Resource Type to include RG and remove unused endpoint #2898

Merged
merged 15 commits into from
Apr 20, 2018
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Fixed duplicated operation id issue
  • Loading branch information
ericc1103 committed Mar 30, 2018
commit 92ff8e941e2653e47b92665f1a30943ac968fe84
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"/subscriptions/{subscriptionId}/providers/microsoft.insights/workbooks/links": {
"get": {
"description": "Gets a list of workbooks.",
"operationId": "Workbooks_ListBySourceId",
"operationId": "Workbooks_List",
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down