Skip to content

Conversation

@blueww
Copy link
Member

@blueww blueww commented Jul 21, 2020

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

dingmeng-xue and others added 30 commits July 7, 2020 18:33
…nectedK8s, and K8sConfiguration (Azure#12329)

* Az.MonitoringSolutions

* Az.CustomProvider

* Az.HanaOnAzure

* cred scan

* Add files for release readiness

* Update module list

* Correct project files

* Correct HanaOnAzure solution file

* Add two modules for Kubernetes

* Correct online link of New-AzSapMonitorProviderInstance.md

* Add files for module release

* Fix link in online help

* Fix psd1 issue

* Remove Az.Accounts module from test

Co-authored-by: dingmeng-xue <dixue@microsoft.com>
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
* Public Preview of Az.AzureStackHCI module

This is the first version of Az.AzureStackHCI script based cmdlets that provide functionality to register and unregister an on-premise Hyper-Converged Infrastructure deployment with Azure.

* Renaming Az.AzureStackHCI to Az.StackHCI

Addressing PR feedback to make the Azure Stack HCI module and cmdlet names consistent with Azure PowerShell guidelines.
* Add a special judge for Az.Accounts when bump version
* Lower case server name in upsert server operation

WCF api calls will fail getting server if server name is in upper case
due to the server name validation from the backend.

To mitigate the future pressure, this fix is going to lower case the
server name while upserting in management service.

Besides, Azure portal already has the server name constraint where lower
case is attached.

* Updated changeLog.md

* Reformatted changelog.md

* Validate server name instead of lowering case it

* Make validation more robust and edit tests

Co-authored-by: weichua <huang.wayne@microsoft.com>
…#12358)

* generate powershell from 2020-05-01 api

* fix tests

* addressed feedback

* fix docs

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Change the logic of version bumper  to handle the cases that preview version is confusing.
* Add one example on Add-AzEnvironment

* Update content to follow PlatyPS schema

* Update Add-AzEnvironment.md

Minor grammar changes.

Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
* release-2020-07-14

* Correct MachineLearning modules
* Add one example on Add-AzEnvironment

* Update content to follow PlatyPS schema

* Update Add-AzEnvironment.md

Minor grammar changes.

Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
* Public Preview of Az.AzureStackHCI module

This is the first version of Az.AzureStackHCI script based cmdlets that provide functionality to register and unregister an on-premise Hyper-Converged Infrastructure deployment with Azure.

* Renaming Az.AzureStackHCI to Az.StackHCI

Addressing PR feedback to make the Azure Stack HCI module and cmdlet names consistent with Azure PowerShell guidelines.

* Updating HCI billing service to East US endpoint

HCI cloud billing service is now onboarded to East US. Also the DogFood one in West US is renamed to explcitily indicate the region.
…rce types (Azure#12376)

* Added new reservedResourceTypes

* Updated changelog

* changed formatting

Co-authored-by: Aditi <adkabra@microsoft.com>
* Update Az.StorageSync.psd1

* Add Tiering properties

* addd tiering proerties
* Fix doc issue of `Import-AzKeyVaultCertificate`
* Modified the warning message for New-AzLoadBalancerFrontendIpConfig, New-AzPublicIpAddress and New-AzPublicIpPrefix.
* Updated Enable-AzContextAutoSave ref doc

* Update Enable-AzContextAutosave.md

Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
* adding warning when not using latest image version when creading vmss

* update to tabified file

* add missing bracket

* remove new lines from Get-Content call

* minor fixes

* using assert-true method

* removing some commmented out code

* align

* indent

* newline at the end

* Update ChangeLog.md

* add location parameter to get-azcomputeresourcesku

* add help file

* update changelog.md

* review update

* Update ChangeLog.md

* review fixes

* test commit

* undo test

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
VeryEarly and others added 17 commits July 16, 2020 13:43
…add cmdlet for list/restore deleted workspace (Azure#12367)

* Added -ForceDelete option for Remove-AzOperationalInsightsworkspace

* add cmdlet Get-AzOperationalInsightsDeletedWorkspace

* add cmdlet for recover deleted workspace

* add test cases for new cmdlets

* add recorded json

* add help markdown

* re-recorded test cases

* Update RestoreAzureOperationalInsightsWorkspaceCommand.cs

remove position of parameters.

* remove redundent parameters for restore-azoperationalinsightsworkspace

* polish exception message

* bump version for operationalinsights out of band release
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
…ts (Azure#12427)

* Public Preview of Az.AzureStackHCI module

This is the first version of Az.AzureStackHCI script based cmdlets that provide functionality to register and unregister an on-premise Hyper-Converged Infrastructure deployment with Azure.

* Renaming Az.AzureStackHCI to Az.StackHCI

Addressing PR feedback to make the Azure Stack HCI module and cmdlet names consistent with Azure PowerShell guidelines.

* Updating HCI billing service to East US endpoint

HCI cloud billing service is now onboarded to East US. Also the DogFood one in West US is renamed to explcitily indicate the region.

* Validating input region, adding support for West Europe and East U2 EUAP Canary
Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com>
…ure#12425)

* update test

* update changelog

* Add Description, Condition and Condition Version torole assignments

* add null check operator

* fix changelog
fixing <<<Head conflict issues from previous merge
IotRole is correct role name
* Add necessary files for StackHCI.

* Merge

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
* Add new examples to Resources
	- Add new examples to the following modules:
		Resources

* Fix the existing examples

Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
* Add new examples to Network
	- Add new examples to the following modules:
		Network

* Fix the existing examples

* Remove added examples.

* Fix two more examples.

Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
* Move from generation branch

* Update changelogmd.

* Update changelog.md

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
…2397)

* Add parameter MaxContextPopulation to specify the number of contexts to be populated.

* Update Connect-AzAccount.md

* Add requirement to the value range of MaxContextPopulation.

* remove

* Update Connect-AzAccount.md

* Add testcases and records for maxcontextpopulation

* Modify test category to LiveOnly
Removed leading space which caused a rendering problem when viewed on GitHub.
@blueww blueww added needs-review Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. labels Jul 21, 2020
mikefrobbins and others added 7 commits July 21, 2020 13:59
Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com>
Misspelling of the command on the Examples
* [Storage] Support Track2 blob SAS and code revise

* Update UseTrack2SDK() to UseTrack2Sdk()
* Now Discover protection containers only when it's not already
     registered/discovered
   * Trigger item inquiry only if it is not already dicovered
…axContextPopulation (Azure#12434)

* Add a constant for more flexibility in setting the default value of MaxContentPopulation.

* Update ConnectAzureRmAccount.cs

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Support private offers in subscription level

* Update ChangeLog.md

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
@wyunchi-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@wyunchi-ms wyunchi-ms merged commit edc3568 into Azure:Az.Storage-preview Jul 22, 2020
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.