virtual machine scale set - via PowerShell error: 'Required property 'type' not found in JSON
Creating a VMSSet with AzureRM.Compute version 5.7.0 now fails with error:
The request content was invalid and could not be deserialized: 'Required property 'type' not found in JSON. Path 'identity',
Problem did not occur with AzureRM.Compute version e.g. 5.5.2
Workaround:
$VMSS.Identity = $null (go to line 102)
->leads to a successful deployment.
I don't believe that the workaround is the expected behaviour - is it?
