diff --git a/CHANGES.md b/CHANGES.md index 1451e4ab..d468525e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log + +## 3.0.7 + +- include comments as a parameter patch.ipam.ip_addresses.yaml ## 3.0.6 - Add exceptions on action.py diff --git a/actions/patch.ipam.ip_addresses.yaml b/actions/patch.ipam.ip_addresses.yaml index d1d18b79..ee3f2e2e 100644 --- a/actions/patch.ipam.ip_addresses.yaml +++ b/actions/patch.ipam.ip_addresses.yaml @@ -53,6 +53,10 @@ parameters: required: false type: string description: "DNS Name" + comments: + required: false + type: string + description: "comments" description: required: false type: string @@ -60,7 +64,7 @@ parameters: tags: required: false type: array - description: "Array of tag strings" + description: "array" custom_fields: required: false type: object @@ -69,4 +73,4 @@ parameters: required: true type: string description: "ID of the object to patch." -runner_type: python-script \ No newline at end of file +runner_type: python-script diff --git a/actions/post.dcim.devices.yaml b/actions/post.dcim.devices.yaml index 3adeee49..e81c36c0 100644 --- a/actions/post.dcim.devices.yaml +++ b/actions/post.dcim.devices.yaml @@ -30,7 +30,7 @@ parameters: type: integer description: "Device role" tenant: - required: true + required: false type: integer description: "Tenant" platform: @@ -54,7 +54,7 @@ parameters: type: integer description: "Location" rack: - required: true + required: false type: integer description: "Rack" position: @@ -62,7 +62,7 @@ parameters: type: integer description: "Position (U)" face: - required: true + required: false type: string description: "Rack face" parent_device: @@ -86,7 +86,7 @@ parameters: type: integer description: "Cluster" virtual_chassis: - required: true + required: false type: integer description: "Virtual chassis" vc_position: @@ -113,4 +113,4 @@ parameters: required: false type: object description: "Custom fields" -runner_type: python-script \ No newline at end of file +runner_type: python-script diff --git a/pack.yaml b/pack.yaml index c57ebcf3..44dae460 100644 --- a/pack.yaml +++ b/pack.yaml @@ -6,7 +6,7 @@ keywords: - networking - ipam - dcim -version: 3.0.6 +version: 3.0.7 author: John Anderson, Jefferson White email: lampwins@gmail.com python_versions: