-
Notifications
You must be signed in to change notification settings - Fork 91
Description
With autorest installed from npm with “install -g autorest”, one of our AzureStack modules, Azs.AzureBridge.Admin, failed during build-module.ps1 with this error:
generated\api\Models\Api201601\ExtendedProductProperties.cs(72,121): error CS0539: 'ExtendedProductProperties.Version1' in explicit interface declaration is not found among members of the interface that can be implemented [D:\a\1\s\src\Azs.AzureBridge.Admin\Azs.Azurebridge.Admin.csproj]
generated\api\Models\Api201601\ExtendedProductProperties.cs(8,9): error CS0535: 'ExtendedProductProperties' does not implement interface member 'IVirtualMachineProductPropertiesInternal.Version.set' [D:\a\1\s\src\Azs.AzureBridge.Admin\Azs.Azurebridge.Admin.csproj]
Write-Error: D:\a\1\s\src\Azs.AzureBridge.Admin\build-module.ps1:85
Line |
85 | Write-Error 'Compilation failed.'
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Compilation failed.
Here is the pipeline failure: