Update PowerShell to use the latest SDK and bug fixes #2670
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.
Missed DataLakeStore upgrade.
Updates for file and folder download.
Tests will be in the next iteration.
Fixing the connection manager overwriting.
This is important to ensure that we have enough connections available
for ingress/egress scenarios, and it must be set before the client is
first used.
Updating the help for ADLS to include new download.
Signed local package for testing.
Add full path property to ADLS Items
Remove private package. Official is published
Adding official package from nuget.
Missed one disable of tracing.
Fixing ADL tests and re-running them
This enables ADL tests to run during CI and gets them totally updated.
fix to always copy ADL session records.
Add links to AzureRM.Resources.ps1
Following the pattern from compute tests.
Adding records directory info for mock server
This is a requirement for the tests to be discovered when run in
playback mode.
Fix ADL tests and update changelog
This updates the change log to reflect the changes made
Fixes to datetime offset for listing jobs
fix to import/export logic due to inverted parameters.
Missed one of the test updates
test fixes for ADLA and ADLS
Add specific exclusion for ADL acls
Inside of ACLs we allow ":", which breaks the playback of tests, since
it encodes ":", which results in a missed match in the recorded json
(which contains the colon). This fixes that so playback does not encode
colons for paths that start with: /webhdfs/v1/?aclspec
Fix missing resume and bad merge.
update to latest version of the store package.
Update to latest ADLS sdks
replace local feed with signed package
Update tests and fix null reference bug for ADLA