-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Do not Squash][Storage] merge the last change from master to storage branch #12446
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
Conversation
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
…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
* Fix typo ("KeyValt" to "KeyVault")
* 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.
* Introducing SecurityTopologies cmdlets
* 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>
Wrong variable-name in example
…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
…zure#12366) Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
* 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.
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>
Contributor
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
wyunchi-ms
approved these changes
Jul 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
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