Skip to content

Commit

Permalink
Added registry credential delete method (#585)
Browse files Browse the repository at this point in the history
* Added registry delete method

* Added record in changes.md file

Co-authored-by: Tirth Chetan Thakkar <[email protected]>
  • Loading branch information
tirthct and tirthct authored Jul 12, 2022
1 parent 53bc96c commit 7e50e86
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.208 Jul 11 2022
- Add `Delete` method to RegistryCredentialResource model.

## 0.0.207 Jun 27 2022
- Add `Subnets` field to MachinePool type.

Expand Down
4 changes: 4 additions & 0 deletions model/accounts_mgmt/v1/registry_credential_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ resource RegistryCredential {
method Get {
out Body RegistryCredential
}

// Delete the registry credential
method Delete {
}
}

0 comments on commit 7e50e86

Please sign in to comment.