-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add sync stack to azure-iot-deviceupdate #36905
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
Add sync stack to azure-iot-deviceupdate #36905
Conversation
…update-sync-stack
…update-sync-stack
…update-sync-stack
…update-sync-stack
|
Thank you for your contribution @chejiang-msft! We will review the pull request and get back to you soon. |
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
...e-iot-deviceupdate/src/main/java/com/azure/iot/deviceupdate/DeviceManagementAsyncClient.java
Outdated
Show resolved
Hide resolved
...azure-iot-deviceupdate/src/main/java/com/azure/iot/deviceupdate/DeviceUpdateAsyncClient.java
Show resolved
Hide resolved
…update-sync-stack
…update-sync-stack
…update-sync-stack
...iceupdate/src/test/java/com/azure/iot/deviceupdate/DeviceManagementClientSyncStackTests.java
Outdated
Show resolved
Hide resolved
...iceupdate/src/test/java/com/azure/iot/deviceupdate/DeviceManagementClientSyncStackTests.java
Outdated
Show resolved
Hide resolved
| @@ -0,0 +1,30 @@ | |||
| use: '@autorest/[email protected]' | |||
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 file should be in sdk/deviceupdate/azure-iot-deviceupdate/swagger directory. The file should be named README.md and the contents of this file should be wrapped in ```yaml quotes. See example here
Description
We are switching the Java SDKs for IoT Hub Device Update APIs to the sync stack. Swagger used
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines