Skip to content

Commit 3790d1b

Browse files
Generate iaas
1 parent 3d0e6a5 commit 3790d1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/iaas/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0e64886dd0847341800d7191ed193b75413be998
1+
779c34469d663919ed700f2c69487eb5cccf70f3

services/iaas/src/stackit/iaas/models/port_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
class PortRange(BaseModel):
2626
"""
27-
Object that represents a range of ports.
27+
Object that represents a range of ports (this will be omitted if it covers the full default range 0/1-65535).
2828
""" # noqa: E501
2929

3030
max: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(

0 commit comments

Comments
 (0)