mirror of
https://github.com/azure/login.git
synced 2026-06-06 09:17:07 +00:00
4 lines
No EOL
68 B
TypeScript
4 lines
No EOL
68 B
TypeScript
interface IAzurePowerShellSession {
|
|
initialize();
|
|
login();
|
|
} |