forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
huangpf PR: dev <- Azure:dev #686
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
1. Allow user to select Top number of jobs to return from a list 2. Explicitly order by newest job (keeps existing behavior, but ensures it doesn't change if the underying service changes ordering). 3. Test out removing the disable of service client tracing for upload/download. 4. Remove unused resx string.
1. Fix the trace logging to reduce the amount of information logged for streams to 10KB 2. Updates for encryption to support "none" explicitly.
Part of this upcoming PR helps reduce the amount of logging that happens for stream responses and requests. However, more work needs to be done to enable a more performant logging solution. Perhaps through System.Diagnostics.Trace
Compared each cmdlet to the help and ensured that all attributes are correct. Fixed the following: 1. Corrected output types to reflect what is actually output for GetAccount, NewCred, NewSecret, SetCred, SetSecret and StopJob 2. Updated SetSecret and UpdateSecret method to properly return void, since nothing is returned from the server (by design). 3. Added output types and descriptions to all of the help files.
This change preps Commitment Tier support for ADL account creation and updates. It includes: 1. New parameter for new-adla account and set-adla account 2. New parameter for new-adls account and set-adls account 3. Tests for both (in alias as well as fully qualified command names) Remaining work: 1. Remove private packages when real ones are published 2. Update help.
Refactored to be more explicit for enum use.
From discussions with AzurePowerShell team, we will hold off on fixing the outputtype attributes until the next breaking version of powershell and add warnings that indicate there is a mismatch between what the outputtype says and what is actually output.
1. Remove breaking enum 2. Add explicit -DisableEncryption flag 3. Add test 4. Fix tests to remove the use of .Properties (which is deprecated).
Note that I am still testing out the addition of the logger for ADL import and I will need to add it for export as well. So there is at least one more commit needed here.
* Need to check for null when creating Tags. * Fixing bugs and modifying tests for analysis services commands - Added ServerFullName property to powershell type. - Modified tests to validate. * Add changelog.md and bumpup version * Service management apis for ananlysis services. * Updating target version in changelog.md * Incorporating review comments * fixing help file * Adding help * Remove unused .csproj file * Changing ServiceManagement to Dataplane * Changing parameter name for login command * Updating xml help file * Removing old help files * Adding Inmemory tests for Dataplane API Renaming EnivronmentName parameter to RolloutEnvironment Fixing other review comments. * Fixing a build issue * Fixing bugs * Review comments and bug fix * Bug fixes * Fixing build break * adding ignored file. * fixing review comments * Remove dll-help file from wxi project * Removing invalid ref * Revert "Removing invalid ref" This reverts commit 27c95dc. * Revert "Remove dll-help file from wxi project" This reverts commit f886901. * Bringing back the dll-help files * adding back reference to dll-help file * Platyps based help files for analysis services * Resolving comments
* Fix Get-AzureRmVM issue (#3372) * Update AzureRM.Compute changelog.
1. Move all logging related logic into the logger constructor and dispose() methods to reduce duplication 2. Add parameter sets for diagnostic logging and make the log path required. Also update the default log level to be Error (the least verbose logging that actually logs, since None does not log). 3. Updated help to reflect these changes. 4. Removed parameter sets from passthru.
ADL Updates for Jan release
…ion Configuration
Fix sign build break
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.
No description provided.