Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR primarily adds standardized Microsoft copyright/license headers to previously unannotated files and aligns a couple of existing headers with the prevailing License.txt convention, while also tweaking ESLint configuration to ignore generated API output. These changes appear aimed at resolving lint rules relating to license headers and unnecessary linting of build artifacts.
Changes:
- Add the standard Microsoft MIT license header block to a set of test files, API utility files, and core extension source files that previously lacked it.
- Normalize existing headers in tenant and activity-log branch data provider files to match the
License.txtwording and style used elsewhere in the repo. - Update
eslint.config.mjsto ignoreapi/dist/**andapi/out/**, preventing linting of compiled output.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
test/wrapFunctionsInTelemetry.test.ts |
Adds the standard license header to the telemetry wrapping test suite. |
test/grouping.test.ts |
Adds the standard license header to grouping tests. |
test/api/workspaceResourceProvider.test.ts |
Adds the standard license header to workspace resource provider API tests. |
test/api/viewProperties.test.ts |
Adds the standard license header to view properties API tests. |
test/api/v1.test.ts |
Adds the standard license header to v1 API compatibility tests. |
test/api/subscription.test.ts |
Adds the standard license header to subscription-related API tests. |
test/api/hasPortalUrl.test.ts |
Adds the standard license header to hasPortalUrl API tests. |
test/api/getAzureResourcesExtensionApi.test.ts |
Adds the standard license header to tests for obtaining the Azure Resources extension API. |
test/api/branchDataProvider.test.ts |
Adds the standard license header to branch data provider API tests. |
test/api/azureResourceBranchDataProvider.test.ts |
Adds the standard license header to Azure resource branch data provider tests. |
test/api/api.ts |
Adds the standard license header to the shared API test helper module. |
test/api/TestBranchDataProvider.ts |
Adds the standard license header to the test branch data provider implementation used in API tests. |
test/ResourceGroupGroupingItem.test.ts |
Adds the standard license header to resource group grouping item tests. |
src/utils/logging/nodeFetch/nodeFetch.ts |
Adds the standard license header to the Node fetch logging utility without changing its behavior. |
src/utils/activityUtils.ts |
Adds the standard license header to activity utility functions. |
src/tree/tenants/TenantDefaultBranchDataProvider.ts |
Normalizes the license header to the License.txt wording and formatting and adds a blank line after the header. |
src/tree/azure/idPrefix.ts |
Adds the standard license header to the Azure ID prefix utility. |
src/tree/activityLog/ActivityLogDefaultBranchDataProvider.ts |
Normalizes the license header to the License.txt wording and formatting and adds a blank line after the header. |
src/services/getSubscriptionProviderFactory.ts |
Adds the standard license header to the subscription provider factory service. |
src/services/AzureResourcesService.ts |
Adds the standard license header to the Azure resources service implementation. |
src/cloudConsole/cloudConsoleUtils.ts |
Adds the standard license header to cloud console utility functions. |
eslint.config.mjs |
Extends ESLint configuration to ignore api/dist/** and api/out/** so that generated API artifacts are not linted. |
api/src/utils/wrapper.ts |
Adds the standard license header to the API wrapper utility while leaving the wrapper logic unchanged. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
motm32
approved these changes
Feb 4, 2026
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.
No description provided.