Skip to content

Commit

Permalink
Merge pull request #902 from den-rgb/OCM-5976-b
Browse files Browse the repository at this point in the history
Ocm 5976 | REverting change for DELETE provision_shards/{id}
  • Loading branch information
oriAdler authored Feb 19, 2024
2 parents a41c822 + 8d80b2e commit 82a987c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This document describes the relevant changes between releases of the API model.

## 0.0.356 Feb 19 2024
- Reverting change to remove DELETE `provision_shards/{id}`

## 0.0.355 Feb 16 2024
- [OCM-5976] Removed undefined api calls

Expand Down
4 changes: 4 additions & 0 deletions model/clusters_mgmt/v1/provision_shard_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ resource ProvisionShard {
method Update {
in out Body ProvisionShard
}

// Delete the provision shard.
method Delete {
}
}

0 comments on commit 82a987c

Please sign in to comment.