forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
[AutoPR Az.DomainServices] fix: renormalize line endings #71
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
Draft
openapi-sdkautomation
wants to merge
211
commits into
master
Choose a base branch
from
sdkAuto/12653/Az.DomainServices
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
25 tasks
54a87f4
to
95404ba
Compare
95404ba
to
c08cc90
Compare
c08cc90
to
332865b
Compare
332865b
to
a939538
Compare
a939538
to
175543a
Compare
* Add retirement notice * Added a note on module retirement Co-authored-by: Damien Caro <dcaro@microsoft.com>
* add cmdlet open-azsurveylink * move new cmdlet under feedback folder * remove white space * add help markdown for new cmdlet * update common version * suppress signature issue * update parent class * update namespace for share assembly * upgrade common version * add example * fix help markdown * add required assembly
* Remove Write-Host leaking file share credentials Removed a Write-Host command that printed the Azure file share credentials when calling `New-AzContainerGroupVolumeObject` as reported in Azure#15224. * Update Changelog.md Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
* fix * name fix * put await next to create update Co-authored-by: matyang222 <matthew.yang@microsoft.com>
The current example throws an errors ``` Cannot bind parameter 'RunStartedAfter'. Cannot convert value "[DateTimeOffset]2018-09-01T21:00" to type "System.DateTimeOffset". Error: "String was not recognized as a valid DateTime." ```
* Add edge zone parameter to public ip prefix cmdlet * Update documentation * Add test session record * Update change log * Fix changelog Co-authored-by: Will Ehrich <william.ehrich@microsoft.com>
* Add edge zone parameter to public ip address cmdlet * Style issue * Simple change to retrigger CI * Fix indentation issue * Updated change log Co-authored-by: Will Ehrich <william.ehrich@microsoft.com> Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>
* Release 2021-06-15 RC3 (Azure#15253) * Update change log of Blockchain * Polish change log of Blockchain
[DO NO SQUASH] Merge release-2021-06-15 to main
…ore scenarios (Azure#15232) * Update Get-AzSynapsePipelineRun.md * Update Get-AzSynapsePipelineRun.md
* [Storage] Support NFSV3 in create account * [Storage] Support secure SMB
Co-authored-by: Will Ehrich <william.ehrich@microsoft.com>
* Updating set command in example PS C:\> $updatedgateway = Set-AzApplicationGateway -ApplicationGateway $AppGW Finally, the third command updates the application gateway. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Update Remove-AzApplicationGatewayClientAuthConfiguration.md Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing steps * for setting application gateway confirguartions in a variable * for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. Adding Set-AzApplicationGateway command Adding the missing step for saving the gateway configuration. * Correcting minor error in the example Co-authored-by: jaesoni <80025770+jaesoni@users.noreply.github.com>
* Move source files from Generated directory * Move models * Code generation tool is deprecated. File are to be manually edited * Update load balancer cmdlet * Update changelog * UT is working * Refactor UT * Another UT refactor * Add test session record * Update help file * update changelog Co-authored-by: Will Ehrich <william.ehrich@microsoft.com> Co-authored-by: Beisi Zhou <zazbs@qq.com>
* Add edge zone parameter to private link service * UT boilerplate code * Update change log * UT is passing * Refactor UT * Update test and add session record Co-authored-by: Will Ehrich <william.ehrich@microsoft.com>
* Add edge zone parameter to private endpoint cmdlet * Scenario test shell * Update change log * Boilerplate code * Refactor test * Another test refactor * It is working with edge zone * Add test session record * Fix whitespace Co-authored-by: Will Ehrich <william.ehrich@microsoft.com>
* Sync DiskPool from generation to main * add change log * suppress signature issues * change verb in changelog to its past tense
* Delete DataDog * Add Az.Datadog * Suppress error
* 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 <jikang@microsoft.com> Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
…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 <wanyang@microsoft.com>
re-recorded tests
* [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
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
* [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 <azurepowershell@ms.com> Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
update SKu desc
…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 <yabhu@microsoft.com>
…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 <dongwwa@microsoft.com> Co-authored-by: Wan Yang <wanyang@microsoft.com>
…#15666) * Create mutex names that are usable in Linux * Add changelog for bug Azure#15653 * Update ChangeLog.md Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Updating SDK version * re-recording tests, updating changelog * Update ChangeLog.md Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…e#15683) * Handle new What-If change types * Update change log
* autogen-directives-for-azure-powershell * polish per comments
* Move ProviderHub to main * Update Changelog.md Co-authored-by: azurepowershell <azurepowershell@ms.com>
Merge 082af04e7a3e5baf112b60321f2f823265fa52ed into 60d6c393c7e71b45ebe0976a35fd7a5841993159
a8599f0
to
5a14955
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Create to sync Azure/azure-rest-api-specs#12653
Please download the package through the curl command 'curl -L https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/12653/azure-powershell/Az.DomainServices/Az.DomainServices.0.1.0.nupkg -o Az.DomainServices.0.1.0.nupkg', and then you could have a try locally.