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

[pull] master from Azure:master #1

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 23, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

blueww and others added 25 commits March 5, 2021 16:52
* Update cloudservice

* Update cloud service test case

* Fix the issues of CloudService tests

* Fix the issues of CloudService tests

* Fix the issues of CloudService tests

* Fix the issues of CloudService tests

* Fix the issues of CloudService tests

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
The default powershell array does not parse the values correctly when there is a single array , However it works fine when there are multiple arrays. 
The workaround would be to not use the default array and use [System.Collections.ArrayList] as mentioned in here #12092.
Please update the documentation , we have customers wondering why this command is not working on single array. 
I have added the script above as well in Example 1.
* Redirect bicep message to verbose stream

* update change log

Co-authored-by: Beisi Zhou <bez@microsoft.com>
* Update Set-AzVMOperatingSystem.md

* Update Set-AzVMOperatingSystem.md
* Fix version comparison in daily smoke test

* Simplify code
* Update Add-AzResourceMoverMoveResource.md
…L control and Data exfiltration protection (#14467)

* Save current status

* Update session records

* Update help doc

* Update readme

* Update help doc

* Update changelog

* Update online version

* Update BreakingChangeIssues

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
* Fix issue for PVS-Studio

* Update DataFactoryClient.Encrypt.cs

Co-authored-by: Youri <v-lipyo@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* 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
…14455)

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

making TargetZoneNumber to be int
Co-authored-by: Peiyuan Zhou <peizhou@microsoft.com>
Co-authored-by: Mahak Jain <mahja@microsoft.com>
* afd profile and endpoint boilerplate

* Get-AzAfdProfile, afd profile model, validators

* afdendpoints and utilities

* resource utility class

* upgrade sdk, refactor afd profiles, endpoints, and custom domains

* minor refactoring

* origin group & origin get, move models, refactors

* afd profile crud and refactoring

* endpoints, origin groups, and profiles

* custom domains, routes, utilities

* afd rule, afd rule sets, rule models

* security policies and tests

* SessionRecords files

* add md files for new cmdlets

* change log update

* update md files

* fix profile and custom domain tests

Co-authored-by: Jorin Mejia <jomejia@microsoft.com>
Documentation states that _Get-AzAksNodePool_ creates a node pool which is wrong, it lists node pools in a clusters.
Also it was written _'note'_ instead of '_node'_
* Changes for GA - Allow all supported service tags

* Change Test Controller to include Network and rerun Scenario Tests
* initial commit

* added remove cmdlet

* completed work on cmdlets

* adding tests, session records and fixing typos

* Adding new help files

* Adding commands help file.

* changlog change

* Changed parameters

* changing online version

* changed group members

* new STG help file

* nit

Co-authored-by: Matija Bojovic <a-mabojo@microsoft.com>
dolauli and others added 24 commits May 17, 2021 14:31
)

* Move ContainerInstance to master

* Clean handcrafted code for containerinstance (#14989)

* Fixed help link issue for containerinstance (#14992)

* add change log

* supress exception

Co-authored-by: azurepowershell <azurepowershell@ms.com>
Co-authored-by: Beisi Zhou <bez@microsoft.com>
…anch. (#15013)

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
* Upgrade artifacts to 1.0.0-preview.9

* Upgrade change log

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
* Add ChangeLog.md

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
…et aliases, help text (#14995)

* fix supportng cross subscription Data move

fixing breaking change warnings

re-generating help text

updating changelog.md

updating BreakingChangeIssues.csv

* fixing Tests

* update change Log
* Subject Name Issuer Authentication

* Update help markdown file

* Address review comments

* Upgrade AzurePowerShellCommon from 1.3.32 to 1.3.34

* adapter patch to latest Az.Accounts
* Added support for StaticSites with autorest.powershell autogen

* Remove gitigore in websites/websites.autorest

* Suppress break change warnings for websites

* Re-order module page for websites
* Add back Linux environment.

* Reset the default version of dotnet in CI environment to 2.x

* Skip the test that fails in Linux environment

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
Corrected syntax in "Example 1: Create private cloud" to use "-Sku" rather than "-SkuName"
* Move Functions to master

* Updated changelog for function

* Clean some unused docs in function (#15028)

* Suppress break change warnings for functions (#15031)

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

* added my computehelpers storagemanagementclient to asr (#14972)

Co-authored-by: Andrew Sager <asager@microsoft.com>

* repo builds.

* Network module

* include ComputeHelpers in RecoverServices csprojs

* updated Compute ChangeLog to be faithful to PR

* fixed changelog again

* update changelog and test case of Network

* Update network solution

Co-authored-by: Andrew Sager <asager@microsoft.com>
Co-authored-by: dingmeng-xue <dixue@microsoft.com>
* Made changes in the registration to onboard nodes to Azure Arc

Registering On-Premises Azure Stack HCI with Azure will also make the nodes in the cluster Azure Arc enabled.

* Change default EnableAzureArcServer to $false

Change EnableAzureArcServer to $false. We will make it default behaviour by S187 release.

* Updated Az.StackHCI BreakingChangeIssues.csv

Updated Az.StackHCI BreakingChangeIssues.csv as per recommendation

* Update BreakingChangeIssues.csv

* Remove serializedcmdlets for StackHCI since it is install in preview

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
Co-authored-by: Lei Jin <leijin@microsoft.com>
* create AzPreview module

* Update AzPreview.psd1.template

* Update AzPreview.psd1

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

* Fixes: #14884: `Set-AzWebAppSlot` to set FtpsState, #14998:`Set-AzWebApp` to set the AppSettings, #15005: `Set-AzAppServicePlan` to keep existing Tags when adding new Tags

* Build issue fixed

* Update ChangeLog.md

* Build fix

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
corrected parameter IpTag instead of IpTags under Example 3
* Fix #14869

* Update ChangeLog.md

polish change log

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
I have changed the quantity command in ### Example 1
* Fixed profile missing issue in Remove-AzCdnProfile cmdlet

* Remove redudant null check

Co-authored-by: Bo Zhang <bzhan@microsoft.com>
Add -PeeringType AzurePrivatePeering 
The PeeringType parameter is required
You do not need the $TimeGrain entry in the Example 1 code block, as its not used anywhere.
@dolauli dolauli deleted the branch ConnectionMaster:master June 11, 2021 06:34
@dolauli dolauli deleted the master branch June 11, 2021 06:34
* [Cognitive Services] Upgrade to 2021-04-30
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jun 22, 2021
@wyunchi-ms wyunchi-ms deleted the branch ConnectionMaster:master June 23, 2021 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment