Dmitry Serbin

Results 28 comments of Dmitry Serbin

Поддерживаю. Названия в меню противоречивые и неудобны, в том числе на английском.

We have the same issue running version 3.11.0. > $SqlServer | Set-AzSqlServer -SqlAdministratorPassword ("password" | ConvertTo-SecureString -AsPlainText -Force) -Debug Response: ```json { "odata.error": { "code": "Request_DataContractVersionMissing", "message": { "lang": "en",...

I have the same problem - v0.8.6 - vscode v1.69.1

It's not currently possible, but I might add this feature (trigger only active stages) in the next major release.

Thanks for raising this. It's definitely possible to customise with another parameters in the task. However, I'm not planning to be adding any new features to V2, but will be...

Hi, you may need to specify both parameters, then both filter will apply: artifactVersion: YOUR_BUIL_NUMBER (i.e. 20220302.1) artifactBranch: refs/heads/your_branch I'm also pretty sure if you just specify build number without...

Could you please run it with [debug mode on](https://github.com/dmitryserbin/azdev-release-orchestrator/blob/master/Docs/OrchestratorV2.md#troubleshooting) and share the logs?

Either add `System.Debug=true` or `Debug=release-orchestrator:*` variable

Approval comment customisation is not supported, but can be done. I'll add it to the backlog, however at this point, I don't know when it will be implemented.