Skip to content

Commit 9617584

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#112582
Changes made in line no 125 From "membershipRule": "(device.deviceOSType -eq \"Windows\")", To "membershipRule": "(deviceOSType -eq 'Windows')",
1 parent f46b02e commit 9617584

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
@@ -122,7 +122,7 @@ For steps on how to edit your rule, see the following [Edit dynamic membership r
122122
"displayName": "Windows Devices",
123123
"description": "All Contoso devices running Windows",
124124
"membershipType": "Dynamic",
125-
"membershipRule": "(device.deviceOSType -eq \"Windows\")",
125+
"membershipRule": "(deviceOSType -eq 'Windows')",
126126
"membershipRuleProcessingState": "On"
127127
}
128128
```

0 commit comments

Comments
 (0)