Chengming

Results 3 comments of Chengming

`Microsoft.Azure.Management.DataLake.Analytics` has been deprecated. We suggest migrating to the new SDK `Azure.ResourceManager.DataLakeAnalytics` that can specify the API version. Here is a sample ``` using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.Resources; using...

Hi @cfauchere This issue has been resolved in our latest release, please try the latest package `Azure.ResourceManager.Compute-1.0.1`

Hi, @ddobric As Microsoft.Azure.Management.Fluent has been deprecated, we recommend customers migrate to Azure.ResourceManager.XX Here is an example for creating an azure container with a volume, I hope it helps ####...