Skip to content
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

Adding AppVersionEntity #117

Merged
merged 4 commits into from
Mar 8, 2024

Conversation

arthuraraujo-msft
Copy link
Contributor

Helps #50

Following #91, now adding an AppVersionEntity.

App Version Entity:

{
  "ContentId": {
    "Namespace": "default",
    "Name": "<app name>",
    "Version": "<version>"
  },
  "UpdateId": "<id>",
  "Prerequisites": [
    {
      "Namespace": "default",
      "Name": "<prereq name>",
      "Version": "<version>"
    }
  ]
}

The API implementations won't be aware of the types, that will only be taken care of during parsing from the server, and during transformation in the final step.

@arthuraraujo-msft arthuraraujo-msft requested a review from a team as a code owner March 7, 2024 14:33
@arthuraraujo-msft arthuraraujo-msft force-pushed the user/arthuraraujo/adding-app-version-entity branch from db2522c to 2d9b8c5 Compare March 7, 2024 16:06
client/src/details/SFSEntities.h Show resolved Hide resolved
@arthuraraujo-msft arthuraraujo-msft merged commit ecd6b6e into main Mar 8, 2024
3 checks passed
@arthuraraujo-msft arthuraraujo-msft deleted the user/arthuraraujo/adding-app-version-entity branch March 8, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants