SDK distribution for the Microsoft Store app — profiles, releases and desired-state manifests
A profile is resolved from the SQL database name at login. Its manifest is the complete desired state — the client deletes anything it manages that is not listed.
| Profile | Packages | Current release | Files | Size | Published |
|---|---|---|---|---|---|
| loading… | |||||
Which profile does a given SQL database get? This mapping used to be hardcoded in
CCustomerSpecificEnhancements.vb; it now lives in config/profiles.json.
| SQL database | Profile |
|---|
GET endpoints are links — they open in a new tab. Examples use live data from this
instance where there is any. POST endpoints require
Authorization: Bearer <STORE_PUBLISH_TOKEN> and so cannot be clicked.