Skip to content

Commit b328f0b

Browse files
authored
Merge branch 'master' into users/sanjuyadav/canary_testing_1
2 parents 3a23bd2 + 8e7d7a4 commit b328f0b

File tree

589 files changed

+4203
-104230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

589 files changed

+4203
-104230
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Tasks/AzureSpringCloudV0 @microsoft/azure-spring-apps @ruoyuwang @menxiao
104104

105105
Tasks/AzureStaticWebAppV0/ @microsoft/azure-static-web-apps @mkarmark @joslinmicrosoft
106106

107-
Tasks/AzureTestPlanV0/ @rasunkar @microsoft\adoautotest
107+
Tasks/AzureTestPlanV0/ @manos @microsoft/adoautotest
108108

109109
Tasks/AzureWebAppV1/ @microsoft/release-management-task-team @manolerazvan
110110

@@ -160,7 +160,7 @@ Tasks/Common/azure-arm-rest-v2/ @microsoft/release-management-task-team @manol
160160

161161
Tasks/Common/azure-blobstorage-artifactProvider/ @omeshp @hiyadav @bishal-pdmsft
162162

163-
Tasks/Common/coveragepublisher/ @rasunkar @microsoft\adoautotest
163+
Tasks/Common/coveragepublisher/ @manos @microsoft/adoautotest
164164

165165
Tasks/Common/docker-common/ @microsoft/release-management-task-team @manolerazvan
166166

@@ -192,8 +192,6 @@ Tasks/DelayV1/ @microsoft/release-management-task-team @manolerazvan
192192

193193
Tasks/DeleteFilesV1/ @microsoft/azure-pipelines-tasks-and-agent @tarunramsinghani
194194

195-
Tasks/DeployVisualStudioTestAgentV2/ @rasunkar @microsoft\adoautotest
196-
197195
Tasks/DockerV0/ @microsoft/release-management-task-team @manolerazvan
198196

199197
Tasks/DockerV1/ @microsoft/release-management-task-team @manolerazvan
@@ -383,9 +381,9 @@ Tasks/PowerShellOnTargetMachinesV3/ @microsoft/release-management-task-team @ma
383381

384382
Tasks/PublishBuildArtifactsV1/ @microsoft/azure-pipelines-tasks-and-agent @tarunramsinghani
385383

386-
Tasks/PublishCodeCoverageResultsV1/ @rasunkar @microsoft\adoautotest
384+
Tasks/PublishCodeCoverageResultsV1/ @manos @microsoft/adoautotest
387385

388-
Tasks/PublishCodeCoverageResultsV2/ @rasunkar @microsoft\adoautotest
386+
Tasks/PublishCodeCoverageResultsV2/ @manos @microsoft/adoautotest
389387

390388
Tasks/PublishPipelineArtifactV0/ @carl-tanner @fadnavistanmay @b-barthel @kutsen99 @kunalkaroth
391389

@@ -399,7 +397,7 @@ Tasks/PublishTestResultsV1/ @shailesh-sk
399397

400398
Tasks/PublishTestResultsV2/ @shailesh-sk
401399

402-
Tasks/ContainerStructureTestV0/ @rasunkar
400+
Tasks/ContainerStructureTestV0/ @manos
403401

404402
Tasks/PublishToAzureServiceBusV1/ @microsoft/release-management-task-team @manolerazvan
405403

@@ -411,15 +409,15 @@ Tasks/PythonScriptV0/ @microsoft/azure-pipelines-tasks-and-agent @tarunrams
411409

412410
Tasks/QueryWorkItemsV0/ @microsoft/release-management-task-team @manolerazvan
413411

414-
Tasks/QuickPerfTestV1/ @rasunkar @microsoft\adoautotest
412+
Tasks/QuickPerfTestV1/ @manos @microsoft/adoautotest
415413

416414
Tasks/ReviewAppV0/ @ds-ms
417415

418-
Tasks/RunDistributedTestsV1/ @rasunkar @microsoft\adoautotest
416+
Tasks/RunDistributedTestsV1/ @manos @microsoft/adoautotest
419417

420-
Tasks/RunJMeterLoadTestV1/ @rasunkar @microsoft\adoautotest
418+
Tasks/RunJMeterLoadTestV1/ @manos @microsoft/adoautotest
421419

