azure-digitaltwins-core prepare new release targeting api-version=2021-06-30-preview#23646
Conversation
sjiherzig
left a comment
There was a problem hiding this comment.
Make sure to set the target branch to release/digitaltwins/1.2.0b1
...twins/azure-digitaltwins-core/azure/digitaltwins/core/_generated/_azure_digital_twins_api.py
Outdated
Show resolved
Hide resolved
...twins/azure-digitaltwins-core/azure/digitaltwins/core/_generated/_azure_digital_twins_api.py
Outdated
Show resolved
Hide resolved
sdk/digitaltwins/azure-digitaltwins-core/azure/digitaltwins/core/_generated/aio/__init__.py
Outdated
Show resolved
Hide resolved
...e/digitaltwins/core/_generated/aio/operations_async/_digital_twin_models_operations_async.py
Outdated
Show resolved
Hide resolved
...e/digitaltwins/core/_generated/aio/operations_async/_digital_twin_models_operations_async.py
Show resolved
Hide resolved
sdk/digitaltwins/azure-digitaltwins-core/tests/test_relationships.py
Outdated
Show resolved
Hide resolved
|
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: What if I am onboarding a new service?Often, new services do not have validation pipelines associated with them, in order to bootstrap pipelines for a new service, you can issue the following command as a pull request comment: |
* azure-digitaltwins-core prepare new release targeting api-version=2021-06-30-preview (#23646) * initial changes * retargeted correct swagger and fix generation issue * regenerate sdk and re-record with latest autorest * remove bad test changes and tune tests to expect wus2 * attempt to fix new requirements * fix analyze errors and update changelog * remove unneeded sections from changelog * Increment package version after release of azure-digitaltwins-core (#23770) * Adding changes to support api-version 2022-05-31 for Digital Twins Data Plane SDK Adding changes to support api-version 2022-05-31 for Digital Twins Data Plane SDK Adding changes to support api-version 2022-05-31 for Digital Twins Data Plane SDK Adding changes to support api-version 2022-05-31 for Digital Twins Data Plane SDK Adding changes to support api-version 2022-05-31 for Digital Twins Data Plane SDK Fixing prefix name Correcting recordings Updated Changelog with short description under 1.2.0 * Adding westus2 location for testing azuredigitaltwins Co-authored-by: Nate Lehman <njlehman1@gmail.com> Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Description
Regenerate SDK based on new swagger spec introduced in #16963.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines