[Release-1.2.2] ADL Upgrade to AutoRest#1882
Merged
hovsepm merged 23 commits intoAzure:release-1.2.2from Feb 29, 2016
begoldsm:dev
Merged
[Release-1.2.2] ADL Upgrade to AutoRest#1882hovsepm merged 23 commits intoAzure:release-1.2.2from begoldsm:dev
hovsepm merged 23 commits intoAzure:release-1.2.2from
begoldsm:dev
Conversation
added 22 commits
January 11, 2016 17:31
This moves all cmdlets for DataLake over to AutoRest C# clients.
# Conflicts: # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
removing DOP requirement.
# Conflicts: # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/ScenarioTests/AdlaTestsBase.cs # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Models/DataLakeAnalyticsClient.cs # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/ScenarioTests/AdlsTestsBase.cs # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Models/DataLakeStoreClient.cs # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Models/DataLakeStoreFileSystemClient.cs # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
also includes a new client creation method for ADL clients which have unique constructors to use.
Update ADL cmdlets to use the latest AutoRest packages Update ADL cmdlets to remove Expect100Continue for performance of data ingress Remove private packages from local feed Run all tests and ensure they continue to pass. Minor renaming fixes to make class names consistent with file names Fix spacing and parameter ordering to go along with AutoRest conventions.
# Conflicts: # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config
cleanup usings.
and replace App.config
# Conflicts: # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj # src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj # src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
Contributor
Author
|
UPDATED AFTER ADDRESSING HOVSEP'S COMMENTS: PowerShell Sign: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-sign/278/ |
| /// <exception cref="System.ApplicationException"></exception> | ||
| /// <exception cref="System.ArgumentException"> | ||
| /// accountName | ||
| /// or |
Contributor
Author
There was a problem hiding this comment.
Ah, this was a ghostDoc generation. I will fix it.
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
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.
This is the PowerShell change to update ADL cmdlets to AutoRest. Rebasing the PR to the release branch instead of dev.