SnapshotRetention.count is documented as accepting values from 1–100, but the supported range is integers 1–10 inclusive. The model currently accepts and serializes values outside that range.
Update the documented range and add runtime validation for SnapshotRetention.count, with boundary tests for valid and invalid values.
SnapshotRetention.countis documented as accepting values from 1–100, but the supported range is integers 1–10 inclusive. The model currently accepts and serializes values outside that range.Update the documented range and add runtime validation for
SnapshotRetention.count, with boundary tests for valid and invalid values.