Bevan Arps
Bevan Arps
You're welcome to take this issue and do it. We already handle a bunch of formats - typically, a format gets translated into an underlying type (e.g. `IntType`) and some...
Apologies @PawelHaracz, somehow I missed your message. 😢 If you're still interested (no problem if you're not), I'd suggest reusing the existing configuration file for the generator - `v2/azure-arm.yaml`. The...
Still would be good to have.
@wjdp Is there anything I can do (as the PR author) to make this easier for you to review and merge? And while I'm here - many thanks for htmltest....
Wouldn't this be a breaking change? The meaning of any existing string containing `\e` will change - maintainers will need to change to `\\e` to maintain the existing meaning. I...
I stand corrected! Thanks @HaloFour and @CyrusNajmabadi.
> JavaScript has this feature since ES6 (2015) The keyword **const** has a very (very!) different meaning in JavaScript than it does in C#, plus the type systems are vastly...
I'm seeing the same behaviour, but in this case it's mangling the path for VS Code: In `GVM_PATH_BACKUP`: `/mnt/c/Users/bearps/AppData/Local/Programs/Microsoft VS Code/bin` In `PATH`: `/mnt/c/Users/bearps/AppData/Local/Programs/Microsoft:VS:Code/bin` The version I'm running: ``` $...
@matthchr wrote > It looks like asoctl always [imports using the latest GA version we support](https://github.com/Azure/azure-service-operator/blob/d1541d241daf3dc1ee13f07b5cabc11e3721fac0/v2/cmd/asoctl/internal/importing/importable_resource.go#L73) That's correct; we can't tell from the resource which api-version was used for creation;...