Skip to content

Commit

Permalink
3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Micke-K committed Oct 12, 2024
1 parent 5326bd5 commit c6fcf58
Show file tree
Hide file tree
Showing 37 changed files with 264,667 additions and 263,252 deletions.
2 changes: 1 addition & 1 deletion CloudAPIPowerShellManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'CloudAPIPowerShellManagement.psm1'

# Version number of this module.
ModuleVersion = '3.9.7'
ModuleVersion = '3.9.8'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ObjectCategories.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
]
},
{
"ObjectType": "#microsoft.graph.hardwareConfiguration",
"ObjectType": "#microsoft.graph.hardwareConfigurations",
"PolicyType": "HardwareConfigurations",
"PolicyTypeLanguageId": "hardwareConfigurations",
"PlatformLanguageId": "Windows10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,32 +85,48 @@
"enabled": true
},
{
"dataType": 0,
"dataType": 16,
"category": 2,
"nameResourceKey": "publicPlayStoreEnabledName",
"descriptionResourceKey": "publicPlayStoreEnabledDescription",
"childSettings": [
{
"dataType": 10,
"category": 2,
"nameResourceKey": "publicPlayStoreEnabledWarning",
"childSettings": [

],
"options": [

],
"booleanActions": 0,
"policyType": 2,
"enabled": true
}

],
"options": [
{
"nameResourceKey": "publicPlayStoreSelectionNotConfigured",
"value": "notConfigured",
"enabled": true
},
{
"nameResourceKey": "publicPlayStoreSelectionAllowList",
"value": "allowList",
"enabled": true
},
{
"nameResourceKey": "publicPlayStoreSelectionBlockList",
"value": "blockList",
"enabled": true
}
],
"entityKey": "playStoreMode",
"booleanActions": 0,
"defaultValue": "notConfigured",
"unconfiguredValue": "notConfigured",
"policyType": 2,
"enabled": true
},
{
"dataType": 10,
"category": 2,
"nameResourceKey": "publicPlayStoreEnabledWarning",
"childSettings": [

],
"options": [

],
"entityKey": "publicPlayStoreEnabled",
"booleanActions": 0,
"defaultValue": false,
"policyType": 2,
"enabled": true
},
Expand Down
Loading

0 comments on commit c6fcf58

Please sign in to comment.