-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Synapse] Add test cases for Artifacts and update generator version & rerecord tests #14575
Changes from 7 commits
595d669
c2cd20d
571e379
54941cd
6b3b227
452d3a6
a6deb69
1768593
a02b074
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Release History | ||
|
||
## 1.0.0-preview.1 (Unreleased) | ||
## 1.0.0-preview.2 (Unreleased) | ||
|
||
## 1.0.0-preview.1 (2020-06-10) | ||
- Initial release |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<PropertyGroup> | ||
<Description>This is the Microsoft Azure Synapse Analytics Access Control client library</Description> | ||
<AssemblyTitle>Azure.Analytics.Synapse.AccessControl</AssemblyTitle> | ||
<Version>1.0.0-preview.1</Version> | ||
<Version>1.0.0-preview.2</Version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should have happened automatically. I'm guessing it didn't because we don't have a live test pipeline setup yet. (In the future, after a release our tooling will automatically bump all the versions to the next preview so our repos are never in a state where an accidental release would cause serious headaches.) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We will setup live test pipeline in future. Created a GitHub issue to track this: #14740 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, these PRs have to be merged: #14751 |
||
<PackageTags>Microsoft Azure Synapse Access Control;$(PackageCommonTags)</PackageTags> | ||
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks> | ||
|
||
|
@@ -13,7 +13,6 @@ | |
<!-- Missing XML comment for publicly visible type or member --> | ||
CS1591; | ||
</NoWarn> | ||
<TemporaryUsePreviousGeneratorVersion>true</TemporaryUsePreviousGeneratorVersion> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\..\Azure.Analytics.Synapse.Shared\src\Azure.Analytics.Synapse.Shared.projitems" Label="Shared" /> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
@pakrym @tg-msft could you please suggest on the change log?
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.
Per https://azure.github.io/azure-sdk/policies_releasenotes.html#what-if-my-library-is-changed-but-doesnt-have-any-developer-impacting-changes, we generally suggest: