-
Notifications
You must be signed in to change notification settings - Fork 3
Vipmobility powershell #11
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
Can one of the admins verify this patch? |
Please wait before merging this. Documentation needs to be added. |
I will add it to the same PR |
@@ -15,7 +15,7 @@ | |||
</LocalNetworkSite> | |||
</LocalNetworkSites> | |||
<VirtualNetworkSites> | |||
<VirtualNetworkSite name="NewVNet4" Location="Central Us"> | |||
<VirtualNetworkSite name="NewVNet4" Location="West Us"> |
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.
Do you have to change the location to "West US" for your testing?
Currently AzureRT tests are running in "Central US" location, so if you want to change the location, then create a new netcfg file (e.g. VnetconfigWithLocationWestUS.netcfg) rather than change the location of the current netcfg file.
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.
Changed back.
StreamType should be enum + unit test fixed
The functionality is now complete. Please look at this PR |
Validated Azure VM Network association with the subscription and fixed bugs
pull from dev branch of azure/azure-powershell
remove primaryDnsServer from params for Set-DeviceConfig
Added Get-AzureBackupItem cmdlet
Add TestVirtualMachine_Managed test.
This adds the following functionality:
Set-AzureReservedIPAssociation
Sets the reserved IP association with a deployment
Remove-ReservedIPAssociation
Removes the reserved IP association from a deployment
New-AzureReservedIP
Added functionality to reserve an existing VIP.