Open
Description
After tested, I can apply dev test policy with below http request successfully. After creation, I go to Azure portal and I didn't find any policy is applied to dev test lab.
Http request:
PUT https://management.azure.com/subscriptions/xx-xx-xx-xx/resourceGroups/acctestRG-200730151647554615/providers/Microsoft.DevTestLab/labs/acctestdtl200730151647554615/policysets/default/policies/LabVmCount
{
"properties": {
"description": "",
"factName": "LabVmCount",
"factData": "",
"threshold": "999",
"evaluatorType": "MaxValuePolicy"
},
"tags": {}
}