Skip to content

[Do not squash] merge master branch into network-november#14258

Merged
VeryEarly merged 98 commits intoAzure:network-novemberfrom
dingmeng-xue:network-november
Feb 22, 2021
Merged

[Do not squash] merge master branch into network-november#14258
VeryEarly merged 98 commits intoAzure:network-novemberfrom
dingmeng-xue:network-november

Conversation

@dingmeng-xue
Copy link
Copy Markdown
Member

@dingmeng-xue dingmeng-xue commented Feb 20, 2021

Description

src/Network/Network/ChangeLog.md

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)
      • {Please put the link here}
    • the markdown help files have been regenerated using the commands listed here

hiaga and others added 30 commits January 21, 2021 15:30
* 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
…lls (Azure#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.

- 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
…r backup service (Azure#14006)

* modifying policy validation limits as per backup service

* updated changelog
* 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

* 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
* Fix example format of Register-AzStackHCI

* module description

* Update Register-AzStackHCI.md

* exit 0
…e to Azure and HyperV to Azure scenarios (Azure#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

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>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
…ddress feature (Azure#14032)

* Support compute isolation feature and return private ip address feature

* Fix bad code style

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

* update
* Fix the issue of processing PSCustomObject.

* Add changelog

* Update ChangeLog.md

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
…ure#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 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>
…e#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>
…zvmwareprivatecloud (Azure#14031)

* rename VMWare to VMware

* Update Changelog.md

* Update Changelog.md

* fix changelog
* 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>
* 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
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
We had a change go into our cmdlets from someone outside the service team.  Want to ensure future changes are reviewed by us,
* dev, test, changelog, help doc

* resourceId and switch

* id

* resourceId fix

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
wyunchi-ms and others added 17 commits February 19, 2021 10:20
* 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>
…count (Azure#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 and added support for -TemplateParameterObject in TS deployments

* Update help files for new parameter set

* review fixes
…unt (Azure#13681)

* Adding null check for target storage account

* fixing the operations delay

* re-recorded failed tests
* 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>
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.
* desc update and results

* changelog

* Update ChangeLog.md

* Update ChangeLog.md

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* add and sort private links

* update changelog.md

Co-authored-by: Beisi Zhou <bez@microsoft.com>
…zure#14243)

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

* Fix the issue that Target module fails

* Add Debug info for test phase

* Add Debug info for test phase

* Add Debug info for test phase

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
2. Add `disabledPackageSources` to `nuget.config`
3. Remove useless feed from `nuget.config`

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
* Update create example

* Update examples for update MI scenario

* Update changelog

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Update sign-tool-predictor.yml for Azure Pipelines

* Update sign-tool-predictor.yml for Azure Pipelines

* change display name

* Update sign-tool-predictor.yml for Azure Pipelines

* Update sign-tool-predictor.yml for Azure Pipelines

* Update sign-tool-predictor.yml for Azure Pipelines

* Update sign-tool-predictor.yml for Azure Pipelines

* Update sign-tool-predictor.yml for Azure Pipelines
- Move the correlation id to the header.
- Remove the session id from the context. It's not used.
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
…zure#14247)

* [Storage] Upgrade to SRP SDK 19.0.0

* support secure SMB

* Support SFTP, EnableNfsV3 , AllowSharedKeyAccess

* Support Managment Policy Blobversion, filter blobtype

* [Storage] Support Resource Access Rule

* [Storage] Update test and help

* fix CI failure

* remove SmbMultichannel since it's preview feature
Remove unnecessary changelog
@dingmeng-xue dingmeng-xue added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Feb 20, 2021
@VeryEarly VeryEarly self-assigned this Feb 20, 2021
@VeryEarly VeryEarly merged commit 22d76ee into Azure:network-november Feb 22, 2021
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.