Rune Moberg
Rune Moberg
> The appropriate configuration to achieve what I discussed here would be I assume "would be" means "soon"? (it didn't work an hour ago when I tested)
I assigned myself that role through the portal. `Get-AzRoleAssignment | where Scope -eq '/subscriptions/$mysub/resourceGroups/rg-mine-dev/providers/Microsoft.CognitiveServices/accounts/oai-mine-dev'` returns this: ``` Scope : /subscriptions/$mysub/resourceGroups/rg-mine-dev/providers/Microsoft .CognitiveServices/accounts/oai-mine-dev DisplayName : RoleDefinitionName : Cognitive Services OpenAI Contributor ```...
Thank you. > make the vector property nullable It turns out this is what I wanted anyway. I wrongly assumed I could default to an empty array, but afaict sql...