This pull request includes changes to two files: LOB_Application/iOS_Application_LOB_App.ps1 and LOB_Application/readme.md. The changes are primarily focused on updating the base URL for Graph API calls and modifying the path for the Invoke-iOSLobAppUpload function in the PowerShell script and the corresponding documentation.
Here are the key changes:
Updates to the PowerShell script (LOB_Application/iOS_Application_LOB_App.ps1):
The base URL for Graph API calls was updated from a variable $version to a fixed version v1.0.
The Invoke-iOSLobAppUpload function example was updated to indicate that the source file is in the current directory instead of an absolute path.
Updates to the documentation (LOB_Application/readme.md):
The example usage of Invoke-iOSLobAppUpload was updated to reflect the change in the PowerShell script, indicating that the .ipa file should be in the same directory as the script.
This pull request includes changes to two files:
LOB_Application/iOS_Application_LOB_App.ps1
andLOB_Application/readme.md
. The changes are primarily focused on updating the base URL for Graph API calls and modifying the path for theInvoke-iOSLobAppUpload
function in the PowerShell script and the corresponding documentation.Here are the key changes:
Updates to the PowerShell script (
LOB_Application/iOS_Application_LOB_App.ps1
):$version
to a fixed versionv1.0
.Invoke-iOSLobAppUpload
function example was updated to indicate that the source file is in the current directory instead of an absolute path.Updates to the documentation (
LOB_Application/readme.md
):Invoke-iOSLobAppUpload
was updated to reflect the change in the PowerShell script, indicating that the .ipa file should be in the same directory as the script.