File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
eng/packages/http-client-csharp
generator/Azure.Generator/src/Properties Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ $failingSpecs = @(
55 Join-Path ' http' ' payload' ' xml'
66 Join-Path ' http' ' response' ' status-code-range' # Response namespace conflicts with Azure.Response
77# Azure scenarios not yet buildable
8+ Join-Path ' http' ' azure' ' client-generator-core' ' alternate-type'
89 Join-Path ' http' ' azure' ' client-generator-core' ' client-initialization'
910 Join-Path ' http' ' azure' ' client-generator-core' ' deserialize-empty-string-as-null' # long path issue and also not needed for Azure emitter
1011# These scenarios will be covered in Azure.Generator.Management
Original file line number Diff line number Diff line change 3030 "commandName" : " Executable" ,
3131 "executablePath" : " dotnet"
3232 },
33- "http-azure-client-generator-core-alternate-type" : {
34- "commandLineArgs" : " $(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/azure/client-generator-core/alternate-type -g AzureStubGenerator" ,
35- "commandName" : " Executable" ,
36- "executablePath" : " dotnet"
37- },
3833 "http-azure-client-generator-core-api-version-header" : {
3934 "commandLineArgs" : " $(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/azure/client-generator-core/api-version/header -g AzureStubGenerator" ,
4035 "commandName" : " Executable" ,
You can’t perform that action at this time.
0 commit comments