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

Remove ClientRuntime dependency and add Newtonsoft.Json package #3082

Merged
merged 3 commits into from
Jan 19, 2023

Conversation

schoims
Copy link
Contributor

@schoims schoims commented Jan 18, 2023

As part of the v2 migration, HTTP has been removed as a transport option, resulting in Microsoft.Rest.ClientRuntime no longer being required as a dependency of Provisioning Client SDK. However, its dependency is still utilized, so this change has been introduced.

@schoims
Copy link
Contributor Author

schoims commented Jan 18, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -64,10 +64,11 @@
<PackageReference Include="Azure.Core" Version="1.26.0" />
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.5.12" />
<PackageReference Include="MQTTnet" Version="4.1.2.350" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Not 13.02?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can update it to 13.0.2. I chose 13.0.1 for consistency only since other SDKs use this version.

@schoims
Copy link
Contributor Author

schoims commented Jan 18, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@schoims
Copy link
Contributor Author

schoims commented Jan 18, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@schoims schoims merged commit 6aa2e8f into previews/v2 Jan 19, 2023
@schoims schoims deleted the choisophia/provisioning-client-packages branch January 19, 2023 00:55
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.

3 participants