-
Notifications
You must be signed in to change notification settings - Fork 5.1k
EventGrid SDK: Removing the preview suffix from the version #4081
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
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
191d62e
Regenerated the SDK and re-recorded the tests based on the newer API …
kalyanaj cb6162c
Re-recorded the tests.
kalyanaj 17150d1
Updated package release notes to reflect this set of changes.
kalyanaj f9405e2
Re-recorded the tests.
kalyanaj 0feaea5
Updated the SDK based on the latest data-plane API specifications.
kalyanaj bb4312d
Merge branch 'psSdkJson6' of https://github.com/Azure/azure-sdk-for-n…
kalyanaj 080794d
Updated version and release notes.
kalyanaj 2751461
Merge branch 'psSdkJson6' of https://github.com/Azure/azure-sdk-for-n…
kalyanaj db475a5
Update package version to 1.3.0 to remove the preview suffix.
kalyanaj 523191a
Fixed a typo in the release notes.
kalyanaj 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
521 changes: 288 additions & 233 deletions
521
...s/EventGrid.Tests.ScenarioTests.ScenarioTests/EventSubscriptionCreateGetUpdateDelete.json
Large diffs are not rendered by default.
Oops, something went wrong.
196 changes: 98 additions & 98 deletions
196
...cenarioTests.ScenarioTests/EventSubscriptionToAzureSubscriptionCreateGetUpdateDelete.json
Large diffs are not rendered by default.
Oops, something went wrong.
322 changes: 216 additions & 106 deletions
322
...ts.ScenarioTests.ScenarioTests/EventSubscriptionToResourceGroupCreateGetUpdateDelete.json
Large diffs are not rendered by default.
Oops, something went wrong.
425 changes: 213 additions & 212 deletions
425
...essionRecords/EventGrid.Tests.ScenarioTests.ScenarioTests/TopicCreateGetUpdateDelete.json
Large diffs are not rendered by default.
Oops, something went wrong.
74 changes: 37 additions & 37 deletions
74
...Grid.Tests/SessionRecords/EventGrid.Tests.ScenarioTests.ScenarioTests/TopicTypeTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
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.
@kalyanaj starting version 2.0, it is advisable you do not bump up AssemblyVersion for every minor/revision version bump. Unless you have specific reason and you want your developers to take a hand dependency on particular AssemblyVersion.
If you want to do this starting next major version bump, mention it over here and this PR is ready to be merged.
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.
Sounds good, thanks for the info. I will keep this in mind starting the next version update.