Skip to content
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

[do not squash merge][storage] Merge latest master change to storage preview branch #13228

Merged
merged 208 commits into from
Oct 19, 2020

Conversation

blueww
Copy link
Member

@blueww blueww commented Oct 15, 2020

Description

Merge the latest change from master to storage branch.
Still need to do some test before this PR is ready to merge. - test finished, so remove the "do not merge" tag.

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
    • the markdown help files have been regenerated using the commands listed here

anton-evseev and others added 30 commits June 22, 2020 10:13
…te resources. (Azure#12227)

* Created Model Classes for NVA powershell object.

* Added *-NetworkVirtualAppliance commands.

* Added *-NVASite commands and export commands.

* Added tests for NVA CRUD operations.

The tests for NVA Site CRUD operations is in skipped state.
Reason for this is a bug in the Nfv-RP which fails the
New-AzVirtualApplianceSite command. The fix is underway and
Nfv-RP team will record the tests and push it in a separate change.

* Added help files for the new 11 Cmdlets.

* Added entry in the Changelog

* Bug fix for null NVA Id.

* Added online version to help files.

* Replace real guids with 0000.. in examples.

* Add default resource paramsets, rename plural cmds

* Supress static analysis errors.

Co-authored-by: Neel Bhavsar <nebhavsa@microsoft.com>
* Onboard application gateway to PrivateLink Cmdlets

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…m-master

# Conflicts:
#	src/Network/Network/Az.Network.psd1
#	src/Network/Network/ChangeLog.md
…m-master

# Conflicts:
#	src/Network/Network/Az.Network.psd1
#	src/Network/Network/ChangeLog.md
#	src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs
…ce (Azure#12370)

* Skip test due to Auxilary '1' authentication error.
* Add HubIpConfiguration and HubBgpConnections

* Fix bug in test record and static analysis

* Modify info in breaking changes

* Change format of csv file

* Change output type of AzVirtualRouterPeer cmdlets

* Add back AllowActivaFTP

* Add back RemoteBgpCommunitiesText

* Update Network.format.ps1xml

* Update Network.format.ps1xml

* Update HubBgpConnectionTests.ps1

* Update VirtualRouterTests.ps1

* Modify output types

* Update BreakingChangeIssues.csv

* Update ChangeLog.md

* Update New-AzVirtualWan.md

* Update New-AzVirtualRouter.md

* Update New-AzVirtualRouter.md

* Update New-AzVirtualRouter.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Change test name

* Update TestVirtualRouterPeerCRUD.json
…connections and expose Reset operations for VirtualWan P2SVpnGateway & VpnGateway resources. (Azure#12449)

* Enable Internet security for Point to site clients feature changes

* Added help files.

* Incorporate code review comments

* Enable test

* Adding latest test recording

* Skip failing unrelated SignalR test.
* checking in changes

* Adding test recording with new param

* help.md file

* added new AssignedHostGroup field in the objects

* updated changelog

* added test change

* Fxing test

* updated tests to hit canary region

* adding the new parameter

* adding the actual subresource connected to the cmdlet parameter

* added dedicatedhostgroup strategy and overload getSubResourceReference for hostgroup in subresourcestrategy method

* added tests for new parameter in vmss

* New-AzVm cmdlet dev and test work (Azure#12595)

* Update NewAzureVMCommand.cs

* Update VirtualMachineStrategy.cs

* Update PSVirtualMachine.cs

* Update VirtualMachineTests.cs

* Update VirtualMachineTests.ps1

* Update ChangeLog.md

* Update VirtualMachineTests.ps1

* Update NewAzureVMCommand.cs

* Update VirtualMachineTests.ps1

* New-AzVm hostgroupId help doc update

* Update VirtualMachineStrategy.cs

* recorded test file for New-AzVm

* added call to new-azvm with hostgroup id for the test

* fixing testdedicatedhost

* New-AzVmss.md help doc

* added test for get-azvm -status returning AssignedHost

* added help description for the HostGroupId property for New-AzVmss

* adding test + recording for new-azvmss .. -HostGroupId

* added the domain name label so the tests could pass in playback mode

* dedicated host changes for vmss

* added DomainNameLabel

added DomainNameLabel to Test-HostGroupPropertySetOnVirtualMachine test to ensure it passes in Playback.

* Revert "dedicated host changes for vmss"

This reverts commit fc103bd.

* bringing back changes after revert

* added new AssignedHostGroup field in the objects

* updated changelog

* added test change

* updated tests to hit canary region

* checking in changes

* Adding test recording with new param

* help.md file

* adding the new parameter

* adding the actual subresource connected to the cmdlet parameter

* added dedicatedhostgroup strategy and overload getSubResourceReference for hostgroup in subresourcestrategy method

* added tests for new parameter in vmss

* New-AzVm cmdlet dev and test work (Azure#12595)

* Update NewAzureVMCommand.cs

* Update VirtualMachineStrategy.cs

* Update PSVirtualMachine.cs

* Update VirtualMachineTests.cs

* Update VirtualMachineTests.ps1

* Update ChangeLog.md

* Update VirtualMachineTests.ps1

* Update NewAzureVMCommand.cs

* Update VirtualMachineTests.ps1

* New-AzVm hostgroupId help doc update

* Update VirtualMachineStrategy.cs

* added call to new-azvm with hostgroup id for the test

* recorded test file for New-AzVm

* added test for get-azvm -status returning AssignedHost

* added help description for the HostGroupId property for New-AzVmss

* Fxing test

* fixing testdedicatedhost

* New-AzVmss.md help doc

* adding test + recording for new-azvmss .. -HostGroupId

* dedicated host changes for vmss

* added the domain name label so the tests could pass in playback mode

* Revert "dedicated host changes for vmss"

This reverts commit fc103bd.

* bringing back changes after revert

* added DomainNameLabel

added DomainNameLabel to Test-HostGroupPropertySetOnVirtualMachine test to ensure it passes in Playback.

* added vmss tests and new recordings for the test

* better print for get-azhostgroup -instanceview

* Update ChangeLog.md

Adding changelog for New-AzVmss (7745035), Get-AzVmss's returned instance view object, SupportAutomaticPlacement to New-AzHostGroup

* Adding ValueFromPipelineByPropertyName

Adding it for consistency with HostGroupId in New-AzVM

* Making the HostGroupId accept pipeline input

* test dedicatedhost rerecorded

* Update DedicatedHostTests.ps1

* Removing plain text password

* fixing cred scan and psvmssinstanceview

* Updated help

* Update ChangeLog.md

* Update ChangeLog.md

Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: N'Godjigui Junior Diarrassouba <41027427+madewithsmiles@users.noreply.github.com>
Co-authored-by: Adam Sandor <adsandor@microsoft.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>
* Update help message for DnsName; add an example

* Format
* fix for EncryptionAtHost

* removing default value for encryptionathost for new-azvm

* Adding test for null

* fixing test

* Adding recorderd test to check for null value when encryptionathost is not part of cmdlet

* adding to changelog

* Updated Changelog
…zAttestationPolicy cmdlet (Azure#12789)

* Added example for Reset_AzAttestationPolicy for the isolated trust model

* Update ChangeLog.md

Remove changelog.md since the PR only contains document update so that we don't need a new release for document update only.

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
…zure#12780)

* Fix serialization for secure strings in parameters

* Show "Ignore" resource changes last

* Update change log

* Add notes
* add BYOIP cmdlets to Network module
* adding next version

* added VmHealth field in PSVirtualMachineINstanceView

* added tests

* added changelog

* fixed diff in case for VMHealth property

* refactored tests and added recording

* Removing unnecessary line

* Update Compute (Track 1) sdk reference in RecoveryServices.Backup.Test.csproj

* Update RecoveryServices.SiteRecovery.Test.csproj

* Update SqlVirtualMachine.Test.csproj

* Update Network.Test.csproj

* Removing password for credential check success

* Adding a better description to the test

* Improved changelog message

* Removing unnecesary if statement

* adding missing comma

* Making vmHealth VMHealth
* Fix array serialization issue and add tests

* Make test more robust

* Update change log
@blueww blueww changed the base branch from master to Az.Storage-preview October 15, 2020 09:53
@blueww blueww added Do Not Merge 🚫 Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. labels Oct 15, 2020
@blueww blueww force-pushed the mergestorage branch 3 times, most recently from 591ddaf to ccb76e5 Compare October 19, 2020 08:08
@wyunchi-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@wyunchi-ms wyunchi-ms merged commit 3741809 into Azure:Az.Storage-preview Oct 19, 2020
wyunchi-ms added a commit that referenced this pull request Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. needs-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet