Skip to content

Commit

Permalink
ci: Autogeneration of go-netbox library
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Apr 22, 2022
1 parent 2c35e6e commit b5bf70a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 66 deletions.
2 changes: 1 addition & 1 deletion netbox/models/device.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 2 additions & 11 deletions netbox/models/device_with_config_context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 2 additions & 11 deletions netbox/models/virtual_machine_with_config_context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 2 additions & 11 deletions netbox/models/writable_device_with_config_context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 2 additions & 11 deletions netbox/models/writable_virtual_machine_with_config_context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 5 additions & 21 deletions netbox/swagger-v3.0.11.json
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,7 @@
},
"local_context_data" : {
"title" : "Local context data",
"type" : "string",
"type" : "object",
"x-nullable" : true
},
"location" : { "$ref" : "#/definitions/NestedLocation" },
Expand Down Expand Up @@ -2352,10 +2352,6 @@
"type" : "string"
},
"config_context" : {
"additionalProperties" : {
"type" : "string",
"x-nullable" : true
},
"readOnly" : true,
"title" : "Config context",
"type" : "object"
Expand Down Expand Up @@ -2415,7 +2411,7 @@
},
"local_context_data" : {
"title" : "Local context data",
"type" : "string",
"type" : "object",
"x-nullable" : true
},
"location" : { "$ref" : "#/definitions/NestedLocation" },
Expand Down Expand Up @@ -9756,10 +9752,6 @@
"type" : "string"
},
"config_context" : {
"additionalProperties" : {
"type" : "string",
"x-nullable" : true
},
"readOnly" : true,
"title" : "Config context",
"type" : "object"
Expand Down Expand Up @@ -9800,7 +9792,7 @@
},
"local_context_data" : {
"title" : "Local context data",
"type" : "string",
"type" : "object",
"x-nullable" : true
},
"memory" : {
Expand Down Expand Up @@ -11847,10 +11839,6 @@
"type" : "string"
},
"config_context" : {
"additionalProperties" : {
"type" : "string",
"x-nullable" : true
},
"readOnly" : true,
"title" : "Config context",
"type" : "object"
Expand Down Expand Up @@ -11900,7 +11888,7 @@
},
"local_context_data" : {
"title" : "Local context data",
"type" : "string",
"type" : "object",
"x-nullable" : true
},
"location" : {
Expand Down Expand Up @@ -15904,10 +15892,6 @@
"type" : "string"
},
"config_context" : {
"additionalProperties" : {
"type" : "string",
"x-nullable" : true
},
"readOnly" : true,
"title" : "Config context",
"type" : "object"
Expand Down Expand Up @@ -15948,7 +15932,7 @@
},
"local_context_data" : {
"title" : "Local context data",
"type" : "string",
"type" : "object",
"x-nullable" : true
},
"memory" : {
Expand Down

0 comments on commit b5bf70a

Please sign in to comment.