yoshigev

Results 13 comments of yoshigev

Note that #61 was fixed, so this issue is probably also fixed.

We encountered a similar issue with AKS. We have a CronJob that creates Job + Pod resources. Those resources are automatically deleted due to either `ttlSecondsAfterFinished`, `successfulJobsHistoryLimit` or `failedJobsHistoryLimit` configuration...

Thanks @seesharprun for the quick response. This is the screenshot with the missing option: ![image](https://user-images.githubusercontent.com/1838547/219012677-64ef0f39-5d86-42cc-ac40-5f1a7507ab2d.png) If it's helpful, this is the Resource JSON: Resource JSON ```json { "id": "/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.DocumentDB/databaseAccounts/xxx", "name":...

> One issue I noticed with az login is that Microsoft login verifies that redirect_uri is unchanged, so if the mapped port is not the same, it fails. It looks...

For any vscode user stumbling over this: **TL;DR**, Set `remote.autoForwardPortsSource`=`process`. When running `az login --debug` on a remote server terminal, vscode will automatically forward the port, as the port appears...

Thanks @rayluo for your response. According to the OP, he's also using vscode, so I think this is the correct thread 😀. From his [comment ](https://github.com/Azure/azure-cli/issues/26556#issuecomment-1571105854) above: > * so...

Hi @DRuggeri, just came across this same issue. I'm not an expert on go lang, but I see that there is a way to configure it in the oauth client...

Please see my PR (https://github.com/uweber/mausezahn/pull/2). It allows specifying a list of IPv6 addresses.

Are there any updates? I see that the same problem is reported in other places like [here](https://stackoverflow.com/questions/78032264/google-speech-to-text-v2-context-hints-phrase-didnt-help-for-homophone) and [here](https://www.googlecloudcommunity.com/gc/AI-ML/Speech-to-Text-API-v2-hints-phrase-has-no-effect-on-homophone/m-p/724438). @stephenplusplus ?

Thanks @stephenplusplus. Understood. If anyone has a solution, it would be great if it could be posted here.