forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from main repository #3
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
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
Co-authored-by: Abhishek Shah <[email protected]>
Co-authored-by: Sachet Hegde <[email protected]>
#13695) * Added WebCategories * Update ChangeLog.md Co-authored-by: Yunchi Wang <[email protected]>
* fix 13583 13584 * suppress breaking change
* Removing newtonsoft * Fixing null reference issue in parameter predictor Co-authored-by: Juan Aguirre <[email protected]>
* Update the Azure-powershell-modules * Update documentation/azure-powershell-modules.md Co-authored-by: Yeming Liu <[email protected]> * Update the doc Co-authored-by: Yeming Liu <[email protected]>
* dedicated HSM * databricks
* Implement GetAzSqlServerMSSupportAudit * use DotNet SDK from local feed * fix tests - in progress * expose SetAzSqlServerMSSupportAudit * fix tests - in progress * fix tests - in progress * added base cmdlet class for server and DevOps audit cmdlets * full refactoring * full refactoring * full refactoring * full refactoring * make base class for RemoveServerAudit cmdlets * consume new DevOps API * adjust to latest SDK * adding MSSupport tests * more DevOps tests * DevOps tests * DevOps tests * DevOps tests * revert files changed by mistake * revert changed by mistake files * use proper Sql SDK version 1.48.0 * update ChangeLog.md * remove local NuGet package * add missing help file * update md file * fix help files * fix help files * * update CredScanSuppressions.json * move recorded tests to the correct folder * re-record failed test * restore removed comment Co-authored-by: Oleg Sternberg <[email protected]>
* Lengthen name suffix to reduce conflict
* Update changelog for release * revert CmdletLoader.cs
Co-authored-by: wyunchi-ms <[email protected]>
…d into master. (#13806) * Merge VVD update to master * Update ChangeLog.md * Update changelog for WVD Co-authored-by: Yunchi Wang <[email protected]>
* Pipeline should stop when test fails * Skip some failed test cases for the time being to make CI pass
* delete useless test * delete useless file
* Fix cases and utils script for 'BotService' * update env file * Add SubscriptionId in cmdlet ’New-AzBotService‘ * update the cmdlet 'New-AzBotservice' * Update custome file
* change alert history title and description * add release note to change log * remove changelog as only doc was changed Co-authored-by: Yeming Liu <[email protected]>
…overy services vault (#13593) * Customer Managed Key Encryption fixing static analysis fixing casing skipping tests for upcoming release resolving review comments * fixing azp
… to 2020-10-01-preview. (#13829) * [KubernetesConfiguration] Upgrade API version from 2019-11-01-preview to 2020-10-01-preview. * [KubernetesConfiguration] Updated ChangeLog.md * [KubernetesConfiguration] update help doc.
…st SDK version of management SDK (#13904) * Update search mgmt sdk * Fix breaking change * Add all the new models from SDK update * IP rules * Identity * Public network access * Private endpoint connections * Shared private link resources * Few more straggler branding changes * Add cmdlets for new features * Private endpoint connections * Private link resources * Shared private link resources * Export cmdlets to psd1 and generate mardown + update documentation * Finish off tests * Update session records * Add object pipeline parameters and corresponding documentation * Add tests for the new parmeters and remove hardcoded resource id and locations * Add session records * Incorporate changes to fix static analysis errors * Re-arrange order of imports * Add storage.management csproj * Add storage csproj Co-authored-by: Arvind Krishnaa Jagannathan <[email protected]>
* update code for Botservice * Update the changelog file * Update Changelog.md Co-authored-by: Jin Lei <[email protected]>
[Do not Squash] Release-2021-01-19 Force merge it due to Macos timeout
Force merge it due to Macos out of time. * Modified SmokeTest/RmCoreSmokeTests.ps1. * updated file SmokeTest/RmCoreSmokeTests.ps1. * Remove comment in SmokeTest/RmCoreSmokeTests.ps1. * Removed logic of the Az.Resources [Cleanup] in SmokeTest/RmCoreSmokeTests.ps1. * throw exception when the storage clean up failed in SmokeTest/RmCoreSmokeTests.ps1. * Remove break code after throw code in SmokeTest/RmCoreSmokeTests.ps1. * Add Retry-AzCommand function in SmokeTest/RmCoreSmokeTests.ps1
* Update the link of CloudShell * Update README.md
* Format IKE SA * Format fix Co-authored-by: Yeming Liu <[email protected]> * Formatting IKE SA for list and table views * Update Network.format.ps1xml * Update ChangeLog.md * Adding condition for displaying qmsa Co-authored-by: Abhishek Shah <[email protected]> Co-authored-by: Yeming Liu <[email protected]>
the command is not align with the description of Get-AzApplicationGatewayAuthenticationCertificate
* Corrected example command The Get-AzRecoveryServicesBackupProtectableItem command in the example was incorrect. * Updated the Example 1 $Container was using "MSSQL" for ContainerType which is an invalid option. $Container was missing VaultId $Item was missing WorkloadType * Update Get-AzRecoveryServicesBackupProtectableItem.md Added spacing between terminal and command
…lls (#13967) * Update ChangeLog.md * Register App Service Resources for Private Link Powershells * Update ChangeLog.md * Update ChangeLog.md
* Only use supported commands for prediction request. - We only request predictions for the last two commands. When the commands are not supported, we replace them with "start_of_snippet". The problem of that is when the user has inputted a few unsupported commands such as assignments, we'll start to request prediction for [ "start_of_snippet", "start_of_snippet" ]. That'll the same as resetting the prediction as the beginning of the session. While in fact there may be Az commands in the history. - The change here is not to use those unsupported commands to request predictions. We'll skip the unsupported commands unless we don't have enough commands from history to use for the prediction. * Incorporate PR feedback
…r backup service (#14006) * modifying policy validation limits as per backup service * updated changelog
* Improve getting command ast and parse parameters. - We use the RelatedAsts from PSReadLine to get the command AST as the user input. This is what our prediction will try to match. - Now we can parse the parameter in the format of "-Name:Value". - We don't parse positioinal parameters yet. * Incorporate PR feedback.
* add test matrix for Az.Accounts * Update test-matrix-for-az-accounts.md * Update test-matrix-for-az-accounts.md * update to address comments * update category description * refine test auto tag * refine test matrix * refine document
* Fix example format of Register-AzStackHCI * module description * Update Register-AzStackHCI.md * exit 0
…e to Azure and HyperV to Azure scenarios (#14007) * Support for Proximity placement group and Availability zone for Vmware to Azure and HyperV to Azure scenarios * Updated changeLog to resolve conflicts� * Updated changelog * Resolving conflicts * Addressed review comments * Resolving conflict * Resoving conflicts in changeLog.md file
* Fixed broken link to contribution guidelines I assume the correct link should be `https://opensource.microsoft.com/collaborate` like it was updated in other projects like [azure-sdk](Azure/azure-sdk-for-c#1101). * Updated broken link in contributing.md Co-authored-by: Damien Caro <[email protected]>
Co-authored-by: Yeming Liu <[email protected]>
…ddress feature (#14032) * Support compute isolation feature and return private ip address feature * Fix bad code style Co-authored-by: Zhenyu Zhou <[email protected]>
* #Commit1 * #Commit2 * #Commit3
* bursting enabled * update
OlegSternbergIBM
pushed a commit
that referenced
this pull request
May 17, 2021
… (App, AppType, AppTypeVersion, Service) (Azure#14458) * change to use managedclusters sdk * create managedcmdletbase to separate sdk clients * include managed client in tests project * move to folders in managed clusters * re-record managed clusters tests * update managed clusters pacakge to published version 1.0.0-beta.1 * managed app type cmdlets * managed app type version cmdlets * managed app cmdlets * managed service cmdlets and module export update * add tests for managed app, app type, app type version, service * Help Doc updates, changelog and module * Fix StaticAnalysis BreakingChange and Signature issues * remove .ManagedClusters from models namespace * regenerate help * Rename UpgradeMode to ApplicationUpgradeMode * suppress managed clusters breaking changes as it is in preview (#2) * Fix static analysis signature issues * fix breaking changes exceptions (#3) * adding missing header * fixing breakingChangeIssues file * add missing braking changes * remove duplicates from braking exceptions * fix app tests * Change Tags to singular for application Co-authored-by: Alfredo Santamaria Gomez <[email protected]> Co-authored-by: Alfredo Santamaria Gomez <[email protected]> Co-authored-by: Alfredo Santamaria <[email protected]> Co-authored-by: Yunchi Wang <[email protected]>
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.
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added