Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
# Conflicts: # src/plugins/service-azure-mongo-ru/discovery-tree/AzureMongoRUServiceRootItem.ts # src/plugins/service-azure-mongo-vcore/discovery-tree/AzureServiceRootItem.ts # src/plugins/service-azure-vm/discovery-tree/AzureServiceRootItem.ts
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.3 to 2.1.4. - [Commits](mafintosh/tar-fs@v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the 0.5.0 release for the DocumentDB for VS Code extension, introducing significant architectural improvements to authentication handling and Azure service discovery management.
- Structured authentication configuration system replacing flat username/password fields
- Enhanced Azure credential and subscription filtering management with unified multi-tenant support
- Backward-compatible authentication method improvements with deprecated type aliases
- New command interfaces and UI enhancements for credential management workflows
Reviewed Changes
Copilot reviewed 86 out of 87 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/tree/documentdb/ClusterItemBase.ts | Renamed ClusterCredentials to EphemeralClusterCredentials with structured auth configs |
| src/documentdb/auth/AuthConfig.ts | New structured authentication configuration interfaces for native and Entra ID auth |
| src/documentdb/CredentialCache.ts | Updated credential caching with structured auth support and backward compatibility |
| src/services/connectionStorageService.ts | Migrated connection storage from flat fields to structured auth configurations |
| src/plugins/api-shared/azure/* | New shared Azure management infrastructure for credentials and subscription filtering |
| src/commands/newConnection/* | Updated connection wizard with structured auth and tenant selection |
| package.json | Version bump to 0.4.2-alpha and new credential management commands |
| docs/learn-more/* | Comprehensive documentation for Azure discovery management features |
src/plugins/api-shared/azure/subscriptionFiltering/InitializeFilteringStep.ts
Show resolved
Hide resolved
sajeetharan
previously approved these changes
Oct 13, 2025
src/tree/help-and-feedback-view/HelpAndFeedbackBranchDataProvider.ts
Outdated
Show resolved
Hide resolved
src/plugins/api-shared/azure/subscriptionFiltering/subscriptionFilteringHelpers.ts
Outdated
Show resolved
Hide resolved
src/plugins/api-shared/azure/subscriptionFiltering/InitializeFilteringStep.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to the build, release, and documentation processes for the extension, along with a new changelog entry for version 0.5.0
CI/CD Pipeline Improvements
.azure-pipelines/release.ymlfile that defines a robust release workflow for publishing the extension, including version verification, artifact validation, and support for dry runs and debug output. This pipeline ensures safe and consistent releases to production.setup-nodenpm cache and removing redundant manual cache steps, leading to faster and more reliable CI runs. [1] [2] [3]--prefer-offline, disable audits and funding prompts, and suppress progress output for cleaner logs and improved performance. [1] [2] [3]Documentation and Changelog Updates
docs/index.mdfor improved clarity, grouping documentation by feature and updating links to reflect the new organization.npm run compile.Dependency Updates
.nvmrcfrom20.15to20.18to ensure compatibility with the latest features and security updates.These changes collectively improve the release process, developer experience, and documentation clarity for both users and contributors.