Skip to content

Commit

Permalink
Merge pull request #127 from pulumi/upgrade-terraform-provider-meraki…
Browse files Browse the repository at this point in the history
…-to-v0.2.9-alpha

Upgrade terraform-provider-meraki to v0.2.9-alpha
  • Loading branch information
mikhailshilkov authored Jul 24, 2024
2 parents 4c7cef9 + 740d1ce commit 4ded6a4
Show file tree
Hide file tree
Showing 27 changed files with 168 additions and 92 deletions.
7 changes: 7 additions & 0 deletions provider/cmd/pulumi-resource-meraki/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5736,6 +5736,13 @@
}
}
},
"five_ghz_settings": {
"fields": {
"valid_auto_channels": {
"maxItemsOne": false
}
}
},
"per_ssid_settings": {
"fields": {
"status_0": {
Expand Down
18 changes: 13 additions & 5 deletions provider/cmd/pulumi-resource-meraki/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17590,7 +17590,7 @@
"meraki:networks/SwitchRoutingOspfArea:SwitchRoutingOspfArea": {
"properties": {
"areaId": {
"type": "string",
"type": "integer",
"description": "OSPF area ID\n"
},
"areaName": {
Expand Down Expand Up @@ -17671,7 +17671,7 @@
"meraki:networks/SwitchRoutingOspfV3Area:SwitchRoutingOspfV3Area": {
"properties": {
"areaId": {
"type": "string",
"type": "integer",
"description": "OSPF area ID\n"
},
"areaName": {
Expand Down Expand Up @@ -35972,6 +35972,13 @@
"rxsop": {
"type": "integer",
"description": "The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.\n"
},
"validAutoChannels": {
"type": "array",
"items": {
"type": "integer"
},
"description": "Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].\n"
}
},
"type": "object",
Expand All @@ -35980,7 +35987,8 @@
"maxPower",
"minBitrate",
"minPower",
"rxsop"
"rxsop",
"validAutoChannels"
],
"language": {
"nodejs": {
Expand Down Expand Up @@ -36955,7 +36963,7 @@
"validAutoChannels": {
"type": "array",
"items": {
"type": "string"
"type": "integer"
},
"description": "Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.\n"
}
Expand Down Expand Up @@ -37017,7 +37025,7 @@
"validAutoChannels": {
"type": "array",
"items": {
"type": "string"
"type": "integer"
},
"description": "Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].\n"
}
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/meraki/dashboard-api-go/v3 v3.0.6 // indirect
github.com/meraki/dashboard-api-go/v3 v3.0.7 // indirect
github.com/mitchellh/cli v1.1.5 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,8 @@ github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzp
github.com/mattn/go-runewidth v0.0.12/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk=
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/meraki/dashboard-api-go/v3 v3.0.6 h1:PTAziVh280xNT1O8n2JGI1AF4eeOoqeW/jsxU5/l6PU=
github.com/meraki/dashboard-api-go/v3 v3.0.6/go.mod h1:ngZmCzPKto29KbttUw7ibrLc+5RHHBKihYFkWFrL1zE=
github.com/meraki/dashboard-api-go/v3 v3.0.7 h1:B7P36Wb3R3MC4Aus1CzJo4AYtiEl5dP1EQgI7uDz8mY=
github.com/meraki/dashboard-api-go/v3 v3.0.7/go.mod h1:ngZmCzPKto29KbttUw7ibrLc+5RHHBKihYFkWFrL1zE=
github.com/mitchellh/cli v1.1.5 h1:OxRIeJXpAMztws/XHlN2vu6imG5Dpq+j61AzAX5fLng=
github.com/mitchellh/cli v1.1.5/go.mod h1:v8+iFts2sPIKUV1ltktPXMCC8fumSKFItNcD2cLtRR4=
github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Networks/Inputs/SwitchRoutingOspfAreaArgs.cs

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

2 changes: 1 addition & 1 deletion sdk/dotnet/Networks/Inputs/SwitchRoutingOspfAreaGetArgs.cs

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

2 changes: 1 addition & 1 deletion sdk/dotnet/Networks/Inputs/SwitchRoutingOspfV3AreaArgs.cs

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

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

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

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

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

4 changes: 2 additions & 2 deletions sdk/dotnet/Networks/Outputs/SwitchRoutingOspfArea.cs

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

4 changes: 2 additions & 2 deletions sdk/dotnet/Networks/Outputs/SwitchRoutingOspfV3Area.cs

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

16 changes: 8 additions & 8 deletions sdk/go/meraki/networks/pulumiTypes.go

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

Loading

0 comments on commit 4ded6a4

Please sign in to comment.