-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Application Insights] Resolve duplicated definition names to fix track2 SDK generation error #13951
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
Merged
[Application Insights] Resolve duplicated definition names to fix track2 SDK generation error #13951
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
45dc86d
Fix duplicate name
kairu-ms b8fa252
Update readme.md
kairu-ms 3df90a9
Update readme.md
kairu-ms bc49a5a
Update and rename workbookOperations_API.json to aiOperations_API.json
kairu-ms 4a70061
Update readme.md
kairu-ms 07396d2
Update workbooks_API.json
kairu-ms 16bc36c
Update readme.md
kairu-ms 74222d7
Update readme.python.md
kairu-ms b23304b
Update readme.md
kairu-ms 8e162b6
Update readme.md
kairu-ms fdac7c0
Update readme.md
kairu-ms a889375
Rename aiOperations_API.json to workbookOperations_API.json
kairu-ms 096ab69
Update readme.md
kairu-ms 5e8a136
Update readme.md
kairu-ms 0e53a11
Update readme.md
kairu-ms 9689544
Update readme.md
kairu-ms 734e96c
Update readme.md
kairu-ms b27f822
Update readme.md
kairu-ms 72e8081
Update specification/applicationinsights/resource-manager/readme.pyth…
kairu-ms 685a32e
Update specification/applicationinsights/resource-manager/readme.pyth…
kairu-ms 945bbc6
Update specification/applicationinsights/resource-manager/readme.pyth…
kairu-ms 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
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
4 changes: 2 additions & 2 deletions
4
...nsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbookOperations_API.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
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
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.
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.
Can we remove a tag from readme without noticing the corresponding service team? Does the service team know?
Go SDK always wants a tag that contains all functionalities in a RP to release, therefore if we are going to release appinsights for go SDK (currently no release request), we will have no candidates of tags to release.
Uh oh!
There was an error while loading. Please reload this page.
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.
Yes, you are right. I remove this tag because it's never used and will been replaced by tag
package-2020-10-only.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.
Hi, I added "package-2020-02-12" with all the same contents of package-2020-10-20 because we got an S360 error due to that api-version being used and not defined in swagger. https://msazure.visualstudio.com/One/_workitems/edit/9298254
Uh oh!
There was an error while loading. Please reload this page.
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.
That's why I remove the tag "package-2020-02-12"