-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Devtest Labs .NET SDK update after typespec conversion #51337
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
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.
Copilot wasn't able to review any files in this pull request.
...bs/Azure.ResourceManager.DevTestLabs/tests/Generated/Samples/Sample_ArmTemplateCollection.cs
Outdated
Show resolved
Hide resolved
| internal ArmTemplateList() | ||
| /// <param name="value"> The ArmTemplate items on this page. </param> | ||
| /// <exception cref="ArgumentNullException"> <paramref name="value"/> is null. </exception> | ||
| internal ArmTemplateList(IEnumerable<DevTestLabArmTemplateData> value) |
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.
@ArcturusZhang All the list models have been updated to take IEnumerable<> as a parameter. Is that okay? Will it counted as breaking change?
|
Hi @nandiniYeltiwar. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
|
Hi @nandiniYeltiwar. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing |
Updating the .NET SDK Code based on typespec conversion PR in REST API repo: Azure/azure-rest-api-specs#35346