Skip to content

Conversation

hiaga
Copy link
Member

@hiaga hiaga commented Mar 8, 2021

Description

syncing Az.RecoveryServices-preview branch with master

Checklist

  • [Y] I have read the Submitting Changes section of CONTRIBUTING.md
  • [Y] The title of the PR is clear and informative
  • [NA] 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
  • [NA] The PR does not introduce breaking changes
  • [NA] If applicable, the changes made in the PR have proper test coverage
  • [NA] For public API changes to cmdlets:
    • [NA] a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
      • {Please put the link here}
    • [NA] the markdown help files have been regenerated using the commands listed here

najagasi and others added 30 commits January 29, 2021 14:30
* Fix top value when max is not provided

* Fix changelog.md error

* Update ChangeLog.md

Co-authored-by: Namrata Jagasia <najagasi@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
…e#14044)

* Update WAF Sdk to support RequestBodyCheck and JSON exclussions

* Add check to test case

* Add sets

* Update ChangeLog.md

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
…zvmwareprivatecloud (Azure#14031)

* rename VMWare to VMware

* Update Changelog.md

* Update Changelog.md

* fix changelog
* fix PredicateExpression for server audit policy

* re-record all audit tests to avoid regression

* updated ChangeLog.md

* Make build change

* Undo make build change

Co-authored-by: Oleg Sternberg <olsternb@microsoft.com>
* Migrate macsec changes from broken repo

* Move get service principal id into PS script.  Add documentation in PS test cript

* Update ChangeLog.md

* Add SciState to Get-AzExpressRoutePort help examples

* Add test record
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
We had a change go into our cmdlets from someone outside the service team.  Want to ensure future changes are reviewed by us,
* dev, test, changelog, help doc

* resourceId and switch

* id

* resourceId fix

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
…ment' (Azure#14048)

* Move CostManagement to master

* update the changelog

* update the changelog file

Co-authored-by: azurepowershell <azurepowershell@ms.com>
… cmdlet (Azure#14078)

* #Commit1

* #Commit2

* #Commit3

* #13531Commit1
Azure#14049)

* Move Databricks to master

* update the changelog

* update the changelog file

Co-authored-by: azurepowershell <azurepowershell@ms.com>
* Update error kind when context is incorrect

* Add cloud error code into exception data

* Add changelog
* Improve error handling and bug fix

* Change literal string to constant per change in Common assembly

* Fix build error

* Code refactoring
* add ACR repository operations

* add shouldprocess

* implement iazuresessioncomponentlistener

* add comments and exception

* fix cache impl

* resolve comments

* getlastlisted

* remove unused class

* remove unneeded changes

* fix null reference in PSAcrManifest and remove unused suppression

* Update ChangeLog.md

* fix Acr to ACR in help markdown

* fix output type for Get-AzContainerRegistryRepository
* Update ChangeLog.md

* Update ChangeLog.md

* Create ChangeLog.md

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
* Add cmdlet Test-AzPostgreSqlFlexibleServerConnect

* Update ChangeLog.md

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Cover New-Pool case for maintenance

* Added test coverage

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
* Revert module version

* Remove incorrect changelog
dingmeng-xue and others added 15 commits March 2, 2021 17:10
… cases (Azure#14361)

* [Synapse] - Use Az PowerShell defined exception and re-record test cases

* Update help doc for Restore-AzSynapseSqlPool

* Update changelog

* Remove TODO comment

* Update session records

* Fix CI MacOS build error

* Update breaking change issues

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
* Update test cases and record them.

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
* fix issue for PVS-studio

* Replace 'WriteLine' with 'TODO'
* Fix the issue of help check in static analysis

* Fix the issue of help check in static analysis

* Fix the issue of help check in static analysis

* [Tools] Fix the issue of StaticAnalysis (Azure#14393)

* Fix the issue that help markdown is not checked

* Update module parameter

Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>

* Update Add-AzResourceMoverMoveResource.md

* Remove useless alias session in help document to match PlatyPS Schema definition

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
…n / zone update. (Azure#14417)

When you perform the following.
$slb = Get-AzLoadBalancer "loadbalancer" - resourcegroupname "rg"
$slb = Set-AzLoadBalancer

You will receive an error about zone updates, when you don't use the -resourcegroupname, the Set-AzLoadBalancer cmd works perfectly.
* Remove the logic of coping file to temp folder

* Add bicep version checker

* Update ChangeLog.md

Co-authored-by: Beisi Zhou <bez@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Update cloudservice

* Update cloud service test case

* Fix the issues of CloudService tests

* Fix the issues of CloudService tests

* Fix the issues of CloudService tests

* Fix the issues of CloudService tests

* Fix the issues of CloudService tests

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
…#14432)

The default powershell array does not parse the values correctly when there is a single array , However it works fine when there are multiple arrays. 
The workaround would be to not use the default array and use [System.Collections.ArrayList] as mentioned in here Azure#12092.
Please update the documentation , we have customers wondering why this command is not working on single array. 
I have added the script above as well in Example 1.
* Redirect bicep message to verbose stream

* update change log

Co-authored-by: Beisi Zhou <bez@microsoft.com>
@isra-fel isra-fel added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Mar 8, 2021
@isra-fel isra-fel changed the title [Az.RecoveryServices.Backup] syncing Az.RecoveryServices-preview branch with master [DO NOT SQUASH] [Az.RecoveryServices.Backup] syncing Az.RecoveryServices-preview branch with master Mar 8, 2021
@wyunchi-ms wyunchi-ms merged commit 63bec00 into Azure:Az.RecoveryServices-preview Mar 8, 2021
wyunchi-ms added a commit that referenced this pull request Mar 8, 2021
…eryServices-preview branch with master (#14462)"

This reverts commit 63bec00.
dolauli pushed a commit that referenced this pull request Mar 8, 2021
…eryServices-preview branch with master (#14462)" (#14469)

This reverts commit 63bec00.
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.