Janne Kujanpää

Results 56 comments of Janne Kujanpää

> Updating Azure CLI fixes the problem. Run: "az upgrade" Which version you updated from? 0.22.0 has some fixes but it was released over years ago. ---- Extension authentication is...

Thank you very much for creating a ticket. Current summary: It looks like one of mods does not work properly on all OS X versions ------ Here is more information...

What makes dendro's fork official? TBH they have not even changed their forks metadata to point new repository and issue tracker.

How we can fix a serious which is unreproduciably by us and by other users? Also I've rewritten that dialog but code is unfinished. Might fix this or not.

That works nicely. Good catch. Anyway, looks like you can set the setting once with bicep + `Microsoft.Sql/servers`, and then changes are just ignored. That should be somehow reflected on...

> Is there any news on this one? It is still only possible to set the AAD admin once. When trying to change it via bicep, changes are ignored. Using...

> You do a check if sqlserver exist, Btw this can be done within bicep with existing and checking if the resource is null. i dont see why we need...

https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/existing-resource#troubleshooting >> If you attempt to reference a resource that doesn't exist, you get the NotFound error and your deployment fails. Check the name and scope of the resource you're...

FYI, some existing work: * https://github.com/Azure/bicep/issues/4023 * https://ochzhen.com/blog/check-if-resource-exists-azure-bicep

> This is the bicep we are using (might help someone): Thanks. Which use-cases work with that template: * Initial deployment * re-deployment without changes * re-deployment with changed `'Microsoft.Sql/servers/administrators`...