-
Notifications
You must be signed in to change notification settings - Fork 4k
stack resources module for 2018-03-01-hybrid profile #7051
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
Conversation
@MiYanni Is this failure known? I am going to retry.. I |
@bganapa We've been having intermittent failures with the Telemetry tests. We will need to investigate. Thanks for letting us know. |
Cred scanner issues :( |
@bganapa We skipped For credscan, if those files have been there for a while (not real issues), you simply need to add the exception to the |
c28e44b
to
08162c5
Compare
08162c5
to
2d347d9
Compare
This should be good to merge except for the localfeed package |
Common packages can be found here: https://azuresdkci.westus2.cloudapp.azure.com/view/PowerShell/job/ps-common-sign/94/ |
e1caa06
to
5603d45
Compare
@bganapa In the meantime, please resolve the merge conflict that have come up so we can get this in as fast as possible. |
@maddieclayton i just rebased in the morning :). i will do it again now |
6f74460
to
9dbb3d2
Compare
Rebased again as #6986 is merged |
Looks like just cred scan is failing now: https://azuresdkci.westus2.cloudapp.azure.com/job/powershell/7052/artifact/src/Package/CredentialScannerOutput/CredScanIssues.csv/*view*/ |
@maddieclayton passing! 💯 |
Should be good to merge |
<SubType>Designer</SubType> | ||
</None> | ||
</ItemGroup> | ||
<!-- <ItemGroup> |
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.
Delete commented out code!
<Reference Include="Microsoft.Azure.Insights"> | ||
<HintPath>..\..\..\packages\Microsoft.Azure.Insights.0.10.0-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath> | ||
</Reference> | ||
<!-- <Reference Include="Hyak.Common"> |
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.
Commented code.
<Compile Include="ResourceGroups\NewAzureResourceGroupCommandTests.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\..\Common\Commands.Common.Authentication.Abstractions\Commands.Common.Authentication.Abstractions.csproj"> |
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.
Commented code.
<Compile Include="Models.ResourceGroups\ResourceClient.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Commands.Common.Authentication.Abstractions.csproj"> |
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.
Commented out code.
<Reference Include="Microsoft.Azure.Management.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath> | ||
</Reference> | ||
<!--<Reference Include="Microsoft.Azure.Management.Authorization, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
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.
Commented out code.
… Microsoft.Azure.Management.ResourceManager version 1.9.0-preview, Tests earliet had 1.6.0-preview version reference
…PackageFolder in common targets
34dd351
to
914b5b8
Compare
@markcowl, @maddieclayton ps-sign and ps-demand are successful. This should be good to merge |
@bganapa I am currently seeing an error at the bottom of your build (not sure why it isn't failing the build): 22:33:53 MSBUILD : error : CA0501 : Unable to read output report: c:\workspace\powershell\tools\..\src\stack\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\Microsoft.Azure.Commands.Resources.dll.CodeAnalysisLog.xml [c:\workspace\powershell\src\StackAdmin\Resources\Commands.Resources\Commands.Resources.csproj] Mark suspects that this could be fixed by removing this line: https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj#L205 |
@@ -20,7 +20,7 @@ | |||
<DebugSymbols>true</DebugSymbols> | |||
<DebugType>full</DebugType> | |||
<Optimize>false</Optimize> | |||
<OutputPath>..\..\..\..\Stack\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath> | |||
<OutputPath>$(StackPackageFolder)\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath> |
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 you revert this change? I think creating that StackPackageFolder might be what is failing the build (it is still failing after the latest change)
Something weird is happening with Jenkins, but the build is passing: https://azuresdkci.westus2.cloudapp.azure.com/job/powershell/7140/. Merging now. |
Description
Copy of the version 6.0.0 with back ported fix for ADFS Roleassignment fix and older version of Authorization Client
Checklist
CONTRIBUTING.md
platyPS
module