Sync Network with master branch#12235
Merged
VeryEarly merged 43 commits intoAzure:network-junefrom Jun 30, 2020
Merged
Conversation
… Service Plan not found error (Azure#12193) * Git Azure#11895 and Azure#5983 * Fix for Azure#12015- Set-AzWebAppSlot incorrectly formats serverFarmId causing Service Plan not found error * Updated ChangeLog.md * Fix for Azure#12015- Set-AzWebAppSlot incorrectly formats serverFarmId causing Service Plan not found error
* Switch to SDK use in ResourceGroup Deployments cmdlets * Include review fixes * Changed help file to reflect new output type
…ot assign linked IoT Hubs when chosisng Custom allocation policy (Azure#12212) * Send D2C message * Fix Azure#12154 * Add IotHub reference * Update ChangeLog.md Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Initial commit without tests * with tests * Recorde Session for Tests and rever csproj files * Added help md file * Bump the version * Update ChangeLog.md Co-authored-by: Milan Brkic <mibrkic@microsoft.com> Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Example was missing Update-AzVM cmdlet When running the example, the diagnostics settings were not applied to the VM, only to the variable stored in the Powershell windows at that moment. No real update was done on the VM. For the diagnostics to be applied, the cmdlet Update-AzVM still needs to be executed * Update Set-AzVMBootDiagnostic.md * Update Set-AzVMBootDiagnostic.md Co-authored-by: Yabo Hu <yabhu@microsoft.com>
release-2020-06-23
… Service Plan not found error (Azure#12193) * Git Azure#11895 and Azure#5983 * Fix for Azure#12015- Set-AzWebAppSlot incorrectly formats serverFarmId causing Service Plan not found error * Updated ChangeLog.md * Fix for Azure#12015- Set-AzWebAppSlot incorrectly formats serverFarmId causing Service Plan not found error
* Switch to SDK use in ResourceGroup Deployments cmdlets * Include review fixes * Changed help file to reflect new output type
…ot assign linked IoT Hubs when chosisng Custom allocation policy (Azure#12212) * Send D2C message * Fix Azure#12154 * Add IotHub reference * Update ChangeLog.md Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Initial commit without tests * with tests * Recorde Session for Tests and rever csproj files * Added help md file * Bump the version * Update ChangeLog.md Co-authored-by: Milan Brkic <mibrkic@microsoft.com> Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Example was missing Update-AzVM cmdlet When running the example, the diagnostics settings were not applied to the VM, only to the variable stored in the Powershell windows at that moment. No real update was done on the VM. For the diagnostics to be applied, the cmdlet Update-AzVM still needs to be executed * Update Set-AzVMBootDiagnostic.md * Update Set-AzVMBootDiagnostic.md Co-authored-by: Yabo Hu <yabhu@microsoft.com>
When trying the example with the "-Force" parameter, the cmdlet doesn't remove the assignment from a resource group. When running the same cmdlet without "-Force" than the assignment is removed. Maybe "-Confirm" was actually intended in the example?
* Introducing SecurityTopologies cmdlets * Update ChangeLog.md * Update ChangeLog.md * Change cmdlet name to Get-AzSecurityTopology * remove AllowedConnections * change name * fix conflict * Update ChangeLog.md Co-authored-by: Arik Riklin <arik.riklin@microsoft.com> Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Fix typos in traffic routing example 1 * Update Add-AzWebAppTrafficRouting.md * Update Add-AzWebAppTrafficRouting.md Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…m-master # Conflicts: # src/Network/Network/Az.Network.psd1 # src/Network/Network/ChangeLog.md
Contributor
Author
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
* Update ChangeLog.md * Update ChangeLog.md
* doc update adding example * doc update adding example * reverting version changes Co-authored-by: Bhavin Shah <bhshah@microsoft.com>
* Private link Change + SSS Recording * SyncGroup tests * CloudEndpoint Recording * Serverendpoint and RegisterServer, MgmtInterop changes * set storagesyncservice * Update TestController.cs * Update Az.StorageSync.psd1
…lInstanceActiveDirectoryAdministrator cmdlet (Azure#12197) * Allow Azure Active Directory applications to be set as SQL Server Azure Active Directory admin. * Remove IsAzureADOnlyAuthenticaion option from SetAzureSqlServerActiveDirectoryAdministrator command. We will be adding a new API to enable this option. * Update ChangeLog.md * Add Static analysis exception to exceptions file. * add support for service principal for set aad admin. * Added support for Service principal and guest users in Set-AzSqlInstanceActiveDirectoryAdministrator cmdlet * Update ChangeLog.md * Update ChangeLog.md * Update ChangeLog.md * Fix typo in variable name * Merge with released file. * Marking MI AAD Admin test as needing re-recording. After trying multiple times to re-record it, I had no luck. Co-authored-by: Amol Agarwal <amagarwa@microsoft.com> Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…ite resources. (Azure#12213) * Created Model Classes for NVA powershell object. * Added *-NetworkVirtualAppliance commands. * Added *-NVASite commands and export commands. * Added tests for NVA CRUD operations. The tests for NVA Site CRUD operations is in skipped state. Reason for this is a bug in the Nfv-RP which fails the New-AzVirtualApplianceSite command. The fix is underway and Nfv-RP team will record the tests and push it in a separate change. * Added help files for the new 11 Cmdlets. * Added entry in the Changelog * Bug fix for null NVA Id. * Added online version to help files. * Replace real guids with 0000.. in examples. * Add default resource paramsets, rename plural cmds * Supress static analysis errors. Co-authored-by: Neel Bhavsar <nebhavsa@microsoft.com> Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* update reference to common * upgrade reference in generic provider
* Update powershell-core.yml * Change test framework * Update powershell-core.yml * Update Az.Test.props * Update windows-powershell.yml * Skip Sql tests * Skipping SqlVM Unite test * Skipp SqlVM Unit test
…zure#12256) * Git Azure#11895 and Azure#5983 * Fix for Azure#12015- Set-AzWebAppSlot incorrectly formats serverFarmId causing Service Plan not found error * Updated ChangeLog.md * Fix for Azure#12015- Set-AzWebAppSlot incorrectly formats serverFarmId causing Service Plan not found error * fix Azure#11862 - Added support to use Id for Restore-AzDeletedWebApp.
- Add new examples to the following modules: Compute Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
* add macos back * Update Automation.Test.csproj * Update Storage.Test.csproj
* Rollback breaking changes from PR Azure#12141 * Fix changelog * Fix changelog
* Update ProviderConfiguration.cs * Update ProviderConfiguration.cs * changelog * Update ProviderConfiguration.cs
Collaborator
|
Hi @number213 , CI issue was fixed, you can pull latest master now |
* Fix parameter swap in hubvnet connection cmdlet * Update ChangeLog.md Co-authored-by: Shyam Dharmarajan <shdharma@microsoft.com> Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…m-master # Conflicts: # src/Network/Network/Az.Network.psd1 # src/Network/Network/ChangeLog.md # src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added