Skip to content

Sync Main to Network branch #20192

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

Merged
merged 31 commits into from
Nov 22, 2022
Merged

Conversation

BethanyZhou
Copy link
Contributor

Description

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • 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 in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

matsest and others added 26 commits November 17, 2022 11:02
* fix: set repository to mandatory

fix #19839

* chore: formatting

* docs: update help

* fix: update assembly to 2.21

* chore: add ChangeLog

* fix: use shouldsupportprocess as its called by internal command

* Update tools/Az.Tools.Installer/ChangeLog.md

Co-authored-by: Mats Estensen <[email protected]>

* Microsoft.ApplicationInsights to 2.13.1
Revert the change of parameter `Repository`

* Remove Az.Tools.Installer-help.xml

* Fix typo in Update-AzModule help message

Co-authored-by: Jin Lei <[email protected]>
Co-authored-by: msJinLei <[email protected]>
* Update Set-AzStorageAccount.md

* Update Set-AzStorageAccount.md
* Add validation of examples and url for UX metadata files

* Add alias check
* Move App to main

* Update New-AzContainerAppTrafficWeightObject.md

* Update New-AzContainerAppTrafficWeightObject.md

* Update New-AzContainerApp.md

* Update New-AzContainerApp.md

Co-authored-by: Lucas Yao <[email protected]>
…o storage account (#20137)

* switch the location of nuget packages to storage account

* update az-ps-latest
* update track1 sdk per new api version:

* update tests
…vice Principal/User doesn't have permission to list web app configuration. [#19942] (#20159)

Co-authored-by: Xuejun Li <[email protected]>
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper

* release-2022-11-17
* Restored Example 9 and added CVM as Example 13.

Related to #1222, example 9 was replaced with CVM content. Restored original Example 9 and added new Example 13 for Confidential VM support.

* Minor correction of Location name under example 13

* Corrected EncryptedWithCMK String
* Fix the url issue of Remove-AzApplicationGateway

* Fix the url issue of Remove-AzApplicationGateway
Changed 'mmutability' to 'immutability'
* Move ConnectedKubernetes to main

* update change log

Co-authored-by: azure-powershell-bot <[email protected]>
…tCertificate (#20172)

* Fixed CertificateString decoding issue in Import-AzKeyVaultCertificate

* add change log

* update MD
The example for Enable-AzCdnCustomDomainCustomHttps calls New-AzCdnManagedHttpsParameters with TLS12 as the ProtocolType even though that is an invalid value. I'm replacing the ProtocolType value with ServerNameIndication, which is one of the two valid values (ServerNameIndication and IPBased).
Force merge because of false alerts
@BethanyZhou BethanyZhou added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Nov 22, 2022
@BethanyZhou BethanyZhou changed the base branch from main to network-2022-07-01 November 22, 2022 01:15
azure-powershell-bot and others added 5 commits November 22, 2022 11:32
* Move ApplicationInsights to main

* Update SignatureIssues.csv

* Update ChangeLog.md

Co-authored-by: Lucas Yao <[email protected]>
…tion scopes (#20169)

* list encryption scope

* update swagger urls

* update list encryption scopes, examples, and changelog

* add example issues

* update per comments
@BethanyZhou BethanyZhou merged commit 03029e4 into network-2022-07-01 Nov 22, 2022
@BethanyZhou BethanyZhou deleted the bez/network-2022-07-01 branch November 22, 2022 10:15
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.