Skip to content

Commit

Permalink
Merge pull request #247 from pulumi/upgrade-terraform-provider-mist-t…
Browse files Browse the repository at this point in the history
…o-v0.2.15-ci

Upgrade terraform-provider-mist to v0.2.15
  • Loading branch information
guineveresaenger authored Jan 2, 2025
2 parents 1438974 + 3624f33 commit d460831
Show file tree
Hide file tree
Showing 685 changed files with 22,925 additions and 14,233 deletions.
12 changes: 4 additions & 8 deletions examples/examples_ts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,10 @@ func TestTsExamples(t *testing.T) {
"TestSiteSettingTs": {directoryName: "site-setting-ts"},
"TestSiteNetworkTemplateTs": {directoryName: "site-networktemplate-ts"},
"TestSiteWlanPortalTemplateTs": {directoryName: "site-wlan-portal-template-ts"},
//TODO: unskip once https://github.com/Juniper/terraform-provider-mist/issues/66 is addressed.
// Tracked in https://github.com/pulumi/pulumi-junipermist/issues/237
//"TestOrgWlanPortalTemplateTs": {directoryName: "org-wlan-portal-template-ts"},
"TestSiteWlanPortalImageTs": {directoryName: "site-wlan-portal-image-ts"},
//TODO: unskip once https://github.com/Juniper/terraform-provider-mist/issues/66 is addressed.
// Tracked in https://github.com/pulumi/pulumi-junipermist/issues/237
//"TestOrgWlanPortalImageTs": {directoryName: "org-wlan-portal-image-ts"},
"TestAlarmtemplateTs": {directoryName: "org-alarmtemplate-ts"},
"TestOrgWlanPortalTemplateTs": {directoryName: "org-wlan-portal-template-ts"},
"TestSiteWlanPortalImageTs": {directoryName: "site-wlan-portal-image-ts"},
"TestOrgWlanPortalImageTs": {directoryName: "org-wlan-portal-image-ts"},
"TestAlarmtemplateTs": {directoryName: "org-alarmtemplate-ts"},
"TestOrgInventoryTs": {
directoryName: "org-inventory-ts",
additionalConfig: map[string]string{"claimCode1": os.Getenv(EnvClaimCode1), "claimCode2": os.Getenv(EnvClaimCode2)},
Expand Down
63 changes: 39 additions & 24 deletions provider/cmd/pulumi-resource-junipermist/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@
}
}
},
"wan_networks": {
"maxItemsOne": false
},
"wan_probe_override": {
"fields": {
"ips": {
Expand Down Expand Up @@ -261,6 +264,9 @@
"add_target_vrfs": {
"maxItemsOne": false
},
"aggregate": {
"maxItemsOne": false
},
"community": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -332,13 +338,19 @@
"fields": {
"primary": {
"fields": {
"probe_ips": {
"maxItemsOne": false
},
"wan_names": {
"maxItemsOne": false
}
}
},
"secondary": {
"fields": {
"probe_ips": {
"maxItemsOne": false
},
"wan_names": {
"maxItemsOne": false
}
Expand Down Expand Up @@ -401,14 +413,7 @@
"zscaler": {
"fields": {
"sub_locations": {
"maxItemsOne": false,
"elem": {
"fields": {
"subnets": {
"maxItemsOne": false
}
}
}
"maxItemsOne": false
}
}
}
Expand Down Expand Up @@ -1030,6 +1035,9 @@
}
}
},
"wan_networks": {
"maxItemsOne": false
},
"wan_probe_override": {
"fields": {
"ips": {
Expand All @@ -1055,6 +1063,9 @@
"add_target_vrfs": {
"maxItemsOne": false
},
"aggregate": {
"maxItemsOne": false
},
"community": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -1126,13 +1137,19 @@
"fields": {
"primary": {
"fields": {
"probe_ips": {
"maxItemsOne": false
},
"wan_names": {
"maxItemsOne": false
}
}
},
"secondary": {
"fields": {
"probe_ips": {
"maxItemsOne": false
},
"wan_names": {
"maxItemsOne": false
}
Expand Down Expand Up @@ -1195,14 +1212,7 @@
"zscaler": {
"fields": {
"sub_locations": {
"maxItemsOne": false,
"elem": {
"fields": {
"subnets": {
"maxItemsOne": false
}
}
}
"maxItemsOne": false
}
}
}
Expand Down Expand Up @@ -1413,6 +1423,9 @@
}
}
},
"wan_networks": {
"maxItemsOne": false
},
"wan_probe_override": {
"fields": {
"ips": {
Expand All @@ -1438,6 +1451,9 @@
"add_target_vrfs": {
"maxItemsOne": false
},
"aggregate": {
"maxItemsOne": false
},
"community": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -1509,13 +1525,19 @@
"fields": {
"primary": {
"fields": {
"probe_ips": {
"maxItemsOne": false
},
"wan_names": {
"maxItemsOne": false
}
}
},
"secondary": {
"fields": {
"probe_ips": {
"maxItemsOne": false
},
"wan_names": {
"maxItemsOne": false
}
Expand Down Expand Up @@ -1578,14 +1600,7 @@
"zscaler": {
"fields": {
"sub_locations": {
"maxItemsOne": false,
"elem": {
"fields": {
"subnets": {
"maxItemsOne": false
}
}
}
"maxItemsOne": false
}
}
}
Expand Down
Loading

0 comments on commit d460831

Please sign in to comment.