forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
HPF PR: dev <- Azure:dev #448
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
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.
…cmdlets, add some verbose messages
# Conflicts: # src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj
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
Release 1.2.2
ADL Upgrade to AutoRest
[Release-1.2.2] Clean the cmdlets code, add a deprecation warning to some of the cmdlets, add some verbose messages
[Release-1.2.2] Fixed null reff exception in Select-AzureSubscription cmdlet
[Release-1.2.2] Update changelog for AzureRT
[Release-1.2.2] Fix typo in Set-AzureBatchPool example
[Release-1.2.2] Update commands.common.authentication dll and names
Updating documentation script
Release 1.2.2 merge from release-1.2.2 to master
Release 1.2.2 merge from master to 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.
No description provided.