@@ -20,7 +20,7 @@ The Strata Cloud Manager provider is available as a package in all Pulumi langua
2020The ` scm ` provider provides resources and functions to manage and query Strata Cloud Manager.
2121
2222This provider covers the following aspects of Strata Cloud Manager:
23- * Unified Networking Security
23+ * NGFW & Prisma Access
2424## Beta Release Disclaimer
2525
2626** This software is a pre-release version and is not ready for production use.**
@@ -31,6 +31,93 @@ This provider covers the following aspects of Strata Cloud Manager:
3131* ** Feedback:** We encourage and appreciate your feedback and bug reports. However, you acknowledge that any feedback you provide is non-confidential.
3232
3333By using this software, you agree to these terms.
34+ ## Release Notes
35+ ### v1.0.4
36+ #### ENHANCEMENTS
37+
38+ * resource/scm_logical_router: Added additional tests and examples (resource, data-source)
39+ * resource/scm_decryption_profile: Added additional tests and examples (resource, data-source)
40+ * resource/scm_interface_management_profile: Added additional tests and examples (resource, data-source)
41+ * resource/scm_radius_server_profile: Added additional tests and examples (resource, data-source)
42+ * resource/scm_dns_security_profile: Added additional tests and examples (resource, data-source)
43+ * resource/scm_ethernet_interface: Added additional tests
44+ * resource/scm_vlan_interface: Added additional tests
45+ * resource/scm_loopback_interface: Added additional tests
46+ * resource/scm_tunnel_interface: Added additional tests
47+ * resource/scm_zone: Added additional tests
48+ #### BUG FIXES
49+
50+ * resource/scm_nat_rule: Fixed various errors in model definition
51+ * resource/scm_radius_server_profile: Fixed missing ` name ` property in model definition (#35 )
52+ * resource/scm_vulnerability_protection_profile: Added support for missing category options (#42 )
53+ * resource/scm_aggregate_interface: Added correct api-path (#50 ) and fixed missing model properties
54+ * resource/scm_logical_router: Fixed issue with model definition that caused failures during crud operations (#58 )
55+ * resource/scm_interface_management_profile: Fixed issue with model definition that caused payload unmarshal error (#59 )
56+ ### v1.0.3
57+ #### FEATURES
58+
59+ * Rule re-ordering: Support for placing a rule in a desired location while the resource is managed through pulumi
60+ #### ENHANCEMENTS
61+
62+ * Improved Error Handling: Include API Errors by default in pulumi logs
63+ * Doc Improvement: Adapted default folder for examples from ` Shared ` (Prisma Access) to ` All ` (Global)
64+ * resource/scm_ethernet_interface: Added additional tests and examples (resource, data-source)
65+ * resource/scm_loopback_interface: Added additional tests and examples (resource, data-source)
66+ * resource/scm_tunnel_interface: Added additional tests and examples (resource, data-source)
67+ * resource/scm_layer2_subinterface: Added additional tests and examples (resource, data-source)
68+ * resource/scm_layer3_subinterface: Added additional tests and examples (resource, data-source)
69+ * resource/scm_vlan_interface: Added additional tests and examples (resource, data-source)
70+ * resource/scm_folder: Added additional tests and examples (resource, data-source)
71+ * resource/scm_snippet: Added additional tests and examples (resource, data-source)
72+ * resource/scm_app_override_rule: Added additional tests and examples (resource, data-source)
73+ * resource/scm_authentication_rule: Added additional tests and examples (resource, data-source)
74+ * resource/scm_decryption_rule: Added additional tests and examples (resource, data-source)
75+ * resource/scm_qos_rule: Added additional tests and examples (resource, data-source)
76+ * resource/scm_nat_rule: Added additional tests and examples (resource, data-source)
77+ * resource/scm_pdf_rule: Added additional tests and examples (resource, data-source)
78+ * resource/scm_security_rule: Added additional tests and examples (resource, data-source)
79+ * resource/scm_decryption_profile: Added additional tests and examples (resource, data-source)
80+ * resource/scm_radius_server_profile: Fixed issue related to the All Caps property and the unintended underscores.
81+ #### BUG FIXES
82+
83+ * resource/scm_service_connection: Fixed pushing a ikeGateway object for Service Connection (#21 )
84+ * resource/scm_addresses: Fixed referesh operation for scm.Address (#22 )
85+ * resource/scm_security_rule: Fixed Rule ordering (#27 )
86+ * resource/scm_ethernet: Fixed errors in model definition that resulted in resource failures (#36 )
87+ * resource/scm_radius_server_profile: Fixed nat rule bidirectional property (#36 )
88+ * resource/scm_external_dynamic_list: Added support for handling sestive values (#38 )
89+ * resource/scm_security_rule: Added Support for 'tenant_restrictions' field (#41 )
90+ * resource/scm_ethernet: Fixed errors in ` layer3 ` model definition that resulted in resource failures (#51 , #52 )
91+ * resource/scm_zone: Fixed errors in model definition that resulted in resource failures (#53 )
92+ * resource/scm_tunnel_interface: Fixed errors in model definition that resulted in resource failures (#55 )
93+ ### v1.0.2
94+ #### FEATURES
95+
96+ * Added support for recreating for out-of-band deleted resources
97+ * ** New Resource** : ` scm.Folder `
98+ * ** New Resource** : ` scm.Snippet `
99+ * ** New Resource** : ` scm.Folder `
100+ #### ENHANCEMENTS
101+
102+ * resource/scm_antispyware_profile: Added additional tests and examples (resource, data-source)
103+ * resource/scm_vulnerability_protection_profile: Added additional tests and examples (resource, data-source)
104+ * resource/scm_service_connection: Added additional tests and examples (resource, data-source)
105+ * resource/scm_address_group: Added additional examples
106+ * resource/service_group: Added additional examples
107+ * resource/service: Added additional examples
108+ #### BUG FIXES
109+
110+ * resource/scm_antispyware_profile: Fixed min length of name in model definition
111+ * resource/scm_service_connection: Fixed incorrect folder reference in model definition
112+ * resource/<multiple-resources >: Fixed issue with pattern matching where hyphen was not correctly escaped
113+ ### v1.0.1
114+ #### ENHANCEMENTS
115+
116+ * Beta disclaimer added
117+ ### v1.0.0
118+ #### FEATURES
119+
120+ * Initial Release - No backwards compatibility to v0.x.y
34121## Warranty
35122
36123THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments