Skip to content

Commit e2edc61

Browse files
committed
Update network settings definition
1 parent bb195d8 commit e2edc61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gen/definitions/network_settings.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: Network Settings
32
rest_endpoint: /networks/%v/settings
43
put_create: true
@@ -29,9 +28,9 @@ attributes:
2928
- model_name: password
3029
type: String
3130
data_path: [localStatusPage, authentication]
31+
write_only: true
3232
description: The password used for Local Status Page(s). Set this to null to clear the password.
3333
example: miles123
34-
write_only: true
3534
- model_name: enabled
3635
type: Bool
3736
data_path: [namedVlans]
@@ -42,7 +41,6 @@ attributes:
4241
data_path: [securePort]
4342
description: Enables / disables SecureConnect on the network. Optional.
4443
example: "false"
45-
4644
test_prerequisites: |
4745
data "meraki_organization" "test" {
4846
name = "Dev"

0 commit comments

Comments
 (0)