Skip to content
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

bringing Asr one sdk azure- master in sync with master branch for azure/azure-powershell #16

Merged
merged 23 commits into from
Mar 16, 2021

Conversation

nilgupta6
Copy link

Description


This checklist is used to make sure that common guidelines for a pull request are followed. You can find a more complete discussion of PowerShell cmdlet best practices here.

General Guidelines

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.
  • The pull request does not introduce breaking changes (unless a major version change occurs in the assembly and module).

Testing Guidelines

  • Pull request includes test coverage for the included changes.
  • PowerShell scripts used in tests should do any necessary setup as part of the test or suite setup, and should not use hard-coded values for locations or existing resources.

Cmdlet Signature Guidelines

  • New cmdlets that make changes or have side effects should implement ShouldProcess and have SupportShouldProcess=true specified in the cmdlet attribute. You can find more information on ShouldProcess here.
  • Cmdlet specifies OutputType attribute if any output is produced - if the cmdlet produces no output, it should implement a PassThru parameter.

Cmdlet Parameter Guidelines

  • Parameter types should not expose types from the management library - complex parameter types should be defined in the module.
  • Complex parameter types are discouraged - a parameter type should be simple types as often as possible. If complex types are used, they should be shallow and easily creatable from a constructor or another cmdlet.
  • Cmdlet parameter sets should be mutually exclusive - each parameter set must have at least one mandatory parameter not in other parameter sets.

nimaller and others added 23 commits February 10, 2021 11:04
…its` and `-MaxScaleUnits` (#14150)

* initial changes

* suppress breaking change message

* Update BreakingChangeIssues.csv

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Skeleton Code

* Minor fixes

* Adding test

Co-authored-by: Abhishek Shah <shabhis@microsoft.com>
merge master branch into network-november
#14182)

* Adding skeleton code

* Adding VpnLinkConnectionBaseCmdlet and formatting display for IKE SA

* Bug fixes

* Adding test

* Update ChangeLog.md

* Adding help file

* SDK support files

* Update Get-AzVpnSiteLinkConnectionIkeSa.md

* Reverting Compute version

* Changing Network version in other csproj files

* Test bug fix

* Update CredScanSuppressions.json

* Update CredScanSuppressions.json

* Sync network with master branch (#14198)

* Added Zone Redundancy for Recovery Service Vaults (#13962)

* Corrected example command (#13901)

* Corrected example command

The Get-AzRecoveryServicesBackupProtectableItem command in the example was incorrect.

* Updated the Example 1

$Container was using "MSSQL" for ContainerType which is an invalid option.
$Container was missing VaultId
$Item was missing WorkloadType

* Update Get-AzRecoveryServicesBackupProtectableItem.md

Added spacing between terminal and command

* [AppService] Register App Service Resources for Private Link Powershells (#13967)

* Update ChangeLog.md

* Register App Service Resources for Private Link Powershells

* Update ChangeLog.md

* Update ChangeLog.md

* Only use supported commands for prediction request (#13863)

* Only use supported commands for prediction request.

- We only request predictions for the last two commands. When the
  commands are not supported, we replace them with "start_of_snippet".
  The problem of that is when the user has inputted a few unsupported
  commands such as assignments, we'll start to request prediction for
  [ "start_of_snippet", "start_of_snippet" ]. That'll the same as
  resetting the prediction as the beginning of the session. While in
  fact there may be Az commands in the history.
- The change here is not to use those unsupported commands to request
  predictions. We'll skip the unsupported commands unless we don't have
  enough commands from history to use for the prediction.

* Incorporate PR feedback

* [Az.RecoveryServices.Backup] modifying policy validation limits as per backup service (#14006)

* modifying policy validation limits as per backup service

* updated changelog

* Improve getting command ast and parse parameters (#13864)

* Improve getting command ast and parse parameters.

- We use the RelatedAsts from PSReadLine to get the command AST as the
  user input. This is what our prediction will try to match.
- Now we can parse the parameter in the format of "-Name:Value".
- We don't parse  positioinal parameters yet.

* Incorporate PR feedback.

* Add test matrix for Az.Accounts (#13760)

* add test matrix for Az.Accounts

* Update test-matrix-for-az-accounts.md

* Update test-matrix-for-az-accounts.md

* update to address comments

* update category description

* refine test auto tag

* refine test matrix

* refine document

* Documentation improvement to Az.StackHCI (#13988)

* Fix example format of Register-AzStackHCI

* module description

* Update Register-AzStackHCI.md

* exit 0

* Support for Proximity placement group and Availability zone for Vmware to Azure and HyperV to Azure scenarios (#14007)

* Support for Proximity placement group and Availability zone for Vmware to Azure and HyperV to Azure scenarios

* Updated changeLog to resolve conflicts�

* Updated changelog

* Resolving conflicts

* Addressed review comments

* Resolving conflict

* Resoving conflicts in changeLog.md file

* Fixed broken link to contribution guidelines (#14009)

* Fixed broken link to contribution guidelines

I assume the correct link should be `https://opensource.microsoft.com/collaborate` like it was updated in other projects like [azure-sdk](Azure/azure-sdk-for-c#1101).

