Handling system partition in partition service
This MR introduces logic to handle system partition for azure.
Proposed changes:
- Users should be able to create/ update
systempartition using POST/ PATCH methods. - Details for
systempartition should be retrievable usinggetmethod. -
systempartition would not be listed vialist()call. -
systempartition cannot be deleted usingdeletecall.
Change details:
Added logic to handle aforementioned cases. Added UTs
cc: @polavishnu / @krveduru
PS: The system partition is the new way of handling shared resources in azure. This is not a full-fledged tenant, but a mere encapsulation of system/ shared resources.