We've upgraded to latest Azure Management libraries from Nuget and are seeing that the calls to CloudContext.Clients.Create-various-management-clients no longer exist. Is there a substituation somewhere else for this functionality?
TIA
We've upgraded to latest Azure Management libraries from Nuget and are seeing that the calls to CloudContext.Clients.Create-various-management-clients no longer exist. Is there a substituation somewhere else for this functionality?
TIA
So, it appeared that there is a decent amount of updates in the "Preview" mode of Nuget libraries for this.
It looks like some libraries, /at this time/ are released as stable releases that point correlate with dependencies in the "Preview" state. So, all of the CloudContext.Client extension methods are only present in the Preview library as Microsoft is migrating namespaces from Microsoft.WindowsAzure to Microsoft.Azure
Very confusing at the moment, hopefully things will clear up