Skip to content

Conversation

@isra-fel
Copy link
Member

@isra-fel isra-fel commented Apr 1, 2020

Description

This PR contains two breaking changes:

  1. [-EnableSoftDelete] is replaced by [-DiableSoftDelete] (Fixes [KeyVault] Enable soft-delete by default when creation #10554). So the default behavior of New-AzKeyVault is now:
    • New-AzKeyVault -> soft delete enabled
    • New-AzKeyVault -DisableSoftDelete -> opt-out soft delete
  2. Two cmdlet aliases are removed:
    • New-AzKeyVaultCertificateAdministratorDetails
    • New-AzKeyVaultCertificateOrganizationDetails

and one non-breaking change:

  1. New-AzKeyVault and Update-AzKeyVault now supports [-SoftDeleteRetentionInDays <int>] (resolves [KeyVault] Support for soft-delete on/off/null as a one time operation #10555)

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:

@adxsdkps
Copy link
Collaborator

adxsdkps commented Apr 1, 2020

Can one of the admins verify this patch?

@isra-fel isra-fel force-pushed the Az.KeyVault-preview.1 branch from bdfd428 to 51da8d7 Compare April 1, 2020 07:29
@isra-fel isra-fel marked this pull request as ready for review April 1, 2020 07:31
@isra-fel isra-fel marked this pull request as draft April 13, 2020 05:29
@isra-fel isra-fel force-pushed the Az.KeyVault-preview.1 branch 2 times, most recently from 329d60f to 51da8d7 Compare April 13, 2020 06:08
@isra-fel isra-fel changed the title [KeyVault] Enable soft delete by default [KeyVault breaking change] Enable soft delete by default Apr 13, 2020
@isra-fel isra-fel added the Contains Breaking Change This PR contains breaking change label Apr 13, 2020
@isra-fel isra-fel changed the title [KeyVault breaking change] Enable soft delete by default [KeyVault] Breaking changes: soft delete and more Apr 13, 2020
@isra-fel isra-fel force-pushed the Az.KeyVault-preview.1 branch from b6afd6d to 393e623 Compare April 14, 2020 06:23
@isra-fel isra-fel changed the base branch from Az.KeyVault-preview to master April 14, 2020 06:24
- it's in the output of vault-related cmdlets
- it can be set when creating / updating a vault
- Additional information about change #1
-->
## Upcoming Release
* Removed two aliases: `New-AzKeyVaultCertificateAdministratorDetails` and `New-AzKeyVaultCertificateOrganizationDetails`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution: the first two line of Upcoming Release target S169, the rest target S168

@isra-fel
Copy link
Member Author

isra-fel commented Apr 15, 2020

The first commit was to format a 800-line ps1 file. Please exclude it when reviewing. Thanks

@isra-fel
Copy link
Member Author

/azp run azure-powershell - powershell-core

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@isra-fel isra-fel force-pushed the Az.KeyVault-preview.1 branch from 879a51a to f23fdaf Compare April 15, 2020 05:30
@isra-fel
Copy link
Member Author

/azp run azure-powershell - powershell-core

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@isra-fel isra-fel marked this pull request as ready for review April 16, 2020 08:53
@wyunchi-ms wyunchi-ms merged commit fdc0758 into Azure:master Apr 17, 2020
@isra-fel isra-fel deleted the Az.KeyVault-preview.1 branch April 20, 2020 05:27
wyunchi-ms added a commit that referenced this pull request Apr 21, 2020
* Update example 2 with correct command. (#11282)

* Update the filter mechanism to use server side query

* Updated change log

* Update ChangeLog.md

* Add ResourceId related Tags cmdlets.

* Added update cmdlet to the mapping file.

* Update Network.sln

add Sql to Network.sln

* point Sql.dll to local dll

* Updated the help related documents for tags.

* merge upstream master

* fix readme merge

* Add cmdlet to get/set parent device of iot device

* Modified tags related md file.

* Minor changes to tag related md files.

* Fix ScopeDeployment issue.

* Additions the ChangeLog

* Modified Tags.csproj to remove unnecessary reference.

* Remove default from the object.

* Re-record the test session

* Updated changelog and tag md file.

* Record RG filter by tags tests

* Update Invoke-AzStorageSyncChangeDetection.md

* Address the pr review.

* Re-record the tag related tests.

* solve the problem of build stack edge

* update the version of CosmosDB

* remove serialized json file

* Removing client side filtering tests, since we no longer filter on the client.

* Address pr review.

* Fix the indent for tagTest.ps1.

* Update TagTest.ps1 to fix format issue.

* Add tags display format

* fix the problem that stack edge is filtered by stack

* [Storage] Add warning message for table type change in the future release.

* Updated examples on the help page

* Updated the md file for tags.

* minor fix to restore powershell workflow

* update sql server AAD Admin to use 2019-06-01-preview API.

* fix #10849

* update changelog

* fix #11167

* update changelog

* Resolve conflict

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* add Disable-AzSqlServerActiveDirectoryOnlyAuthentication cmdlet and help files.

* Add support to manage device parent-child relationship.

* Tasks #10422,#9895,#10482,#10794 changes

* Add Survey Url to Send-Feedback & Resolve-Error

issue: #11020
issue: #11021

* add devportal support

suppress security violations as test violations

* Add breaking change attributes for future changes to policy cmdlets

* Update changelog

* fixes for managed database backups and restore manage db cmdlets

* Address pr comments.

* Fix a typo error.

* add managed instance LTR tests

* Updating the 'Publish-AzWebApp' help document with Force parameter.

* updated help text

* [Storage] Support allowProtectedAppendWrites in ImmutabilityPolicy

* Fix help issues in Resources.

* Make sure CmdletBase produce correct tenant-level resource id.

* Typo

* Update ChangeLog

* Add PublicNetworkAccess to New-AzSqlServer and Set-AzSqlServer

* Use get-azcontext to get the default subscriptionId.

* Fix helper files + references

* Add to ChangeLog.md

* Fix assignment error

* Update help file

* Add breaking change attributes for upcoming cmdlet changes

* Bug Fix: resolve resources test coverage #5216, and update ResourceManagementClient to 2019-10-01.

* Change default parameterset

* update changelog.md

* exclude breaking change issue

* Add Az version into UserAgent

* Correct branding name in changelog

* Removed Verbose

The cmdlet does not seem to have a -Verbose parameter

* fixing PR issues, changing lots of 'servers' to 'managedInstances' where needed

* Update Sql reference to 1.38 in network.csproj

* Delete file due to incorrect commit

Confirmed with original contributor.

* Fix typo

infomation→information

* Fix Accounts changelog error

* Update AzAttestation cmdlets for public preview.
- Added policy signer management cmdlets
- Added support for location and tags

* Updated ChangeLog.md file

* Added online version info for new help markdown files

* Add new common lib which catches exception for test case

* Update changelog

* Documented PSPolicySigners return type, fixed ShouldProcess logic

* Rerecord server tests due to version bump

* Preventing unnecessary tests from failing due to server version bump

* Rerecord test that was having credscan errors

* Manage distributed settings per-device

* Add Minimal Tls Version Optional Parameter for SQLDB/MI

* Polish changelog.md

* Update ChangeLog.md

* 3.6.0 RC1

* updated tests; renamed parameters for consistency; adjusted backups API to be more user-friendly; added session recording for LTR MI Policy

* Update MI and SQL DB Server CRUD tests

* update changelog for Az.Network

* regenerate the help file.

* regenerate blank file and see if that works.

* add online version to help file. Looks like that has become compulsory now.

* update ChangeLog.md

* Added test recordings for Sql DB and bumped version for management.sql

* add mi test

* test udpate

* test fix

* fixed some tests; including all session tests (with mock resources)

* Added test recording

* Update changelog

* trivial fix

* fix helpn files

* fixing test failuires

* some fixes in remove backup; redid session records, minor fixes throughout

* moving seesion record to the right folder

* added az.network to changelog

* bypassing bug in ApiExclusion Logic

* Upgrade SDK to 4.8.0

* bumping .net

* bumping .net

* help files; changelog

* remove api version bypass for a proper fix

* fix test issue

* skipping faulty mock tests

* Show the exact string value for VM PowerState in the table format.

* add SupportedAggregationTypes and Dimentions to PSMetricDefinition

* More updates to help documentation

* add entry in changelog.md

* fix format in changelog.md

* generic names in help files

* adding online versions to help files

* fixing online version

* more tweakes to set-...policy help docs

* Update ChangeLog.md

* Correct version for changelog.md

* Polish content for changelog.md

* Add network release

* For RC2 build

* ps-vsprompt

* removed ps-vsprompt from PR

* add comma

* change dogfood endpoint in session records

* add servers back into vulnerability

* BugFix for PrivateLinkServiceConnectionState

* Added three required assemblies for the AzAttestation PowerShell cmdlets.  (Microsoft.IdentityModel.*)

* ltr policy record

* Updated ChangeLog.md

* re-recorded backup tests

* Get-AzGalleryImageVersion fix example args

Update samples to use proper argument  -GalleryImageDefinitionName not -ImageDefinitionName

* for RC2 release

* update changelog

* Fix typo

infomation→information

* PR comments has been resolved

* Updated help content

* For final RC

* For final RC

* Fix Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.dll.json

#10826

* Fix changelog merge issue

* Update example 2 with correct command.

Updated example 2 to use Get-AzSqlInstanceDatabase instead of Get-AzSqlDatabase.

* remove extra files that were removed on master

Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>

* [IoT Hub] Invoke a query in an IoT hub. (#11567)

* Invoke a query in an IoT hub.

* Support CosmosDb for PrivateEndpointConnection and PrivateLinkResource operations (#11584)

* Add CosmosDB PrivateEndpointConnection, PrivateLinkResource

* new line at the end of file

* Use correct ProfileName in verbose message (#11580)

Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>

* [Blueprint] Add management group level assignment support (#11582)

* Update Blueprint SDK to the latest version.

* Fix a parameter name.

* PSBlueprintAssignment.FromAssignment now takes scope from Assignment.

* Fix a parameter name.

* Add MG level assignment support to existing cmdlets.

* Update help docs.

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

* Remove alias of Resolve-AzError (#11575)

* Remove alias and breaking change warning

* add exception for breaking change issues

* update changelog

* Aladdin generated examples for Accounts, KeyVault, Monitor, Storage (#11569)

* Add new examples to Accounts, KeyVault, Monitor, Storage
	- Add new examples to the following modules:
		Accounts
		KeyVault
		Monitor
		Storage

* Add new examples to Accounts, KeyVault, Monitor, Storage
	- Add new examples to the following modules:
		Accounts
		KeyVault
		Monitor
		Storage

* Fix up the type name.

Co-authored-by: Maoliang Huang <mahuang@microsoft.com>

* use token to get changed files for one PR on macOS (#11588)

* add property TargetModule to filter build/publish module (#11601)

* Fixes #11298 - Example works with multiple subnets (#11599)

* Fixes #11298 - Example works with multiple subnets

* Standardized values in code examples

* Fixes #11300 - Example works with multiple subnets (#11600)

* Update example 2 code snippet in Get-AzKeyVaultCertificate.md (#11598)

Update example 2 code snippet in Get-AzKeyVaultCertificate.md (#11598)

* Removed default population of access policies (#11570)

* Fixed reported broken links (#11612)

* Fixes #10963 - Now reflects intended behavior (#11614)

* Wrong cmdlet used to get the certifacte (#11613)

The example is using Get-AzKeyVaultSecret to get the certificate from Key Vault, Get-AzKeyVaultCertificate is the correct cmdlet to use.

* Updating value of StorageKeyKind when storage account is under VNet. (#11609)

* Add new value to StorageKeyType

* Fix #11597 (#11615)

* [KeyVault] Breaking changes: soft delete and more (#11469)

Breaking changes: soft delete and more

* Merge release-2020-04-21 (#11620)

* Update changelog (#11573)

* Adding support for ForceFirewallPolicy association on Application Gateway

* updates ?

* CredScan suppression

* Publishing release version of Maintenance cmdlets for GA (#11574)

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>

* DPDTimeout core commits

* help files

* changelog

* add change log for azs release (#11594)

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

* Make Maintenance to 1.0.0 GA (#11578)

* update version to 1.0.0

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>

* Check PS Version when importing Az.Storage which using Azure.Core (#11576)

* azure api management breaking change notifications (#11602)

* azure api management breaking change notifications

* notification param fixed

Co-authored-by: vfedonkin <vifedo@microsoft.com>

* release-2020-04-21 (#11619)

Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: Anton Evseev <v-anevse@microsoft.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>

* Update Get-AzAutomationJobOutputRecord.md (#11621)

i am proposing to remove this line, as it is not how this cmdlet works. It only returns the first 55 characters, rather than the full summary.

* Add smoke test for set a resource tag case (#11623)

* Add one smoke test for set a resource tag case.

* Implement test case function.

* Article is incorrect (#11625)

This command cannot be used post VM creation.

* [Data Factory] Support CRUD of data flow runtime properties in Managed IR. (#11626)

* support data flow properties in azure ir

* fix md

* [Iot Hub] Generate SAS token for Iot Hub, device or module (#11628)

* Generate SAS token for Iot Hub, device or module

* record test session

* Enhance pefrormance of Data Classification Cmdlets. (#11629)

* Enhance pefrormance of Data Classification Cmdlets.

* Update ChangeLog.md

* Add windows container support in AKS (#11595)

* [AKS] Support creating Windows server container in AKS (#11403)

* support using windows container to create AKS

* upload to signed AKS sdk

* update onlineversion for help of new cmdlets

* add missing dll in psd1

* disable test parallelization in Aks.Test

* update ContainerService SDK

* fix Start-AzAksDashboard and update help files

* update to official nuget package for containerservice

Co-authored-by: DavidMMaxwell <43347410+DavidMMaxwell@users.noreply.github.com>
Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Sapan Saxena <31940305+anusapan@users.noreply.github.com>
Co-authored-by: Soyoung Eom <soeom@microsoft.com>
Co-authored-by: Squigg <squigg@users.noreply.github.com>
Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>
Co-authored-by: Shenglong Li <shenglong.li@outlook.com>
Co-authored-by: aladdindoc <62311067+aladdindoc@users.noreply.github.com>
Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
Co-authored-by: Shantanu Chaudhary <shantanuchaudhary24@gmail.com>
Co-authored-by: Michael Hansen <cloudynerd@outlook.com>
Co-authored-by: Stefan Ivemo <stefan@ivemo.se>
Co-authored-by: bashahee <32364196+bashahee@users.noreply.github.com>
Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>
Co-authored-by: Lars Panzerbjørn <Panzerbjrn@users.noreply.github.com>
Co-authored-by: Daniel Sol <dannyboy_sol@hotmail.com>
Co-authored-by: Jack Ma <jikma@microsoft.com>
wyunchi-ms added a commit that referenced this pull request Apr 22, 2020
* Add cmdlet to invoke device method (#11472)

* [Storage] Fix a missing assembly in move preview changes

* Add Start-AzPolicyComplianceScan cmdlet (#11478)

* [IoT Hub] Manage IoT device module twin configuration. (#11480)

* Manage IoT device module twin configuration

* Record test session

* [Express Route] IPv6 Global Reach Add/Set-AzExpressRouteCircuitConnection cmdlet changes. (#11501)

* Updated ChangeLog.md

* Added Set-Cmdlet

* Added Set/Add AzExpressRouteConnection Cmdlets

* Updated with review comments.

* ReNamed the new parameter from PeerAddressType to AddressPrefixType.

* Added Set/Add AzExpressRouteConnection Cmdlets

* Updated with review comments.

* Fixed Ipv6CircuitConnectionParameter

* Added help files for Express Route Circuit Connection Config

* Minor fixes

* Fixed indentation in Add-AzExpressRouteCircuitConnectionConfig.cs and updated help text in documentation.

* Addressed Review comments.

* Updated the help message

* Updated the help text.

* a. Added test cases
b. Incorporated review comments.

* Added Resources.Designer.cs for Add/SetAzureExpressRouteCircuitConnectionConfigCommand

* Minor updates to ChangeLog.md

* Fixed indentation

* Fixed online help/Set-AzExpressRouteCircuitConnectionConfig .md

* Fixed test case

* Fixing online help/Set-AzExpressRouteCircuitConnectionConfig .md

* removed online version from the file

* Added support for text based policies (#11502)

* Adding update throughput cmdlets for all the APIs (#11481)

Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* [Storage] Support Create/Update Account with SkuName GZRS and RAGZRS (#11498)

* Support Secret Management Extension (#11470)

* Add secret management extension

* Change build scripts for release

* Add test case

* Update changelog

* Update URL displayed in Resolve-AzError (#11509)

* add resource types

* comment edits

* Get-AzGalleryImageVersion fix example args

Update samples to use proper argument  -GalleryImageDefinitionName not -ImageDefinitionName

* for RC2 release

* update changelog

* updated changelog

* updated changelog for upcoming release

* Fix typo

infomation→information

* PR comments has been resolved

* Updated help content

* Display ResourceManager correlationIds in error output

* close ticket function.

* For final RC

* For final RC

* Adding SensitivityRank parameter to DataClassification Set Cmdlets

* typo, unused imports. - enable severity, status tests. update properties count( since prod outage was removed). add tests for ticket status.

* properties count to 5

* count for prob class to 5

* fix get-azresource -ResourceGroupName -Name -ResourceType to use correct ApiVersion

* Complete cmdlet implementations

* fix get-azresource -ResourceGroupName -Name -ExpandProperties -ResourceType to use correct ApiVersion

* Fix Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.dll.json

#10826

* Fix changelog merge issue

* remove override DefaultContext

* Restore-AzSqlInstanceDatabase - fix "an" -> "a"

Examples: fix "an deleted instance" to "a deleted instance"

* Add changelog entry

* chore) update privacy notice text

* Update changelog.md per contributing.md

* chore) minor text correction

* Improve PolicyInsights error messages

* Address reviwer comments

* Add note about the version of PowerShell

* fix changelog merge error

* Minor helper file fix

* update macos to 10.14

* Add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs file itself.

* Add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs file itself.

* disable one test case that is unstable on linux

* remove file

* add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs

* Create DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs

* Update ChangeLog.md

add cmdlet Disable-AzSqlServerActiveDirectoryOnlyAuthentication

* Update ChangeLog.md

* SAP AEM: add support for the new VM Extension for SAP

* Update ChangeLog.md

remove edit to this file

* Update ChangeLog.md

* Add cmdlet Disable-AzSqlServerActiveDirectoryOnlyAuthentication to upcoming section.

* Fixing the parameter name IsAzureADOnlyAuthentication and documentation

* reprotect and Update bug fixes

* add an alias to avoid breaking change

* Update the azure powershell developer guide with autorest powershell generator related materials

* Update the category.

* change log

* Update syntax in help files.

* Update C# SDK to throw Cloud Exception, Update default SKU to be ST2

* Escape single quote

* add TestGetResourceByNameAndType test for apiversion check

* updating tests and adding completer

* fix changelog merge error

* updating help files and tests

* add breaking changes

* Update files

* Update encoding to UTF8

* Add breaking changes (#11329)

* add breaking changes

* Change useragent to align to Az3.0 modules

* Update Get-AzResourceLock.md

Added an example that uses the -AtScope parameter.

* Update ChangeLog.md

* Consume modified SDK clients.

* Remove unnecessary changes.

* Fix doc

Microsot→Microsoft
add dot

* Add a test case for Save-AzDeploymentScript cmdlet; update test recordings; update help messages; address reviewer comments

* Remove duplicate cmdlet names in Az.Resources.psd1

* Add change log comment

* Update Network SDK & test recordings

* add license header to ArrayExtension.cs

* Update New-AzNetworkInterface.md

Removed reference to the manual subnet entry and added code to allow retrieval of subnetID via PowerShell from Virtual Network.

This would be a best practice rather than hard-coding subnet ID entry.

* Updated error messages and help files.
- Share service provided details for 4xx HTTP status codes
- Updated help file examples to be accurate and consistent

* Update tests, tests records and help files.

* Update New-AzVmss for AutomaticRepairsPolicy issue.

* Update Compute SDK version to 33.0.0

* Updated CosmosDB Management version

* Updated TEE type name VSMEnclave to VBSEnclave

* Updated ChangeLog

* Removed the new version header from ChangeLog

* Added option of Byte encoding for New-AzDataLakeStoreItem, Add-AzDAtaLakeStoreItemContent, Get-AzDAtaLakeStoreItemContent

* Update URLs in help files

* AppGw recordings

* Updated CosmosDB Management SDK version (#11351)

* Updated CosmosDB Management version

* Updated ChangeLog

* Removed the new version header from ChangeLog

Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* [ASR] [V2A] Adding properties for VMware DR monitoring

* Update

* bump up version

* Fix the bug that RunVerioncontroller.ps1 act different under different directory.

* CredSan suppression

* Update tests file.

* Adding SensitivityRank parameter to DataClassification Set Cmdlets

* Update syntax in help files.

* Consume modified SDK clients.

* Remove unnecessary changes.

* Update tests, tests records and help files.

* Update tests file.

* Update ChangeLog.md

* Update Management.Sql package version

* Add rerun support to create pipeline run cmdlet

* Update changeLog

* Fix

* addressing review comments

* ChangeLog update

* add comment, add byte encoding for auto completion

* 1.Support customers specify min TLS version when creating cluster
2. Update New-AzHDInsightConfig.md

* Added retrying policy update

* updated paramsets and added help file

* Fix after merge

* initital commit

* Updated cmdlets with disk exclusion parameters

* Added test coverage

* Added ExcludeAllDataDisks Parameter

* Added disk exclusion tests

* updated markdown help

* updated param sets

* fixed tests

* Added unmanaged vm restore warning

* Updated Markdown Help file

* updated tests

* Update README.md

* Fixing bugs and Allowing Gremlin, Cassandra, Table api account creation

* Allow Encryption property to Target parameter of New-AzGalleryImageVersion cmdlet

Add the following parameters to New-AzDiskConfig: DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference
Fix tempDisk issue

* suppress breaking change issue from int to long

* Update Set-AzApiManagementGroup.md

GroupId is a required parameter, please add this in the example as well.

* Replace Sql client using generic rest client

* Update change log

* Fixing Cassandra schema and Mongo shard key null values

* Adding in ChangeLog

* Updated Help

* Revise according to review

* updated param help messages

* updated markdown help files with examples

* update cmdlet syntax

* Update ChangeLog.md

fix readme

* Polish changelog

* Comment out the exportchildproperties test in aliastest of testfilesystem, and unskip the adlstest.testfilesystem

* Rephrase changelog

* initial commit for afs multiple file restore

* added test for multiple file restore

* Fix error

* Added tests for multiple file restore

* Updated Markdown help file

* updated changelog

* resolving comments

* updated help file with examples

* Added user rg feature

* updated changelog

* GA Support module

* Update Az.Support.psd1

* Update ChangeLog.md

Move changelog from version 1.4 to upcoming release.

* Remove file

* Remove issue file

* "\" -> "/"

* Update URL of Resolve-AzError

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: aygoya <aygoya@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: bashahee <32364196+bashahee@users.noreply.github.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Ritvika Nagula <rinagula@microsoft.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: Anthony Martin <antmarti@microsoft.com>
Co-authored-by: bashahee <bashahee@microsoft.com>
Co-authored-by: Jason Gilbertson <jagilber@users.noreply.github.com>
Co-authored-by: Filiz Topatan <lsefitopata@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Hans De Mulder <Styxxy@users.noreply.github.com>
Co-authored-by: Sudhindra Kovalam <sukovala@microsoft.com>
Co-authored-by: Chris Eggert <cheggert@microsoft.com>
Co-authored-by: Damien Caro <dcaro@microsoft.com>
Co-authored-by: Nilambari <nilambari.deshpande@hotmail.com>
Co-authored-by: Nilambari <nilamd@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: Amol Agarwal <57109831+amolagar5@users.noreply.github.com>
Co-authored-by: MSSedusch <sedusch@microsoft.com>
Co-authored-by: ayfathim <ayfathim@microsoft.com>
Co-authored-by: Xiaogang Ding <xidi@microsoft.com>
Co-authored-by: Teng Lu <telu@microsoft.com>
Co-authored-by: shahbj79 <shahbj79@hotmail.com>
Co-authored-by: Bhavin Shah <bhshah@microsoft.com>
Co-authored-by: Peter Lorenzen <theheatDK@users.noreply.github.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Anton Evseev <v-anevse@microsoft.com>
Co-authored-by: Thomas Thornton <t.thornton@kainos.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Rahul Dutta <rahuldutta90@users.noreply.github.com>
Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Vidyadhari Jami <vijami@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: lijzha <lijzha@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
Co-authored-by: sambitratha <es15btech11015@iith.ac.in>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: erwinkramer <r3verse@gmail.com>
Co-authored-by: Yeming Liu <felix_liu@outlook.com>

* [Storage] Add breaking notice for File cmdlets in Build (#11493)

* [CosmosDB] Bug Fixes and Enhancements (#11513)

* fixing location issue

* more fixes

* Adding tests

* Updated help and Account update and creation

* fixing location issue

* more fixes

* Adding tests

* Updated help and Account update and creation

* Renaming GlobalDocumentDB to Sql

* changes in changelog.md and renaming apikind GlobalDocumentDB to Sql

* Fix indentation in ChangeLog

Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* Manage IoT automatic device management configuration (#11516)

* Fix ChinaCDN related pricing SKU display (#11517)

* Added privatelink support to keyvault, storage, and monitor (#11525)

* Add storage endpoint

* add storage

* Add private endpoint connection support to keyvault, storage and monitor

* Add private endpoint connection support to keyvault, storage and monitor

* Revise according to review

* Revise according to review

* Add Databricks autogen module (#11448)

* Correct file name

* FQDN support for LocalNetworkGateway and VpnSiteLink objects (#11482)

* FQDN support for LocalNetworkGateway and VpnSiteLink objects

* Add test TestLocalNetworkGatewayCRUD recording

* Added cortex CRUD  session record

* Fixed test failures

Co-authored-by: Amit Kumar Nanda <aknanda@ntdev.microsoft.com>
Co-authored-by: Nilambari <nilambari.deshpande@hotmail.com>

* Update compute sdk version to 35.1.0

* Add Set-AzVmssOrchestrationServiceState cmdlet

* Support auditing to a storage account in VNet. (#11500)

* Aupport Auditing to Storage Account in VNet

* Fix tests

* Support auditing to a storage account in VNet.

* Undo a breaking change.

* Add records

* Update records

* Update SqlAuditAdapter.cs

* Update test records

* [Iot Hub] Invoke edge module method (#11538)

* Add cmdlet to invoke edge module method

* Re-record test session

* wip

* private endpoint

* Delete TestTest.json

* enable soft-del/purge-prot as one-time operation

* online version url

* update sdk and add publicNetworkAccess for New-AzCosmosDBAccount and Update-AzCosmosDBAccount

* fix typo

* fix help mds and add PSArgumentCompleter

* revert changes in help

* Polish changelog files (#11553)

* Polish changelog files

* [KeyVault] Fix doc error (#11545)

* fix doc error

* add back ref to managed service identity project

* Monitor private link (#11407)

* typo, unused imports. - enable severity, status tests. update properties count( since prod outage was removed). add tests for ticket status.

* properties count to 5

* count for prob class to 5

* fix get-azresource -ResourceGroupName -Name -ResourceType to use correct ApiVersion

* Complete cmdlet implementations

* fix get-azresource -ResourceGroupName -Name -ExpandProperties -ResourceType to use correct ApiVersion

* Fix Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.dll.json

#10826

* Fix changelog merge issue

* remove override DefaultContext

* Restore-AzSqlInstanceDatabase - fix "an" -> "a"

Examples: fix "an deleted instance" to "a deleted instance"

* Add changelog entry

* chore) update privacy notice text

* Update changelog.md per contributing.md

* chore) minor text correction

* Improve PolicyInsights error messages

* Address reviwer comments

* Add note about the version of PowerShell

* fix changelog merge error

* Minor helper file fix

* update macos to 10.14

* Add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs file itself.

* Add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs file itself.

* disable one test case that is unstable on linux

* remove file

* add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs

* Create DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs

* Update ChangeLog.md

add cmdlet Disable-AzSqlServerActiveDirectoryOnlyAuthentication

* Update ChangeLog.md

* SAP AEM: add support for the new VM Extension for SAP

* Update ChangeLog.md

remove edit to this file

* Update ChangeLog.md

* Add cmdlet Disable-AzSqlServerActiveDirectoryOnlyAuthentication to upcoming section.

* Fixing the parameter name IsAzureADOnlyAuthentication and documentation

* reprotect and Update bug fixes

* add an alias to avoid breaking change

* Update the azure powershell developer guide with autorest powershell generator related materials

* Update the category.

* change log

* Update syntax in help files.

* Update C# SDK to throw Cloud Exception, Update default SKU to be ST2

* Escape single quote

* add TestGetResourceByNameAndType test for apiversion check

* updating tests and adding completer

* fix changelog merge error

* updating help files and tests

* add breaking changes

* Update files

* Update encoding to UTF8

* Add breaking changes (#11329)

* add breaking changes

* Change useragent to align to Az3.0 modules

* Update Get-AzResourceLock.md

Added an example that uses the -AtScope parameter.

* Update ChangeLog.md

* Consume modified SDK clients.

* Remove unnecessary changes.

* Fix doc

Microsot→Microsoft
add dot

* Add a test case for Save-AzDeploymentScript cmdlet; update test recordings; update help messages; address reviewer comments

* Remove duplicate cmdlet names in Az.Resources.psd1

* Add change log comment

* Update Network SDK & test recordings

* add license header to ArrayExtension.cs

* Update New-AzNetworkInterface.md

Removed reference to the manual subnet entry and added code to allow retrieval of subnetID via PowerShell from Virtual Network.

This would be a best practice rather than hard-coding subnet ID entry.

* Updated error messages and help files.
- Share service provided details for 4xx HTTP status codes
- Updated help file examples to be accurate and consistent

* Update tests, tests records and help files.

* Update New-AzVmss for AutomaticRepairsPolicy issue.

* Update Compute SDK version to 33.0.0

* Updated CosmosDB Management version

* Updated TEE type name VSMEnclave to VBSEnclave

* Updated ChangeLog

* Removed the new version header from ChangeLog

* Added option of Byte encoding for New-AzDataLakeStoreItem, Add-AzDAtaLakeStoreItemContent, Get-AzDAtaLakeStoreItemContent

* Update URLs in help files

* AppGw recordings

* Updated CosmosDB Management SDK version (#11351)

* Updated CosmosDB Management version

* Updated ChangeLog

* Removed the new version header from ChangeLog

Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* [ASR] [V2A] Adding properties for VMware DR monitoring

* Update

* bump up version

* Fix the bug that RunVerioncontroller.ps1 act different under different directory.

* CredSan suppression

* Update tests file.

* Adding SensitivityRank parameter to DataClassification Set Cmdlets

* Update syntax in help files.

* Consume modified SDK clients.

* Remove unnecessary changes.

* Update tests, tests records and help files.

* Update tests file.

* Update ChangeLog.md

* Update Management.Sql package version

* Add rerun support to create pipeline run cmdlet

* Update changeLog

* Fix

* addressing review comments

* ChangeLog update

* add comment, add byte encoding for auto completion

* 1.Support customers specify min TLS version when creating cluster
2. Update New-AzHDInsightConfig.md

* Added retrying policy update

* updated paramsets and added help file

* Fix after merge

* initial commit for monitor privatelink scope

* initital commit

* Updated cmdlets with disk exclusion parameters

* Added test coverage

* Added ExcludeAllDataDisks Parameter

* Added disk exclusion tests

* updated markdown help

* updated param sets

* fixed tests

* Added unmanaged vm restore warning

* Updated Markdown Help file

* updated tests

* Update README.md

* Fixing bugs and Allowing Gremlin, Cassandra, Table api account creation

* Allow Encryption property to Target parameter of New-AzGalleryImageVersion cmdlet

Add the following parameters to New-AzDiskConfig: DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference
Fix tempDisk issue

* suppress breaking change issue from int to long

* Update Set-AzApiManagementGroup.md

GroupId is a required parameter, please add this in the example as well.

* Replace Sql client using generic rest client

* Update change log

* Fixing Cassandra schema and Mongo shard key null values

* Adding in ChangeLog

* Updated Help

* add automapper assembly

* Revise according to review

* add mapper

* remove unused util class

* remove incorrect management sdk

* updated param help messages

* add cmdlets for private link scope

* updated markdown help files with examples

* update cmdlet syntax

* Update ChangeLog.md

fix readme

* Polish changelog

* Comment out the exportchildproperties test in aliastest of testfilesystem, and unskip the adlstest.testfilesystem

* Rephrase changelog

* add cmdlets for private link scope scoped resource

* undo unexpected delete

* update access modifier to public for private link related cmdlets

* update access modifier to public for private link related models

* fix cmdlet names

* update to apply new generated SDK

* fix typo

* add monitor provider

* Update ChangeLog.md

Move changelog from version 1.4 to upcoming release.

* fix parameters of private link scope related cmdlets

* update parameters to apply new generated SDK

* change to lowercase

* apply updated SDK

* remove unused cmdlet, change LinkedResourceId to mandatory

* add test cases for private-link-scope

* update test case

* add AutoMapper back

* apply SDK back

* apply SDK back

* add microsoft.insights/privatelinkscopes as provider for private link resource

* cmdlets from Az.Network in Az.Monitor test cases won't work, try add Network SDK as dependency

* add network management client in test controller

* add new generated SDK

* typo

* use new generated SDK

* typo

* upgrade SDK version

* generate help markdown files for private link scope

* remove test nupkg

* fix test

* add recorded test

* fix bad help

* update changelog.md

* try upgrade monitor sdk reference in sql.Test.csproj

* fix test case

* add operational insights to monitor.sln

* typo

* add network into monitor.sln

* add management clients also in playback mode

* test fix

* update record json

* suppress breaking change issues

* rename privatelinkscopescopedresource to privatelinkscopedresource

* record test

* polish changelog.md

* hide private endpoint connection from private link scope

Co-authored-by: aygoya <aygoya@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jason Gilbertson <jagilber@users.noreply.github.com>
Co-authored-by: Filiz Topatan <lsefitopata@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Hans De Mulder <Styxxy@users.noreply.github.com>
Co-authored-by: Anthony Martin <antmarti@microsoft.com>
Co-authored-by: Sudhindra Kovalam <sukovala@microsoft.com>
Co-authored-by: Chris Eggert <cheggert@microsoft.com>
Co-authored-by: Damien Caro <dcaro@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: Nilambari <nilambari.deshpande@hotmail.com>
Co-authored-by: Nilambari <nilamd@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: Amol Agarwal <57109831+amolagar5@users.noreply.github.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: MSSedusch <sedusch@microsoft.com>
Co-authored-by: ayfathim <ayfathim@microsoft.com>
Co-authored-by: Xiaogang Ding <xidi@microsoft.com>
Co-authored-by: bashahee <bashahee@microsoft.com>
Co-authored-by: Teng Lu <telu@microsoft.com>
Co-authored-by: shahbj79 <shahbj79@hotmail.com>
Co-authored-by: Bhavin Shah <bhshah@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Peter Lorenzen <theheatDK@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Anton Evseev <v-anevse@microsoft.com>
Co-authored-by: Thomas Thornton <t.thornton@kainos.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Rahul Dutta <rahuldutta90@users.noreply.github.com>
Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Vidyadhari Jami <vijami@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: bashahee <32364196+bashahee@users.noreply.github.com>
Co-authored-by: lijzha <lijzha@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
Co-authored-by: sambitratha <es15btech11015@iith.ac.in>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: erwinkramer <r3verse@gmail.com>
Co-authored-by: Yeming Liu <felix_liu@outlook.com>

* add guide for prive link resources (#11522)

* add guide for prive link resources

* update example

* Add log for filtering projects to build  (#11561)

* add build detail for checking why CI all all tests

* add pipeline variables for build log

* Network March release (#11559)

* VirtualNetworkGateway: Enabling connection on private IP.

* Modifying ChangeLog.md

# Conflicts:
#	src/Network/Network/ChangeLog.md

* Updating help files

# Conflicts:
#	src/Network/Network/help/Set-AzVirtualNetworkGateway.md

* Fixed documentation for connectionMonitor and flowLog cmdlets (#11548)

* \NRP 2020-03-01

# Conflicts:
#	src/CognitiveServices/CognitiveServices.Test/CognitiveServices.Test.csproj
#	src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.LocalNetworkGatewayTests/TestLocalNetworkGatewayCRUD.json
#	src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayTests/TestSetVirtualNetworkGatewayCRUD.json
#	src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayTests/TestVirtualNetworkGatewayCRUD.json
#	src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj
#	src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj
#	src/SqlVirtualMachine/SqlVirtualMachine.Test/SqlVirtualMachine.Test.csproj

* CredScan suppression & skip for unreliable tests

* PrivateDns recordings

* Sql in Network.Test

* Fixes after cherry pick

* Missing tests

Co-authored-by: Nalin Gupta <nagup@microsoft.com>
Co-authored-by: irrogozh <irrogozh@microsoft.com>

* [Storage] Support DatalakeGen2 GA, and upgrade Blob to Track2 SDK (#11520)

* [Storage] Support DatalakeGen2 , and upgrade Blob to Track2 SDK

* [Storage] Add the change from Mark's PR for build.proj

* Update the way to load Azure.Core assemblies

* update NetCoreAssemblies folder name for Linux

* Fix some SAS issue

* update missing assembly files for Azure.Core

* Update per review comments

Co-authored-by: Erich(Renyong) Wang <eriwan@microsoft.com>

* Added notes to tenant and accesstoken params (#11543)

* Update example 2 with correct command. (#11282)

* Update the filter mechanism to use server side query

* Updated change log

* Update ChangeLog.md

* Add ResourceId related Tags cmdlets.

* Added update cmdlet to the mapping file.

* Update Network.sln

add Sql to Network.sln

* point Sql.dll to local dll

* Updated the help related documents for tags.

* merge upstream master

* fix readme merge

* Add cmdlet to get/set parent device of iot device

* Modified tags related md file.

* Minor changes to tag related md files.

* Fix ScopeDeployment issue.

* Additions the ChangeLog

* Modified Tags.csproj to remove unnecessary reference.

* Remove default from the object.

* Re-record the test session

* Updated changelog and tag md file.

* Record RG filter by tags tests

* Update Invoke-AzStorageSyncChangeDetection.md

* Address the pr review.

* Re-record the tag related tests.

* solve the problem of build stack edge

* update the version of CosmosDB

* remove serialized json file

* Removing client side filtering tests, since we no longer filter on the client.

* Address pr review.

* Fix the indent for tagTest.ps1.

* Update TagTest.ps1 to fix format issue.

* Add tags display format

* fix the problem that stack edge is filtered by stack

* [Storage] Add warning message for table type change in the future release.

* Updated examples on the help page

* Updated the md file for tags.

* minor fix to restore powershell workflow

* update sql server AAD Admin to use 2019-06-01-preview API.

* fix #10849

* update changelog

* fix #11167

* update changelog

* Resolve conflict

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* add Disable-AzSqlServerActiveDirectoryOnlyAuthentication cmdlet and help files.

* Add support to manage device parent-child relationship.

* Tasks #10422,#9895,#10482,#10794 changes

* Add Survey Url to Send-Feedback & Resolve-Error

issue: #11020
issue: #11021

* add devportal support

suppress security violations as test violations

* Add breaking change attributes for future changes to policy cmdlets

* Update changelog

* fixes for managed database backups and restore manage db cmdlets

* Address pr comments.

* Fix a typo error.

* add managed instance LTR tests

* Updating the 'Publish-AzWebApp' help document with Force parameter.

* updated help text

* [Storage] Support allowProtectedAppendWrites in ImmutabilityPolicy

* Fix help issues in Resources.

* Make sure CmdletBase produce correct tenant-level resource id.

* Typo

* Update ChangeLog

* Add PublicNetworkAccess to New-AzSqlServer and Set-AzSqlServer

* Use get-azcontext to get the default subscriptionId.

* Fix helper files + references

* Add to ChangeLog.md

* Fix assignment error

* Update help file

* Add breaking change attributes for upcoming cmdlet changes

* Bug Fix: resolve resources test coverage #5216, and update ResourceManagementClient to 2019-10-01.

* Change default parameterset

* update changelog.md

* exclude breaking change issue

* Add Az version into UserAgent

* Correct branding name in changelog

* Removed Verbose

The cmdlet does not seem to have a -Verbose parameter

* fixing PR issues, changing lots of 'servers' to 'managedInstances' where needed

* Update Sql reference to 1.38 in network.csproj

* Delete file due to incorrect commit

Confirmed with original contributor.

* Fix typo

infomation→information

* Fix Accounts changelog error

* Update AzAttestation cmdlets for public preview.
- Added policy signer management cmdlets
- Added support for location and tags

* Updated ChangeLog.md file

* Added online version info for new help markdown files

* Add new common lib which catches exception for test case

* Update changelog

* Documented PSPolicySigners return type, fixed ShouldProcess logic

* Rerecord server tests due to version bump

* Preventing unnecessary tests from failing due to server version bump

* Rerecord test that was having credscan errors

* Manage distributed settings per-device

* Add Minimal Tls Version Optional Parameter for SQLDB/MI

* Polish changelog.md

* Update ChangeLog.md

* 3.6.0 RC1

* updated tests; renamed parameters for consistency; adjusted backups API to be more user-friendly; added session recording for LTR MI Policy

* Update MI and SQL DB Server CRUD tests

* update changelog for Az.Network

* regenerate the help file.

* regenerate blank file and see if that works.

* add online version to help file. Looks like that has become compulsory now.

* update ChangeLog.md

* Added test recordings for Sql DB and bumped version for management.sql

* add mi test

* test udpate

* test fix

* fixed some tests; including all session tests (with mock resources)

* Added test recording

* Update changelog

* trivial fix

* fix helpn files

* fixing test failuires

* some fixes in remove backup; redid session records, minor fixes throughout

* moving seesion record to the right folder

* added az.network to changelog

* bypassing bug in ApiExclusion Logic

* Upgrade SDK to 4.8.0

* bumping .net

* bumping .net

* help files; changelog

* remove api version bypass for a proper fix

* fix test issue

* skipping faulty mock tests

* Show the exact string value for VM PowerState in the table format.

* add SupportedAggregationTypes and Dimentions to PSMetricDefinition

* More updates to help documentation

* add entry in changelog.md

* fix format in changelog.md

* generic names in help files

* adding online versions to help files

* fixing online version

* more tweakes to set-...policy help docs

* Update ChangeLog.md

* Correct version for changelog.md

* Polish content for changelog.md

* Add network release

* For RC2 build

* ps-vsprompt

* removed ps-vsprompt from PR

* add comma

* change dogfood endpoint in session records

* add servers back into vulnerability

* BugFix for PrivateLinkServiceConnectionState

* Added three required assemblies for the AzAttestation PowerShell cmdlets.  (Microsoft.IdentityModel.*)

* ltr policy record

* Updated ChangeLog.md

* re-recorded backup tests

* Get-AzGalleryImageVersion fix example args

Update samples to use proper argument  -GalleryImageDefinitionName not -ImageDefinitionName

* for RC2 release

* update changelog

* Fix typo

infomation→information

* PR comments has been resolved

* Updated help content

* For final RC

* For final RC

* Fix Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.dll.json

#10826

* Fix changelog merge issue

* Update example 2 with correct command.

Updated example 2 to use Get-AzSqlInstanceDatabase instead of Get-AzSqlDatabase.

* remove extra files that were removed on master

Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>

* [IoT Hub] Invoke a query in an IoT hub. (#11567)

* Invoke a query in an IoT hub.

* Support CosmosDb for PrivateEndpointConnection and PrivateLinkResource operations (#11584)

* Add CosmosDB PrivateEndpointConnection, PrivateLinkResource

* new line at the end of file

* Use correct ProfileName in verbose message (#11580)

Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>

* [Blueprint] Add management group level assignment support (#11582)

* Update Blueprint SDK to the latest version.

* Fix a parameter name.

* PSBlueprintAssignment.FromAssignment now takes scope from Assignment.

* Fix a parameter name.

* Add MG level assignment support to existing cmdlets.

* Update help docs.

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

* Remove alias of Resolve-AzError (#11575)

* Remove alias and breaking change warning

* add exception for breaking change issues

* update changelog

* Aladdin generated examples for Accounts, KeyVault, Monitor, Storage (#11569)

* Add new examples to Accounts, KeyVault, Monitor, Storage
	- Add new examples to the following modules:
		Accounts
		KeyVault
		Monitor
		Storage

* Add new examples to Accounts, KeyVault, Monitor, Storage
	- Add new examples to the following modules:
		Accounts
		KeyVault
		Monitor
		Storage

* Fix up the type name.

Co-authored-by: Maoliang Huang <mahuang@microsoft.com>

* use token to get changed files for one PR on macOS (#11588)

* add property TargetModule to filter build/publish module (#11601)

* Fixes #11298 - Example works with multiple subnets (#11599)

* Fixes #11298 - Example works with multiple subnets

* Standardized values in code examples

* Fixes #11300 - Example works with multiple subnets (#11600)

* Update example 2 code snippet in Get-AzKeyVaultCertificate.md (#11598)

Update example 2 code snippet in Get-AzKeyVaultCertificate.md (#11598)

* Removed default population of access policies (#11570)

* Fixed reported broken links (#11612)

* Fixes #10963 - Now reflects intended behavior (#11614)

* Wrong cmdlet used to get the certifacte (#11613)

The example is using Get-AzKeyVaultSecret to get the certificate from Key Vault, Get-AzKeyVaultCertificate is the correct cmdlet to use.

* Updating value of StorageKeyKind when storage account is under VNet. (#11609)

* Add new value to StorageKeyType

* Fix #11597 (#11615)

* [KeyVault] Breaking changes: soft delete and more (#11469)

Breaking changes: soft delete and more

* Merge release-2020-04-21 (#11620)

* Update changelog (#11573)

* Adding support for ForceFirewallPolicy association on Application Gateway

* updates ?

* CredScan suppression

* Publishing release version of Maintenance cmdlets for GA (#11574)

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>

* DPDTimeout core commits

* help files

* changelog

* add change log for azs release (#11594)

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

* Make Maintenance to 1.0.0 GA (#11578)

* update version to 1.0.0

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>

* Check PS Version when importing Az.Storage which using Azure.Core (#11576)

* azure api management breaking change notifications (#11602)

* azure api management breaking change notifications

* notification param fixed

Co-authored-by: vfedonkin <vifedo@microsoft.com>

* release-2020-04-21 (#11619)

Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: Anton Evseev <v-anevse@microsoft.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>

* Update Get-AzAutomationJobOutputRecord.md (#11621)

i am proposing to remove this line, as it is not how this cmdlet works. It only returns the first 55 characters, rather than the full summary.

* Add smoke test for set a resource tag case (#11623)

* Add one smoke test for set a resource tag case.

* Implement test case function.

* Article is incorrect (#11625)

This command cannot be used post VM creation.

* [Data Factory] Support CRUD of data flow runtime properties in Managed IR. (#11626)

* support data flow properties in azure ir

* fix md

* [Iot Hub] Generate SAS token for Iot Hub, device or module (#11628)

* Generate SAS token for Iot Hub, device or module

* record test session

* Enhance pefrormance of Data Classification Cmdlets. (#11629)

* Enhance pefrormance of Data Classification Cmdlets.

* Update ChangeLog.md

* Add windows container support in AKS (#11595)

* [AKS] Support creating Windows server container in AKS (#11403)

* support using windows container to create AKS

* upload to signed AKS sdk

* update onlineversion for help of new cmdlets

* add missing dll in psd1

* disable test parallelization in Aks.Test

* update ContainerService SDK

* fix Start-AzAksDashboard and update help files

* update to official nuget package for containerservice

* update troubleshooting-ci.md, add a case of help generation (#11634)

* fix retention policy in set-azdiagnosticsettings (#11635)

* Update Set-AzDiagnosticSetting.md (#11636)

* Update Set-AzDiagnosticSetting.md

doc fix

* Update Set-AzDiagnosticSetting.md

* update common lib dep (#11637)

* [Storage] Skip duplicated rules when add NetworkRules (#11639)

* [Synapse] - updated the New/Set-AzEnvironment for Synapse endpoint (#11632)

* [Synapse] - updated the New/Set-AzEnvironment for Synapse endpoint

* Update changelog

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* [Storage] change default action to make it align with swagger (#11641)

* Update troubleshoot-ci.md (#11645)

add a case to troubleshooting

* Add cmdlet for IpAllocation resource, and update Vnet/Subnet cmdlet f… (#11585)

* Add cmdlet for IpAllocation resource, and update Vnet/Subnet cmdlet for IpAllocation resource.

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>

Co-authored-by: Sapan Saxena <31940305+anusapan@users.noreply.github.com>
Co-authored-by: Chris Eggert <pilor@users.noreply.github.com>
Co-authored-by: amwate <54658814+amwate@users.noreply.github.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: aygoya <aygoya@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: bashahee <32364196+bashahee@users.noreply.github.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Ritvika Nagula <rinagula@microsoft.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: Anthony Martin <antmarti@microsoft.com>
Co-authored-by: bashahee <bashahee@microsoft.com>
Co-authored-by: Jason Gilbertson <jagilber@users.noreply.github.com>
Co-authored-by: Filiz Topatan <lsefitopata@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Hans De Mulder <Styxxy@users.noreply.github.com>
Co-authored-by: Sudhindra Kovalam <sukovala@microsoft.com>
Co-authored-by: Chris Eggert <cheggert@microsoft.com>
Co-authored-by: Damien Caro <dcaro@microsoft.com>
Co-authored-by: Nilambari <nilambari.deshpande@hotmail.com>
Co-authored-by: Nilambari <nilamd@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: Amol Agarwal <57109831+amolagar5@users.noreply.github.com>
Co-authored-by: MSSedusch <sedusch@microsoft.com>
Co-authored-by: ayfathim <ayfathim@microsoft.com>
Co-authored-by: Xiaogang Ding <xidi@microsoft.com>
Co-authored-by: Teng Lu <telu@microsoft.com>
Co-authored-by: shahbj79 <shahbj79@hotmail.com>
Co-authored-by: Bhavin Shah <bhshah@microsoft.com>
Co-authored-by: Peter Lorenzen <theheatDK@users.noreply.github.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Anton Evseev <v-anevse@microsoft.com>
Co-authored-by: Thomas Thornton <t.thornton@kainos.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Rahul Dutta <rahuldutta90@users.noreply.github.com>
Co-authored-by: Vidyadhari Jami <vijami@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: lijzha <lijzha@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
Co-authored-by: sambitratha <es15btech11015@iith.ac.in>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: erwinkramer <r3verse@gmail.com>
Co-authored-by: Yeming Liu <felix_liu@outlook.com>
Co-authored-by: t-bzhan <61817681+t-bzhan@users.noreply.github.com>
Co-authored-by: aknandagit <42352536+aknandagit@users.noreply.github.com>
Co-authored-by: Amit Kumar Nanda <aknanda@ntdev.microsoft.com>
Co-authored-by: Soyoung Eom <soeom@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Nalin Gupta <nagup@microsoft.com>
Co-authored-by: irrogozh <irrogozh@microsoft.com>
Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
Co-authored-by: DavidMMaxwell <43347410+DavidMMaxwell@users.noreply.github.com>
Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Squigg <squigg@users.noreply.github.com>
Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>
Co-authored-by: Shenglong Li <shenglong.li@outlook.com>
Co-authored-by: aladdindoc <62311067+aladdindoc@users.noreply.github.com>
Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
Co-authored-by: Shantanu Chaudhary <shantanuchaudhary24@gmail.com>
Co-authored-by: Michael Hansen <cloudynerd@outlook.com>
Co-authored-by: Stefan Ivemo <stefan@ivemo.se>
Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>
Co-authored-by: Lars Panzerbjørn <Panzerbjrn@users.noreply.github.com>
Co-authored-by: Daniel Sol <dannyboy_sol@hotmail.com>
Co-authored-by: Jack Ma <jikma@microsoft.com>
Co-authored-by: Dongwei Wang <bean0idear@163.com>
Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
Co-authored-by: liuh-80 <58683130+liuh-80@users.noreply.github.com>
isra-fel added a commit that referenced this pull request May 8, 2020
* Adding support for ForceFirewallPolicy association on Application Gateway

* updates ?

* CredScan suppression

* Sync Network dev branch with master (#11638)

* Update example 2 with correct command. (#11282)

* Update the filter mechanism to use server side query

* Updated change log

* Update ChangeLog.md

* Add ResourceId related Tags cmdlets.

* Added update cmdlet to the mapping file.

* Update Network.sln

add Sql to Network.sln

* point Sql.dll to local dll

* Updated the help related documents for tags.

* merge upstream master

* fix readme merge

* Add cmdlet to get/set parent device of iot device

* Modified tags related md file.

* Minor changes to tag related md files.

* Fix ScopeDeployment issue.

* Additions the ChangeLog

* Modified Tags.csproj to remove unnecessary reference.

* Remove default from the object.

* Re-record the test session

* Updated changelog and tag md file.

* Record RG filter by tags tests

* Update Invoke-AzStorageSyncChangeDetection.md

* Address the pr review.

* Re-record the tag related tests.

* solve the problem of build stack edge

* update the version of CosmosDB

* remove serialized json file

* Removing client side filtering tests, since we no longer filter on the client.

* Address pr review.

* Fix the indent for tagTest.ps1.

* Update TagTest.ps1 to fix format issue.

* Add tags display format

* fix the problem that stack edge is filtered by stack

* [Storage] Add warning message for table type change in the future release.

* Updated examples on the help page

* Updated the md file for tags.

* minor fix to restore powershell workflow

* update sql server AAD Admin to use 2019-06-01-preview API.

* fix #10849

* update changelog

* fix #11167

* update changelog

* Resolve conflict

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* add Disable-AzSqlServerActiveDirectoryOnlyAuthentication cmdlet and help files.

* Add support to manage device parent-child relationship.

* Tasks #10422,#9895,#10482,#10794 changes

* Add Survey Url to Send-Feedback & Resolve-Error

issue: #11020
issue: #11021

* add devportal support

suppress security violations as test violations

* Add breaking change attributes for future changes to policy cmdlets

* Update changelog

* fixes for managed database backups and restore manage db cmdlets

* Address pr comments.

* Fix a typo error.

* add managed instance LTR tests

* Updating the 'Publish-AzWebApp' help document with Force parameter.

* updated help text

* [Storage] Support allowProtectedAppendWrites in ImmutabilityPolicy

* Fix help issues in Resources.

* Make sure CmdletBase produce correct tenant-level resource id.

* Typo

* Update ChangeLog

* Add PublicNetworkAccess to New-AzSqlServer and Set-AzSqlServer

* Use get-azcontext to get the default subscriptionId.

* Fix helper files + references

* Add to ChangeLog.md

* Fix assignment error

* Update help file

* Add breaking change attributes for upcoming cmdlet changes

* Bug Fix: resolve resources test coverage #5216, and update ResourceManagementClient to 2019-10-01.

* Change default parameterset

* update changelog.md

* exclude breaking change issue

* Add Az version into UserAgent

* Correct branding name in changelog

* Removed Verbose

The cmdlet does not seem to have a -Verbose parameter

* fixing PR issues, changing lots of 'servers' to 'managedInstances' where needed

* Update Sql reference to 1.38 in network.csproj

* Delete file due to incorrect commit

Confirmed with original contributor.

* Fix typo

infomation→information

* Fix Accounts changelog error

* Update AzAttestation cmdlets for public preview.
- Added policy signer management cmdlets
- Added support for location and tags

* Updated ChangeLog.md file

* Added online version info for new help markdown files

* Add new common lib which catches exception for test case

* Update changelog

* Documented PSPolicySigners return type, fixed ShouldProcess logic

* Rerecord server tests due to version bump

* Preventing unnecessary tests from failing due to server version bump

* Rerecord test that was having credscan errors

* Manage distributed settings per-device

* Add Minimal Tls Version Optional Parameter for SQLDB/MI

* Polish changelog.md

* Update ChangeLog.md

* 3.6.0 RC1

* updated tests; renamed parameters for consistency; adjusted backups API to be more user-friendly; added session recording for LTR MI Policy

* Update MI and SQL DB Server CRUD tests

* update changelog for Az.Network

* regenerate the help file.

* regenerate blank file and see if that works.

* add online version to help file. Looks like that has become compulsory now.

* update ChangeLog.md

* Added test recordings for Sql DB and bumped version for management.sql

* add mi test

* test udpate

* test fix

* fixed some tests; including all session tests (with mock resources)

* Added test recording

* Update changelog

* trivial fix

* fix helpn files

* fixing test failuires

* some fixes in remove backup; redid session records, minor fixes throughout

* moving seesion record to the right folder

* added az.network to changelog

* bypassing bug in ApiExclusion Logic

* Upgrade SDK to 4.8.0

* bumping .net

* bumping .net

* help files; changelog

* remove api version bypass for a proper fix

* fix test issue

* skipping faulty mock tests

* Show the exact string value for VM PowerState in the table format.

* add SupportedAggregationTypes and Dimentions to PSMetricDefinition

* More updates to help documentation

* add entry in changelog.md

* fix format in changelog.md

* generic names in help files

* adding online versions to help files

* fixing online version

* more tweakes to set-...policy help docs

* Update ChangeLog.md

* Correct version for changelog.md

* Polish content for changelog.md

* Add network release

* For RC2 build

* ps-vsprompt

* removed ps-vsprompt from PR

* add comma

* change dogfood endpoint in session records

* add servers back into vulnerability

* BugFix for PrivateLinkServiceConnectionState

* Added three required assemblies for the AzAttestation PowerShell cmdlets.  (Microsoft.IdentityModel.*)

* ltr policy record

* Updated ChangeLog.md

* re-recorded backup tests

* Get-AzGalleryImageVersion fix example args

Update samples to use proper argument  -GalleryImageDefinitionName not -ImageDefinitionName

* for RC2 release

* update changelog

* Fix typo

infomation→information

* PR comments has been resolved

* Updated help content

* For final RC

* For final RC

* Fix Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.dll.json

#10826

* Fix changelog merge issue

* Update example 2 with correct command.

Updated example 2 to use Get-AzSqlInstanceDatabase instead of Get-AzSqlDatabase.

* remove extra files that were removed on master

Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>

* [IoT Hub] Invoke a query in an IoT hub. (#11567)

* Invoke a query in an IoT hub.

* Support CosmosDb for PrivateEndpointConnection and PrivateLinkResource operations (#11584)

* Add CosmosDB PrivateEndpointConnection, PrivateLinkResource

* new line at the end of file

* Use correct ProfileName in verbose message (#11580)

Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>

* [Blueprint] Add management group level assignment support (#11582)

* Update Blueprint SDK to the latest version.

* Fix a parameter name.

* PSBlueprintAssignment.FromAssignment now takes scope from Assignment.

* Fix a parameter name.

* Add MG level assignment support to existing cmdlets.

* Update help docs.

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

* Remove alias of Resolve-AzError (#11575)

* Remove alias and breaking change warning

* add exception for breaking change issues

* update changelog

* Aladdin generated examples for Accounts, KeyVault, Monitor, Storage (#11569)

* Add new examples to Accounts, KeyVault, Monitor, Storage
	- Add new examples to the following modules:
		Accounts
		KeyVault
		Monitor
		Storage

* Add new examples to Accounts, KeyVault, Monitor, Storage
	- Add new examples to the following modules:
		Accounts
		KeyVault
		Monitor
		Storage

* Fix up the type name.

Co-authored-by: Maoliang Huang <mahuang@microsoft.com>

* use token to get changed files for one PR on macOS (#11588)

* add property TargetModule to filter build/publish module (#11601)

* Fixes #11298 - Example works with multiple subnets (#11599)

* Fixes #11298 - Example works with multiple subnets

* Standardized values in code examples

* Fixes #11300 - Example works with multiple subnets (#11600)

* Update example 2 code snippet in Get-AzKeyVaultCertificate.md (#11598)

Update example 2 code snippet in Get-AzKeyVaultCertificate.md (#11598)

* Removed default population of access policies (#11570)

* Fixed reported broken links (#11612)

* Fixes #10963 - Now reflects intended behavior (#11614)

* Wrong cmdlet used to get the certifacte (#11613)

The example is using Get-AzKeyVaultSecret to get the certificate from Key Vault, Get-AzKeyVaultCertificate is the correct cmdlet to use.

* Updating value of StorageKeyKind when storage account is under VNet. (#11609)

* Add new value to StorageKeyType

* Fix #11597 (#11615)

* [KeyVault] Breaking changes: soft delete and more (#11469)

Breaking changes: soft delete and more

* Merge release-2020-04-21 (#11620)

* Update changelog (#11573)

* Adding support for ForceFirewallPolicy association on Application Gateway

* updates ?

* CredScan suppression

* Publishing release version of Maintenance cmdlets for GA (#11574)

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>

* DPDTimeout core commits

* help files

* changelog

* add change log for azs release (#11594)

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

* Make Maintenance to 1.0.0 GA (#11578)

* update version to 1.0.0

* Remove netcoreapp2.1 from test target (#11593)

* Remove netcoreapp2.1 from test target

Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>

* Check PS Version when importing Az.Storage which using Azure.Core (#11576)

* azure api management breaking change notifications (#11602)

* azure api management breaking change notifications

* notification param fixed

Co-authored-by: vfedonkin <vifedo@microsoft.com>

* release-2020-04-21 (#11619)

Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: Anton Evseev <v-anevse@microsoft.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>

* Update Get-AzAutomationJobOutputRecord.md (#11621)

i am proposing to remove this line, as it is not how this cmdlet works. It only returns the first 55 characters, rather than the full summary.

* Add smoke test for set a resource tag case (#11623)

* Add one smoke test for set a resource tag case.

* Implement test case function.

* Article is incorrect (#11625)

This command cannot be used post VM creation.

* [Data Factory] Support CRUD of data flow runtime properties in Managed IR. (#11626)

* support data flow properties in azure ir

* fix md

* [Iot Hub] Generate SAS token for Iot Hub, device or module (#11628)

* Generate SAS token for Iot Hub, device or module

* record test session

* Enhance pefrormance of Data Classification Cmdlets. (#11629)

* Enhance pefrormance of Data Classification Cmdlets.

* Update ChangeLog.md

* Add windows container support in AKS (#11595)

* [AKS] Support creating Windows server container in AKS (#11403)

* support using windows container to create AKS

* upload to signed AKS sdk

* update onlineversion for help of new cmdlets

* add missing dll in psd1

* disable test parallelization in Aks.Test

* update ContainerService SDK

* fix Start-AzAksDashboard and update help files

* update to official nuget package for containerservice

Co-authored-by: DavidMMaxwell <43347410+DavidMMaxwell@users.noreply.github.com>
Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Sapan Saxena <31940305+anusapan@users.noreply.github.com>
Co-authored-by: Soyoung Eom <soeom@microsoft.com>
Co-authored-by: Squigg <squigg@users.noreply.github.com>
Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>
Co-authored-by: Shenglong Li <shenglong.li@outlook.com>
Co-authored-by: aladdindoc <62311067+aladdindoc@users.noreply.github.com>
Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
Co-authored-by: Shantanu Chaudhary <shantanuchaudhary24@gmail.com>
Co-authored-by: Michael Hansen <cloudynerd@outlook.com>
Co-authored-by: Stefan Ivemo <stefan@ivemo.se>
Co-authored-by: bashahee <32364196+bashahee@users.noreply.github.com>
Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>
Co-authored-by: Lars Panzerbjørn <Panzerbjrn@users.noreply.github.com>
Co-authored-by: Daniel Sol <dannyboy_sol@hotmail.com>
Co-authored-by: Jack Ma <jikma@microsoft.com>

* Network SDK update (#11769)

* Network SDK update

* More recording updates

* CredScan suppression

* Update for NW change

* Test fixes

* Use signed SDK

* Update ChangeLog.md in Network

* Update other RPs

* VirtualWan : Set default value of AllowVnetToVnetTraffic flag to true (#11823)

* set default value to true

* upadate again

* Update after rebase

* Update recordings

* Update test recordings

* Revert recording changes in other RPs

Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: DavidMMaxwell <43347410+DavidMMaxwell@users.noreply.github.com>
Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Sapan Saxena <31940305+anusapan@users.noreply.github.com>
Co-authored-by: Soyoung Eom <soeom@microsoft.com>
Co-authored-by: Squigg <squigg@users.noreply.github.com>
Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>
Co-authored-by: Shenglong Li <shenglong.li@outlook.com>
Co-authored-by: aladdindoc <62311067+aladdindoc@users.noreply.github.com>
Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
Co-authored-by: Shantanu Chaudhary <shantanuchaudhary24@gmail.com>
Co-authored-by: Michael Hansen <cloudynerd@outlook.com>
Co-authored-by: Stefan Ivemo <stefan@ivemo.se>
Co-authored-by: bashahee <32364196+bashahee@users.noreply.github.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>
Co-authored-by: Lars Panzerbjørn <Panzerbjrn@users.noreply.github.com>
Co-authored-by: Daniel Sol <dannyboy_sol@hotmail.com>
Co-authored-by: Jack Ma <jikma@microsoft.com>
Co-authored-by: Ritvika Reddy Nagula <rinagula@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Contains Breaking Change This PR contains breaking change needs-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[KeyVault] Support for soft-delete on/off/null as a one time operation [KeyVault] Enable soft-delete by default when creation

3 participants