* Updated broken link in contributing.md

Co-authored-by: Damien Caro <dcaro@microsoft.com>

* Update error kind when context is incorrect (#14013)

* Release Az.Migrate 2021-01-21 (#13995) (#14027)

* enable import EC key via byok (#14002)

Co-authored-by: Yeming Liu <yeliu@microsoft.com>

* [HDInsight] Support compute isolation feature and return private ip address feature (#14032)

* Support compute isolation feature and return private ip address feature

* Fix bad code style

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

* Update .gitignore - ignore all test results (#14043)

* Webapp: Support for appservice ImportKeyVault Certificate (#14037)

* #Commit1

* #Commit2

* #Commit3

* Cplat enablebursting (#14038)

* bursting enabled

* update

* [Automation]Fix the issue of processing PSCustomObject (#14045)

* Fix the issue of processing PSCustomObject.

* Add changelog

* Update ChangeLog.md

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>

* Log Analytics new parameters Group By ApplicationId and UserAgent (#14015)

* data dog work, signed nuget packages

* nuget pkg from signed location .net

* using the package that released data dog functionality

* update nuget and disk objs

* back to 42 to avoid test failures

* v42

* Update RecoveryServices.Backup.Test.csproj

* Update RecoveryServices.SiteRecovery.Test.csproj

* Update SqlVirtualMachine.Test.csproj

* remove bad cmdlet to see if resolves CI errors

* Update LogAnalyticTests.ps1

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>

> > @Sandido
> > Compute test module uses storage via cmdlets defined in AzureRM.Storage.ps1. New-AzStorageContext cannot be recognized because it is not defined in AzureRM.Storage.ps1.
> > Could you try to modify your test and not to use these storage cmdlets?
> 
> @msJinLei , Without this cmdlet, the test does not function. I have commented out the test code, and made the test a LiveOnly test. The code can be uncommented to be run locally. I will see if the SDK team can add New-AzStorageContext to AzureRM.Storage.ps1 at a later date. We want this work merged by 2/1 so please consider this PR for merging.

OK

* Fix top value when top is not provided (#14051)

* Fix top value when max is not provided

* Fix changelog.md error

* Update ChangeLog.md

Co-authored-by: Namrata Jagasia <najagasi@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>

* breaking change message (#14050)

* Update WAF Sdk to support RequestBodyCheck and JSON exclussions (#14044)

* Update WAF Sdk to support RequestBodyCheck and JSON exclussions

* Add check to test case

* Add sets

* Update ChangeLog.md

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>

* rename VMWare to VMware, and set confirmimpact to 'High' for remove-azvmwareprivatecloud (#14031)

* rename VMWare to VMware

* Update Changelog.md

* Update Changelog.md

* fix changelog

* change name from virtual router to route server

* Fix predicate expression for server audit (#14063)

* fix PredicateExpression for server audit policy

* re-record all audit tests to avoid regression

* updated ChangeLog.md

* Make build change

* Undo make build change

Co-authored-by: Oleg Sternberg <olsternb@microsoft.com>

* Add ExpressRoutePort MACsec SCI state  (#13928)

* Migrate macsec changes from broken repo

* Move get service principal id into PS script.  Add documentation in PS test cript

* Update ChangeLog.md

* Add SciState to Get-AzExpressRoutePort help examples

* Add test record

* change name from virtual router to route server (#14061)

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

* Update service principal warning (#14064)

* Azure VMware Solution (#14059)

* Add codeowner for policyInsights (#14052)

We had a change go into our cmdlets from someone outside the service team.  Want to ensure future changes are reviewed by us,

* Enable Get-AzVM piping to Get-AzVMExtension cmdlet (#14039)

* dev, test, changelog, help doc

* resourceId and switch

* id

* resourceId fix

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>

* Fix Microsoft.Azure.Management.ResourceManager dll conflict (#14072)

* Upgrade common, implement getserviceclient credential, invoke listener to be cleared (#14073)

* Using the latest version of autorest to generate code for 'costmanagement' (#14048)

* Move CostManagement to master

* update the changelog

* update the changelog file

Co-authored-by: azurepowershell <azurepowershell@ms.com>

* [Storage] Upgrade XSCL and Azure.Core 1.8.1 (#14058)

* Remove tools/VersionController/packages.config (#14065)

* Webapp: [Documentation]Adding Linux property for New-AzAppServicePlan cmdlet (#14078)

* #Commit1

* #Commit2

* #Commit3

* #13531Commit1

* Set-AzDataLakeGen2AclRecursive.md - Fix typo (directiry -> directory) (#14082)

* Using the latest version of autorest to generate code for 'Databricks' (#14049)

* Move Databricks to master

* update the changelog

* update the changelog file

Co-authored-by: azurepowershell <azurepowershell@ms.com>

* Add CloudError code into exception for tracking (#14077)

* Update error kind when context is incorrect

* Add cloud error code into exception data

* Add changelog

* Improve error handling and bug fix (#14033)

* Improve error handling and bug fix

* Change literal string to constant per change in Common assembly

* Fix build error

* Code refactoring

* add ACR repository operations (#13946)

* add ACR repository operations

* add shouldprocess

* implement iazuresessioncomponentlistener

* add comments and exception

* fix cache impl

* resolve comments

* getlastlisted

* remove unused class

* remove unneeded changes

* fix null reference in PSAcrManifest and remove unused suppression

* Update ChangeLog.md

* fix Acr to ACR in help markdown

* fix output type for Get-AzContainerRegistryRepository

* polish changelog for upcoming release (#14076)

* Polish changelog for az.accounts (#14080)

* Update ChangeLog.md

* Update ChangeLog.md

* Create ChangeLog.md

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>

* Update Az.Accounts help (#14090)

* Added cmdlet Test-AzMySqlFlexibleServerConnect (#14091)

* Revert module version (#14098)

* Add cmdlet Test-AzPostgreSqlFlexibleServerConnect (#14096)

* Add cmdlet Test-AzPostgreSqlFlexibleServerConnect

* Update ChangeLog.md

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

* Cover New-AzSqlElasticPool case for SQL maintenance (#14102)

* Cover New-Pool case for maintenance

* Added test coverage

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>

* Remove incorrect changelog (#14099)

* Revert module version

* Remove incorrect changelog

* add cmdlets Get/Start/convert-SynapseVulnerabilityAssessmentScan (#13690)

* SynapseVulnerabilityAssessmentScan

* refine name

* refine function

* fix problem for StartAzureSynapseSqlPoolVulnerabilityAssessmentScan not work

* some draft codes

* resolve confilct 2

* removce strange sign

* format code

* refine function

* add test

* add help doc

* code refine

* format refine

* update Az.Synapse.psd1

* add test json

* refinde document

* improve help examples

* added test json

* added test json 2

* improved test

* add tests to credscansuppression

* Get-AzSynapseSqlPoolGeoBackup and Get-AzSynapseDroppedSqlPool. (#13621)

* GetAzureSynapseSqlPoolGeoBackup

* refine function and constant

* add help

* GetAzureSynapseSqlDeletedDatabaseBackup

* refine backup function

* refine doc

* add Getazuresynapsesqldeleteddatabasebackup

* refined help doc

* refine function

* resolve id name type not found in output problem

* add test

* update command name

* resolve some comments

* resovle function problem

* test improvement

* add wildcard

* rename help doc

* add resourceid

* Update ChangeLog.md

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>

* Type fox: changed SshKeyVaule to SshKeyValue (#14087)

* Examples used New-AzAks which is legacy cmdlet and the alias for New-AzAksCluster. Changed examples to use New-AzAksCluster which is the cmdlet this documentation page targets. (#14088)

Co-authored-by: erich-wang <eriwan@microsoft.com>

* Fixed a typo in the cmdlet (#14112)

* Add legal term and parameter -AcceptEULA to 'New-AzVMwarePrivateCloud' (#14111)

* Move VMware to master

* update changelog

* Update Changelog.md

* Update New-AzVMwarePrivateCloud.ps1

* Update New-AzVMwarePrivateCloud.md

* Update New-AzVMwarePrivateCloud.ps1

Co-authored-by: azurepowershell <azurepowershell@ms.com>
Co-authored-by: Dingmeng Xue <dixue@microsoft.com>

* Revert "Pass principal type during role assignment put operations" (#14122)

* Revert "Pass principal type during role assignment put operations (#13590)"

This reverts commit 3d473e4.

* changelog

* update changelog

Co-authored-by: Daniel Orozco <64658732+dagoroz@users.noreply.github.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>

* Honoring UseManagedDisk input for HyperV to Azure scenario in site recovery service (#14128) (#14131)

* Honoring UseManagedDisk input for HyperV to Azure scenario in site recovery service

* Update in changeLog

* Update in help file

* Minor fix in help file

* Added test cases

* NIT fixes for spaces

* Addressed review comments

Co-authored-by: vidyadharijami <57709079+vidyadharijami@users.noreply.github.com>

* Added support for -QueryString parameters to cmdlets hitting /validate API and Fixed issues with dynamic parameters (#14132)

* QuerySTring support for validate cmdlets

* Refactor querystring; Fix issues with dynamic parameters

* Updated changelog and help files

* Honoring UseManagedDisk input for HyperV to Azure scenario in site recovery service (#14128)

* Honoring UseManagedDisk input for HyperV to Azure scenario in site recovery service

* Update in changeLog

* Update in help file

* Minor fix in help file

* Added test cases

* NIT fixes for spaces

* Addressed review comments

Co-authored-by: vidyadharijami <57709079+vidyadharijami@users.noreply.github.com>

* release-2021-02-09 (#14137)

* release-2021-02-09

* Update ChangeLog.md

* switch param best practice (#14142)

* add local parameter map saving to a local file (#14018) (#14140)

* add local parameter map saving to a local file

* fix local parameter map saving

* revere serviceUri change in AzPredictorSettings

Co-authored-by: yemohyle <73853907+yemohyle@users.noreply.github.com>

* Remove culture from help markdown files (#14047)

* update MarkDwon file to remove specified language

* update the "HelpGeneration" file to fix static analysis issue

* Update the ‘Az.VMware.md’ file

* update the "HelpGeneration" files

* update markdown file to fix online url issue for azsynapse

* update markdown file for Synaps

* Test-AzMySqlFlexibleServerConnect.md

* Update Test-AzPostgreSqlFlexibleServerConnect.md

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

* Optimize for CI filter. (#13994)

* Optimize for CI filter.

* Add support for TargetModule

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>

* [Tools] Use type fullname to avoid issue from class renaming. (#14147)

* Optimize for CI filter.

* Add support for TargetModule

* Avoid the issue caused by renaming class.

* Avoid the issue caused by renaming class.

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>

* Fix example doc syntax (#14146)

* [Tools] Fix the issue of different name of module and folder when run CI pipeline (#14151)

* Optimize for CI filter.

* Add support for TargetModule

* Avoid the issue caused by renaming class.

* Avoid the issue caused by renaming class.

* Fix the issue of different name of module and folder

* Fix the issue of different name of module and folder

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>

* [DataFactory]Upgrade sdk version to 4.14.0 (#14149)

* [DataFactory]Upgrade sdk version to 4.14.0

* revert

* Revert "revert"

This reverts commit aa7f924.

* Azure Automation documentation update for Get-AzAutomationWebhook and New-AzAutomationSourceControl (#14154)

* Updating documentation

* Adding new line and adding bold emphasis

* Small spelling, formatting changes (#14155)

'objecy' jumped out at me, so I figured I'd see if there's anything else needs changing to make this look better.
Question: In other functions, SubscriptionId is a "String" type - here it is listed as a "String[]" type - is this correct?

* Update Set-AzNetworkSecurityRuleConfig.md (#14176)

* Added an additional cmdline to the example which applies the changes to the load balancer (#14185)

When running the PowerShell example, the changes will not be applied to the load balancer unless you perform an additional Set-AzLoadBalancer step.

* Add cmdlet to enable/disable az predictor (#14188)

* Add cmdlet.

* Modify the parmaeter values.

* Fixed issues with TemplateSpec deployments in New-AzTenantDeployment … (#14179)

* Fixed issues with TemplateSpec deployments in New-AzTenantDeployment and New-AzManagementGroupDeployment

* Review fixes

* Modified and re-recorded Test-NewMGDeploymentFromTemplateSpec

* Acr fix (#14177) (#14189)

* fix docker push issue: use refresh token to login

* changelog

* OOB release for Az.ContainerReigstry

* resolve comments

* Blueprint: Unregister API delegating handler (#14200)

* Update blueprint client to unregister api handler

* Update change log

* Use initial client design where we create seperate clients based on whether delegating handler is used. This works better with piping scenarios

* New and set artifact cmdlets don't require bp client with $expand handler

* Clean white space

* Clean up more white space

* Fix the issue that PR changed files list is empty (#14202)

* Fix the issue that PR changed files list is empty

* Fix the issue that PR changed files list is empty

Co-authored-by: wyunchi <yunwang@microsoft.com>

* update parameter descriptions: -CustomData for Set-AzVMOperatingSystem and -LicenseType for New-AzVM (#14210)

* update md files

* Update Set-AzVMOperatingSystem.md

* Update Set-AzVMOperatingSystem.md

* Update New-AzVM.md

* Update the cmdlet parameters according to feedback. (#14217)

* [DPS] Add attestation mechanism updates to device enrollment and enrollment group commands (#14219)

* Added attestation mechanism updates to device enrollment and enrollment group commands

* Updated changelog

* Update ChangeLog.md

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

* Add prompt for usage and survey (#13965)

* Add prompt for usage and survey.

* Condition the survey and correlate survey and telemetry.

- Check if the user has used the module in the past 30 days and whether
  the user uses at least 3 times. If so, prompt the survey.
- Create a survey id based on user id and use it to associate the survey
  and the telemetry.
- Add a field in the telemetry to check if the telemetry data is from an
  internal user.

* Wrap the intercept script in the script to process.

* Update the link and message color.

* Update the survey prompt UI.

* Updated module description

* Revert the version and add copyright.

* Incorporate feedback.

* Incorporate feedback.

* Improve the comment.

* Use a new flag to ignore null value in json serialization.

* Remove the prompt about psreadlineoption.

- It's replaced with cmdlets.

Co-authored-by: Damien Caro <dcaro@microsoft.com>

* [Tools] Fix the issue of CI Pipeline (#14222)

* Fix the issue that cannot fine valid module for Generated module in CI pipeline

* Fix the issue that Target module fails

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>

* Cosmos DB: Update to 2.0.0 and Add support for NetworkAclBypass in Account (#14211)

* Make changes for Network Acl Bypass

* Add help file updates

* Changes with enum not as string

* rerun tests

* Remove extra line

* rerun gremlin test with updated

* Update ChangeLog.md

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

* Fixed invalid ts deployment error message (#14236)

* Fixed invalid ts deployment error message and added support for -TemplateParameterObject in TS deployments

* Update help files for new parameter set

* review fixes

* [AzRecoveryServices.Backup] Adding null check for target storage account (#13681)

* Adding null check for target storage account

* fixing the operations delay

* re-recorded failed tests

* Add support for Python 3 Runbook Type (#14226)

* Add support for Python 3 Runbook Type

* Update change.log

* Updated markdown help files

* Update ChangeLog.md

Co-authored-by: Mahak Jain <mahja@microsoft.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>

* Update Add-AzLoadBalancerInboundNatPoolConfig.md (#14231)

with out using the Set-AzLoadBalancer after line 42 the natpool config will not be updated to the LB and the example would be incomplete.

* Log Analytics .md files updates (#14203)

* desc update and results

* changelog

* Update ChangeLog.md

* Update ChangeLog.md

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

Co-authored-by: Himanshu Agarwal <hiaga@microsoft.com>
Co-authored-by: Sebastian Olsen <30187002+Spacebjorn@users.noreply.github.com>
Co-authored-by: jiansong-msft <77516279+jiansong-msft@users.noreply.github.com>
Co-authored-by: kceiw <hellomao@outlook.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: vidyadharijami <57709079+vidyadharijami@users.noreply.github.com>
Co-authored-by: Alexander Schmidt <32797407+devdeer-alex@users.noreply.github.com>
Co-authored-by: Damien Caro <dcaro@microsoft.com>
Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: aim-for-better <zhenyu.zhou@microsoft.com>
Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
Co-authored-by: Adam Sandor <adsandor@microsoft.com>
Co-authored-by: najagasi <49212852+najagasi@users.noreply.github.com>
Co-authored-by: Namrata Jagasia <najagasi@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: digavino <48699384+digavino@users.noreply.github.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Oleza1972 <63361762+Oleza1972@users.noreply.github.com>
Co-authored-by: Oleg Sternberg <olsternb@microsoft.com>
Co-authored-by: francescanarea <francesca@Narea.com>
Co-authored-by: Robert Lyon <35980532+rolyon@users.noreply.github.com>
Co-authored-by: Cameron Taggart <cameron.taggart@gmail.com>
Co-authored-by: Chris Eggert <pilor@users.noreply.github.com>
Co-authored-by: Youri970410 <62531040+Youri970410@users.noreply.github.com>
Co-authored-by: azurepowershell <azurepowershell@ms.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Christoph Bergmeister [MVP] <c.bergmeister@gmail.com>
Co-authored-by: Roman Khotsyn <rokhot@microsoft.com>
Co-authored-by: zesluo <zesluo@microsoft.com>
Co-authored-by: Jan David Narkiewicz <jdnark@gmail.com>
Co-authored-by: Martin Ehrnst <martin@ehrnst.no>
Co-authored-by: Daniel Orozco <64658732+dagoroz@users.noreply.github.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Gokul Premraj <gopremra@microsoft.com>
Co-authored-by: yemohyle <73853907+yemohyle@users.noreply.github.com>
Co-authored-by: Yeming Liu <felix_liu@outlook.com>
Co-authored-by: Jingshu923 <52914166+Jingshu923@users.noreply.github.com>
Co-authored-by: Shivam Tyagi <56990792+shivamT95-msft@users.noreply.github.com>
Co-authored-by: alunmj <alun@texis.com>
Co-authored-by: webguynj <webguynj@users.noreply.github.com>
Co-authored-by: Yannick Dils <62245199+yannickdils@users.noreply.github.com>
Co-authored-by: Filiz Topatan <fitopata@microsoft.com>
Co-authored-by: Ryan K <ryan.k@outlook.com>
Co-authored-by: kristynhamasaki <68716650+kristynhamasaki@users.noreply.github.com>
Co-authored-by: mahakjain314 <50352900+mahakjain314@users.noreply.github.com>
Co-authored-by: Mahak Jain <mahja@microsoft.com>
Co-authored-by: chakra146 <61271207+chakra146@users.noreply.github.com>

* Update CredScanSuppressions.json

* Update Get-AzVpnSiteLinkConnectionIkeSa.md

* Update Get-AzVpnSiteLinkConnectionIkeSa.md

* Revert "Merge branch 'network-november' into vpn-ikesa"

This reverts commit 4ec8542, reversing
changes made to e97b15b.

Co-authored-by: Abhishek Shah <shabhis@microsoft.com>
Co-authored-by: litchiyangMSFT <64560090+litchiyangMSFT@users.noreply.github.com>
Co-authored-by: Himanshu Agarwal <hiaga@microsoft.com>
Co-authored-by: Sebastian Olsen <30187002+Spacebjorn@users.noreply.github.com>
Co-authored-by: jiansong-msft <77516279+jiansong-msft@users.noreply.github.com>
Co-authored-by: kceiw <hellomao@outlook.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: vidyadharijami <57709079+vidyadharijami@users.noreply.github.com>
Co-authored-by: Alexander Schmidt <32797407+devdeer-alex@users.noreply.github.com>
Co-authored-by: Damien Caro <dcaro@microsoft.com>
Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: aim-for-better <zhenyu.zhou@microsoft.com>
Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
Co-authored-by: Adam Sandor <adsandor@microsoft.com>
Co-authored-by: najagasi <49212852+najagasi@users.noreply.github.com>
Co-authored-by: Namrata Jagasia <najagasi@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: digavino <48699384+digavino@users.noreply.github.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Oleza1972 <63361762+Oleza1972@users.noreply.github.com>
Co-authored-by: Oleg Sternberg <olsternb@microsoft.com>
Co-authored-by: francescanarea <francesca@Narea.com>
Co-authored-by: Robert Lyon <35980532+rolyon@users.noreply.github.com>
Co-authored-by: Cameron Taggart <cameron.taggart@gmail.com>
Co-authored-by: Chris Eggert <pilor@users.noreply.github.com>
Co-authored-by: Youri970410 <62531040+Youri970410@users.noreply.github.com>
Co-authored-by: azurepowershell <azurepowershell@ms.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Christoph Bergmeister [MVP] <c.bergmeister@gmail.com>
Co-authored-by: Roman Khotsyn <rokhot@microsoft.com>
Co-authored-by: zesluo <zesluo@microsoft.com>
Co-authored-by: Jan David Narkiewicz <jdnark@gmail.com>
Co-authored-by: Martin Ehrnst <martin@ehrnst.no>
Co-authored-by: Daniel Orozco <64658732+dagoroz@users.noreply.github.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Gokul Premraj <gopremra@microsoft.com>
Co-authored-by: yemohyle <73853907+yemohyle@users.noreply.github.com>
Co-authored-by: Yeming Liu <felix_liu@outlook.com>
Co-authored-by: Jingshu923 <52914166+Jingshu923@users.noreply.github.com>
Co-authored-by: Shivam Tyagi <56990792+shivamT95-msft@users.noreply.github.com>
Co-authored-by: alunmj <alun@texis.com>
Co-authored-by: webguynj <webguynj@users.noreply.github.com>
Co-authored-by: Yannick Dils <62245199+yannickdils@users.noreply.github.com>
Co-authored-by: Filiz Topatan <fitopata@microsoft.com>
Co-authored-by: Ryan K <ryan.k@outlook.com>
Co-authored-by: kristynhamasaki <68716650+kristynhamasaki@users.noreply.github.com>
Co-authored-by: mahakjain314 <50352900+mahakjain314@users.noreply.github.com>
Co-authored-by: Mahak Jain <mahja@microsoft.com>
Co-authored-by: chakra146 <61271207+chakra146@users.noreply.github.com>
* Support Reset connection for VNG and Vwan

* Updates and add recorded test for VNG

* Remove unwanted files

* Remove new VSPrompt.lnk

* Add local SDK

* Add recorded test for Reset-AzVpnSiteLinkConnection

* Update local SDK version

* Fix md file

* Fix md-2

* CR Fix-1
* fix update command

* add recording
* FOR TESTING VNG

* update test cert

* update recording

* update recording

* update help file

* fix paramSet and update recording

* fix credScan failure

* address review comments

* remove unused nupkg
* Add suppot for TrafficSelectorPolicy parameter in VpnConnection (VWAN)

* Update Network module version

* Fix new lines

* Add recorded test and update help md

* Add trafficSelectorPolicy in Update AzVpnConnection command

* Update cortexTests

* Update recorded test

* Update Network changeLog.md
…d Reset-AzVpnSiteLinkConnection Cmdlets (#14526)

* Update Reset help page

* Update Reset help-2

* Update-3

* Update-4

* Fix typo
* Updated api version for officially published one

* Removed 2 local feed packages
…and New-AzEventHubAuthorizationRuleSASToken (#14535)

* Fix #12975 New-AzServiceBusAuthorizationRuleSASToken returns invalid token

* Tidy

* Update changelog

* Fix #14534 New-AzEventHubAuthorizationRuleSASToken returns invalid token when StartTime is provided

* Tidy

* Update changelog

* Update ChangeLog.md

* Update ChangeLog.md

* Fix syntax errors

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

* Rollback the implement of json convert of automation.

* Add ChangeLog.md

* Update ChangeLog.md

* Add ChangeLog.md

* Add ChangeLog.md

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
* validation pip

* help msg

* remove data pip validation

* add log

* logic for add & remote pip

* change pip config name

* comments & tests

* add test recording

* update new-azfw help for no data pip feature

* update new-azfw doc, -PublicIpName cmd
* Fix the issue of CosmosDb

* Fix the issue of CosmosDb

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
[Automation] Merge from Az.Automation 1.5.1 release
[Network] Sync from Network november to master
* Polish for upcoming release

* update changelog

* Revert couple changes

* Update file
@nilgupta6 nilgupta6 merged commit 7a0ee9c into AsrOneSdk:azure-master Mar 16, 2021
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.