-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Export and Import Configs #18371
Export and Import Configs #18371
Conversation
3ae17a1
to
65885b6
Compare
@@ -168,7 +168,7 @@ By default it is CurrentUser. | |||
Type: Microsoft.Azure.PowerShell.Common.Config.ConfigScope | |||
Parameter Sets: (All) | |||
Aliases: | |||
Accepted values: CurrentUser, Process, Default | |||
Accepted values: CurrentUser, Process |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is expected as we do not allow clearing "Default" configs
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
This one test case is constantly failing.
Have you noticed this in other PRs? @VeryEarly |
haven't see this one before, but I did see similar issue where recorded request cannot be found even if there are no related test changes |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Description
This PR implemented exporting and importing of configurations.
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