Shiying Chen
bbcc074a23
Use --client-id for user-assigned managed identity authentication in Azure CLI v2.69.0 or later. ( #514 )
2025-03-04 09:39:48 +08:00
Shiying Chen
877e2b442c
Log more claims for OIDC login ( #520 )
2025-03-03 15:30:34 +08:00
Shiying Chen
888619bccc
mention allow-no-subscriptions in missing subscriptionId error ( #512 )
2025-02-13 15:45:28 +08:00
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
Shiying Chen
6047d58862
replace the invalid link for github action doc ( #510 )
2025-02-13 11:20:07 +08:00
Yan Xu
a514566bcd
update version to 2.2.0 ( #487 )
2024-09-18 14:29:08 +08:00
Yan Xu
aa77932d98
Update Readme to support enable/disable cleanup steps ( #485 )
...
* update README.md to add cleanup examples
* update README.md
* update README.md
* update README.md
* fix markdown lint errors
---------
Co-authored-by: Shiying Chen <shiyingchen@microsoft.com >
2024-09-18 14:19:52 +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
Yan Xu
73ceb51d05
move pre cleanup to main and add pre-if and post-if ( #484 )
2024-09-14 13:28:11 +08:00
Dennis Hoelgaard Bal
ffd504ae12
Fix typo ( #483 )
2024-09-10 10:48:05 +08:00
Shiying Chen
3cf32af09d
enhance telemetry ( #478 )
2024-08-01 11:08:06 +08:00
Shiying Chen
e1a0ade0c1
Fix #459 : Errors when registering cloud profile for AzureStack ( #466 )
2024-06-20 14:41:16 +08:00
Shiying Chen
8fb68f4ade
Remove tests for self-hosted runner ( #465 )
...
* disable vm
* update
* update
2024-06-20 13:42:11 +08:00
Jesse Antoszyk
151fd0098c
Update documentation for setting audience when environment is set ( #455 )
...
* Add details about setting "audience" parameter when "environment" is not public cloud
* Remove extra added space
2024-06-04 10:47:24 +08:00
Shiying Chen
5b1f5e2d92
Replace az --version with az version ( #450 )
2024-05-27 14:55:09 +08:00
Yan Xu
cb503d892a
Disable information output in Connect-AzAccount ( #448 )
...
* disable information output in Connect-AzAccount
* fix test
2024-05-24 11:08:40 +08:00
Yeming Liu
59ce201ac2
Update CODE_OF_CONDUCT.md ( #446 )
2024-05-21 11:03:42 +08:00
Jiashuo Li
cf8f85dbab
Update azure/CLI@v1 to azure/cli@v2 and azure/powershell@v1 to azure/powershell@v2 ( #438 )
...
* patch
* fix indentation
2024-04-26 08:58:16 +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
Shiying Chen
e9468bad0a
use ncc to compile ( #428 )
2024-03-27 17:42:11 +08:00
Shiying Chen
81e1d9f360
Update README.md for azure/login@v2 ( #423 )
...
* update readme
* fix lint error
* remove 'en' from link
2024-03-04 14:01:45 +08:00
Shiying Chen
c847559275
Bump dependencies versions ( #419 )
...
* bump dependencies version
* abandon jsonpath
* remove jspath
2024-02-22 16:10:10 +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
aeb0c3630a
Fix #403 : Catch the error thrown in pre and post steps ( #407 )
...
* fix #403
* modify error handling
2024-01-17 17:37:07 +08:00
andy Augustin
2d38cb8921
docs: 📝 add warning about using self hosted runners on a single host ( #394 ) ( #397 )
...
Co-authored-by: Yan Xu <yanxu1@microsoft.com >
2024-01-11 10:03:13 +08:00
Shiying Chen
3f2bf91b4d
Fix #384 : Remove az account clear in az cli ( #398 )
2024-01-08 18:26:20 +08:00
Shiying Chen
b5038826b1
Add pre: and post: action for cleaning up ( #384 )
...
* pre and post cleanup-cli
* exec azpath
* enable azure powershell part
* set user agent
* extract utils
* divide cleanup
* extract azpsconfig class
* fix test
* move runpsscript
* change to AzPSUtils
* fix typo
2023-12-28 17:00:03 +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
1b07ea9bb5
Run az account clear instead of az logout at the beginning ( #377 )
...
* az account clear
* remove catch error
2023-12-01 10:07:30 +08:00
Shiying Chen
7c3c862a28
Update actions-secret-parser from 1.0.2 to 1.0.4 ( #378 )
...
* update actions-secret-parser to 1.0.4
* bump version in package-lock
2023-11-30 13:54:15 +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
e3b217c21b
Update README.md ( #363 )
...
* Update README.md
* update README.md
* add empty lines
* update links
* update words
* update README.md
* update README.md
* update README.md
* update README.md
* update README.md
* update README.md according to comments
* update README.md according to comments
* remove AZURE_CORE_OUTPUT from workflow examples
* add warning for MI and add links for Azure CLI and Azure PowerShell
* workaround markdownlint issue
* fix typo
* update for Azure CLI notification
* update words
2023-11-20 14:10:47 +08:00
Yan Xu
63a40ddd73
update pr-check workflow ( #370 )
2023-11-17 11:38:35 +08:00
Shiying Chen
ed5636a770
modify warning message ( #358 )
2023-10-30 16:28:18 +08:00
Yan Xu
0431fbf166
disable output in CI logs ( #359 )
2023-10-26 15:26:50 +08:00
Shiying Chen
4e0edd18ae
Secure workflow strategy for Azure CLI output configuration ( #356 )
...
* add warning for cli output
* update
* update
2023-10-25 17:08:24 +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
Shiying Chen
b998d5ad47
Update README.md for replacing --sdk-auth with --json-auth ( #342 )
2023-08-14 16:03:27 +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
Yan Xu
bed977350c
Refactor Code for better reading ( #326 )
...
* refactor
* fix test case
2023-05-29 14:15:49 +08:00
Yan Xu
990b22f2bc
Update .gitignore for ts project ( #323 )
2023-05-25 17:18:52 +08:00
Shiying Chen
a354f8d8e8
Merge pull request #322 from MoChilia/fix-readme
...
Fix format error
2023-05-25 10:20:17 +08:00
MoChilia
41a42cd279
update
2023-05-25 10:13:15 +08:00