Skip to content

Commit 06dff10

Browse files
authored
Upgrade terraform-provider-mist to v0.3.2 (#362)
Upstream updated their v0.3.2 tag, pushing new commits to it. fixes #359
1 parent 3e8f5f5 commit 06dff10

File tree

8 files changed

+155
-136
lines changed

8 files changed

+155
-136
lines changed

provider/cmd/pulumi-resource-junipermist/schema.json

+21-2
Original file line numberDiff line numberDiff line change
@@ -29357,7 +29357,8 @@
2935729357
"language": {
2935829358
"nodejs": {
2935929359
"requiredOutputs": [
29360-
"configRevertTimer"
29360+
"configRevertTimer",
29361+
"useMxedgeProxy"
2936129362
]
2936229363
}
2936329364
}
@@ -30090,6 +30091,8 @@
3009030091
"language": {
3009130092
"nodejs": {
3009230093
"requiredOutputs": [
30094+
"adminSshkeys",
30095+
"probeHosts",
3009330096
"securityLogSourceInterface"
3009430097
]
3009530098
}
@@ -30410,6 +30413,7 @@
3041030413
"language": {
3041130414
"nodejs": {
3041230415
"requiredOutputs": [
30416+
"allowedVlanIds",
3041330417
"enabled",
3041430418
"honeypotEnabled",
3041530419
"minDuration",
@@ -30846,6 +30850,7 @@
3084630850
"language": {
3084730851
"nodejs": {
3084830852
"requiredOutputs": [
30853+
"emailNotifiers",
3084930854
"enabled",
3085030855
"threshold"
3085130856
]
@@ -45790,14 +45795,28 @@
4579045795
}
4579145796
},
4579245797
"required": [
45798+
"analytic",
45799+
"autoUpgrade",
4579345800
"blacklistUrl",
4579445801
"configAutoRevert",
4579545802
"enableUnii4",
45803+
"engagement",
45804+
"gatewayMgmt",
45805+
"led",
45806+
"occupancy",
4579645807
"persistConfigOnDevice",
45808+
"rogue",
45809+
"rtsa",
4579745810
"siteId",
4579845811
"sshKeys",
45812+
"ssr",
45813+
"syntheticTest",
45814+
"uplinkPortConfig",
4579945815
"watchedStationUrl",
45800-
"whitelistUrl"
45816+
"whitelistUrl",
45817+
"wids",
45818+
"wifi",
45819+
"zoneOccupancyAlert"
4580145820
],
4580245821
"inputProperties": {
4580345822
"analytic": {

sdk/dotnet/Site/Setting.cs

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)