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

Azurecore: Fixes upgrading azure core dependency to latest #4819

Merged
merged 6 commits into from
Oct 18, 2024

Conversation

kirankumarkolli
Copy link
Member

@kirankumarkolli kirankumarkolli commented Oct 18, 2024

Azure.Core: Fixed upgrading azure core dependency to 1.44.1

Changes

  • ResourceType: Conflict between Azure.Core and Microsoft.Azure.Cosmos.Documents
  • Microsoft.Bcl.AsyncInterfaces: Azure.Core needs at-least 6.0.0 (as Azure core upgraded part of minor version, we are good as well)
  • Microsoft.Azure.Cosmos.Encryption.Custom: Direct dependency on Azure.Core removed (now its transitive)
  • Microsoft.Azure.Cosmos.Encryption.Custom.Performance.Tests: NU1903 added Newtonsoft.Json dependency
  • Performance project: NU1903 Newtonsoft dependency upgraded

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good!

@kirankumarkolli kirankumarkolli changed the title Azure.Core: Fixed upgrading azure core dependency to 1.44.1 Azure.Core: Fixes upgrading azure core dependency to 1.44.1 Oct 18, 2024
@kirankumarkolli kirankumarkolli changed the title Azure.Core: Fixes upgrading azure core dependency to 1.44.1 AzureCore: Fixes upgrading azure core dependency to 1.44.1 Oct 18, 2024
@kirankumarkolli kirankumarkolli marked this pull request as ready for review October 18, 2024 18:27
@kirankumarkolli kirankumarkolli changed the title AzureCore: Fixes upgrading azure core dependency to 1.44.1 AzureCore : Fixes upgrading azure core dependency to 1.44.1 Oct 18, 2024
@kirankumarkolli kirankumarkolli changed the title AzureCore : Fixes upgrading azure core dependency to 1.44.1 [AzureCore] : Fixes upgrading azure core dependency to 1.44.1 Oct 18, 2024
@kirankumarkolli kirankumarkolli changed the title [AzureCore] : Fixes upgrading azure core dependency to 1.44.1 Azurecore: Fixes upgrading azure core dependency to 1.44.1 Oct 18, 2024
@sourabh1007
Copy link
Contributor

Just curious: What are benefits we are getting with this upgrade? and did we evaluate "breaking changes" because here we are making big jump (from 19 to 44 version)?

@kirankumarkolli
Copy link
Member Author

Just curious: What are benefits we are getting with this upgrade? and did we evaluate "breaking changes" because here we are making big jump (from 19 to 44 version)?

It's a minor version upgrade (not major). Benefits

  • Transient dependencies vulnerabilities (we are patching them in our code which is unnecessary)

@kirankumarkolli kirankumarkolli changed the title Azurecore: Fixes upgrading azure core dependency to 1.44.1 Azurecore: Fixes upgrading azure core dependency to latest Oct 18, 2024
@kirankumarkolli kirankumarkolli changed the title Azurecore: Fixes upgrading azure core dependency to latest Package Azurecore: Fixes upgrading azure core dependency to latest Oct 18, 2024
@kirankumarkolli kirankumarkolli enabled auto-merge (squash) October 18, 2024 18:51
@kirankumarkolli kirankumarkolli changed the title Package Azurecore: Fixes upgrading azure core dependency to latest [INTERNAL] Azurecore: Fixes upgrading azure core dependency to latest Oct 18, 2024
@kirankumarkolli kirankumarkolli changed the title [INTERNAL] Azurecore: Fixes upgrading azure core dependency to latest Azurecore: Fixes upgrading azure core dependency to latest Oct 18, 2024
@kirankumarkolli kirankumarkolli changed the title Azurecore: Fixes upgrading azure core dependency to latest Azurecore: Fixes upgrading azure core dependency to latest Oct 18, 2024
@kirankumarkolli kirankumarkolli merged commit 80e38b9 into master Oct 18, 2024
24 of 32 checks passed
@kirankumarkolli kirankumarkolli deleted the users/kirankk/azure.core_upgrade branch October 18, 2024 19:32
sourabh1007 pushed a commit that referenced this pull request Oct 22, 2024
Azure.Core:  Fixed upgrading azure core dependency to 1.44.1

Changes
- ResourceType: Conflict between Azure.Core and
Microsoft.Azure.Cosmos.Documents
- Microsoft.Bcl.AsyncInterfaces: Azure.Core needs at-least 6.0.0 (as
Azure core upgraded part of minor version, we are good as well)
- Microsoft.Azure.Cosmos.Encryption.Custom: Direct dependency on
Azure.Core removed (now its transitive)
- Microsoft.Azure.Cosmos.Encryption.Custom.Performance.Tests: `NU1903`
added Newtonsoft.Json dependency
- Performance project: `NU1903` Newtonsoft dependency upgraded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants