Граф коммитов

952 Коммитов

Автор SHA1 Сообщение Дата
v-soujanya 8eb5144ebc
post release changes (#1413) 2024-05-16 16:36:51 +05:30
v-soujanya ce53bd8276
Added New service connection (#1412) 2024-05-14 15:06:33 +05:30
v-soujanya 56f8fb6c0e
Post Release Changes (#1411)
* Post Release Changes

* reverting the version changes as some test cases were failing

* commenting the test cases condition
2024-04-30 18:38:03 +05:30
v-soujanya 2f06faa593
Revert "post release changes 1.0.1 (#1406)" (#1410)
This reverts commit 4b68c72b05.
2024-04-30 16:29:26 +05:30
v-soujanya 4b68c72b05
post release changes 1.0.1 (#1406) 2024-04-30 13:21:26 +05:30
Devvox93 22694d5dd9
Feat: Enable use of recursion-level parameter for wiki get_page (show) command (#1405) 2024-04-22 17:25:11 +05:30
v-soujanya 87b9d07ff1
changing the version from 0.27.0 to 1.0.0 (#1398) 2024-02-06 15:55:28 +05:30
v-soujanya fc221ad031
missed post release changes for previous release (#1396) 2024-01-29 12:06:21 +05:30
Apollo-Roboto 2291c954a8
Set Required Reviewers on Pull Request (#1363)
* added required-reviewer and optional-reviewer parameters

* added required parameter

* fix reviewer as list type

* fix test to support duplicated reviewers

* removed comments

* pleased flake8's whitespace issues

* reduce branches + more whitespace fix
2024-01-25 10:05:12 +05:30
v-soujanya 9f9da59473
Users/soujanya/test changes (#1394)
* commenting the Live test run due to test fail blocker

* fixing no module error in create release pipeline

* downgraded the python version from 3.x to 3.10

* downgraded python version
2024-01-18 12:40:22 +05:30
v-soujanya 23db451db0
Users/soujanya/test changes (#1393)
* commenting the Live test run due to test fail blocker

* fixing no module error in create release pipeline
2024-01-18 11:14:24 +05:30
v-soujanya d74aa111cd
commenting the Live test run due to test fail blocker (#1392) 2024-01-17 11:53:16 +05:30
v-soujanya c6e4295582
Replacing the test org and generating new yml recordings (#1391)
* Replacing the test org and generating new yml recordings

* test org replacement for the rest of the files

* replacing the test org

* reverted changes in ReposImportTest file and commning repotest with changes

* replacing test org

* replacing test org

* testing by commenting this case

* uncommenting the test case task

* corrected space issue

* corrected space issue

* changes

* corrected space issue

* corrected the space issue

* space issue

* replacing test org
2024-01-10 10:36:21 +05:30
v-anvashist a7da58e07d
Users/v anvashist/mergechanges (#1387)
* macimagechanges

* Machanges

* test
2023-12-06 11:43:22 +05:30
v-anvashist fb1d5eb7d0
macimagechanges (#1386) 2023-12-06 11:06:37 +05:30
v-soujanya c5a344c399
Added install Setup tools Task (#1385)
* Added install Setup tools Task

* Removed Unnecessary parens after 'if' keyword

* Fixed issue with Too many statements (61/50) (too-many-statements)

* diabled pylint on conditions

* Added install setuptools task

* fixing pipeline failures on Run test mac job

* Downgraded python version to 3.10 as some modules were deprecated
2023-12-05 17:05:22 +05:30
Aidan Ryan 4c3ef2366f
Auto-populate PR description from commit message (#1370)
Extends the behavior that auto-populates title when there is a single commit to also copy the entire commit comment to PR description. Resolves #695.

Co-authored-by: Aidan Ryan <aidanryan@microsoft.com>
2023-10-23 09:34:14 +05:30
Apollo-Roboto bd34a6fd06
added labels to pull request (#1358) 2023-07-17 10:07:06 +05:30
dependabot[bot] a325b33e02
Bump semver from 5.7.1 to 5.7.2 in /BuildTasks/markWorkItemAsStale (#1360)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-13 14:57:07 +05:30
Arvindgade 7fc9bfc19c
Updated the spelling of separated (#1346) 2023-03-23 15:34:59 +05:30
Arvindgade 7b449bcef6
Corrected the spelling of Separated (#1347) 2023-03-23 15:34:32 +05:30
Reinier Hartog 68cea39439
Add `--[min/max]-created-time` to `az pipelines releases list` (#1344) 2023-02-08 17:25:32 +05:30
v-soujanya 3ec3dc19ad
PostReleaseChanges (#1340)
* PostReleaseChanges

* Update azure-pipelines-merge.yml

* Update azure-pipelines-pr.yml
2023-01-30 13:57:50 +05:30
v-soujanya bebbae77e0
RunLiveTestTaskCommented (#1339) 2023-01-27 15:47:10 +05:30
v-soujanya d3263a6365
pipelinechanges (#1336) 2023-01-16 19:10:34 +05:30
RakeshMohanMSFT 13106d426a
{devops} Fix #23537: Fix example 'az devops security permission update' cmdlets parameter --token value (#1333)
The example fails to acknowledge that in order to for the token parameter to be correct you need to escape the $.
2023-01-16 16:33:27 +05:30
v-soujanya d199c68b26
versionIncompatabilitychanges (#1335)
* versionIncompatabilitychanges

* Update CODEOWNERS
2023-01-16 16:19:55 +05:30
RakeshMohanMSFT 311770b96a
Issue 1698 add examples for az repos import create command (#1321)
* Issue 1698 add examples for az repos import create command

Fixes https://github.com/Azure/azure-cli-extensions/issues/1698

* Update _help.py
2023-01-16 16:15:49 +05:30
v-soujanya 9c9d05d777
pipelinefailedissuefixes (#1334) 2023-01-16 15:10:12 +05:30
dependabot[bot] a5f27c118c
Bump minimatch and azure-pipelines-task-lib (#1308)
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.5 and updates ancestor dependency [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5)

Updates `azure-pipelines-task-lib` from 2.8.0 to 4.0.1-preview
- [Release notes](https://github.com/Microsoft/azure-pipelines-task-lib/releases)
- [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: azure-pipelines-task-lib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 10:39:14 +05:30
Mathivanan Palanisamy 81abbb9685
Build cancel command (#1103)
* Added build cancel command

* Added test case for build cancel command

* Reverted local vs code launch settings

* Resolved merge conflicts

* Fixed styling issue

* Updated parameter name for build cancel method
2022-10-26 10:53:31 +05:30
SaurabhSharma-MSFT 53cab5488d
Update argument text message (#1303)
Update argument text message
2022-10-18 12:02:50 +05:30
Rohit Batra b8d92eb766
Updated yaml to reflect correct service endpoint (#1304)
Updated yaml to reflect correct service endpoint
2022-10-18 11:52:09 +05:30
Janne Kujanpää b3d0392d59
Fixed default order of the identities (#1286)
* Changed comparison to support actual data typing
2022-09-15 09:49:36 +05:30
Scott Fudally 62ccf7e306
Fixes for pylint failures (#1290) 2022-08-29 09:45:35 +05:30
Julia Kulla-Mader 9aa718bb61
Update to fix build errors (#1288) 2022-08-01 15:34:45 +05:30
microsoft-github-policy-service[bot] f3bacddcc9
Microsoft mandatory file (#1284)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-07-28 18:27:06 +05:30
Scott Fudally 18e461c96f
Add mapping for Windows ARM64 to x86_64 artifacttool, similar to workaround for Darwin. Issue: https://developercommunity.visualstudio.com/t/azure-devops-cli-extension-issues-on-ARM/10084070 (#1287) 2022-07-28 18:25:16 +05:30
Dean Simpson 17b627a7cd
Fix incorrect Azure CLI reference links (#1280) 2022-07-13 10:35:37 +05:30
Thomas Moerkerken 634cf15e87
update azure pipelines deprecated vm image to latest (#1261) 2022-04-20 12:43:24 +05:30
v-anvashist 0267b759fc
PostRelease25 (#1269)
* PostRelease25

* Update authoring_tests.md

* Update authoring_tests.md

* Update authoring_tests.md

* Update authoring_tests.md
2022-03-31 12:11:50 +05:30
v-anvashist 3e147eb025
Update CODEOWNERS 2022-03-24 12:46:01 +05:30
v-anvashist 9bb1a14b29
Update CODEOWNERS 2022-03-24 12:44:34 +05:30
v-anvashist c64bfc8a0f
Test CLI Release (#1268) 2022-03-24 12:26:32 +05:30
Roshan Soni 22e5738dcd
Post Realse 24 (#1262)
Co-authored-by: Roshan <roshan.s@srencloud.com>
2022-03-24 11:19:02 +05:30
Roshan Soni 9665b71010
launch.json changes reverted (#1260)
Co-authored-by: Roshan <roshan.s@srencloud.com>
2022-03-10 00:05:36 +05:30
Roshan Soni ec5f4ee050
Added continuous-token as response (#1243)
* Initial Commit

* Run style fix

* Internal Commit

* Local changes reverted

* Run style Changes

* Launch js reverted

* Update client.py

* Update invoke.py
2022-02-17 17:59:34 +05:30
Roshan Soni 628525c722
Post realease 23 (#1246) 2022-02-07 11:59:25 +05:30
Roshan Soni 11334cd558
Allow setting remote related WI relations (#1239)
* Initial Commit

* run style fix

* Error message changed
2021-12-28 20:37:41 +05:30
gauravsaralms 568f56891b
add aasiddiq as code owner (#1237) 2021-12-13 14:51:26 +05:30