-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
CodeGenIssues that relate to code generationIssues that relate to code generationMgmtThis issue is related to a management package.This issue is related to a management package.
Description
In http-client-csharp, there are spector tests in https://github.com/Azure/azure-sdk-for-net/tree/main/eng/packages/http-client-csharp/generator/TestProjects/Spector.
And the generation script is https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp/eng/scripts/Test-Spector.ps1
We need to set up similar spector tests in http-client-csharp-mgmt.
The corresponding spector tests will be for resource manager, like the ones in
azure-sdk-for-net/eng/packages/http-client-csharp/eng/scripts/Spector-Helper.psm1
Lines 12 to 17 in 3974289
| Join-Path 'http' 'azure' 'resource-manager' 'common-properties' | |
| Join-Path 'http' 'azure' 'resource-manager' 'non-resource' | |
| Join-Path 'http' 'azure' 'resource-manager' 'operation-templates' | |
| Join-Path 'http' 'azure' 'resource-manager' 'resources' | |
| Join-Path 'http' 'azure' 'resource-manager' 'large-header' | |
| Join-Path 'http' 'azure' 'resource-manager' 'method-subscription-id' |
Copilot
Metadata
Metadata
Assignees
Labels
CodeGenIssues that relate to code generationIssues that relate to code generationMgmtThis issue is related to a management package.This issue is related to a management package.