Commit 9617584
authored
(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- articles/active-directory/roles
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments