Skip to content

Commit

Permalink
3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Micke-K committed Jun 27, 2024
1 parent b7e04bc commit 5326bd5
Show file tree
Hide file tree
Showing 297 changed files with 2,544 additions and 820 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
/*.Log
/*.Lo_
/*.csv

/*.zip
/*.new
/*.old
/Extensions/*.zip
.gitignore
CloudAPIPowerShellManagement.log
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.6'
ModuleVersion = '3.9.7'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
56 changes: 52 additions & 4 deletions Documentation/AppTypes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"AppType": "AndroidLobApp",
"ODataType": "#microsoft.graph.androidLobApp",
Expand Down Expand Up @@ -29,6 +29,18 @@
"Condition": null,
"LanguageId": "iosVppApp"
},
{
"AppType": "WinGetPublicApp",
"ODataType": "#microsoft.graph.winGetApp",
"Condition": null,
"LanguageId": "winGetPublicApp"
},
{
"AppType": "WinGetStoreApp",
"ODataType": "#microsoft.graph.winGetApp",
"Condition": null,
"LanguageId": "winGetStoreApp"
},
{
"AppType": "MacOSLobApp",
"ODataType": "#microsoft.graph.macOSLobApp",
Expand All @@ -42,17 +54,35 @@
"LanguageId": "macOSEdgeApp"
},
{
"AppType": "MacOSMdatpApp",
"ODataType": "#microsoft.graph.macOSMdatpApp",
"AppType": "MacOSMicrosoftDefenderApp",
"ODataType": "#microsoft.graph.macOSMicrosoftDefenderApp",
"Condition": null,
"LanguageId": "macOSMicrosoftDefenderApp"
},
{
"AppType": "MacOSDmgApp",
"ODataType": "#microsoft.graph.macOSDmgApp",
"Condition": null,
"LanguageId": "macOSDmgApp"
},
{
"AppType": "MacOSPkgApp",
"ODataType": "#microsoft.graph.macOSPkgApp",
"Condition": null,
"LanguageId": "macOSMdatpApp"
"LanguageId": "macOSPkgApp"
},
{
"AppType": "MacOsVppApp",
"ODataType": "#microsoft.graph.macOsVppApp",
"Condition": null,
"LanguageId": "macOsVppApp"
},
{
"AppType": "MacOSWebClip",
"ODataType": "#microsoft.graph.macOSWebClip",
"Condition": null,
"LanguageId": "macOSWebClip"
},
{
"AppType": "ManagedAndroidLobApp",
"ODataType": "#microsoft.graph.managedAndroidLobApp",
Expand Down Expand Up @@ -197,6 +227,24 @@
},
"LanguageId": "builtInIos"
},
{
"AppType": "IosIPadOSWebClip",
"ODataType": "#microsoft.graph.iOSiPadOSWebClip",
"Condition": null,
"LanguageId": "iosIPadOSWebClip"
},
{
"AppType": "WindowsWebApp",
"ODataType": "#microsoft.graph.windowsWebApp",
"Condition": null,
"LanguageId": "windowsWebApp"
},
{
"AppType": "Win32CatalogApp",
"ODataType": "#microsoft.graph.win32CatalogApp",
"Condition": null,
"LanguageId": "win32CatalogApp"
},
{
"AppType": "WindowsUniversalAppXLobApp",
"ODataType": "#microsoft.graph.windowsUniversalAppX",
Expand Down
2 changes: 1 addition & 1 deletion Documentation/CategoryId.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"0": "AirPlay",
"1": "AirPrint",
"2": "AndroidDeviceOwnerApplications",
Expand Down
11 changes: 10 additions & 1 deletion Documentation/ObjectCategories.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"ObjectType": "#microsoft.graph.androidCustomConfiguration",
"PolicyType": "AndroidCustom",
Expand Down Expand Up @@ -1394,5 +1394,14 @@
"Categories": [

]
},
{
"ObjectType": "#microsoft.graph.inventoryCatalog",
"PolicyType": "InventoryCatalog",
"PolicyTypeLanguageId": null,
"PlatformLanguageId": null,
"Categories": [

]
}
]
Loading

0 comments on commit 5326bd5

Please sign in to comment.