Yan Xu
3fcf81c86c
Bump braces from 3.0.2 to 3.0.3 ( #511 )
...
* Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* remove libicu and update powershell version
* apt install libicu72
* change installation url
* fix typo
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MoChilia <chenshiyingcn@163.com >
Co-authored-by: Shiying Chen <shiyingchen@microsoft.com >
2025-02-13 13:22:44 +08:00
Yan Xu
e319965b63
Add test for docker container ( #486 )
...
* add docker test
* update docker test
2024-09-18 14:04:44 +08:00
Shiying Chen
8fb68f4ade
Remove tests for self-hosted runner ( #465 )
...
* disable vm
* update
* update
2024-06-20 13:42:11 +08:00
Shiying Chen
19d77c4f9b
Change the trigger for pr check workflow ( #435 )
...
* change trigger
* remove env
2024-04-17 09:55:46 +08:00
Justin Chao
332d569187
Update Action to use Node.js v20 ( #411 )
...
* Update Action to use Node.js v20
Node.js 16 actions are deprecated.
Updating action to use Node.js 20.
Link: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
* Updating all Github workflows to use Node 20.x
Updating all Github workflows used in CI checks to use Node 20.x
---------
Co-authored-by: Justin Chao <justin.chao@optum.com >
Co-authored-by: Shiying Chen <shiyingchen@microsoft.com >
2024-02-20 13:44:57 +08:00
Shiying Chen
dcaef1266d
Temp change ci test for a bug in azps ( #416 )
2024-02-20 13:33:37 +08:00
Shiying Chen
3d449ed579
Fix CodeQL error: Resource not accessible by integration & Update CodeQL version ( #417 )
2024-02-20 13:27:37 +08:00
Shiying Chen
3f2bf91b4d
Fix #384 : Remove az account clear in az cli ( #398 )
2024-01-08 18:26:20 +08:00
Yan Xu
45c3280904
update workflow files for macos ( #390 )
2023-12-27 14:30:51 +08:00
Josh Soref
165d6877fd
Update Workflows ( #385 )
...
* Consistently use azure/powershell@v1
* Consistently use actions/checkout@v4
* Consistently use actions/setup-node@v4
* Consistently use actions/github-script@v7
* Consistently use actions/stale@v8
* Specify codql language as javascript
See https://api.github.com/repos/github/codeql-action/issues/comments/762138640
* Name ci.yml
* CodeQL does not need a special code
2023-12-27 10:26:03 +08:00
Shiying Chen
40935f9fb5
Azure/login should logout the active account at the beginning ( #376 )
...
* logout at the beginning
* remove logout step in test case
2023-11-27 17:21:50 +08:00
Shiying Chen
34b958dce7
Fix #371 : Allow optional subscriptionId in creds ( #373 )
...
* fix371
* set subId once it is given
* modify test to logout first
* update tests
* update test
2023-11-27 15:17:12 +08:00
Yan Xu
63a40ddd73
update pr-check workflow ( #370 )
2023-11-17 11:38:35 +08:00
Yan Xu
0431fbf166
disable output in CI logs ( #359 )
2023-10-26 15:26:50 +08:00
Yan Xu
8bf3bdeba9
Support Managed Identity ( #348 )
...
* support MI for CLI
* support MI for PowerShell
* refactor and fix typo
* adjust logic according to review comments
* create a type for PS Script output and add some test cases
* rename servicePrincipalKey to servicePrincipalSecret
2023-10-20 16:38:30 +08:00
Yan Xu
a00376ee0f
remove a invalid check in pr-check workflow for supporting MI PR ( #352 )
2023-10-13 10:55:23 +08:00
Yan Xu
5906929b67
replace GitHubActionGroup with GitHubAction_CI_RG ( #349 )
2023-09-27 15:09:04 +08:00
cloudsky13
d6cc2c8f90
Update workflow with new syntax for set-output ( #334 )
...
* Update workflow with new syntax for set-output
* Remove-parameter-for-escape-sequences
2023-06-13 10:21:30 +08:00
Yan Xu
4bba28a7f2
[Test] Add Positive and Negative Scenario Tests ( #332 )
...
* [Test] Add test cases for PR checks
* update checkout version
* use another env
* print token for check
* update env back to Automation test
2023-06-06 10:22:14 +08:00
Shiying Chen
1fe46a2c7b
Close the issue with label needs-author-feedback for 20 days without activity ( #313 )
...
* auto check n-a-f
* Update days-before-stale to 20
* Update defaultLabels.yml
* Update close-issue-message
2023-05-08 14:01:52 +08:00
Youssef Victor
e486cf5b9b
Update README.md and enforce markdownlint ( #260 )
2022-12-19 16:16:28 +05:30
BALAGA-GAYATRI
96c02d96d3
fixed yaml syntax
2022-12-19 16:11:01 +05:30
BALAGA-GAYATRI
2402d47c47
Added setup node step in CI
2022-12-19 16:05:17 +05:30
Balaga Gayatri
dc26b5279a
fix version for codeql-action in CI ( #273 )
...
* Update CodeQL v2
* fix lib object
* updated package-lock
Co-authored-by: jbenaventem <jesus.benavente@gruposantander.com >
2022-11-16 17:12:14 +05:30
Youssef Victor
9f262f3412
Update pr-check to use Node 16 ( #268 )
2022-11-16 17:07:49 +05:30
Balaga Gayatri
6453efca84
Rename integration-tests.yml to azure-login-integration-tests.yml
2022-07-11 15:14:41 +05:30
Balaga Gayatri
e6ca011ab7
Create integration-tests.yml
2022-07-11 15:14:11 +05:30
Balaga Gayatri
c4459aba85
Deleting this workflow as this is no longer used
2022-07-11 13:33:42 +05:30
Balaga Gayatri
11ff950770
Update azure-login-canary.yml
2022-06-14 12:22:53 +05:30
Balaga Gayatri
980d0f57a2
Added Canary tests related documentation and few more cases( #232 )
2022-06-10 17:20:07 +05:30
Balaga Gayatri
819ac8d2a9
Update azure-login-canary.yml ( #230 )
2022-06-03 17:11:18 +05:30
Balaga Gayatri
63b39ef8c4
Create azure-login-canary.yml ( #229 )
2022-06-03 16:03:36 +05:30
Kanika Pasrija
7f56506e21
Adding repository parameter
...
This is to pick from forked branch
2021-09-15 12:39:33 +05:30
Balaga Gayatri
c9dca98403
Workflow for testing automation ( #131 )
...
* Create azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
2021-08-23 13:44:28 +05:30
Balaga Gayatri
177ab1c8df
Rename bug-report---feature-request.md to bug-report-feature-request.md ( #127 )
2021-08-09 14:00:43 +05:30
Kanika Pasrija
5dc2a74a43
Create CODEOWNERS
2021-08-05 13:20:35 +05:30
Ishita Chawla
a0110a77ec
Create auto-triage-issues ( #120 )
...
* Create auto-triage-issues
* Update auto-triage-issues
* Update auto-triage-issues
2021-06-21 16:19:31 +05:30
Balaga Gayatri
b6d623b57e
Update defaultLabels.yml
2021-06-03 18:20:15 +05:30
Balaga Gayatri
bbbe7da52a
Update defaultLabels.yml
2021-06-03 17:18:30 +05:30
Balaga Gayatri
a9a1dcd2f7
Create defaultLabels.yml
2021-05-28 16:50:38 +05:30
Amruta Kawade
aa362ff93f
Delete custom.md
2020-12-28 14:51:43 +05:30
Amruta Kawade
80b45a252f
Update issue templates
2020-12-28 14:50:50 +05:30
Amruta Kawade
14ff6a1af1
Update issue templates ( #92 )
2020-12-28 14:44:16 +05:30
Amruta Kawade
756a6f0316
Create issue-label-bot.yaml
2020-10-06 10:30:41 +05:30
Justin Hutchings
7e173d1a14
Add CodeQL security scanning ( #35 )
2020-09-22 13:33:27 +05:30
aksm-ms
91da0d4635
Update ci.yml
2020-07-21 15:17:27 +05:30
aksm-ms
3ec3e73a1c
Added Unit tests ( #15 )
...
* Added unit tests for Azure PowerShell
* Added unit tests
* changes in utils
* removed babel
* changed variable name of enable-PSSession
* refactor
* added ci.yml
* changes in utils test
2020-04-08 17:42:18 +05:30