Devtest Labs .NET SDK update after typespec conversion#51337
Devtest Labs .NET SDK update after typespec conversion#51337nandiniYeltiwar wants to merge 9 commits intoAzure:mainfrom
Conversation
...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.
@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