This class is the entry point for all the persistent state related to azure connections, including current environment, subscriptions, etc.
 /// <summary>
 /// Reset the default instance, used when the instance has been replaced for testing.
 /// </summary>
 public static void ResetInstance()
 {
     currentInstance = null;
 }
Exemple #2
0
 /// <summary>
 /// Reset the default instance, used when the instance has been replaced for testing.
 /// </summary>
 public static void ResetInstance()
 {
     currentInstance = null;
 }