File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Modules/CIPPCore/Public/Entrypoints
Activity Triggers/Applications
HTTP Functions/Endpoint/Applications Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function Push-UploadApplication {
2626 $intunewinFilesize = (Get-Item " AddMSPApp\$ ( $ChocoApp.MSPAppName ) .intunewin" )
2727 $Infile = " AddMSPApp\$ ( $ChocoApp.MSPAppName ) .intunewin"
2828 } else {
29- [xml ]$Intunexml = Get-Content ' AddChocoApp\choco .app.xml'
29+ [xml ]$Intunexml = Get-Content ' AddChocoApp\Choco .app.xml'
3030 $intunewinFilesize = (Get-Item ' AddChocoApp\IntunePackage.intunewin' )
3131 $Infile = " AddChocoApp\$ ( $intunexml.ApplicationInfo.FileName ) "
3232 }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Function Invoke-AddChocoApp {
1515 Write-LogMessage - headers $Headers - API $APIName - message ' Accessed this API' - Sev ' Debug'
1616
1717 $ChocoApp = $Request.Body
18- $intuneBody = Get-Content ' AddChocoApp\choco .app.json' | ConvertFrom-Json
18+ $intuneBody = Get-Content ' AddChocoApp\Choco .app.json' | ConvertFrom-Json
1919 $AssignTo = $Request.Body.AssignTo
2020 $intuneBody.description = $ChocoApp.description
2121 $intuneBody.displayName = $ChocoApp.ApplicationName
You can’t perform that action at this time.
0 commit comments