422-
Tasks/RunLoadTestV1/ @rasunkar @microsoft\adoautotest
420+
Tasks/RunLoadTestV1/ @manos @microsoft/adoautotest
423421

424422
Tasks/ServiceFabricComposeDeployV0/ @microsoft/release-management-task-team @manolerazvan
425423

@@ -455,13 +453,13 @@ Tasks/UseRubyVersionV0/ @microsoft/azure-pipelines-tasks-and-agent @tarunrams
455453

456454
Tasks/VSBuildV1/ @microsoft/azure-pipelines-tasks-and-agent @tarunramsinghani
457455

458-
Tasks/VsTestV1/ @rasunkar @microsoft\adoautotest
456+
Tasks/VsTestV1/ @manos @microsoft/adoautotest
459457

460-
Tasks/VsTestV2/ @rasunkar @microsoft\adoautotest
458+
Tasks/VsTestV2/ @manos @microsoft/adoautotest
461459

462-
Tasks/VsTestV3/ @rasunkar @microsoft\adoautotest
460+
Tasks/VsTestV3/ @manos @microsoft/adoautotest
463461

464-
Tasks/VsTestPlatformToolInstallerV1/ @rasunkar @microsoft\adoautotest
462+
Tasks/VsTestPlatformToolInstallerV1/ @manos @microsoft/adoautotest
465463

466464
Tasks/WindowsMachineFileCopyV1/ @microsoft/release-management-task-team @manolerazvan
467465

.github/pull_request_template.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@ _Assess the level of risk and provide reasoning (e.g., scope, impact, backward c
1919

2020
---
2121

22+
### **Change Behind Feature Flag** (Yes / No)
23+
_Can this change be behine feature flag, if not why?_
24+
25+
---
26+
27+
### **Tech Design / Approach**
28+
- Design has been written and reviewed.
29+
- Any architectural decisions, trade-offs, and alternatives are captured.
30+
31+
---
32+
33+
### **Documentation Changes Required** (Yes/No)
34+
_Indicate whether related documentation needs to be updated._
35+
- User guides, API specs, system diagrams, or runbooks are updated.
36+
37+
---
38+
2239
### **Unit Tests Added or Updated** (Yes / No)
2340
_Indicate whether unit tests were added or modified to reflect these changes._
2441

@@ -29,8 +46,28 @@ _List all other tests performed (manual or automated, including integration, reg
2946

3047
---
3148

32-
### **Documentation Changes Required** (Yes / No)
33-
_Indicate whether related documentation needs to be updated._
49+
### **Logging Added/Updated** (Yes/No)
50+
- Appropriate log statements are added with meaningful messages.
51+
- Logging does not expose sensitive data.
52+
- Log levels are used correctly (e.g., info, warn, error).
53+
54+
---
55+
56+
### **Telemetry Added/Updated** (Yes/No)
57+
- Custom telemetry (e.g., counters, timers, error tracking) is added as needed.
58+
- Events are tagged with proper metadata for filtering and analysis.
59+
- Telemetry is validated in staging or test environments.
60+
61+
---
62+
63+
### **Rollback Scenario and Process** (Yes/No)
64+
- Rollback plan is documented.
65+
66+
---
67+
68+
### **Dependency Impact Assessed and Regression Tested** (Yes/No)
69+
- All impacted internal modules, APIs, services, and third-party libraries are analyzed.
70+
- Results are reviewed and confirmed to not break existing functionality.
3471

3572
---
3673

Tasks/AzureAppConfigurationImportV10/package-lock.json

Lines changed: 96 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureAppConfigurationImportV10/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1616
"dependencies": {
1717
"@azure/app-configuration": "1.5.0",
18-
"@azure/app-configuration-importer-file-source": "^1.0.1-preview",
18+
"@azure/app-configuration-importer-file-source": "1.1.2-preview",
1919
"@azure/identity": "^3.1.2",
2020
"@types/mocha": "^5.2.7",
2121
"@types/node": "^20.3.1",

Tasks/AzureAppConfigurationImportV10/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 10,
12-
"Minor": 255,
12+
"Minor": 259,
1313
"Patch": 0
1414
},
1515
"instanceNameFormat": "Azure App Configuration",

Tasks/AzureAppConfigurationImportV10/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 10,
12-
"Minor": 255,
12+
"Minor": 259,
1313
"Patch": 0
1414
},
1515
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)