[Do not squash] merge master branch into network-november#14258
Merged
VeryEarly merged 98 commits intoAzure:network-novemberfrom Feb 22, 2021
Merged
[Do not squash] merge master branch into network-november#14258VeryEarly merged 98 commits intoAzure:network-novemberfrom
VeryEarly merged 98 commits intoAzure:network-novemberfrom
Conversation
* 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>
* #Commit1 * #Commit2 * #Commit3
* 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>
* 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
VeryEarly
approved these changes
Feb 22, 2021
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
src/Network/Network/ChangeLog.md
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