Shiying Chen

Results 27 comments of Shiying Chen

Hi, @StevenBucher98! Thanks for your suggestion! We tried running ```Invoke-ScriptAnalyzer *.ps1``` on an entire directory, but it still needed to ```import-module``` for every .ps1 file. So we tried to solve...

Hi, @bergmeister! Following is the full error using ```$error | select *```. ``` PS /home/shiying/azure-powershell> $error | select * PSMessageDetails : Exception : System.InvalidOperationException: Collection was modified; enumeration operation may...

@Saglodha, could you please take a look at this issue?

Hi @freedge, we recommend using OIDC or Managed Identity for login instead of using secrets to prevent leaks. For measures you mentioned, unfortunately, azure-cli does not currently support using environment...

@freedge, as mentioned in https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs > GitHub stores input parameters as environment variables. Is it possible to retrieve the password in `azure/login` through a newfstatat system call? The secret login...

The GitHub-hosted runner is an ephemeral runner that exists only for the duration of a single job. Attacks of this appear to be invalid. This concern primarily pertains to self-hosted...

Hi @toefraz! I have reproduced the behavior and obtained the same error as yours. The error happened when imported the package `prompt_survey_message` in [\_\_main\_\_.py#L16](https://github.com/Azure/azure-cli/blob/b05167fa254737e8274684e3a530e564ad225fa0/src/azure-cli/azure/cli/__main__.py#L16) which called the function `get_known_clouds` in...

> @MoChilia can you please let me know if the `v2` tag will be updated to be the same commit as `v2.1.0`. It's still `v2.0.0`. Hi @mennlo, we've updated `v2`...

> Hi - could you confirm if the issue #403 is expected to be resolved in v2 ? We just tried a CICD workflow run with v2 and we still...