Skip to content

Sync Network with master branch#12235

Merged
VeryEarly merged 43 commits intoAzure:network-junefrom
anton-evseev:merge-from-master
Jun 30, 2020
Merged

Sync Network with master branch#12235
VeryEarly merged 43 commits intoAzure:network-junefrom
anton-evseev:merge-from-master

Conversation

@anton-evseev
Copy link
Contributor

Description

Checklist

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

erich-wang and others added 23 commits June 17, 2020 21:12
… 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
@anton-evseev
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@VeryEarly VeryEarly self-assigned this Jun 23, 2020
shahbj79 and others added 13 commits June 24, 2020 10:47
* 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
@VeryEarly
Copy link
Collaborator

Hi @number213 ,

CI issue was fixed, you can pull latest master now

@VeryEarly VeryEarly added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Jun 29, 2020
blueww and others added 3 commits June 29, 2020 14:29
* 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
@VeryEarly VeryEarly merged commit 80e1ea3 into Azure:network-june Jun 30, 2020
@anton-evseev anton-evseev deleted the merge-from-master branch June 30, 2020 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. needs-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.