]> git.p6c8.net - policy-templates.git/commitdiff
Fix SearchBar Intune data id
authorJordan <jordanhill194@gmail.com>
Tue, 27 Jul 2021 04:08:08 +0000 (16:08 +1200)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 04:08:08 +0000 (16:08 +1200)
The SearchBar data id name is wrong. It is referenced in the ADMX template as <enum id="SearchBar" valueName="SearchBar"> and not Permissions as shown in the readme.

README.md

index 461750924a4b4a94ed6fb0ea1e2b103ce6f5841c..c08bdac6ccb5934b6a56b7e00e9769de4cfa5ada 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4883,7 +4883,7 @@ OMA-URI:
 Value (string):
 ```
 <enabled/>
-<data id="Permissions" value="unified | separate"/>
+<data id="SearchBar" value="unified | separate"/>
 ```
 #### macOS
 ```

patrick-canterino.de