Skip to content

Commit 079d535

Browse files
authored
Upgrade terraform-provider-scm to v1.0.5 (#397)
* make tfgen * make generate_sdks
1 parent a6dc48a commit 079d535

File tree

3,734 files changed

+318208
-245756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,734 files changed

+318208
-245756
lines changed

docs/_index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,35 @@ This provider covers the following aspects of Strata Cloud Manager:
3232

3333
By using this software, you agree to these terms.
3434
## Release Notes
35+
### v1.0.5
36+
#### FEATURES
37+
38+
* resource/scm_auto_vpn_settings: Added Support for singleton resource without uuid
39+
* resource/scm_bgp_routing: Added Support for singleton resource without uuid
40+
#### ENHANCEMENTS
41+
42+
* resource/scm_authentication_profile: Added additional examples and tests (resource, data-source)
43+
* resource/scm_authentication_sequence: Added additional examples and tests (resource, data-source)
44+
* resource/scm_authentication_portal: Added additional examples and tests (resource)
45+
* resource/scm_auto_vpn_cluster: Added additional examples and tests (resource, data-source)
46+
* resource/scm_bgp_auth_profile: Added additional examples (resource, data-source)
47+
* resource/scm_bgp_address_family_profile: Added additional examples (resource, data-source)
48+
* resource/scm_bgp_filtering_profile: Added additional examples (resource, data-source)
49+
* resource/scm_bgp_route_map: Added additional examples (resource, data-source)
50+
* resource/scm_file_blocking_profile: Added additional examples and tests (resource, data-source)
51+
* resource/scm_route_prefix_list: Added additional examples (resource, data-source)
52+
* resource/scm_site: Added additional examples and tests (resource, data-source)
53+
54+
* RequiredFields Documentation for resources that require exactly one of multiple options (#66)
55+
* Import Documentation for resources (#29)
56+
* Interface Management Profile GetByUUID support (#64)
57+
#### BUG FIXES
58+
59+
* resource/scm_authentication_portal: Removed incorrect mandatory property `id` from model
60+
* resource/scm_authentication_profile: Removed incorrect mandatory property `id` from model
61+
* resource/scm_ethernet_interface: Added missing aggregateGroup property to assign interface to aggregate-ethernet
62+
* resource/scm_file_blocking_profile: Added missing options for filetype
63+
* Resolved Issue with JWT Authentication Refresh causing 401 Errors (#51, #53, #68)
3564
### v1.0.4
3665
#### ENHANCEMENTS
3766

provider/cmd/pulumi-resource-scm/bridge-metadata.json

Lines changed: 173 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@
285285
}
286286
}
287287
},
288+
"scm_authentication_portal": {
289+
"current": "scm:index/authenticationPortal:AuthenticationPortal",
290+
"majorVersion": 1
291+
},
288292
"scm_authentication_profile": {
289293
"current": "scm:index/authenticationProfile:AuthenticationProfile",
290294
"majorVersion": 1,
@@ -349,6 +353,47 @@
349353
}
350354
}
351355
},
356+
"scm_auto_vpn_cluster": {
357+
"current": "scm:index/autoVpnCluster:AutoVpnCluster",
358+
"majorVersion": 1,
359+
"fields": {
360+
"branches": {
361+
"maxItemsOne": false,
362+
"elem": {
363+
"fields": {
364+
"interfaces": {
365+
"maxItemsOne": false
366+
},
367+
"private_interfaces": {
368+
"maxItemsOne": false
369+
}
370+
}
371+
}
372+
},
373+
"gateways": {
374+
"maxItemsOne": false,
375+
"elem": {
376+
"fields": {
377+
"interfaces": {
378+
"maxItemsOne": false
379+
},
380+
"private_interfaces": {
381+
"maxItemsOne": false
382+
}
383+
}
384+
}
385+
}
386+
}
387+
},
388+
"scm_auto_vpn_setting": {
389+
"current": "scm:index/autoVpnSetting:AutoVpnSetting",
390+
"majorVersion": 1,
391+
"fields": {
392+
"vpn_address_pool": {
393+
"maxItemsOne": false
394+
}
395+
}
396+
},
352397
"scm_bgp_address_family_profile": {
353398
"current": "scm:index/bgpAddressFamilyProfile:BgpAddressFamilyProfile",
354399
"majorVersion": 1
@@ -495,6 +540,15 @@
495540
}
496541
}
497542
},
543+
"scm_bgp_routing": {
544+
"current": "scm:index/bgpRouting:BgpRouting",
545+
"majorVersion": 1,
546+
"fields": {
547+
"outbound_routes_for_services": {
548+
"maxItemsOne": false
549+
}
550+
}
551+
},
498552
"scm_certificate_profile": {
499553
"current": "scm:index/certificateProfile:CertificateProfile",
500554
"majorVersion": 1,
@@ -2250,10 +2304,14 @@
22502304
"current": "scm:index/routePrefixList:RoutePrefixList",
22512305
"majorVersion": 1,
22522306
"fields": {
2253-
"ipv4": {
2307+
"type": {
22542308
"fields": {
2255-
"ipv4_entry": {
2256-
"maxItemsOne": false
2309+
"ipv4": {
2310+
"fields": {
2311+
"ipv4_entry": {
2312+
"maxItemsOne": false
2313+
}
2314+
}
22572315
}
22582316
}
22592317
}
@@ -2516,6 +2574,15 @@
25162574
}
25172575
}
25182576
},
2577+
"scm_site": {
2578+
"current": "scm:index/site:Site",
2579+
"majorVersion": 1,
2580+
"fields": {
2581+
"members": {
2582+
"maxItemsOne": false
2583+
}
2584+
}
2585+
},
25192586
"scm_snippet": {
25202587
"current": "scm:index/snippet:Snippet",
25212588
"majorVersion": 1,
@@ -3640,6 +3707,86 @@
36403707
}
36413708
}
36423709
},
3710+
"scm_auto_vpn_cluster": {
3711+
"current": "scm:index/getAutoVpnCluster:getAutoVpnCluster",
3712+
"majorVersion": 1,
3713+
"fields": {
3714+
"branches": {
3715+
"maxItemsOne": false,
3716+
"elem": {
3717+
"fields": {
3718+
"interfaces": {
3719+
"maxItemsOne": false
3720+
},
3721+
"private_interfaces": {
3722+
"maxItemsOne": false
3723+
}
3724+
}
3725+
}
3726+
},
3727+
"gateways": {
3728+
"maxItemsOne": false,
3729+
"elem": {
3730+
"fields": {
3731+
"interfaces": {
3732+
"maxItemsOne": false
3733+
},
3734+
"private_interfaces": {
3735+
"maxItemsOne": false
3736+
}
3737+
}
3738+
}
3739+
}
3740+
}
3741+
},
3742+
"scm_auto_vpn_cluster_list": {
3743+
"current": "scm:index/getAutoVpnClusterList:getAutoVpnClusterList",
3744+
"majorVersion": 1,
3745+
"fields": {
3746+
"data": {
3747+
"maxItemsOne": false,
3748+
"elem": {
3749+
"fields": {
3750+
"branches": {
3751+
"maxItemsOne": false,
3752+
"elem": {
3753+
"fields": {
3754+
"interfaces": {
3755+
"maxItemsOne": false
3756+
},
3757+
"private_interfaces": {
3758+
"maxItemsOne": false
3759+
}
3760+
}
3761+
}
3762+
},
3763+
"gateways": {
3764+
"maxItemsOne": false,
3765+
"elem": {
3766+
"fields": {
3767+
"interfaces": {
3768+
"maxItemsOne": false
3769+
},
3770+
"private_interfaces": {
3771+
"maxItemsOne": false
3772+
}
3773+
}
3774+
}
3775+
}
3776+
}
3777+
}
3778+
}
3779+
}
3780+
},
3781+
"scm_auto_vpn_setting": {
3782+
"current": "scm:index/getAutoVpnSetting:getAutoVpnSetting",
3783+
"majorVersion": 1,
3784+
"fields": {
3785+
"vpn_address_pool": {
3786+
"maxItemsOne": false
3787+
}
3788+
}
3789+
},
36433790
"scm_bgp_address_family_profile": {
36443791
"current": "scm:index/getBgpAddressFamilyProfile:getBgpAddressFamilyProfile",
36453792
"majorVersion": 1
@@ -3966,6 +4113,15 @@
39664113
}
39674114
}
39684115
},
4116+
"scm_bgp_routing": {
4117+
"current": "scm:index/getBgpRouting:getBgpRouting",
4118+
"majorVersion": 1,
4119+
"fields": {
4120+
"outbound_routes_for_services": {
4121+
"maxItemsOne": false
4122+
}
4123+
}
4124+
},
39694125
"scm_certificate_profile": {
39704126
"current": "scm:index/getCertificateProfile:getCertificateProfile",
39714127
"majorVersion": 1,
@@ -7750,10 +7906,14 @@
77507906
"current": "scm:index/getRoutePrefixList:getRoutePrefixList",
77517907
"majorVersion": 1,
77527908
"fields": {
7753-
"ipv4": {
7909+
"type": {
77547910
"fields": {
7755-
"ipv4_entry": {
7756-
"maxItemsOne": false
7911+
"ipv4": {
7912+
"fields": {
7913+
"ipv4_entry": {
7914+
"maxItemsOne": false
7915+
}
7916+
}
77577917
}
77587918
}
77597919
}
@@ -7767,10 +7927,14 @@
77677927
"maxItemsOne": false,
77687928
"elem": {
77697929
"fields": {
7770-
"ipv4": {
7930+
"type": {
77717931
"fields": {
7772-
"ipv4_entry": {
7773-
"maxItemsOne": false
7932+
"ipv4": {
7933+
"fields": {
7934+
"ipv4_entry": {
7935+
"maxItemsOne": false
7936+
}
7937+
}
77747938
}
77757939
}
77767940
}

0 commit comments

Comments
 (0)