-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update Synapse Artifact to 1.0.0-preview.22 #28580
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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.
Pull Request Overview
This PR updates the Azure.Analytics.Synapse.Artifacts package dependency from version 1.0.0-preview.21 to 1.0.0-preview.22 in the Synapse module.
- Updated package reference to newer preview version
- Added changelog entry documenting the package update
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/Synapse/Synapse/Synapse.csproj | Updated Azure.Analytics.Synapse.Artifacts package version from preview.21 to preview.22 |
src/Synapse/Synapse/ChangeLog.md | Added changelog entry for the package update under "Upcoming Release" section |
/azp run |
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
/azp run |
Commenter does not have sufficient privileges for PR 28580 in repo Azure/azure-powershell |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@VeryEarly when will we upgrade the azure.core to 1.47.3, will it be done in this release? |
<ItemGroup> | ||
<PackageReference Include="Azure.Analytics.Synapse.AccessControl" Version="1.0.0-preview.5" /> | ||
<PackageReference Include="Azure.Analytics.Synapse.Artifacts" Version="1.0.0-preview.21" /> | ||
<PackageReference Include="Azure.Analytics.Synapse.Artifacts" Version="1.0.0-preview.22" /> |
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.
This requires Azure.Core
to be updated from 1.45.0
to 1.47.3
which brings a lot of sub-dependencies and considerable effort.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.