Skip to content

Dev Test Policy isn't applied to dev test lab #10298

Open
@neil-yechenwei

Description

@neil-yechenwei

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": {}
}

Don't see policy in Azure Portal:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    DevtestlabService AttentionWorkflow: This issue is responsible by Azure service team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions