-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[API design] Fleet-maintained apps for Windows #26381
base: docs-v4.66.0
Are you sure you want to change the base?
Conversation
…fma-23118 Merge in upstream.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## docs-v4.66.0 #26381 +/- ##
===============================================
Coverage ? 63.79%
===============================================
Files ? 1653
Lines ? 158729
Branches ? 4144
===============================================
Hits ? 101269
Misses ? 49531
Partials ? 7929
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…fma-23118 Merge in upstream.
}, | ||
{ | ||
"id": 3, | ||
"name": "Box Drive", | ||
"version": "2.39.179", | ||
"platform": "darwin" | ||
"platform": "darwin", | ||
"software_title_id": 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dev note
If the team already has the software added (as a Fleet-maintained app, App Store (app), or custom package), this is the software title ID for that software.
If the team doesn't have the software added, software_title_id
is omitted.
@@ -9565,6 +9567,7 @@ Returns information about the specified Fleet-maintained app. | |||
"platform": "darwin", | |||
"install_script": "#!/bin/sh\ninstaller -pkg \"$INSTALLER_PATH\" -target /", | |||
"uninstall_script": "#!/bin/sh\npkg_ids=$PACKAGE_ID\nfor pkg_id in '${pkg_ids[@]}'...", | |||
"software_title_id": 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dev note
If the team already has the software added (as a Fleet-maintained app, App Store (app), or custom package), this is the software title ID for that software.
If the team doesn't have the software added, software_title_id
is omitted.
API changes for the following user story:
Notes:
software_added
will inform the UI that we want to disabled the "+ Add" button (Figma here):