Skip to content

Conversation

@msJinLei
Copy link
Contributor

@msJinLei msJinLei commented Sep 4, 2020

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

anton-evseev and others added 25 commits June 22, 2020 10:13
…te resources. (Azure#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 <nebhavsa@microsoft.com>
* Onboard application gateway to PrivateLink Cmdlets

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…m-master

# Conflicts:
#	src/Network/Network/Az.Network.psd1
#	src/Network/Network/ChangeLog.md
…m-master

# Conflicts:
#	src/Network/Network/Az.Network.psd1
#	src/Network/Network/ChangeLog.md
#	src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs
…ce (Azure#12370)

* Skip test due to Auxilary '1' authentication error.
* 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 <yabhu@microsoft.com>
* Change test name

* Update TestVirtualRouterPeerCRUD.json
…connections and expose Reset operations for VirtualWan P2SVpnGateway & VpnGateway resources. (Azure#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.
* add BYOIP cmdlets to Network module
* new ip configurations

* changelog

* help file

* Update src/Network/Network/Models/Cortex/PSVpnGateway.cs

As per PR suggestion

Co-authored-by: Yeming Liu <felix_liu@outlook.com>

Co-authored-by: Yeming Liu <felix_liu@outlook.com>
* Fixed az nw sdk version

* Fixed SDK version
* Fixed az nw sdk version

* Fixed SDK version

* Add null check in ConditionVersion of Set-AzRoleAssignmenr (Azure#12829)

* add missing null check

* update docs

* Remove old TODO

* Added operation parameters and operation steps in MI operations PS cmdlet (Azure#12437)

* Added operation parameters and operation steps in `Get-AzSqlInstanceOperation`

* Starting validation.

* Fixing build

Co-authored-by: Jovana Toroman <jtoroman@microsoft.com>

* Adding patchStatus property to VM Instance View (Azure#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 (Azure#12825)

Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter.

* Update spelling of Proeprty to Property (Azure#12821)

Co-authored-by: Joshua Van Daalen <admin@joshuavandaalen.com.au>

* [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (Azure#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 <amagarwa@microsoft.com>
Co-authored-by: Milan Brkic <mibrkic@microsoft.com>

* [RecoveryServices.backup] changing number of VMs from 100 to 1000 (Azure#12816)

* changing number of VMs from 100 to 1000

* adding description inside changelog.md

* [KeyVault] Refactor tests (Azure#12797)

* don't use mgmt clients

* remove unused code

* remove useless comments

* Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (Azure#12459)

* Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'.

* Update src/KeyVault/KeyVault/ChangeLog.md

Co-authored-by: Yeming Liu <felix_liu@outlook.com>

* Update src/KeyVault/KeyVault/KeyVault.format.ps1xml

Co-authored-by: Yeming Liu <felix_liu@outlook.com>

* Simplify codes in VaultManagementClient.cs.

Co-authored-by: Yeming Liu <felix_liu@outlook.com>

* Disk Access changes (Azure#12673)

* baseline work

* New-AzDiskAccess Remove-AzDiskAccess

* New cmdlets

* New disk config (Azure#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 (Azure#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 <adsandor@microsoft.com>

* clean up test

* changelog.md

* adding parameters to New-AzDiskUpdateConfig

* Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (Azure#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 <thchan@microsoft.com>
Co-authored-by: Adam Sandor <adsandor@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>

Co-authored-by: Daniel Orozco <64658732+dagoroz@users.noreply.github.com>
Co-authored-by: toki95 <35834415+toki95@users.noreply.github.com>
Co-authored-by: Jovana Toroman <jtoroman@microsoft.com>
Co-authored-by: haagha <64601174+haagha@users.noreply.github.com>
Co-authored-by: Eragon Riddle <26284550+eragonriddle@users.noreply.github.com>
Co-authored-by: Joshua Van Daalen <emails@joshuavandaalen.com.au>
Co-authored-by: Joshua Van Daalen <admin@joshuavandaalen.com.au>
Co-authored-by: Amol Agarwal <57109831+amolagar5@users.noreply.github.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: Milan Brkic <mibrkic@microsoft.com>
Co-authored-by: Himanshu Agarwal <hiaga@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Beisi Zhou <zazbs@qq.com>
Co-authored-by: Yeming Liu <felix_liu@outlook.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Adam Sandor <adsandor@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
* Fixed az nw sdk version

* Fixed SDK version

* Add null check in ConditionVersion of Set-AzRoleAssignmenr (Azure#12829)

* add missing null check

* update docs

* Remove old TODO

* Added operation parameters and operation steps in MI operations PS cmdlet (Azure#12437)

* Added operation parameters and operation steps in `Get-AzSqlInstanceOperation`

* Starting validation.

* Fixing build

Co-authored-by: Jovana Toroman <jtoroman@microsoft.com>

* Adding patchStatus property to VM Instance View (Azure#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 (Azure#12825)

Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter.

* Update spelling of Proeprty to Property (Azure#12821)

Co-authored-by: Joshua Van Daalen <admin@joshuavandaalen.com.au>

* [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (Azure#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 <amagarwa@microsoft.com>
Co-authored-by: Milan Brkic <mibrkic@microsoft.com>

* [RecoveryServices.backup] changing number of VMs from 100 to 1000 (Azure#12816)

* changing number of VMs from 100 to 1000

* adding description inside changelog.md

* [KeyVault] Refactor tests (Azure#12797)

* don't use mgmt clients

* remove unused code

* remove useless comments

* Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (Azure#12459)

* Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'.

* Update src/KeyVault/KeyVault/ChangeLog.md

Co-authored-by: Yeming Liu <felix_liu@outlook.com>

* Update src/KeyVault/KeyVault/KeyVault.format.ps1xml

Co-authored-by: Yeming Liu <felix_liu@outlook.com>

* Simplify codes in VaultManagementClient.cs.

Co-authored-by: Yeming Liu <felix_liu@outlook.com>

* Disk Access changes (Azure#12673)

* baseline work

* New-AzDiskAccess Remove-AzDiskAccess

* New cmdlets

* New disk config (Azure#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 (Azure#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 <adsandor@microsoft.com>

* clean up test

* changelog.md

* adding parameters to New-AzDiskUpdateConfig

* Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (Azure#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 <thchan@microsoft.com>
Co-authored-by: Adam Sandor <adsandor@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>

* Skip network api version check (Azure#12854)

Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>

Co-authored-by: Daniel Orozco <64658732+dagoroz@users.noreply.github.com>
Co-authored-by: toki95 <35834415+toki95@users.noreply.github.com>
Co-authored-by: Jovana Toroman <jtoroman@microsoft.com>
Co-authored-by: haagha <64601174+haagha@users.noreply.github.com>
Co-authored-by: Eragon Riddle <26284550+eragonriddle@users.noreply.github.com>
Co-authored-by: Joshua Van Daalen <emails@joshuavandaalen.com.au>
Co-authored-by: Joshua Van Daalen <admin@joshuavandaalen.com.au>
Co-authored-by: Amol Agarwal <57109831+amolagar5@users.noreply.github.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: Milan Brkic <mibrkic@microsoft.com>
Co-authored-by: Himanshu Agarwal <hiaga@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Beisi Zhou <zazbs@qq.com>
Co-authored-by: Yeming Liu <felix_liu@outlook.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Adam Sandor <adsandor@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
Co-authored-by: aim-for-better <zhenyu.zhou@microsoft.com>
Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
@msJinLei msJinLei closed this Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.