-
Notifications
You must be signed in to change notification settings - Fork 66
[Spector] Test case for ARM multiple services #3618
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
[Spector] Test case for ARM multiple services #3618
Conversation
|
❌ There is undocummented changes. Run The following packages have changes but are not documented.
The following packages have already been documented:
|
packages/azure-http-specs/specs/azure/resource-manager/multi-service/tspconfig.yaml
Outdated
Show resolved
Hide resolved
packages/azure-http-specs/specs/azure/resource-manager/multi-service/service2.tsp
Outdated
Show resolved
Hide resolved
…s_arm-multi-service
…s_arm-multi-service
commit: |
|
You can try these changes here
|
packages/azure-http-specs/specs/azure/resource-manager/multi-service/service1.tsp
Outdated
Show resolved
Hide resolved
packages/azure-http-specs/specs/azure/resource-manager/multi-service/service1.tsp
Outdated
Show resolved
Hide resolved
packages/azure-http-specs/specs/azure/resource-manager/multi-service/service2.tsp
Outdated
Show resolved
Hide resolved
packages/azure-http-specs/specs/azure/resource-manager/multi-service/service2.tsp
Outdated
Show resolved
Hide resolved
…ervice/service1.tsp Co-authored-by: Weidong Xu <[email protected]>
…ervice/service1.tsp Co-authored-by: Weidong Xu <[email protected]>
…ervice/service2.tsp Co-authored-by: Weidong Xu <[email protected]>
…ervice/service2.tsp Co-authored-by: Weidong Xu <[email protected]>
|
|
||
| @client({ | ||
| service: [ | ||
| Azure.ResourceManager.MultiService.Compute, |
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.
Can we add another case of selecting specific version of Compute/ComputeDisk?
I think this should be a supported scenario for compute service.
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.
| properties: { | ||
| provisioningState: "Succeeded", | ||
| }, | ||
| }; |
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.
Another thing I suggest to verify is the common models/operations between 2 services. Can we add case for it? thanks
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.
Resolve: #3538