Add Microsoft Store integration for Windows devices #443

Merged
pahansith merged 1 commits from navodzoysa/device-mgt-core:issue-10635/store-integration into master 3 months ago
Collaborator

Purpose

Adds new feature https://roadmap.entgra.net/issues/10635

  1. Adds Microsoft Store URL for public Windows apps
  2. Adds install/uninstall operations for public Windows apps
  3. Refactor duplicated code in install/uninstall enterprise operation logic
  4. Add new scope for Microsoft Store Search API
## Purpose Adds new feature https://roadmap.entgra.net/issues/10635 1. Adds Microsoft Store URL for public Windows apps 2. Adds install/uninstall operations for public Windows apps 3. Refactor duplicated code in install/uninstall enterprise operation logic 4. Add new scope for Microsoft Store Search API
navodzoysa force-pushed issue-10635/store-integration from b763d7c03b to 2da894fc4d 3 months ago
navodzoysa force-pushed issue-10635/store-integration from 2da894fc4d to 71bf642146 3 months ago
navodzoysa changed title from WIP: Add Microsoft Store integration for Windows devices to Add Microsoft Store integration for Windows devices 3 months ago
pahansith requested changes 3 months ago
HostedAppxApplication hostedAppxApplication = new HostedAppxApplication();
List<String> dependencyPackageList = new ArrayList<>();
for (int i = 0; i < metaJsonArray.size(); i++) {
JsonElement metaElement = metaJsonArray.get(i);
Owner

Declare the two variables outside the loop

Declare the two variables outside the loop
navodzoysa marked this conversation as resolved
navodzoysa force-pushed issue-10635/store-integration from 71bf642146 to d566cf966a 3 months ago
pahansith merged commit 03457250fa into master 3 months ago

Reviewers

pahansith requested changes 3 months ago
The pull request has been merged as 03457250fa.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: community/device-mgt-core#443
Loading…
There is no content yet.