-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Fixing Resize Gateway cmdlet and adding SetIPsecParameters and GetIPsecParameters #15
Conversation
Hi @daschult, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
@@ -82,11 +82,11 @@ | |||
</Reference> | |||
<Reference Include="Microsoft.WindowsAzure.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.0\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath> | |||
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.1\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath> |
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.
Updating only one project out of the solution to a newer NuGet package may cause run-time issues. Please update all projects in the AzurePowerShell.sln solution with the latest package.
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.
Done.
Please add mock scenario tests |
Please update documentation xml file |
…e.Common and Microsoft.WindowsAzure.Common.Dependencies project references.
…t not on my local machine.
…ken to Reference element in Commands.Utilities.csproj)
… the update to the version numbers.
Build is failing, Loks like a removed reference to common? |
retest this please |
@@ -0,0 +1,93 @@ | |||
# |
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.
Why a new psd1 file is added?
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.
Because it didn't exist previously. I don't know why I didn't have it, but I do now.
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.
No need for it as the cmdlets are being loaded via https://github.com/Azure/azure-powershell/blob/master/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1#L86
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.
Having this makes it easier to edit our powershell help file. I'd like to keep it around.
Fixing Resize Gateway cmdlet and adding SetIPsecParameters and GetIPsecParameters
Bug fixes and Associate protection profile skeleton
removing commented code and credentials
pull from dev branch of azure/azure-powershell
Fixing the Error Messages shown when decrytion fails with the given regi...
changes few function names
Fixing examples for Commerce, Compute, Fabric, Gallery and Bridge
Added exmple Azure#15 which shows how to properly add or remove Availability zones to an Azure Firewall.
Added exmple #15 which shows how to properly add or remove Availability zones to an Azure Firewall.
No description provided.