-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Hi Kristian,
Your template seems to be solution I'm looking for but I'm not able to set up workspace using resource "Microsoft.Security/workspaceSettings". To be 100% sure that I'm passing correct values I've used the same Request Body as I provided in ARM template in REST API PUT method and it has worked for me here : https://docs.microsoft.com/en-us/rest/api/securitycenter/workspacesettings/create.
But when I'm trying to use VS for template deployment I'm constantly receiving this error:
"error": {
"code": "BadRequest",
"message": ""
}
by exploring API for microsft.security provider I have found also setting for Microsoft.Security/autoProvisioningSettings, I think that would be useful to enable this during deployment, but I got exact same error as above.