-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AzSql for new features in SDK 1.44.2-preview #12899
Conversation
…setting/getting BackupStorageRedundancy
…sts, and mark with deprecation attribute
/azp run azure-powershell - windows-powershell |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-powershell - windows-powershell |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This just identifies the tests that need to be verified. We should file an issue for the owner to fix these tests if they are nor rerunnable
src/Sql/Sql/Elastic Jobs/Cmdlet/Agent/SetAzureRmSqlElasticJobAgent.cs
Outdated
Show resolved
Hide resolved
Hi all, I notice that your team have a practice to change the comfirmimpact setting. We cannot check all the legacy codes now.
|
Discussed internally. This one is not breaking change. |
Sorry, just saw this. Not sure if there is any action for me to take.
I am not sure we even set ConfirmImpact manually anywhere. Can you please elaborate?
Thanks,
Amol
…________________________________
From: Dingmeng Xue <[email protected]>
Sent: Thursday, September 10, 2020 10:29 PM
To: Azure/azure-powershell <[email protected]>
Cc: Amol Agarwal <[email protected]>; Mention <[email protected]>
Subject: Re: [Azure/azure-powershell] Update AzSql for new features in SDK 1.44.2-preview (#12899)
Hi all,
for the reported signature error in static analysis, it is caused by the 5 new added cmdlets recently. In these 5 cmdlets, comfirmimpact is changed, which doesn't follow the best practice.
https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/design-guidelines/should-process-confirm-impact.md#confirmimpact
I notice that your team have a practice to change the comfirmimpact setting. We cannot check all the legacy codes now.
Would it be possible for you to just remove the comfirmimpact for the 5 reported cmdlets? Or clarify the reason to add these settings?
@strehan1993<https://github.com/strehan1993> @amolagar5<https://github.com/amolagar5> Could you help? Thanks
"/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Cmdlet.DisableAzureSqlServerActiveDirectoryOnlyAuthentication","Disable-AzSqlServerActiveDirectoryOnlyAuthentication","2","8200","Disable-AzSqlServerActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9624256Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Cmdlet.EnableAzureSqlServerActiveDirectoryOnlyAuthentication","Enable-AzSqlServerActiveDirectoryOnlyAuthentication","2","8200","Enable-AzSqlServerActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9627403Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Cmdlet.GetAzureSqlServerActiveDirectoryOnlyAuthentication","Get-AzSqlServerActiveDirectoryOnlyAuthentication","2","8200","Get-AzSqlServerActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9630526Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Cmdlet.DisableAzureSqlInstanceActiveDirectoryOnlyAuthentication","Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication","2","8200","Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9633369Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Cmdlet.EnableAzureSqlInstanceActiveDirectoryOnlyAuthentication","Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication","2","8200","Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9635436Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Cmdlet.GetAzureSqlInstanceActiveDirectoryOnlyAuthentication","Get-AzSqlInstanceActiveDirectoryOnlyAuthentication","2","8200","Get-AzSqlInstanceActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9637223Z
Discussed internally. This one is not breaking change.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#12899 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANTW2R474CZYGY3D7BQPDMLSFGYUZANCNFSM4RA7MKGQ>.
|
Merge this pull request with admin privilege because macos is timeout. The risk is low. |
+1
Can you please elaborate on how we can avoid this in the future?
Shobhit
From: Amol Agarwal <[email protected]>
Sent: Thursday, September 10, 2020 10:38 PM
To: Azure/azure-powershell <[email protected]>
Cc: Shobhit Trehan <[email protected]>; Mention <[email protected]>
Subject: Re: [Azure/azure-powershell] Update AzSql for new features in SDK 1.44.2-preview (#12899)
Sorry, just saw this. Not sure if there is any action for me to take.
I am not sure we even set ConfirmImpact manually anywhere. Can you please elaborate?
Thanks,
Amol
…________________________________
From: Dingmeng Xue <[email protected]>
Sent: Thursday, September 10, 2020 10:29 PM
To: Azure/azure-powershell <[email protected]>
Cc: Amol Agarwal <[email protected]>; Mention <[email protected]>
Subject: Re: [Azure/azure-powershell] Update AzSql for new features in SDK 1.44.2-preview (#12899)
Hi all,
for the reported signature error in static analysis, it is caused by the 5 new added cmdlets recently. In these 5 cmdlets, comfirmimpact is changed, which doesn't follow the best practice.
https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/design-guidelines/should-process-confirm-impact.md#confirmimpact
I notice that your team have a practice to change the comfirmimpact setting. We cannot check all the legacy codes now.
Would it be possible for you to just remove the comfirmimpact for the 5 reported cmdlets? Or clarify the reason to add these settings?
@strehan1993<https://github.com/strehan1993> @amolagar5<https://github.com/amolagar5> Could you help? Thanks
"/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Cmdlet.DisableAzureSqlServerActiveDirectoryOnlyAuthentication","Disable-AzSqlServerActiveDirectoryOnlyAuthentication","2","8200","Disable-AzSqlServerActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9624256Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Cmdlet.EnableAzureSqlServerActiveDirectoryOnlyAuthentication","Enable-AzSqlServerActiveDirectoryOnlyAuthentication","2","8200","Enable-AzSqlServerActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9627403Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.ServerActiveDirectoryOnlyAuthentication.Cmdlet.GetAzureSqlServerActiveDirectoryOnlyAuthentication","Get-AzSqlServerActiveDirectoryOnlyAuthentication","2","8200","Get-AzSqlServerActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9630526Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Cmdlet.DisableAzureSqlInstanceActiveDirectoryOnlyAuthentication","Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication","2","8200","Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9633369Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Cmdlet.EnableAzureSqlInstanceActiveDirectoryOnlyAuthentication","Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication","2","8200","Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9635436Z "/home/vsts/work/1/s/artifacts/Debug/Az.Sql/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll","Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryOnlyAuthentication.Cmdlet.GetAzureSqlInstanceActiveDirectoryOnlyAuthentication","Get-AzSqlInstanceActiveDirectoryOnlyAuthentication","2","8200","Get-AzSqlInstanceActiveDirectoryOnlyAuthentication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
2020-09-11T03:38:18.9637223Z
Discussed internally. This one is not breaking change.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#12899 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANTW2R474CZYGY3D7BQPDMLSFGYUZANCNFSM4RA7MKGQ>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2Fazure-powershell%2Fpull%2F12899%23issuecomment-690886440&data=02%7C01%7Cstrehan%40microsoft.com%7C54343cb21ff04bcf59dc08d85614da08%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637353994854293056&sdata=iFq9gG6yVPr5hb92OfG0lhmqhV%2FVnY1Wj4fiMzdT9o0%3D&reserved=0>, or unsubscribe<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAQWFB23M2WSDMMYMMGEJGPTSFGZTVANCNFSM4RA7MKGQ&data=02%7C01%7Cstrehan%40microsoft.com%7C54343cb21ff04bcf59dc08d85614da08%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637353994854303049&sdata=AdTBADyyMRTEUlOi1SelhCSzLYZjz%2BxoIhA%2Bd1CjMck%3D&reserved=0>.
|
…12952) * Ignore API version in Network tests (#12217) * Network tests: change RunType to AcceptanceType for LiveOnly tests (#12216) * [Network] Add Cmdlets for Network Virtual Appliance (NVA) and NVA site resources. (#12227) * Created Model Classes for NVA powershell object. * Added *-NetworkVirtualAppliance commands. * Added *-NVASite commands and export commands. * Added tests for NVA CRUD operations. The tests for NVA Site CRUD operations is in skipped state. Reason for this is a bug in the Nfv-RP which fails the New-AzVirtualApplianceSite command. The fix is underway and Nfv-RP team will record the tests and push it in a separate change. * Added help files for the new 11 Cmdlets. * Added entry in the Changelog * Bug fix for null NVA Id. * Added online version to help files. * Replace real guids with 0000.. in examples. * Add default resource paramsets, rename plural cmds * Supress static analysis errors. Co-authored-by: Neel Bhavsar <[email protected]> * Onboard application gateway to PrivateLink Cmdlets (#12223) * Onboard application gateway to PrivateLink Cmdlets * Update ChangeLog.md Co-authored-by: Yabo Hu <[email protected]> * Update recording mocking in HPCCache.Test.csproj (#12294) * Update Network owners (#12305) * Add RemoteBgpCommunities property to the VirtualNetworkPeering resource (#12370) * Skip test due to Auxilary '1' authentication error. * Add the new switch parameter AllowActiveFTP to Firewall Command (#12430) * Add HubIpConfiguration and HubBgpConnections (#12565) * Add HubIpConfiguration and HubBgpConnections * Fix bug in test record and static analysis * Modify info in breaking changes * Change format of csv file * Change output type of AzVirtualRouterPeer cmdlets * Add back AllowActivaFTP * Add back RemoteBgpCommunitiesText * Update Network.format.ps1xml * Update Network.format.ps1xml * Update HubBgpConnectionTests.ps1 * Update VirtualRouterTests.ps1 * Modify output types * Update BreakingChangeIssues.csv * Update ChangeLog.md * Update New-AzVirtualWan.md * Update New-AzVirtualRouter.md * Update New-AzVirtualRouter.md * Update New-AzVirtualRouter.md Co-authored-by: Yabo Hu <[email protected]> * Change test name of virtual router peer (#12711) * Change test name * Update TestVirtualRouterPeerCRUD.json * Fixed build version (#12750) * Fixed az nw sdk version (#12763) * Enable internet security feature for VirtualWan P2SVpnGateway client connections and expose Reset operations for VirtualWan P2SVpnGateway & VpnGateway resources. (#12449) * Enable Internet security for Point to site clients feature changes * Added help files. * Incorporate code review comments * Enable test * Adding latest test recording * Skip failing unrelated SignalR test. * Vmss dedicated host (#12588) * checking in changes * Adding test recording with new param * help.md file * added new AssignedHostGroup field in the objects * updated changelog * added test change * Fxing test * updated tests to hit canary region * adding the new parameter * adding the actual subresource connected to the cmdlet parameter * added dedicatedhostgroup strategy and overload getSubResourceReference for hostgroup in subresourcestrategy method * added tests for new parameter in vmss * New-AzVm cmdlet dev and test work (#12595) * Update NewAzureVMCommand.cs * Update VirtualMachineStrategy.cs * Update PSVirtualMachine.cs * Update VirtualMachineTests.cs * Update VirtualMachineTests.ps1 * Update ChangeLog.md * Update VirtualMachineTests.ps1 * Update NewAzureVMCommand.cs * Update VirtualMachineTests.ps1 * New-AzVm hostgroupId help doc update * Update VirtualMachineStrategy.cs * recorded test file for New-AzVm * added call to new-azvm with hostgroup id for the test * fixing testdedicatedhost * New-AzVmss.md help doc * added test for get-azvm -status returning AssignedHost * added help description for the HostGroupId property for New-AzVmss * adding test + recording for new-azvmss .. -HostGroupId * added the domain name label so the tests could pass in playback mode * dedicated host changes for vmss * added DomainNameLabel added DomainNameLabel to Test-HostGroupPropertySetOnVirtualMachine test to ensure it passes in Playback. * Revert "dedicated host changes for vmss" This reverts commit fc103bd. * bringing back changes after revert * added new AssignedHostGroup field in the objects * updated changelog * added test change * updated tests to hit canary region * checking in changes * Adding test recording with new param * help.md file * adding the new parameter * adding the actual subresource connected to the cmdlet parameter * added dedicatedhostgroup strategy and overload getSubResourceReference for hostgroup in subresourcestrategy method * added tests for new parameter in vmss * New-AzVm cmdlet dev and test work (#12595) * Update NewAzureVMCommand.cs * Update VirtualMachineStrategy.cs * Update PSVirtualMachine.cs * Update VirtualMachineTests.cs * Update VirtualMachineTests.ps1 * Update ChangeLog.md * Update VirtualMachineTests.ps1 * Update NewAzureVMCommand.cs * Update VirtualMachineTests.ps1 * New-AzVm hostgroupId help doc update * Update VirtualMachineStrategy.cs * added call to new-azvm with hostgroup id for the test * recorded test file for New-AzVm * added test for get-azvm -status returning AssignedHost * added help description for the HostGroupId property for New-AzVmss * Fxing test * fixing testdedicatedhost * New-AzVmss.md help doc * adding test + recording for new-azvmss .. -HostGroupId * dedicated host changes for vmss * added the domain name label so the tests could pass in playback mode * Revert "dedicated host changes for vmss" This reverts commit fc103bd. * bringing back changes after revert * added DomainNameLabel added DomainNameLabel to Test-HostGroupPropertySetOnVirtualMachine test to ensure it passes in Playback. * added vmss tests and new recordings for the test * better print for get-azhostgroup -instanceview * Update ChangeLog.md Adding changelog for New-AzVmss (7745035), Get-AzVmss's returned instance view object, SupportAutomaticPlacement to New-AzHostGroup * Adding ValueFromPipelineByPropertyName Adding it for consistency with HostGroupId in New-AzVM * Making the HostGroupId accept pipeline input * test dedicatedhost rerecorded * Update DedicatedHostTests.ps1 * Removing plain text password * fixing cred scan and psvmssinstanceview * Updated help * Update ChangeLog.md * Update ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: N'Godjigui Junior Diarrassouba <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Theodore Chang <[email protected]> * Fix Typo in 'Remove-cmdlet-example.md' (#12774) * [KeyVault] Doc update about SAN certificate (#12785) * Update help message for DnsName; add an example * Format * Patch for release 2020 08 25 (#12795) * fix for EncryptionAtHost * removing default value for encryptionathost for new-azvm * Adding test for null * fixing test * Adding recorderd test to check for null value when encryptionathost is not part of cmdlet * adding to changelog * Updated Changelog * Add isolated trust model example to the documentation for the Reset_AzAttestationPolicy cmdlet (#12789) * Added example for Reset_AzAttestationPolicy for the isolated trust model * Update ChangeLog.md Remove changelog.md since the PR only contains document update so that we don't need a new release for document update only. Co-authored-by: Jin Lei <[email protected]> * [Resources] Bug fixes for deployment and deployment What-If cmdlets (#12780) * Fix serialization for secure strings in parameters * Show "Ignore" resource changes last * Update change log * Add notes * Ignore PrivateDns module each time it upgrades (#12798) * release-2020-08-28 (#12801) * [Network] Add Cmdlets for BYOIP Feature (#12704) * add BYOIP cmdlets to Network module * [Compute] Vm health field in vm instance view (#12693) * adding next version * added VmHealth field in PSVirtualMachineINstanceView * added tests * added changelog * fixed diff in case for VMHealth property * refactored tests and added recording * Removing unnecessary line * Update Compute (Track 1) sdk reference in RecoveryServices.Backup.Test.csproj * Update RecoveryServices.SiteRecovery.Test.csproj * Update SqlVirtualMachine.Test.csproj * Update Network.Test.csproj * Removing password for credential check success * Adding a better description to the test * Improved changelog message * Removing unnecesary if statement * adding missing comma * Making vmHealth VMHealth * [Resources] Fix array parameter serialization issue (#12805) * Fix array serialization issue and add tests * Make test more robust * Update change log * Update New-AzResourceLock.md examples (#12225) (#12806) * New packet capture Cmdlet for Network Module: VpnConnection and VpnGateway Resource (#12809) * squash commit * add security * Add new examples to DataLakeStore (#12793) - Add new examples to the following modules: DataLakeStore * Expose IP Configurations for Microsoft.Network\VpnGateways (#12315) * new ip configurations * changelog * help file * Update src/Network/Network/Models/Cortex/PSVpnGateway.cs As per PR suggestion Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Yeming Liu <[email protected]> * Any Source to Local IP range (#12812) * add test case for AzPowerShellSetup (#12635) Co-authored-by: Ivan Liu <[email protected]> * [Storage] Support Point in Time Restore (#12799) * [Storage] Support Point in Time Restore * [Storage] Add breaking change warning for remove LastEnabledTime * fix CI failure * Update change log per review comment * [RecoveryServices.Backup] Adding data source move feature - Copy-AzRecoveryServicesVault cmdlet (#12783) * Adding data source move feature - Copy-AzRecoveryServicesVault cmdlet * help text fix * resolving PR issues * reverting ASR changes * resolving comments * appgw: validate cert only if certificateFile is specified in set ssl cert command (#12794) * code changes * added tests * change log * add client for private dns * Adding new optional parameter BackupStorageRedundancy to New-AzSqlInstance cmdlet (#12802) * Adding new BackupStorageRedundancy parameter * Test recordings added, and help file regenerated * Skipping one test due to very long setup time > 15h * Adding cred scan suppression * Adding 4 more test recordings * Removing PSArgumentCompleter * Changing customer vissible values for backup storage redundancy * Fixing comment * Fixing help file Co-authored-by: Perica Trajkov <[email protected]> * Format BreakingChange Output Messages (#12740) * Remote/network june fix (#12839) * Fixed az nw sdk version * Fixed SDK version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Remote/network june fix (#12853) * Fixed az nw sdk version * Fixed SDK version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: Daniel Orozco <[email protected]> Co-authored-by: toki95 <[email protected]> Co-authored-by: Jovana Toroman <[email protected]> Co-authored-by: haagha <[email protected]> Co-authored-by: Eragon Riddle <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: Himanshu Agarwal <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Skip network api version check (#12854) Co-authored-by: Zhenyu Zhou <[email protected]> * Remote/network june fix (#12855) * Fixed az nw sdk version * Fixed SDK version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Skip network api version check (#12854) Co-authored-by: Zhenyu Zhou <[email protected]> Co-authored-by: Daniel Orozco <[email protected]> Co-authored-by: toki95 <[email protected]> Co-authored-by: Jovana Toroman <[email protected]> Co-authored-by: haagha <[email protected]> Co-authored-by: Eragon Riddle <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: Himanshu Agarwal <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: aim-for-better <[email protected]> Co-authored-by: Zhenyu Zhou <[email protected]> * [Synapse] Add dataset and data flow management cmdlets and update some reference package version (#12831) * add support for dataset * add support for dataflow * add help docs * rebase master * update help docs * add dataset subclass * update help doc * update help docs * update SDK version * remove blank line Co-authored-by: Wan Yang <[email protected]> * RecoveryServices oob release (#12845) * Fix network june (#12868) * updated sdk version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Skip network api version check (#12854) Co-authored-by: Zhenyu Zhou <[email protected]> * [Synapse] Add dataset and data flow management cmdlets and update some reference package version (#12831) * add support for dataset * add support for dataflow * add help docs * rebase master * update help docs * add dataset subclass * update help doc * update help docs * update SDK version * remove blank line Co-authored-by: Wan Yang <[email protected]> * RecoveryServices oob release (#12845) Co-authored-by: Daniel Orozco <[email protected]> Co-authored-by: toki95 <[email protected]> Co-authored-by: Jovana Toroman <[email protected]> Co-authored-by: haagha <[email protected]> Co-authored-by: Eragon Riddle <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: Himanshu Agarwal <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: aim-for-better <[email protected]> Co-authored-by: Zhenyu Zhou <[email protected]> Co-authored-by: wonner <[email protected]> Co-authored-by: Wan Yang <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]> * Update Add-AzApplicationGatewayCustomError.md (#12784) Example 1 was missing Get-AzApplicationGateway, Set-AzApplicationGateway In Example 2 Variable $resourceGroup was not used. instead a variable named $rg was used which was not set. * New Az Cmdlets for Service fabric Managed Clusters and Node Types (#12838) * add initial cmdlets new, get managed clsuters and node types and restart * adding remove, reimage and fixing restart * error on create and resouce exists adding delete cluster and get by list * add extension and secrets and updates * fix typo in files * fix type and add all cmdlets to Az.ServiceFabric.psd1 * change provision after type * add secrets and extensions to PSManagedNodeType * fix add extension get nodetype parameters * add remove client cert and fix should process * show correalation on exception and fix issuertp type * rename update commands to set and add help files * add inputObjec, resourceId params, fix typos and design comments * add -AsJob for long running operations * fix examples * remove SupportsShouldProcess for get cmdlets * fix set parameters by resouceId or object * adding managed clusters tests * recording tests * re record cluster and app test * update help * update changelog * add online version * add cred scan suppressiong * fix static analiysis and macos build issue * remove EnsureSuccessStatusCode * set byObj as default paramter set * update publisher and type help message and throw on remove ext not found Co-authored-by: Alfredo Santamaria Gomez <[email protected]> * Adding Warning message for 3 regions when Geo backup storage redundancy is choosen on MI creation (#12849) * Adding Warning message for 3 regions when Geo backup storage redundancy is choosen * Adding IgnoreCase=false to parameter BackupStorageRedundancy * Small string fix * Adding missing version for locations * Regenerating help file and updating Changelog.md Co-authored-by: Perica Trajkov <[email protected]> * Updated Set-AzVirtualNetworkSubnetConfig to allow NSG and Route Table to be removed from subnet (#12351) * Updated Set-AzVirtualNetworkSubnetConfig to allow NSG and Route Table to be removed from subnet * Update ChangeLog.md * Edited to set NSG and route table properties to null if explictly set in parameters * Removed unneeded using directive and used BoundParameters.ContainsKey * Added ScenarioTests: Test-subnetNetworkSecurityGroupCRUD and Test-subnetRouteTableCRUD * Fixed ScenarioTests and added SessionRecords .json files * Added reference to resolved issue #9718 in ChangeLog.md Co-authored-by: Yunchi Wang <[email protected]> * [Storage] Upgrade DMlib to fix issue #12220 (#12882) * [CosmosDB] Migration support for throughput (#12814) * Migration support for throughput + sql tests * updating tests * Renamed cmdlets + help * updated session records * updating ChangeLog Co-authored-by: Meha Kaushik <[email protected]> * Update api-version to 2020-06-01. (#12883) Co-authored-by: wyunchi-ms <[email protected]> * breaking change flag. (#12892) * Initial version of resource mover (#12876) * Intial version of resource mover * Update GenerateHelp.ps1 Co-authored-by: Yunchi Wang <[email protected]> * update help for AAS Skus (#12895) * update help for AAS Skus * update change log * Update ChangeLog.md Remove the doc change description Co-authored-by: Po-Yu Chuang <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Adding support for Premium V3 tier (#12869) * Adding support for Premium V3 tier * Updating change log * update Azure Web App runtime stack to DOTNETCORE (#12833) * update Azure Web App runtime stack to DOTNETCORE Updated Notes, which will help user to update their Azure Web App runtime Stack to DOTNETCORE * Update src/Websites/Websites/help/Set-AzWebApp.md Co-authored-by: Mike F. Robbins <[email protected]> Co-authored-by: Mike F. Robbins <[email protected]> * Get-AzResourceGroup - New example, and cleanup (#12828) Added example on how to get resource groups based on tags, and removed duplicated examples. The two last examples has the same end result, but one piped the result into Where-Object which is not great based on basic PowerShell etiquette (Keep filtering to the left). * [SQL] Add Managed Database Log Replay service cmdlets (#12800) * Initial commit * Recorded tests * Generated help files and change log * Renaming to Stop instead of Cancel, fix static analysis * Correct md files * Fixing test * Fix Security by Supressing the line * Fixing recoreded files * Trying to fix cred scan issue one more time * Filled missing docs in md files Co-authored-by: Milan Brkic <[email protected]> * Fix SecureString issue on linux (#12861) * Fix #12707 * Update ChangeLog.md * Update ChangeLog.md Co-authored-by: Dingmeng Xue <[email protected]> * [Aks]Add new switch GenerateSshKey to generate SSH keys if necessary (#12637) * Add new switch GenerateSshKey to generate SSH keys if necessary. * Handle the exception of white space in path. Co-authored-by: wyunchi-ms <[email protected]> * Fix Network ChangeLog merging error (#12901) * Fix Network ChangeLog merging error * Update ChangeLog.md Co-authored-by: Yabo Hu <[email protected]> * [Storage] Added breaking change warning message for upcoming cmdlet output change (#12898) * [Storage] Added breaking change warning message for upcoming cmdlet output change * Add reference of KeyVault to Network.Test Co-authored-by: Wei Wei <[email protected]> * [NetAppFiles]Added Revert cmdlet, update to 2020-02-01 apiversion (#12891) * Added Revert cmdlet, update to 2020-02-01 apiversion * Added new helpfile, updated test recordings * Added missing example * Added online version * Rename revert volume to restore volume * Resolve project conflict, remove emtpy line * Update NetAppFiles.Test.csproj Remove tab key Co-authored-by: Audunn Baldvinsson <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Powershell for AAD Only Authentication on Managed Instance. (#12890) * Powershell for AAD Only Authentication on Managed Instance. * Fix nuget version in Sql.Test * Fix links for Online Docs. * Add new examples to AnalysisServices (#12909) - Add new examples to the following modules: AnalysisServices Co-authored-by: Maoliang Huang <[email protected]> * Fixing Delete State for workload backup items (#12918) * Update Remove-AzNetworkInterfaceIpConfig.md (#12807) * Update Remove-AzNetworkInterfaceIpConfig.md Set command is mandatory after we do a remove command * Update Remove-AzNetworkInterfaceIpConfig.md Co-authored-by: Mike F. Robbins <[email protected]> * Fix for Set-AzSqlManagedInstance to not set Geo be default (#12921) Co-authored-by: Perica Trajkov <[email protected]> * Add Dockerfile-alpine-3.10 (#12911) * [HDInsight] Support HDI Autoscale Feature (#12858) * HDInsight Support Autoscale: 1. Add a new parameter to existing cmdlet New-AzHDInsightCluster 2. Add 5 cmdlets: - New-AzHDInsightClusterAutoscaleScheduleCondition - New-AzHDInsightClusterAutoscaleConfiguration - Get-AzHDInsightClusterAutoscaleConfiguration - Set-AzHDInsightClusterAutoscaleConfiguration - Remove-AzHDInsightClusterAutoscaleConfiguration * update cred scan suppression file * Add statistic analysis exception by modifing SignatureIssues.csv file * Change Days to Day * Update parameter set in Get/Remove-AzHDInsightClusterAutoscaleConfiguration * Add -Schedule parameter to schedule related parameter sets Co-authored-by: Zhenyu Zhou <[email protected]> * [Network] Add New-AzExpressRoutePortLOA cmdlet (#12465) * Add New-AzExpressRoutePortLOA cmdlet. * Add new cmdlet tests. * Remove unused variable. * Added help md files. * Supress static analysis warnings. * Change csproj for the SDK with LOA code. This swagger changes are merged into network-june-release * Added details in changelog * Revert "Change csproj for the SDK with LOA code." This reverts commit 763fb8a. * Added null validation for invalid ResourceId * Update SDK version to the latest * Add Error Suppresion * Change csproj * Trigger new build. * Fix merge conflict markers * Trigger CI build. Co-authored-by: Neel Bhavsar <[email protected]> * Update AzSql for new features in SDK 1.44.2-preview (#12899) * Changes to build after update to new SDK * Rerecord test part 1/N - AdvancedDataSecurityTests and AdvisorTests * Rerecord tests part 2 * Rerecord tests part 3 * Additional test changes * Rerecord ElasticTargetGroup * use updated .NET SDK * Database replication tests * Update Sql version in Sql.Tests.csproj * Add support for BackupStorageRedundancy param, updated tests to test setting/getting BackupStorageRedundancy * un-modify existing tests, add new for get database * Update for ImportExport APIs * Restore sql,.csproj to use published SDK nuget * Add IE test Json * Rerecord ElasticJob tests and FailoverTests * add help files * Fix breaking changes - restore the legacy Importexport cmdlets and tests, and mark with deprecation attribute * Update changelog.md * Undo changes to MockClientFactory * Fix typo in AzSql.psd1 * Partial fix for DatabaseCrudTests * Refactor importExport cmdlets again to keep the same cmdlets as before with no breaking change, and add one new cmdlet. Only new parameters are added. * updated TestDatabaseRename.json * Fix Vcore tests in DatabaseCrudTests * add updated session records and help docs * Additional fixes for tests, IE cmdlets * add re-recorded sessions for zone redundancy tests * Update documentation * Respond to PR feedback to undo potential breaking change in positional parameter. Suppress credential scanner * Provide online version link for markdown file * Remove new cmdlet New-AzSqlDatabaseImportExisting which was not reviewed * Remove link to the removed cmdlet from help * avoid automatically updating with GRS * Update TestImportNewDatabase.json * Fix one more CredScan file * removing file from pr * update elastic job tests update tags name/use old recording * revert back to alias = tags and param = tag for elastic jobs cmlet Co-authored-by: xaliciayang <[email protected]> * [Functions / ConnectedMachine] Move generated code. (#12915) * [Functions]Move generated code. * [ConnectedMachine]Move generated code. * [Functions/ConnectedMachine] Add change logs. * change logs & help doc * [Functions] Move generated code of using M3. * remove docs and examples of unrelated functions * azure powershell modules list Co-authored-by: Yeming Liu <[email protected]> * Add client side parameter validation logic. (#12905) Co-authored-by: wyunchi-ms <[email protected]> * update sdk version (#12931) * Fix the invaild link of cmdlet in md file. (#12916) * Fix the Invaild Link * Fix the invaild link of cmdlet in md file again. * Fix the invaild link of cmdlet in md file again. * Update New-AzFrontDoorWafManagedRuleObject.md * Update Get-AzFrontDoorWafPolicy.md Co-authored-by: Youri <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]> * Polish changelog for upcoming release (#12938) * Polish changelog for upcoming release * Update ChangeLog.md Co-authored-by: Jin Lei <[email protected]> * Fix CI failure Co-authored-by: Anton Evseev <[email protected]> Co-authored-by: Neel <[email protected]> Co-authored-by: Neel Bhavsar <[email protected]> Co-authored-by: jaishals <[email protected]> Co-authored-by: Yabo Hu <[email protected]> Co-authored-by: Jesus Arango <[email protected]> Co-authored-by: tejasshah7 <[email protected]> Co-authored-by: litchiyangMSFT <[email protected]> Co-authored-by: Mikhail <[email protected]> Co-authored-by: Nilambari <[email protected]> Co-authored-by: haagha <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: N'Godjigui Junior Diarrassouba <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: gkostal <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: Shenglong Li <[email protected]> Co-authored-by: yzt <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]> Co-authored-by: dexiang-ms <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: tyrannicrex <[email protected]> Co-authored-by: aladdindoc <[email protected]> Co-authored-by: Henry Chen <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: tobi o <[email protected]> Co-authored-by: Ivan Liu <[email protected]> Co-authored-by: Ivan Liu <[email protected]> Co-authored-by: Himanshu Agarwal <[email protected]> Co-authored-by: Akshay Gupta <[email protected]> Co-authored-by: petrajkogit <[email protected]> Co-authored-by: Perica Trajkov <[email protected]> Co-authored-by: Daniel Orozco <[email protected]> Co-authored-by: toki95 <[email protected]> Co-authored-by: Jovana Toroman <[email protected]> Co-authored-by: Eragon Riddle <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: aim-for-better <[email protected]> Co-authored-by: Zhenyu Zhou <[email protected]> Co-authored-by: wonner <[email protected]> Co-authored-by: Wan Yang <[email protected]> Co-authored-by: hagop-globanet <[email protected]> Co-authored-by: Alfredo Santamaria <[email protected]> Co-authored-by: Alfredo Santamaria Gomez <[email protected]> Co-authored-by: jack-education <[email protected]> Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: Meha Kaushik <[email protected]> Co-authored-by: Meha Kaushik <[email protected]> Co-authored-by: wyunchi-ms <[email protected]> Co-authored-by: Xiaogang <[email protected]> Co-authored-by: Po-Yu Chuang <[email protected]> Co-authored-by: Po-Yu Chuang <[email protected]> Co-authored-by: Vini Soto <[email protected]> Co-authored-by: Ravi Mishra <[email protected]> Co-authored-by: Mike F. Robbins <[email protected]> Co-authored-by: Roberth Strand <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: Auðunn <[email protected]> Co-authored-by: Audunn Baldvinsson <[email protected]> Co-authored-by: strehan1993 <[email protected]> Co-authored-by: Maoliang Huang <[email protected]> Co-authored-by: Lohith Chowdary Chilukuri <[email protected]> Co-authored-by: Thomas Van Laere <[email protected]> Co-authored-by: brandong-ms <[email protected]> Co-authored-by: xaliciayang <[email protected]> Co-authored-by: LucasYao93 <[email protected]> Co-authored-by: akshanka <[email protected]> Co-authored-by: Youri <[email protected]>
…preview branch (#13228) * Ignore API version in Network tests (#12217) * Network tests: change RunType to AcceptanceType for LiveOnly tests (#12216) * [Network] Add Cmdlets for Network Virtual Appliance (NVA) and NVA site resources. (#12227) * Created Model Classes for NVA powershell object. * Added *-NetworkVirtualAppliance commands. * Added *-NVASite commands and export commands. * Added tests for NVA CRUD operations. The tests for NVA Site CRUD operations is in skipped state. Reason for this is a bug in the Nfv-RP which fails the New-AzVirtualApplianceSite command. The fix is underway and Nfv-RP team will record the tests and push it in a separate change. * Added help files for the new 11 Cmdlets. * Added entry in the Changelog * Bug fix for null NVA Id. * Added online version to help files. * Replace real guids with 0000.. in examples. * Add default resource paramsets, rename plural cmds * Supress static analysis errors. Co-authored-by: Neel Bhavsar <[email protected]> * Onboard application gateway to PrivateLink Cmdlets (#12223) * Onboard application gateway to PrivateLink Cmdlets * Update ChangeLog.md Co-authored-by: Yabo Hu <[email protected]> * Update recording mocking in HPCCache.Test.csproj (#12294) * Update Network owners (#12305) * Add RemoteBgpCommunities property to the VirtualNetworkPeering resource (#12370) * Skip test due to Auxilary '1' authentication error. * Add the new switch parameter AllowActiveFTP to Firewall Command (#12430) * Add HubIpConfiguration and HubBgpConnections (#12565) * Add HubIpConfiguration and HubBgpConnections * Fix bug in test record and static analysis * Modify info in breaking changes * Change format of csv file * Change output type of AzVirtualRouterPeer cmdlets * Add back AllowActivaFTP * Add back RemoteBgpCommunitiesText * Update Network.format.ps1xml * Update Network.format.ps1xml * Update HubBgpConnectionTests.ps1 * Update VirtualRouterTests.ps1 * Modify output types * Update BreakingChangeIssues.csv * Update ChangeLog.md * Update New-AzVirtualWan.md * Update New-AzVirtualRouter.md * Update New-AzVirtualRouter.md * Update New-AzVirtualRouter.md Co-authored-by: Yabo Hu <[email protected]> * Change test name of virtual router peer (#12711) * Change test name * Update TestVirtualRouterPeerCRUD.json * Fixed build version (#12750) * Fixed az nw sdk version (#12763) * Enable internet security feature for VirtualWan P2SVpnGateway client connections and expose Reset operations for VirtualWan P2SVpnGateway & VpnGateway resources. (#12449) * Enable Internet security for Point to site clients feature changes * Added help files. * Incorporate code review comments * Enable test * Adding latest test recording * Skip failing unrelated SignalR test. * Vmss dedicated host (#12588) * checking in changes * Adding test recording with new param * help.md file * added new AssignedHostGroup field in the objects * updated changelog * added test change * Fxing test * updated tests to hit canary region * adding the new parameter * adding the actual subresource connected to the cmdlet parameter * added dedicatedhostgroup strategy and overload getSubResourceReference for hostgroup in subresourcestrategy method * added tests for new parameter in vmss * New-AzVm cmdlet dev and test work (#12595) * Update NewAzureVMCommand.cs * Update VirtualMachineStrategy.cs * Update PSVirtualMachine.cs * Update VirtualMachineTests.cs * Update VirtualMachineTests.ps1 * Update ChangeLog.md * Update VirtualMachineTests.ps1 * Update NewAzureVMCommand.cs * Update VirtualMachineTests.ps1 * New-AzVm hostgroupId help doc update * Update VirtualMachineStrategy.cs * recorded test file for New-AzVm * added call to new-azvm with hostgroup id for the test * fixing testdedicatedhost * New-AzVmss.md help doc * added test for get-azvm -status returning AssignedHost * added help description for the HostGroupId property for New-AzVmss * adding test + recording for new-azvmss .. -HostGroupId * added the domain name label so the tests could pass in playback mode * dedicated host changes for vmss * added DomainNameLabel added DomainNameLabel to Test-HostGroupPropertySetOnVirtualMachine test to ensure it passes in Playback. * Revert "dedicated host changes for vmss" This reverts commit fc103bd76776fd578fe1fb9f9877fba4effdbe28. * bringing back changes after revert * added new AssignedHostGroup field in the objects * updated changelog * added test change * updated tests to hit canary region * checking in changes * Adding test recording with new param * help.md file * adding the new parameter * adding the actual subresource connected to the cmdlet parameter * added dedicatedhostgroup strategy and overload getSubResourceReference for hostgroup in subresourcestrategy method * added tests for new parameter in vmss * New-AzVm cmdlet dev and test work (#12595) * Update NewAzureVMCommand.cs * Update VirtualMachineStrategy.cs * Update PSVirtualMachine.cs * Update VirtualMachineTests.cs * Update VirtualMachineTests.ps1 * Update ChangeLog.md * Update VirtualMachineTests.ps1 * Update NewAzureVMCommand.cs * Update VirtualMachineTests.ps1 * New-AzVm hostgroupId help doc update * Update VirtualMachineStrategy.cs * added call to new-azvm with hostgroup id for the test * recorded test file for New-AzVm * added test for get-azvm -status returning AssignedHost * added help description for the HostGroupId property for New-AzVmss * Fxing test * fixing testdedicatedhost * New-AzVmss.md help doc * adding test + recording for new-azvmss .. -HostGroupId * dedicated host changes for vmss * added the domain name label so the tests could pass in playback mode * Revert "dedicated host changes for vmss" This reverts commit fc103bd76776fd578fe1fb9f9877fba4effdbe28. * bringing back changes after revert * added DomainNameLabel added DomainNameLabel to Test-HostGroupPropertySetOnVirtualMachine test to ensure it passes in Playback. * added vmss tests and new recordings for the test * better print for get-azhostgroup -instanceview * Update ChangeLog.md Adding changelog for New-AzVmss (7745035), Get-AzVmss's returned instance view object, SupportAutomaticPlacement to New-AzHostGroup * Adding ValueFromPipelineByPropertyName Adding it for consistency with HostGroupId in New-AzVM * Making the HostGroupId accept pipeline input * test dedicatedhost rerecorded * Update DedicatedHostTests.ps1 * Removing plain text password * fixing cred scan and psvmssinstanceview * Updated help * Update ChangeLog.md * Update ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: N'Godjigui Junior Diarrassouba <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Theodore Chang <[email protected]> * Fix Typo in 'Remove-cmdlet-example.md' (#12774) * [KeyVault] Doc update about SAN certificate (#12785) * Update help message for DnsName; add an example * Format * Patch for release 2020 08 25 (#12795) * fix for EncryptionAtHost * removing default value for encryptionathost for new-azvm * Adding test for null * fixing test * Adding recorderd test to check for null value when encryptionathost is not part of cmdlet * adding to changelog * Updated Changelog * Add isolated trust model example to the documentation for the Reset_AzAttestationPolicy cmdlet (#12789) * Added example for Reset_AzAttestationPolicy for the isolated trust model * Update ChangeLog.md Remove changelog.md since the PR only contains document update so that we don't need a new release for document update only. Co-authored-by: Jin Lei <[email protected]> * [Resources] Bug fixes for deployment and deployment What-If cmdlets (#12780) * Fix serialization for secure strings in parameters * Show "Ignore" resource changes last * Update change log * Add notes * Ignore PrivateDns module each time it upgrades (#12798) * release-2020-08-28 (#12801) * [Network] Add Cmdlets for BYOIP Feature (#12704) * add BYOIP cmdlets to Network module * [Compute] Vm health field in vm instance view (#12693) * adding next version * added VmHealth field in PSVirtualMachineINstanceView * added tests * added changelog * fixed diff in case for VMHealth property * refactored tests and added recording * Removing unnecessary line * Update Compute (Track 1) sdk reference in RecoveryServices.Backup.Test.csproj * Update RecoveryServices.SiteRecovery.Test.csproj * Update SqlVirtualMachine.Test.csproj * Update Network.Test.csproj * Removing password for credential check success * Adding a better description to the test * Improved changelog message * Removing unnecesary if statement * adding missing comma * Making vmHealth VMHealth * [Resources] Fix array parameter serialization issue (#12805) * Fix array serialization issue and add tests * Make test more robust * Update change log * Update New-AzResourceLock.md examples (#12225) (#12806) * New packet capture Cmdlet for Network Module: VpnConnection and VpnGateway Resource (#12809) * squash commit * add security * Add new examples to DataLakeStore (#12793) - Add new examples to the following modules: DataLakeStore * Expose IP Configurations for Microsoft.Network\VpnGateways (#12315) * new ip configurations * changelog * help file * Update src/Network/Network/Models/Cortex/PSVpnGateway.cs As per PR suggestion Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Yeming Liu <[email protected]> * Any Source to Local IP range (#12812) * add test case for AzPowerShellSetup (#12635) Co-authored-by: Ivan Liu <[email protected]> * [Storage] Support Point in Time Restore (#12799) * [Storage] Support Point in Time Restore * [Storage] Add breaking change warning for remove LastEnabledTime * fix CI failure * Update change log per review comment * [RecoveryServices.Backup] Adding data source move feature - Copy-AzRecoveryServicesVault cmdlet (#12783) * Adding data source move feature - Copy-AzRecoveryServicesVault cmdlet * help text fix * resolving PR issues * reverting ASR changes * resolving comments * appgw: validate cert only if certificateFile is specified in set ssl cert command (#12794) * code changes * added tests * change log * add client for private dns * Adding new optional parameter BackupStorageRedundancy to New-AzSqlInstance cmdlet (#12802) * Adding new BackupStorageRedundancy parameter * Test recordings added, and help file regenerated * Skipping one test due to very long setup time > 15h * Adding cred scan suppression * Adding 4 more test recordings * Removing PSArgumentCompleter * Changing customer vissible values for backup storage redundancy * Fixing comment * Fixing help file Co-authored-by: Perica Trajkov <[email protected]> * Format BreakingChange Output Messages (#12740) * Remote/network june fix (#12839) * Fixed az nw sdk version * Fixed SDK version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Remote/network june fix (#12853) * Fixed az nw sdk version * Fixed SDK version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: Daniel Orozco <[email protected]> Co-authored-by: toki95 <[email protected]> Co-authored-by: Jovana Toroman <[email protected]> Co-authored-by: haagha <[email protected]> Co-authored-by: Eragon Riddle <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: Himanshu Agarwal <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Skip network api version check (#12854) Co-authored-by: Zhenyu Zhou <[email protected]> * Remote/network june fix (#12855) * Fixed az nw sdk version * Fixed SDK version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Skip network api version check (#12854) Co-authored-by: Zhenyu Zhou <[email protected]> Co-authored-by: Daniel Orozco <[email protected]> Co-authored-by: toki95 <[email protected]> Co-authored-by: Jovana Toroman <[email protected]> Co-authored-by: haagha <[email protected]> Co-authored-by: Eragon Riddle <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: Himanshu Agarwal <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: aim-for-better <[email protected]> Co-authored-by: Zhenyu Zhou <[email protected]> * [Synapse] Add dataset and data flow management cmdlets and update some reference package version (#12831) * add support for dataset * add support for dataflow * add help docs * rebase master * update help docs * add dataset subclass * update help doc * update help docs * update SDK version * remove blank line Co-authored-by: Wan Yang <[email protected]> * RecoveryServices oob release (#12845) * Fix network june (#12868) * updated sdk version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Skip network api version check (#12854) Co-authored-by: Zhenyu Zhou <[email protected]> * [Synapse] Add dataset and data flow management cmdlets and update some reference package version (#12831) * add support for dataset * add support for dataflow * add help docs * rebase master * update help docs * add dataset subclass * update help doc * update help docs * update SDK version * remove blank line Co-authored-by: Wan Yang <[email protected]> * RecoveryServices oob release (#12845) Co-authored-by: Daniel Orozco <[email protected]> Co-authored-by: toki95 <[email protected]> Co-authored-by: Jovana Toroman <[email protected]> Co-authored-by: haagha <[email protected]> Co-authored-by: Eragon Riddle <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: Himanshu Agarwal <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: aim-for-better <[email protected]> Co-authored-by: Zhenyu Zhou <[email protected]> Co-authored-by: wonner <[email protected]> Co-authored-by: Wan Yang <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]> * Update Add-AzApplicationGatewayCustomError.md (#12784) Example 1 was missing Get-AzApplicationGateway, Set-AzApplicationGateway In Example 2 Variable $resourceGroup was not used. instead a variable named $rg was used which was not set. * New Az Cmdlets for Service fabric Managed Clusters and Node Types (#12838) * add initial cmdlets new, get managed clsuters and node types and restart * adding remove, reimage and fixing restart * error on create and resouce exists adding delete cluster and get by list * add extension and secrets and updates * fix typo in files * fix type and add all cmdlets to Az.ServiceFabric.psd1 * change provision after type * add secrets and extensions to PSManagedNodeType * fix add extension get nodetype parameters * add remove client cert and fix should process * show correalation on exception and fix issuertp type * rename update commands to set and add help files * add inputObjec, resourceId params, fix typos and design comments * add -AsJob for long running operations * fix examples * remove SupportsShouldProcess for get cmdlets * fix set parameters by resouceId or object * adding managed clusters tests * recording tests * re record cluster and app test * update help * update changelog * add online version * add cred scan suppressiong * fix static analiysis and macos build issue * remove EnsureSuccessStatusCode * set byObj as default paramter set * update publisher and type help message and throw on remove ext not found Co-authored-by: Alfredo Santamaria Gomez <[email protected]> * Adding Warning message for 3 regions when Geo backup storage redundancy is choosen on MI creation (#12849) * Adding Warning message for 3 regions when Geo backup storage redundancy is choosen * Adding IgnoreCase=false to parameter BackupStorageRedundancy * Small string fix * Adding missing version for locations * Regenerating help file and updating Changelog.md Co-authored-by: Perica Trajkov <[email protected]> * Updated Set-AzVirtualNetworkSubnetConfig to allow NSG and Route Table to be removed from subnet (#12351) * Updated Set-AzVirtualNetworkSubnetConfig to allow NSG and Route Table to be removed from subnet * Update ChangeLog.md * Edited to set NSG and route table properties to null if explictly set in parameters * Removed unneeded using directive and used BoundParameters.ContainsKey * Added ScenarioTests: Test-subnetNetworkSecurityGroupCRUD and Test-subnetRouteTableCRUD * Fixed ScenarioTests and added SessionRecords .json files * Added reference to resolved issue #9718 in ChangeLog.md Co-authored-by: Yunchi Wang <[email protected]> * [Storage] Upgrade DMlib to fix issue #12220 (#12882) * [CosmosDB] Migration support for throughput (#12814) * Migration support for throughput + sql tests * updating tests * Renamed cmdlets + help * updated session records * updating ChangeLog Co-authored-by: Meha Kaushik <[email protected]> * Update api-version to 2020-06-01. (#12883) Co-authored-by: wyunchi-ms <[email protected]> * breaking change flag. (#12892) * Initial version of resource mover (#12876) * Intial version of resource mover * Update GenerateHelp.ps1 Co-authored-by: Yunchi Wang <[email protected]> * update help for AAS Skus (#12895) * update help for AAS Skus * update change log * Update ChangeLog.md Remove the doc change description Co-authored-by: Po-Yu Chuang <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Adding support for Premium V3 tier (#12869) * Adding support for Premium V3 tier * Updating change log * update Azure Web App runtime stack to DOTNETCORE (#12833) * update Azure Web App runtime stack to DOTNETCORE Updated Notes, which will help user to update their Azure Web App runtime Stack to DOTNETCORE * Update src/Websites/Websites/help/Set-AzWebApp.md Co-authored-by: Mike F. Robbins <[email protected]> Co-authored-by: Mike F. Robbins <[email protected]> * Get-AzResourceGroup - New example, and cleanup (#12828) Added example on how to get resource groups based on tags, and removed duplicated examples. The two last examples has the same end result, but one piped the result into Where-Object which is not great based on basic PowerShell etiquette (Keep filtering to the left). * [SQL] Add Managed Database Log Replay service cmdlets (#12800) * Initial commit * Recorded tests * Generated help files and change log * Renaming to Stop instead of Cancel, fix static analysis * Correct md files * Fixing test * Fix Security by Supressing the line * Fixing recoreded files * Trying to fix cred scan issue one more time * Filled missing docs in md files Co-authored-by: Milan Brkic <[email protected]> * Fix SecureString issue on linux (#12861) * Fix https://github.com/Azure/azure-powershell/issues/12707 * Update ChangeLog.md * Update ChangeLog.md Co-authored-by: Dingmeng Xue <[email protected]> * [Aks]Add new switch GenerateSshKey to generate SSH keys if necessary (#12637) * Add new switch GenerateSshKey to generate SSH keys if necessary. * Handle the exception of white space in path. Co-authored-by: wyunchi-ms <[email protected]> * Fix Network ChangeLog merging error (#12901) * Fix Network ChangeLog merging error * Update ChangeLog.md Co-authored-by: Yabo Hu <[email protected]> * [Storage] Added breaking change warning message for upcoming cmdlet output change (#12898) * [Storage] Added breaking change warning message for upcoming cmdlet output change * Add reference of KeyVault to Network.Test Co-authored-by: Wei Wei <[email protected]> * [NetAppFiles]Added Revert cmdlet, update to 2020-02-01 apiversion (#12891) * Added Revert cmdlet, update to 2020-02-01 apiversion * Added new helpfile, updated test recordings * Added missing example * Added online version * Rename revert volume to restore volume * Resolve project conflict, remove emtpy line * Update NetAppFiles.Test.csproj Remove tab key Co-authored-by: Audunn Baldvinsson <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Powershell for AAD Only Authentication on Managed Instance. (#12890) * Powershell for AAD Only Authentication on Managed Instance. * Fix nuget version in Sql.Test * Fix links for Online Docs. * Add new examples to AnalysisServices (#12909) - Add new examples to the following modules: AnalysisServices Co-authored-by: Maoliang Huang <[email protected]> * Fixing Delete State for workload backup items (#12918) * Update Remove-AzNetworkInterfaceIpConfig.md (#12807) * Update Remove-AzNetworkInterfaceIpConfig.md Set command is mandatory after we do a remove command * Update Remove-AzNetworkInterfaceIpConfig.md Co-authored-by: Mike F. Robbins <[email protected]> * Fix for Set-AzSqlManagedInstance to not set Geo be default (#12921) Co-authored-by: Perica Trajkov <[email protected]> * Add Dockerfile-alpine-3.10 (#12911) * [HDInsight] Support HDI Autoscale Feature (#12858) * HDInsight Support Autoscale: 1. Add a new parameter to existing cmdlet New-AzHDInsightCluster 2. Add 5 cmdlets: - New-AzHDInsightClusterAutoscaleScheduleCondition - New-AzHDInsightClusterAutoscaleConfiguration - Get-AzHDInsightClusterAutoscaleConfiguration - Set-AzHDInsightClusterAutoscaleConfiguration - Remove-AzHDInsightClusterAutoscaleConfiguration * update cred scan suppression file * Add statistic analysis exception by modifing SignatureIssues.csv file * Change Days to Day * Update parameter set in Get/Remove-AzHDInsightClusterAutoscaleConfiguration * Add -Schedule parameter to schedule related parameter sets Co-authored-by: Zhenyu Zhou <[email protected]> * [Network] Add New-AzExpressRoutePortLOA cmdlet (#12465) * Add New-AzExpressRoutePortLOA cmdlet. * Add new cmdlet tests. * Remove unused variable. * Added help md files. * Supress static analysis warnings. * Change csproj for the SDK with LOA code. This swagger changes are merged into network-june-release * Added details in changelog * Revert "Change csproj for the SDK with LOA code." This reverts commit 763fb8aca7d0f955a11973e9b654f3203e5bb8a2. * Added null validation for invalid ResourceId * Update SDK version to the latest * Add Error Suppresion * Change csproj * Trigger new build. * Fix merge conflict markers * Trigger CI build. Co-authored-by: Neel Bhavsar <[email protected]> * Update AzSql for new features in SDK 1.44.2-preview (#12899) * Changes to build after update to new SDK * Rerecord test part 1/N - AdvancedDataSecurityTests and AdvisorTests * Rerecord tests part 2 * Rerecord tests part 3 * Additional test changes * Rerecord ElasticTargetGroup * use updated .NET SDK * Database replication tests * Update Sql version in Sql.Tests.csproj * Add support for BackupStorageRedundancy param, updated tests to test setting/getting BackupStorageRedundancy * un-modify existing tests, add new for get database * Update for ImportExport APIs * Restore sql,.csproj to use published SDK nuget * Add IE test Json * Rerecord ElasticJob tests and FailoverTests * add help files * Fix breaking changes - restore the legacy Importexport cmdlets and tests, and mark with deprecation attribute * Update changelog.md * Undo changes to MockClientFactory * Fix typo in AzSql.psd1 * Partial fix for DatabaseCrudTests * Refactor importExport cmdlets again to keep the same cmdlets as before with no breaking change, and add one new cmdlet. Only new parameters are added. * updated TestDatabaseRename.json * Fix Vcore tests in DatabaseCrudTests * add updated session records and help docs * Additional fixes for tests, IE cmdlets * add re-recorded sessions for zone redundancy tests * Update documentation * Respond to PR feedback to undo potential breaking change in positional parameter. Suppress credential scanner * Provide online version link for markdown file * Remove new cmdlet New-AzSqlDatabaseImportExisting which was not reviewed * Remove link to the removed cmdlet from help * avoid automatically updating with GRS * Update TestImportNewDatabase.json * Fix one more CredScan file * removing file from pr * update elastic job tests update tags name/use old recording * revert back to alias = tags and param = tag for elastic jobs cmlet Co-authored-by: xaliciayang <[email protected]> * [Functions / ConnectedMachine] Move generated code. (#12915) * [Functions]Move generated code. * [ConnectedMachine]Move generated code. * [Functions/ConnectedMachine] Add change logs. * change logs & help doc * [Functions] Move generated code of using M3. * remove docs and examples of unrelated functions * azure powershell modules list Co-authored-by: Yeming Liu <[email protected]> * Add client side parameter validation logic. (#12905) Co-authored-by: wyunchi-ms <[email protected]> * update sdk version (#12931) * Fix the invaild link of cmdlet in md file. (#12916) * Fix the Invaild Link * Fix the invaild link of cmdlet in md file again. * Fix the invaild link of cmdlet in md file again. * Update New-AzFrontDoorWafManagedRuleObject.md * Update Get-AzFrontDoorWafPolicy.md Co-authored-by: Youri <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]> * Polish changelog for upcoming release (#12938) * Polish changelog for upcoming release * Update ChangeLog.md Co-authored-by: Jin Lei <[email protected]> * Polish changelog for upcoming release (#12940) * Added new Cluster cmdlets and fix for issue 10722 (#12926) * Added new Cluster cmdlets and fix for issue 10722 * updated help files with online version url * fix for static analysis and test * updated review comments * Update ChangeLog.md * Update review comments and corrected cmdlet summary Co-authored-by: Jin Lei <[email protected]> Co-authored-by: Yunchi Wang <[email protected]> * Include input object and resource id parameters in Server and Instance AAD Only APIs. (#12942) Co-authored-by: Jin Lei <[email protected]> * [Aks] Add addon support (#12920) * Add support for add-ons. * Update ChangeLog.md * Update the parameter of addons * Revert the change of Set-AzAks * Change back to write verbose. * Update the record file. * Add exception of get. * Remove ResourceId parameter set fof addon cmdlets. Co-authored-by: wyunchi-ms <[email protected]> * Update psd1 for Kusto GA (#12946) * Extent time out of windows PowerShell * Change output of virtual router (#12947) Co-authored-by: Dingmeng Xue <[email protected]> * Add warning for BackupStorageRedundancy (#12934) * add warning for BackupStorageRedundancy * update designer * add updated help file * add InitModelAdapter before warning message * updated recordings * update TDE tests and recordings * updated session records updated tests using new-azsqldatabase (warning) * add session records * updating tests * add updated recording Co-authored-by: Dingmeng Xue <[email protected]> * clarify the usage of Update-AzSignalRNetworkAcl (#12963) * release-2020-09-22 (#12978) Force merge it because of timeout issue * Fix newtonsoft.json loading (#12982) * update newtonsoft.json * add exceptions of shared assembly conflict Co-authored-by: Yeming Liu <[email protected]> * First connectedMachine module generated with the GA swagger (#12967) * First connectedMachine module generated with the GA swagger * Delete Az.ConnectedMachine.nuspec * IgnoreCase = false for BackupStorageRedundancy (#12985) * IgnoreCase = false for BackupStorageRedundancy * Skip Test-DatabasePauseResume to workaround test timeout temporarily * update changelog Co-authored-by: msJinLei <[email protected]> * Fix change log (#13004) * Eventhub: Added Optional switch parameter 'TrustedServiceAccessEnabled' to 'Set-AzEventHubNetworkRuleSet' cmdlet (#12949) * Added Optionnal switch parameter 'TrustedServiceAccessEnabled' to 'Set-AzEventHubNetworkRuleSet' cmdlet * updated test * typo Co-authored-by: Yabo Hu <[email protected]> * Populated failover types at Update-ASRRecoveryPlan cmdlet flow (#12996) * populated failover types at recoveryplan update * updated changeLog * updated changeLog * Corrected some typos in messages. (#12999) * Typo correction in error message * Typo correction in message. * Typo correction in message. * Typo correction in message * Update Changelog.md Co-authored-by: Yabo Hu <[email protected]> * Provide the detailed date of removing property SecretValueText (#13009) * Add -Scope AllUsers to docker images (#12995) * Fixed complaint on Managed instance's system database for vulnerability assessment (#12971) * Remove warning for system DB * Update changeLog Co-authored-by: Yabo Hu <[email protected]> * Correcting missing $ Typo in New-AzPublicIpAddress (#12986) * Correcting missing $ Typo in New-AzPublicIpAddress Did not modify change log this time * Update DatabaseActivationTests.cs Co-authored-by: Yabo Hu <[email protected]> * Fixed help message for Remove-AzExpressRouteCircuitConnectionConfig parameter AddressPrefixType (#13007) * Fixed help message for Remove-AzExpressRouteCircuitConnectionConfig * Updated ChangeLog.md * Reverted changes to ChangeLog.md as per the review comment * {IotHub} Update device sdk (#12528) * Update device sdk * Re-record test session * Removed additional NewtonSoft reference * update the device sdk in dps and iothub both * Remove Iothub reference from DPS test * Added IotHub reference * Update the DeviceProvisioningService SDK * Reverted DPS upgrade * Update changelog * [RecoveryServices.Backup] Adding workload container name validation (#13017) * Workload Container name validation * Adding change log * reverting automatic changes * init az.vmware (#13022) * init az.vmware * rename long file names * delete MSSharedLibKey.snk * add Az.VMWare to azure module list * Add ApiProperties support for Cognitive Services (#12870) * Add ApiProperties support * Change ApiProperties to singular in cmdlet name and parameter * Update NewAzureCognitiveServicesAccountApiProperty.cs Remove `SupportsShouldProcess = true` * Override signature issue * Updated breaking changes warnings in preparation for S177 Milestone PR (#13027) * New-AzManagedServicesDefinition changes * Revert "New-AzManagedServicesDefinition changes" This reverts commit 23ae0236ebee5fcc6b1e7be69101d0de5f474cb1. * Updated breaking changes warnings * Fixed typo in changelog * [Network] Add new property in VPNSite resource (#13014) * Add New-AzO365PolicyProperty and modify cmdlets. * Added help md files. * Add error suppresion * Add change log. * Update ChangeLog.md Co-authored-by: Neel Bhavsar <[email protected]> Co-authored-by: Yabo Hu <[email protected]> * Remove case sensitivity for backup storage redundancy parameter for MI (#13020) * Remove IgnoreCase=False from BackupStorageRedundancy paramtere * Add notes to ChangeLog.md * Handling null value * Update ChangeLog.md Co-authored-by: Perica Trajkov <[email protected]> Co-authored-by: Yabo Hu <[email protected]> * Update ChangeLog.md (#13032) * Update Az.ConnectedMachine.psd1 * Update Changelog.md * Fix SQL cmdlet New-AzSqlDatabaseExport to use network isolation parameters (#13003) * Fix bug in export cmdlet; fix one database backup test to be rerecordable and re-enable * Add tests for IE network isolation * Update CredScanSuppressions.json * Update src/Sql/Sql.Test/ScenarioTests/Common.ps1 Co-authored-by: Simon Redman <[email protected]> * Update src/Sql/Sql.Test/ScenarioTests/Common.ps1 Co-authored-by: Simon Redman <[email protected]> * Update src/Sql/Sql.Test/ScenarioTests/ImportExportTests.ps1 Co-authored-by: Simon Redman <[email protected]> * Update src/Sql/Sql.Test/ScenarioTests/ImportExportTests.ps1 Co-authored-by: Simon Redman <[email protected]> * Respond to PR feedback * Update changelog * Fix or skip failing tests after merge * Update ChangeLog.md Co-authored-by: Simon Redman <[email protected]> Co-authored-by: Yabo Hu <[email protected]> * Revert "Fixed complaint on Managed instance's system database for vulnerability assessment (#12971)" (#13040) This reverts commit 2bb7374db958f67b38449ac945a305f9550f86f7. * feat(): add skipMetricValidation to powershell (#13021) * add skip metric validation * remove file * remove skipMetricValidation from rule cmdlet * add unit tests * add help files * add unit tests + scenario tests * Update ChangeLog.md * update monitoring sdk version for sql tests Co-authored-by: Yabo Hu <[email protected]> * Clarify escaping special characters in Subject (#13028) * [Storage] Fix some help issue (#13034) * [Databricks] Add vent peering feature. (#13047) * [Databricks] Add vent peering feature. * [Databricks] updated ChangeLog.md * Add step of copying generate-info.json when move from generate branch to master. (#12979) Co-authored-by: wyunchi-ms <[email protected]> * Get-AzVMImage cmdlet OData support for Top, OrderBy, Expand (#13039) * dev, test, changelog, and help doc for Get-AzVMImage cmdlet. Some comments need to be removed. * add the FilterExpression property back to to PSVirtualMachineImage * adding back in FilterExpression to documentation * Adding back in FilterExpression to documentation 2 * Update Compute.Test.csproj removed version update * Update Compute.csproj reverted version back to 38.1.0 * Update Network.Test.csproj revert version to 38.1.0 * Update RecoveryServices.Backup.Test.csproj revert version to 38.1.0 * Update RecoveryServices.SiteRecovery.Test.csproj revert to 38.1.0 * Update SqlVirtualMachine.Test.csproj revert to 38.1.0 * get-azvmimge test edits * added back expand bc it is mandatory * update order by test * removed expand as discused with API owner * Add a pipeline for release candidate test (#13008) * Upload RmCoreSmokeTest.ps1 (#12820) * Remove existing modules and login * Run Smoke Test * Update daily-build.yml for Azure Pipelines * Remove items forcely * Install Az from PSGallery * Install Az from PSGallery * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Add check * Update Az Modules * Test an individual module * Install Az on top of an individual module * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Add version check * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Add Test Gallery * Add Test Gallery * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Stop using Powershell Core * Add multi-platform * Update daily-build.yml for Azure Pipelines * $PSVersionTable * Set Execution Policy * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Reset to a workable version * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Export Az module * Add -Scope CurrentUser -Force * Comment smoke test * Rerun last test * Rerun last test * Update daily-build.yml for Azure Pipelines * Test multi-platform * Update daily-build.yml for Azure Pipelines * Run in windows and linux * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * invoke ps with different version * Using Invoke-command * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Upload InstallAzModules.ps and CleanAzModules.ps1 (#12877) * Update daily-build.yml for Azure Pipelines * Design test pipeline (#12878) * Add parameter for az installation * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Add ConnectAzAccount.ps1 * Update daily-build.yml for Azure Pipelines * Add 7.0.3 * Add 7.0.3 * Add windows powershell * Fix unstable network * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Change download method * Update daily-build.yml for Azure Pipelines * Test 5.1 and 6.2.4 * Update daily-build.yml for Azure Pipelines * Test all versions for windows * Update daily-build.yml for Azure Pipelines * Test ps 6.2.4 on linux * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Transfer inline scripts to scripts * Transfer inline scripts to scripts * Transfer inline scripts to scripts * Add more log info * Throw exception in ps scripts (#12888) * Update daily-build.yml for Azure Pipelines * Update CleanAzModules.ps1 * Update UpdateAzModules.ps1 * Update daily-build.yml for Azure Pipelines * Update UpdateAzModules.ps1 * Update UpdateAnIndividualModule.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update UpdateAnIndividualModule.ps1 * Update UpdateAzModules.ps1 * Update UpdateAzModules.ps1 * Update InstallAnIndividualModuleOnTopOfAz.ps1 * Update UpdateAzModules.ps1 * Update daily-build.yml for Azure Pipelines * Update UpdateAzModules.ps1 * Update daily-build.yml for Azure Pipelines * use dotnet tool * Update UpdateAzModules.ps1 * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Set up CI with Azure Pipelines * Update UpdateAzModules.ps1 * Update UpdateAzModules.ps1 * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update PowershellGet * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update UpdateAzModules.ps1 * Update UpdateAzModules.ps1 * Test all * Update UpdateAzModules.ps1 * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update UpdateAzModules.ps1 * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update InstallAnIndividualModuleOnTopOfAz.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update UpdateAnIndividualModule.ps1 * Update UpdateAnIndividualModule.ps1 * Update UpdateAzModules.ps1 * Update UpdateAzModules.ps1 * Update daily-build.yml for Azure Pipelines * Try windows and linux * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Try all platforms * Update daily-build.yml for Azure Pipelines * Run "Download Artifact Pipeline" * Run on Linux PS 6.2.4 * Add quote to $(Gallery_Name) * Read Gallery_Name from variables * Download all artifacts * enable all platforms * Support local repository (#12932) * Set localrepo in local * Set localrepo in local * Replace localrepo (#12936) * Adjust indentation * Get source location from environment variable * Update daily-build.yml for Azure Pipelines * set environment at user level * get environment variable at the user level * Update InstallAzModules.ps1 * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update InstallAzModules.ps1 * Update daily-build.yml for Azure Pipelines * get powershellget from psgallery * Update InstallAnIndividualModuleOnTopOfAz.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update UpdateAnIndividualModule.ps1 * Update UpdateAzModules.ps1 * download the latest and official nupkg from sharefolder * Update InstallAnIndividualModuleOnTopOfAz.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update UpdateAnIndividualModule.ps1 * Update UpdateAzModules.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update UpdateAnIndividualModule.ps1 * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * Update daily-build.yml for Azure Pipelines * downloadArtifactFromInternalRelease * Update daily-build.yml for Azure Pipelines * change ls to get-childitem * adjust path * Update UpdateAnIndividualModule.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update InstallAnIndividualModuleOnTopOfAz.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update InstallAnIndividualModuleOnTopOfAz.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update UpdateAnIndividualModule.ps1 * Add release-test.yml for RC test * Add comments to explain why we remove Az and AzureRM at the same time * Refine codes * Get previous release from powershellgallery * Copy item to localrepo * list download * Remove download from azure storage * Add comments * Update InstallAnIndividualModule.ps1 * Update InstallAnIndividualModuleOnTopOfAz.ps1 * Update InstallAzModules.ps1 * Update InstallAzOnTopOfAnIndividualModule.ps1 * Update UpdateAnIndividualModule.ps1 * Update UpdateAzModules.ps1 * Update release-test.yml * Update PrepareRequiredPowershell.ps1 * Move common function to commom.ps1 * supress throw when version equals Co-authored-by: Beisi Zhou <[email protected]> * Added warning message for planning to deprecate the parameters of old private link (#13059) Co-authored-by: Zhenyu Zhou <[email protected]> * Update Set-AzLoadBalancerInboundNatPoolConfig.md (#13068) Added PS C:\> $slb | Set-AzLoadBalancer to set LB under example one * [DedicatedHsm] Added cmdlets and test cases. (#13057) * Update Set-AzLoadBalancerFrontendIpConfig.md (#13070) Adding PS C:\> $slb | Set-AzLoadBalancer to Example 1 to set the change to the LB * Microsoft.cache RP regsitering shouldn't block creating/updating redi… (#13033) * Microsoft.cache RP regsitering shouldn't block creating/updating redis cache * Update ChangeLog.md * Update ChangeLog.md Co-authored-by: Yabo Hu <[email protected]> * OOB release for Az.Sql (#13042) (#13071) * Add BackupStorageRedundancy parameter to Restore DB, Create DB Copy, Create GeoSecondary cmdlets (#13051) * add warning for BackupStorageRedundancy * update designer * add updated help file * add InitModelAdapter before warning message * updated recordings * update TDE tests and recordings * updated session records updated tests using new-azsqldatabase (warning) * update restore, copy cmdlets to include backupstorageredundancy * add backupstorageredundancy config to copy cmdlets * include BackupStoragerRedundancy in restore; make input for BackupStorageRedundancy case insensitive * add updated tests and fixed null bug in backupStorageRedundancy ToLower() * add updated ie test recording * add SupportsShouldProcess = true to restore cmdlet * updated warning msgs * Update help files * updated replication/copy test to include backup storage redundancy * Delete UserSettings.xml * Update ChangeLog.md * updated test records Co-authored-by: Yabo Hu <[email protected]> * fix version conflict (#13072) * Add Managed HSM support for SQL (#13073) * add managed hsm uri * update changelog * add managed hsm uri * update changelog * remove dup Co-authored-by: Yueren Wang <[email protected]> * Add new examples to StreamAnalytics (#13081) - Add new examples to the following modules: StreamAnalytics Co-authored-by: Maoliang Huang <[email protected]> * Add deprecation information for storage related parameters (#13079) Co-authored-by: Zhenyu Zhou <[email protected]> * Add new examples to Cdn (#13082) - Add new examples to the following modules: Cdn Co-authored-by: Maoliang Huang <[email protected]> * [Storage] update RM Blob service properties cmdlet: only set changed properties to server. (#13031) * Az.Sql OOB release 2.11.0 (#13085) * fix DateTime parse issue (#13075) * fix DateTime parse issue * Replace nupkgs to new ones * remove localfeed * [Storage] Support share soft delete (#13061) * [Storage] Support share soft delete * [Storage] Fix the CI failures * Fix dedicated HSM onboarding issues (#13074) * Improve PostgreSQL (#13089) 1.New/Update-AzPostgreSqlFirewallRule create a default name with timestamp when no name is passed (#12738) 2.Added validateset for parameter StorageAutogrow (#12736) 3.Used 'master' and 'replica' to avoid confusion when created postgresql replica server (#12743) 4.Provided hint in doc to use Update-AzPostgreSqlServer & Update-AzPostgreSqlServerConfiguration as a candidate for each …
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added