[Automation] Regenerate Quota SDK based on typespec-go branch main #25704
[Automation] Regenerate Quota SDK based on typespec-go branch main #25704
Quota SDK based on typespec-go branch main #25704Conversation
There was a problem hiding this comment.
Pull request overview
This PR regenerates the Azure Quota SDK based on the latest TypeSpec definitions. The primary change is the migration from the versioned module path (armquota/v2) to an unversioned path (armquota), along with updates to the underlying TypeSpec source location and emitter version.
Key changes include:
- Migration from module version
v2to unversioned module - Update to TypeSpec emitter from version 0.8.2 to 0.8.6
- Update of TypeSpec source location from
specification/quota/Quota.Managementtospecification/quota/resource-manager/Microsoft.Quota/Quota - Addition of parameter validation checks for empty scope parameters
- Improved documentation comments for client constructors
- Import reorganization in several files
- Addition of new operation client examples
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates module path from v2 to unversioned; adds problematic self-dependency |
| go.sum | Updates dependency checksums; includes entries for self-dependency |
| tsp-location.yaml | Updates TypeSpec source directory and commit reference |
| testdata/_metadata.json | Updates emitter version from 0.8.2 to 0.8.6 |
| *_client.go (multiple) | Updates import paths, adds scope validation, improves documentation; contains variable capitalization bugs |
| *_client_example_test.go (multiple) | Updates import paths from v2 to unversioned; contains incorrect example calls |
| fake/*_server.go (multiple) | Updates import paths from v2 to unversioned |
| operation_client_example_test.go | New file with comprehensive operation examples |
sdk/resourcemanager/quota/armquota/groupquotalimitsrequest_client.go
Outdated
Show resolved
Hide resolved
sdk/resourcemanager/quota/armquota/groupquotasubscriptions_client_example_test.go
Outdated
Show resolved
Hide resolved
sdk/resourcemanager/quota/armquota/groupquotas_client_example_test.go
Outdated
Show resolved
Hide resolved
sdk/resourcemanager/quota/armquota/groupquotasubscriptionallocationrequest_client.go
Outdated
Show resolved
Hide resolved
…ent.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ationrequest_client.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…test.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ent_example_test.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Hi @jliusan. 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 @jliusan. 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 |
#25506