You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultProvisioningContextProvider uses IInteractionService to display notifications and prompt for inputs. The text passed to the interaction service isn't localized.
String values should be placed in a resource file under the Resources directory in the project. Interaction service should be updated to use them.