Skip to content

Commit 0ccde05

Browse files
Merge pull request #245996 from AjayBathini-MSFT/patch-97
(AzureCXP) fixes MicrosoftDocs/azure-docs#112582
2 parents 9afb103 + 9617584 commit 0ccde05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/roles/admin-units-members-dynamic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ For steps on how to edit your rule, see the following [Edit dynamic membership r
124124
"displayName": "Windows Devices",
125125
"description": "All Contoso devices running Windows",
126126
"membershipType": "Dynamic",
127-
"membershipRule": "(device.deviceOSType -eq \"Windows\")",
127+
"membershipRule": "(deviceOSType -eq 'Windows')",
128128
"membershipRuleProcessingState": "On"
129129
}
130130
```

0 commit comments

Comments
 (0)