Skip to content

Commit

Permalink
Fix Intune MacOS Lob App Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Tschanz committed Oct 9, 2024
1 parent 5d25c03 commit fa3ca35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Configuration Example
Ensure = "Present";
InformationUrl = "";
IsFeatured = $False;
MinimumSupportedOperatingSystem = MinimumSupportedOperatingSystem{
MinimumSupportedOperatingSystem = MSFT_DeviceManagementMinimumOperatingSystem{
v11_0 = $true
}
Notes = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Configuration Example
Ensure = "Present";
InformationUrl = "";
IsFeatured = $False;
MinimumSupportedOperatingSystem = MinimumSupportedOperatingSystem{
MinimumSupportedOperatingSystem = MSFT_DeviceManagementMinimumOperatingSystem{
v11_0 = $true
}
Notes = "";
Expand Down

0 comments on commit fa3ca35

Please sign in to comment.