Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth: Create AzureTenant interface which includes account #1849

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

alexweininger
Copy link
Member

No description provided.

@alexweininger alexweininger requested a review from a team as a code owner December 6, 2024 18:16
@@ -19,7 +19,7 @@ export interface AzureSubscriptionProvider {
*
* @returns A list of tenants.
*/
getTenants(account?: vscode.AuthenticationSessionAccountInformation): Promise<TenantIdDescription[]>;
getTenants(account?: vscode.AuthenticationSessionAccountInformation): Promise<AzureTenant[]>;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is technically a breaking change, but it's harmless. The break would be a compile error to anyone implementing this interface. Bump to 4.0.0 or to 3.2.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add some more changes and figure it out later

@alexweininger alexweininger merged commit ee00808 into main Dec 6, 2024
4 checks passed
@alexweininger alexweininger deleted the alex/rose-dove branch December 6, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants