AzureSessionInitializer.MigrateAdalCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void MigrateAdalCache (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSession session, Func<Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer> getContextContainer, Action<string> writeWarning);
static member MigrateAdalCache : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSession * Func<Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer> * Action<string> -> unit
Public Shared Sub MigrateAdalCache (session As IAzureSession, getContextContainer As Func(Of IAzureContextContainer), writeWarning As Action(Of String))
Parameters
- session
- IAzureSession
- getContextContainer
- Func<IAzureContextContainer>