forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from the Azure-powershell/dev #23
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
* 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
[Release 3.4.0] Update module versions for release
Remove AzureAuditLog as a valid kind of datasource as it's been replaced by AzureActivityLog
…meter descriptions
Adding missing services Data Lake Store and Data Lake Analytics to the repo's README.md file.
Remove-AzureRmSqlDatabaseAuditing should set the UseServerDefault value to false
Sync from Azure/dev
[Release 3.4.0] Update change logs and psd1 files for release
[Release 3.4.0] Merge release --> master
…s to Update-AzureRmDiagnosticSettings in the upcoming breaking changes doc
Route Filter APIs
…hell into release-3.6.0
[Release 3.6.0] Update module versions for February release
[Release 3.6.0] Fixed network solution with broken tests (does not affect product packages).
Allow insights powershell to unselect data sinks in diagnosticsettings.
[Release 3.6.0] Fix build error with Network project
…nto release-3.6.0 # Conflicts: # src/ResourceManager/Network/Network.sln # src/ResourceManager/Sql/AzureRM.Sql.psd1
* Explained how to create service principal Also made several other minor formatting edits * Fixed formatting around Service Principal conn str * Updated Nuget instructions
[Release 3.6.0] Update change logs for release
[Release 3.6.0] Merge release --> master
[Release 3.6.0] Merge master --> dev
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
This checklist is used to make sure that common guidelines for a pull request are followed. You can find a more complete discussion of PowerShell cmdlet best practices here.
General Guidelines
Testing Guidelines
Cmdlet Signature Guidelines
ShouldProcess
and haveSupportShouldProcess=true
specified in the cmdlet attribute. You can find more information onShouldProcess
here.OutputType
attribute if any output is produced - if the cmdlet produces no output, it should implement aPassThrough
parameter.Cmdlet Parameter Guidelines