Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Jan 22, 2025
1 parent 835deb9 commit 40383c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ChangeLog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
generated domain names, and remove the tests of the admin, tech and billing
contacts.
- |
The value `both` has been removed from the enum of possible values for the
[`minimumRPMS.sunriseModels`](#Input-Parameter-minimumRPMS.sunriseModels)
input parameter.
The `minimumRPMS.sunriseModels` input parameter has been renamed to
[`minimumRPMS.sunriseModel`](#Input-Parameter-minimumRPMS.sunriseModel), and
the value `both` has been removed from the enum of possible values.
2025-01-14:
- |
Added the [`epp-16-dnssec-data`] data provider to
[epp-16](#Test-Case-epp-16).
Added the [`epp-16-dnssec-data`](#Data-Provider-epp-16-dnssec-data) data
provider to [epp-16](#Test-Case-epp-16).
- |
Added the
[`EPP_HOST_RENAME_OBJECT_NOT_RENAMED`](#Error-EPP_HOST_RENAME_OBJECT_NOT_RENAMED)
Expand Down
8 changes: 7 additions & 1 deletion inc/minimum-rpms/inputs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
minimumRPMS.sunriseModels:
minimumRPMS.sunriseModel:
Description: |
The sunrise models supported by the EPP server. The possible values for
this parameter are:
* `start-date`
* `end-date`
These models are explained in Section 2 of the [Trademark Clearinghouse -
Rights Protection Mechanism
Requirements](https://newgtlds.icann.org/sites/default/files/rpm-requirements-14may14-en.pdf)
(PDF).
Type: input
Required: true
Example: start-date
Expand Down
2 changes: 1 addition & 1 deletion inc/suites.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ MinimumRPMs:
- epp.supportedContactElements
- general.registryDataModel
- minimumRPMS.claimsTLD
- minimumRPMS.sunriseModels
- minimumRPMS.sunriseModel
- minimumRPMS.sunriseTLD

StandardIntegrationTest:
Expand Down

0 comments on commit 40383c0

Please sign in to comment.