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
system
partition using POST/ PATCH methods. - Details for
system
partition should be retrievable usingget
method. -
system
partition would not be listed vialist()
call. -
system
partition cannot be deleted usingdelete
call.
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.