-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Azure IOT Central updates for DotNet SDK release for RP version 2021-06-01 #24992
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
Conversation
This release removes legacy S1 SKU, has S360 fixes, releases new RP version 2021-06-01,
and adds support for regional resources and system-assigned Managed Identities in IoT Central.
…nt SKUs. Updated package release notes, added tests for Managed Identities, added tests for validating exceptions from invalid SKUs.
sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/ScenarioTests/IotCentralTestBase.cs
Outdated
Show resolved
Hide resolved
poanchen
left a comment
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.
LGTM
Updated default sku to be ST2.
archerzz
left a comment
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.
@gansvv There are a few constants deleted from the API, which is a breaking change. We need to bump the version to 4.0.0. Others looks fine. Thanks.
Updated version to 4.0.0 based on PR feedback.
|
@gansvv Pipeline is broken due to test failure. It seems that the test recordings are obsolete. Could you re-record the tests? Thanks. |
Adding Session Records from execution of the IoTCentral DotNet SDK Tests
Done. Added to PR. |
Remove debug project ref to TestFramework
…ild failures for tests Removed randomization during session recording to prevent pipeline build failures for tests
…ecords Removed randomization from UpdateLIfeCycle tests and re-ran session records
Minor update to match raw doc from Azure repo.
Add comment to trigger new build
…ling after 60mins. Increasing test pipeline timeout to 100mins since most builds are failing after 60mins. Matched build timeout in pipeline config.
archerzz
left a comment
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.
The codes look good. Please roll back the change in ci.mgmt.yml and packge-lock.json which will have impact on others as well.
Undo changes to test pipeline timeout and package-lock.json after syncing with Mingzhe Huang.
Done. |
Minor: updated whitespace to match package-lock.json
|
/check-enforcer override |
|
The test actually passes. The failure is due to timeout in macOS node, which should be fixed in pipeline. |
…Identities Updated IoT Central Management Plane .Net package to 4.0.0. This version supports Managed Identities, removes support for S1 SKU, and supports only regional locations (not geographic). Related: .NET SDK update PR: Azure/azure-sdk-for-net#24992 Swagger update PR: Azure/azure-rest-api-specs#16139
…h support for Managed Identities (#16438) * Updated IoT Central DotNet package to 4.0.0 with support for Managed Identities Updated IoT Central Management Plane .Net package to 4.0.0. This version supports Managed Identities, removes support for S1 SKU, and supports only regional locations (not geographic). Related: .NET SDK update PR: Azure/azure-sdk-for-net#24992 Swagger update PR: Azure/azure-rest-api-specs#16139 * Minor updates to tests and changelog Minor updates to tests and changelog * Updated test session records. Updated test session records. * Update ChangeLog.md * Reverting module version Reverting module version and assembly version since they are computed per PR feedback. Co-authored-by: Yunchi Wang <[email protected]>
Changes Included
This release removes legacy S1 SKU,
adds support for regions while removing geographies (for location),
releases new RP version 2021-06-01,
and adds support system-assigned Managed Identities in IoT Central.
All SDK Contribution checklist:
This checklist is used to make sure that common guidelines for a pull request are followed.
Draftmode if it is:General Guidelines and Best Practices
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK. Please double check nuget.org current release version.Additional management plane SDK specific contribution checklist:
Note: Only applies to
Microsoft.Azure.Management.[RP]orAzure.ResourceManager.[RP]Management plane SDK Troubleshooting
If this is very first SDK for a services and you are adding new service folders directly under /SDK, please add
new servicelabel and/or contact assigned reviewer.If the check fails at the
Verify Code Generationstep, please ensure:generate.ps1/cmdto generate this PR instead of callingautorestdirectly.Please pay attention to the @microsoft.csharp version output after running
generate.ps1. If it is lower than current released version (2.3.82), please run it again as it should pull down the latest version.Note: We have recently updated the PSH module called by
generate.ps1to emit additional data. This would help reduce/eliminate the Code Verification check error. Please run following command:Old outstanding PR cleanup
Please note:
If PRs (including draft) has been out for more than 60 days and there are no responses from our query or followups, they will be closed to maintain a concise list for our reviewers.