Skip to content

Commit f4fe665

Browse files
author
Marcin Parafiniuk
committed
fixes for bugs found by pre commit checks
1 parent 011e87f commit f4fe665

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

gen/definitions/networks_settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rest_endpoint: /networks/%v/settings
44
no_delete: true
55
put_create: true
66
doc_category: Networks
7-
id_from_attribute: true
87
attributes:
98
- tf_name: network_id
109
type: String

gen/schema/schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ skip_minimum_test: bool(required=False) # Do not perform a "minimum" (only manda
1414
attributes: list(include('attribute'), required=False) # List of attributes
1515
test_tags: list(str(), required=False) # List of test tags, tests are only executed if an environment variable with one of these tags is configured
1616
test_prerequisites: str(required=False) # HCL code that is included in the acceptance tests to define prerequisites
17+
id_name: str(required=False) # the name of the attribute that will uniquely identify the resource, default "id"
1718
---
1819
attribute:
1920
model_name: str(required=False) # Name of the attribute in the model (payload)

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ require (
1717
gopkg.in/yaml.v3 v3.0.1
1818
)
1919

20-
replace github.com/netascode/go-meraki v0.0.0-20240901102824-a67592c39438 => /Users/maparafi/go-meraki
21-
2220
require (
2321
github.com/BurntSushi/toml v1.2.1 // indirect
2422
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR
164164
github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
165165
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
166166
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
167+
github.com/netascode/go-meraki v0.0.0-20240901102824-a67592c39438 h1:dsFYRJ2aXEddmIz76weQAZ6QzliSmMpVaZxGlW4wTUA=
168+
github.com/netascode/go-meraki v0.0.0-20240901102824-a67592c39438/go.mod h1:xZ/kiJA+SZY32p5t1J9Jdhvtig9BU4SMbxKnfAJrmLE=
167169
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
168170
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
169171
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=

0 commit comments

Comments
 (0)