ryanbecker

Results 3 comments of ryanbecker

As a workaround, it appears that `azure resource create` can be used in place of `azure resource set`, at least to set the `scmType` property. For example: `azure resource create...

I'm trying to do the same. My end goal is to support validating custom string formats, like "uuid".

I would like to do the same, to enable validating custom string formats... ```yaml type: string format: uuid ```