Skip to content

Commit

Permalink
Deprecate Notify resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Liran Roitman committed Jan 30, 2024
1 parent 0863358 commit 9a78fab
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 104 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

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

## 0.0.351 Jan 30 2024
- Deprecate notify resource

## 0.0.350 Jan 29 2024
- [OCM-5802] Add `ExternalAuthConfig` to `Cluster` model.

## 0.0.349 Jan 28 2024
- [OCM-5561] Remove redundant fields from /notify_details
## 0.0.349 Jan 28 2024Notify from /notify_details

## 0.0.348 Jan 26 2024
- Add `SubnetOutposts` and `AvailabilityZoneTypes` to `aws_node_pool_type` and `aws_machine_pool_type` models.
Expand Down
23 changes: 0 additions & 23 deletions model/accounts_mgmt/v1/notify_resource.model

This file was deleted.

5 changes: 0 additions & 5 deletions model/accounts_mgmt/v1/root_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ resource Root {
target Labels
}

// Reference to the resource that manages the notifications.
locator Notify {
target Notify
}

// Reference to the resource that manages the notifications details.
locator NotifyDetails {
target NotifyDetails
Expand Down
23 changes: 0 additions & 23 deletions model/accounts_mgmt/v1/subscription_notify_resource.model

This file was deleted.

46 changes: 0 additions & 46 deletions model/accounts_mgmt/v1/subscription_notify_type.model

This file was deleted.

5 changes: 0 additions & 5 deletions model/accounts_mgmt/v1/subscription_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ resource Subscription {
target GenericLabels
}

// Notify a user related to the subscription via email
locator Notify {
target SubscriptionNotify
}

//Reference to the role bindings
locator RoleBindings {
target RoleBindings
Expand Down

0 comments on commit 9a78fab

Please sign in to comment.