Jacob
Jacob
Getting this exception in my program, too: ``` Microsoft.Rest.Azure.CloudException HResult=0x80131500 Message=api-version '2016-11-01' is invalid. Valid api-version: '2018-02-01-preview', '2017-09-01-preview' Source=Microsoft.Azure.Management.DataLake.Analytics StackTrace: at Microsoft.Azure.Management.DataLake.Analytics.PipelineOperations.d__5.MoveNext() at Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions.d__1.MoveNext() at Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions.List(IPipelineOperations operations, String accountName, Nullable`1...
Update: I was able to get around this error by using the `3.5.3-preview` version of the `Microsoft.Azure.Management.DataLake.Analytics` package.