Skip to content

[Do Not Squash] merge latest main branch change to storage preview branch #15964

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 173 commits into from
Sep 28, 2021

Conversation

blueww
Copy link
Member

@blueww blueww commented Sep 28, 2021

Description

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

kenchenMicrosoft and others added 30 commits June 24, 2021 13:22
* enable available zones for hub firewall

* recorded test

* added changelog
* Adding new parameters for CustomIpPrefix

* fix md

* fix

* fix

* fix

* fix

Co-authored-by: Weiheng Li <[email protected]>
[Do not squash] Fixed merge commits issue
The command was getting failed due to the missing space.
removed the -Type argument from the code examples. -Type has not been available since 6.2.1
* update to nuget 7.0.0 and bug fixes

* fix

* rp changes for 2020-12-01

* renames

* comments

* update to 2020 create

* fix markdown

* fix on para set

* surpress

* rename

* tenant git

* tenantgitfix

* revert

* requested changes

* example

Co-authored-by: Kacie Kang <[email protected]>
Co-authored-by: Samir Solanki <[email protected]>
…napseSparkPool cmdlet (Azure#15600)

* use false to fix autopause,autoscale null issue

* add change log for fixing autopause and autoscale issue
…support for setting SQL admin only by ObjectId (Azure#15611)

* update set sql admin cmdlet

* update help doc

Co-authored-by: Wan Yang <[email protected]>
* [PowerBI] Add Private Link Support

Add Private Link support for PowerBI team

* Remove comments in ChangLog.md

Remove comments in ChangLog.md since it's not required
* [PowerBI] Add Private Link Support

Add Private Link support for PowerBI team

* Remove comments in ChangLog.md

Remove comments in ChangLog.md since it's not required

* Update ProviderConfiguration.cs

Update API configuration for PowerBI

* [PowerBI] Add Private Link Support

Add Private Link support for PowerBI team

* Remove comments in ChangLog.md

Remove comments in ChangLog.md since it's not required

* Revert "[PowerBI] Add Private Link Support"

* Add Private Link for PowerBI

Add Private Link support for PowerBI team, with "List Private Endpoint Connection API" not available
* Move BotService to main

* Update Changelog.md

Co-authored-by: azurepowershell <[email protected]>
Co-authored-by: wyunchi-ms <[email protected]>
…only sas (Azure#15582)

* [Storage] Fix Bug 10483492: Remove-AzDataLakeGen2Item fails with readonly sas

* Revised destination existing check in move datalakegen2 item
…zure#15637)

* synapse-activite workspace

* modify help doc, remove commented useless code

* modify help doc

* modify change log

* update test file, delete useless help doc

* refine description in change log
* four cmdlets

* location to follow resource group

* add supportshouldprocess

* update test

* update key save location

* capitalization

* change

* change

* add two new parameter sets

* update

* update

* update

* update

* changelog

* update code

* four cmdlets

* location to follow resource group

* update test

* update key save location

* change

* add two new parameter sets

* update

* update

* update

* changelog

* update code

* in progress

* address comments

* update test recording

* update

* updated validation

* Update ChangeLog.md

Co-authored-by: Yabo Hu <[email protected]>
…re#15668)

* refine description for Enable-AzSynapseWorkspace cmdlet help doc

* put the description in one line
…5660)

* Update change log

* Support CICD

* Add PSWorkspaceRepositoryConfiguration

* Revert gen3 changes

* link to git repo when create a workspace

* add help docs

* redesign git repo related cmdlets

* update New-AzSynapseWorkspace.md

* update changelog

* fix for ci test

Co-authored-by: Dongwei Wang <[email protected]>
Co-authored-by: Wan Yang <[email protected]>
lee1961 and others added 15 commits September 23, 2021 16:57
Azure#15878)

* [DataFlow] add additional cmd parameter for quick reuse of cluster for dataflow commands

* added additional details to changelog and constants

* manually tested and set appropriate field when reuse flag is used

* fixed the reuse flag being set and changelog

* fix comments and null check

* update changelog

Co-authored-by: victorlee <[email protected]>
Co-authored-by: Yunchi Wang <[email protected]>
* Update Add-AzVirtualHubRoute.md

* Fix wrong encoding
* Update daily-build.yml for Azure Pipelines

* Update daily-build.yml
…icate1` to set the default name with combination of keyvault name and cert name (Azure#15937)

* Updated changelog.md

* fix Azure#14790- updated `Import-AzWebAppKeyVaultCertificate1` to set the default name with combination of keyvault name and cert name

* Update ChangeLog.md

Co-authored-by: Yunchi Wang <[email protected]>
* Use last PowerState instance in Statuses

* Update changelog
…re#15945)

* [Storage] Support new schema fields in blob inventory

* [Storage] Support PublicNetworkAccess

* Support NFSV3 rootsquash properties

* [Storage] Support AllowProtectedAppendWriteAll

* Fix CI failure
…zure#15944)

* add support for restore sql pool from dropped sql pool

* update change log
* [KeyVault] Supports creating custom role definitions

* Add ShouldProcess to New-RoleDefinition
* move some models into folder

* organize models into folders

* fix typo
* Move Elastic to main

* Adding SignatureIssues.csv

Co-authored-by: azure-powershell-bot <[email protected]>
Co-authored-by: wyunchi-ms <[email protected]>
added test cases

updated changeLog

updated help files

re-recorded tests
…Sql, Websites (Azure#15567)

* Add new examples to Compute, Monitor, Network, Resources, Sql, Websites
	- Add new examples to the following modules:
		Compute
		Monitor
		Network
		Resources
		Sql
		Websites

Co-authored-by: Maoliang Huang <[email protected]>
@blueww blueww changed the base branch from main to Az.Storage-preview September 28, 2021 06:58
@blueww blueww changed the title Mergestorage [Do Not Squash] merge latest main branch change to storage preview branch Sep 28, 2021
@blueww blueww added Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. needs-review labels Sep 28, 2021
@wyunchi-ms wyunchi-ms merged commit 21e586c into Azure:Az.Storage-preview Sep 28, 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. needs-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.