You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement REST GET /resources/{resourceId}
Should return the same thing as GET /resources/resourceGroups/{resourceGroupId}/releases/{releaseId} and additionally the name of the resource.
This calls should be removed and replace in the Angular UI:
GET /resources/name/{resourceId}
GET /resources/exists/{resourceId}
This is needed because GET /deployments/filter only returns the resource id of the application and there is now way to get more info on it:
Implement REST
GET /resources/{resourceId}
Should return the same thing as
GET /resources/resourceGroups/{resourceGroupId}/releases/{releaseId}
and additionally the name of the resource.This calls should be removed and replace in the Angular UI:
GET /resources/name/{resourceId}
GET /resources/exists/{resourceId}
This is needed because
GET /deployments/filter
only returns the resource id of the application and there is now way to get more info on it:We could also add the release info to
appsWithVersion
to make it easier.Related to #356
The text was updated successfully, but these errors were encountered: