pulumi-azure-native 3.8.0a1756942349__py3-none-any.whl → 3.9.0a1757522298__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/cloudngfw/__init__.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/firewall.py +4 -4
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +6 -34
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +6 -34
- pulumi_azure_native/cloudngfw/get_post_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_pre_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +4 -4
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py → list_palo_alto_networks_cloudngfw_operation_cloud_manager_tenants.py} +17 -17
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_product_serial_number_status.py → list_palo_alto_networks_cloudngfw_operation_product_serial_number_status.py} +17 -17
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_support_info.py → list_palo_alto_networks_cloudngfw_operation_support_info.py} +19 -47
- pulumi_azure_native/cloudngfw/local_rule.py +4 -4
- pulumi_azure_native/cloudngfw/local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/post_rule.py +4 -4
- pulumi_azure_native/cloudngfw/pre_rule.py +4 -4
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.9.0a1757522298.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.9.0a1757522298.dist-info}/RECORD +54 -54
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.9.0a1757522298.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.9.0a1757522298.dist-info}/top_level.txt +0 -0
|
@@ -16,14 +16,14 @@ else:
|
|
|
16
16
|
from .. import _utilities
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
19
|
+
'ListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult',
|
|
20
|
+
'AwaitableListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult',
|
|
21
|
+
'list_palo_alto_networks_cloudngfw_operation_cloud_manager_tenants',
|
|
22
|
+
'list_palo_alto_networks_cloudngfw_operation_cloud_manager_tenants_output',
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
@pulumi.output_type
|
|
26
|
-
class
|
|
26
|
+
class ListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult:
|
|
27
27
|
"""
|
|
28
28
|
Cloud Manager Tenant
|
|
29
29
|
"""
|
|
@@ -41,39 +41,39 @@ class ListPaloAltoNetworksCloudngfwCloudManagerTenantsResult:
|
|
|
41
41
|
return pulumi.get(self, "value")
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
class
|
|
44
|
+
class AwaitableListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult(ListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult):
|
|
45
45
|
# pylint: disable=using-constant-test
|
|
46
46
|
def __await__(self):
|
|
47
47
|
if False:
|
|
48
48
|
yield self
|
|
49
|
-
return
|
|
49
|
+
return ListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult(
|
|
50
50
|
value=self.value)
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
def
|
|
53
|
+
def list_palo_alto_networks_cloudngfw_operation_cloud_manager_tenants(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult:
|
|
54
54
|
"""
|
|
55
55
|
Cloud Manager Tenant
|
|
56
56
|
|
|
57
|
-
Uses Azure REST API version 2025-
|
|
57
|
+
Uses Azure REST API version 2025-05-23.
|
|
58
58
|
|
|
59
|
-
Other available API versions:
|
|
59
|
+
Other available API versions: 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
60
60
|
"""
|
|
61
61
|
__args__ = dict()
|
|
62
62
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
63
|
-
__ret__ = pulumi.runtime.invoke('azure-native:cloudngfw:
|
|
63
|
+
__ret__ = pulumi.runtime.invoke('azure-native:cloudngfw:listPaloAltoNetworksCloudngfwOperationCloudManagerTenants', __args__, opts=opts, typ=ListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult).value
|
|
64
64
|
|
|
65
|
-
return
|
|
65
|
+
return AwaitableListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult(
|
|
66
66
|
value=pulumi.get(__ret__, 'value'))
|
|
67
|
-
def
|
|
67
|
+
def list_palo_alto_networks_cloudngfw_operation_cloud_manager_tenants_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[ListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult]:
|
|
68
68
|
"""
|
|
69
69
|
Cloud Manager Tenant
|
|
70
70
|
|
|
71
|
-
Uses Azure REST API version 2025-
|
|
71
|
+
Uses Azure REST API version 2025-05-23.
|
|
72
72
|
|
|
73
|
-
Other available API versions:
|
|
73
|
+
Other available API versions: 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
74
74
|
"""
|
|
75
75
|
__args__ = dict()
|
|
76
76
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
77
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:cloudngfw:
|
|
78
|
-
return __ret__.apply(lambda __response__:
|
|
77
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:cloudngfw:listPaloAltoNetworksCloudngfwOperationCloudManagerTenants', __args__, opts=opts, typ=ListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult)
|
|
78
|
+
return __ret__.apply(lambda __response__: ListPaloAltoNetworksCloudngfwOperationCloudManagerTenantsResult(
|
|
79
79
|
value=pulumi.get(__response__, 'value')))
|
|
@@ -16,14 +16,14 @@ else:
|
|
|
16
16
|
from .. import _utilities
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
19
|
+
'ListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult',
|
|
20
|
+
'AwaitableListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult',
|
|
21
|
+
'list_palo_alto_networks_cloudngfw_operation_product_serial_number_status',
|
|
22
|
+
'list_palo_alto_networks_cloudngfw_operation_product_serial_number_status_output',
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
@pulumi.output_type
|
|
26
|
-
class
|
|
26
|
+
class ListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult:
|
|
27
27
|
"""
|
|
28
28
|
Product serial and status for the service
|
|
29
29
|
"""
|
|
@@ -52,42 +52,42 @@ class ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult:
|
|
|
52
52
|
return pulumi.get(self, "status")
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
class
|
|
55
|
+
class AwaitableListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult(ListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult):
|
|
56
56
|
# pylint: disable=using-constant-test
|
|
57
57
|
def __await__(self):
|
|
58
58
|
if False:
|
|
59
59
|
yield self
|
|
60
|
-
return
|
|
60
|
+
return ListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult(
|
|
61
61
|
serial_number=self.serial_number,
|
|
62
62
|
status=self.status)
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
def
|
|
65
|
+
def list_palo_alto_networks_cloudngfw_operation_product_serial_number_status(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult:
|
|
66
66
|
"""
|
|
67
67
|
Product serial and status for the service
|
|
68
68
|
|
|
69
|
-
Uses Azure REST API version 2025-
|
|
69
|
+
Uses Azure REST API version 2025-05-23.
|
|
70
70
|
|
|
71
|
-
Other available API versions:
|
|
71
|
+
Other available API versions: 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
72
72
|
"""
|
|
73
73
|
__args__ = dict()
|
|
74
74
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
75
|
-
__ret__ = pulumi.runtime.invoke('azure-native:cloudngfw:
|
|
75
|
+
__ret__ = pulumi.runtime.invoke('azure-native:cloudngfw:listPaloAltoNetworksCloudngfwOperationProductSerialNumberStatus', __args__, opts=opts, typ=ListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult).value
|
|
76
76
|
|
|
77
|
-
return
|
|
77
|
+
return AwaitableListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult(
|
|
78
78
|
serial_number=pulumi.get(__ret__, 'serial_number'),
|
|
79
79
|
status=pulumi.get(__ret__, 'status'))
|
|
80
|
-
def
|
|
80
|
+
def list_palo_alto_networks_cloudngfw_operation_product_serial_number_status_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[ListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult]:
|
|
81
81
|
"""
|
|
82
82
|
Product serial and status for the service
|
|
83
83
|
|
|
84
|
-
Uses Azure REST API version 2025-
|
|
84
|
+
Uses Azure REST API version 2025-05-23.
|
|
85
85
|
|
|
86
|
-
Other available API versions:
|
|
86
|
+
Other available API versions: 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
87
87
|
"""
|
|
88
88
|
__args__ = dict()
|
|
89
89
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
90
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:cloudngfw:
|
|
91
|
-
return __ret__.apply(lambda __response__:
|
|
90
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:cloudngfw:listPaloAltoNetworksCloudngfwOperationProductSerialNumberStatus', __args__, opts=opts, typ=ListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult)
|
|
91
|
+
return __ret__.apply(lambda __response__: ListPaloAltoNetworksCloudngfwOperationProductSerialNumberStatusResult(
|
|
92
92
|
serial_number=pulumi.get(__response__, 'serial_number'),
|
|
93
93
|
status=pulumi.get(__response__, 'status')))
|
|
@@ -16,30 +16,24 @@ else:
|
|
|
16
16
|
from .. import _utilities
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
19
|
+
'ListPaloAltoNetworksCloudngfwOperationSupportInfoResult',
|
|
20
|
+
'AwaitableListPaloAltoNetworksCloudngfwOperationSupportInfoResult',
|
|
21
|
+
'list_palo_alto_networks_cloudngfw_operation_support_info',
|
|
22
|
+
'list_palo_alto_networks_cloudngfw_operation_support_info_output',
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
@pulumi.output_type
|
|
26
|
-
class
|
|
26
|
+
class ListPaloAltoNetworksCloudngfwOperationSupportInfoResult:
|
|
27
27
|
"""
|
|
28
28
|
Support information for the service
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, account_id=None,
|
|
30
|
+
def __init__(__self__, account_id=None, account_registration_status=None, credits=None, end_date_for_credits=None, free_trial=None, free_trial_credit_left=None, free_trial_days_left=None, help_url=None, hub_url=None, monthly_credit_left=None, product_serial=None, product_sku=None, register_url=None, start_date_for_credits=None, support_url=None):
|
|
31
31
|
if account_id and not isinstance(account_id, str):
|
|
32
32
|
raise TypeError("Expected argument 'account_id' to be a str")
|
|
33
33
|
pulumi.set(__self__, "account_id", account_id)
|
|
34
|
-
if account_id_for_billing and not isinstance(account_id_for_billing, str):
|
|
35
|
-
raise TypeError("Expected argument 'account_id_for_billing' to be a str")
|
|
36
|
-
pulumi.set(__self__, "account_id_for_billing", account_id_for_billing)
|
|
37
34
|
if account_registration_status and not isinstance(account_registration_status, str):
|
|
38
35
|
raise TypeError("Expected argument 'account_registration_status' to be a str")
|
|
39
36
|
pulumi.set(__self__, "account_registration_status", account_registration_status)
|
|
40
|
-
if association_type and not isinstance(association_type, str):
|
|
41
|
-
raise TypeError("Expected argument 'association_type' to be a str")
|
|
42
|
-
pulumi.set(__self__, "association_type", association_type)
|
|
43
37
|
if credits and not isinstance(credits, int):
|
|
44
38
|
raise TypeError("Expected argument 'credits' to be a int")
|
|
45
39
|
pulumi.set(__self__, "credits", credits)
|
|
@@ -84,18 +78,10 @@ class ListPaloAltoNetworksCloudngfwSupportInfoResult:
|
|
|
84
78
|
@pulumi.getter(name="accountId")
|
|
85
79
|
def account_id(self) -> Optional[builtins.str]:
|
|
86
80
|
"""
|
|
87
|
-
Support account associated with given resource
|
|
81
|
+
Support account associated with given resource
|
|
88
82
|
"""
|
|
89
83
|
return pulumi.get(self, "account_id")
|
|
90
84
|
|
|
91
|
-
@property
|
|
92
|
-
@pulumi.getter(name="accountIdForBilling")
|
|
93
|
-
def account_id_for_billing(self) -> Optional[builtins.str]:
|
|
94
|
-
"""
|
|
95
|
-
Support account associated with given resource when association type is billing
|
|
96
|
-
"""
|
|
97
|
-
return pulumi.get(self, "account_id_for_billing")
|
|
98
|
-
|
|
99
85
|
@property
|
|
100
86
|
@pulumi.getter(name="accountRegistrationStatus")
|
|
101
87
|
def account_registration_status(self) -> Optional[builtins.str]:
|
|
@@ -104,14 +90,6 @@ class ListPaloAltoNetworksCloudngfwSupportInfoResult:
|
|
|
104
90
|
"""
|
|
105
91
|
return pulumi.get(self, "account_registration_status")
|
|
106
92
|
|
|
107
|
-
@property
|
|
108
|
-
@pulumi.getter(name="associationType")
|
|
109
|
-
def association_type(self) -> Optional[builtins.str]:
|
|
110
|
-
"""
|
|
111
|
-
Association Type
|
|
112
|
-
"""
|
|
113
|
-
return pulumi.get(self, "association_type")
|
|
114
|
-
|
|
115
93
|
@property
|
|
116
94
|
@pulumi.getter
|
|
117
95
|
def credits(self) -> Optional[builtins.int]:
|
|
@@ -217,16 +195,14 @@ class ListPaloAltoNetworksCloudngfwSupportInfoResult:
|
|
|
217
195
|
return pulumi.get(self, "support_url")
|
|
218
196
|
|
|
219
197
|
|
|
220
|
-
class
|
|
198
|
+
class AwaitableListPaloAltoNetworksCloudngfwOperationSupportInfoResult(ListPaloAltoNetworksCloudngfwOperationSupportInfoResult):
|
|
221
199
|
# pylint: disable=using-constant-test
|
|
222
200
|
def __await__(self):
|
|
223
201
|
if False:
|
|
224
202
|
yield self
|
|
225
|
-
return
|
|
203
|
+
return ListPaloAltoNetworksCloudngfwOperationSupportInfoResult(
|
|
226
204
|
account_id=self.account_id,
|
|
227
|
-
account_id_for_billing=self.account_id_for_billing,
|
|
228
205
|
account_registration_status=self.account_registration_status,
|
|
229
|
-
association_type=self.association_type,
|
|
230
206
|
credits=self.credits,
|
|
231
207
|
end_date_for_credits=self.end_date_for_credits,
|
|
232
208
|
free_trial=self.free_trial,
|
|
@@ -242,23 +218,21 @@ class AwaitableListPaloAltoNetworksCloudngfwSupportInfoResult(ListPaloAltoNetwor
|
|
|
242
218
|
support_url=self.support_url)
|
|
243
219
|
|
|
244
220
|
|
|
245
|
-
def
|
|
221
|
+
def list_palo_alto_networks_cloudngfw_operation_support_info(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListPaloAltoNetworksCloudngfwOperationSupportInfoResult:
|
|
246
222
|
"""
|
|
247
223
|
Support information for the service
|
|
248
224
|
|
|
249
|
-
Uses Azure REST API version 2025-
|
|
225
|
+
Uses Azure REST API version 2025-05-23.
|
|
250
226
|
|
|
251
|
-
Other available API versions:
|
|
227
|
+
Other available API versions: 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
252
228
|
"""
|
|
253
229
|
__args__ = dict()
|
|
254
230
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
255
|
-
__ret__ = pulumi.runtime.invoke('azure-native:cloudngfw:
|
|
231
|
+
__ret__ = pulumi.runtime.invoke('azure-native:cloudngfw:listPaloAltoNetworksCloudngfwOperationSupportInfo', __args__, opts=opts, typ=ListPaloAltoNetworksCloudngfwOperationSupportInfoResult).value
|
|
256
232
|
|
|
257
|
-
return
|
|
233
|
+
return AwaitableListPaloAltoNetworksCloudngfwOperationSupportInfoResult(
|
|
258
234
|
account_id=pulumi.get(__ret__, 'account_id'),
|
|
259
|
-
account_id_for_billing=pulumi.get(__ret__, 'account_id_for_billing'),
|
|
260
235
|
account_registration_status=pulumi.get(__ret__, 'account_registration_status'),
|
|
261
|
-
association_type=pulumi.get(__ret__, 'association_type'),
|
|
262
236
|
credits=pulumi.get(__ret__, 'credits'),
|
|
263
237
|
end_date_for_credits=pulumi.get(__ret__, 'end_date_for_credits'),
|
|
264
238
|
free_trial=pulumi.get(__ret__, 'free_trial'),
|
|
@@ -272,22 +246,20 @@ def list_palo_alto_networks_cloudngfw_support_info(opts: Optional[pulumi.InvokeO
|
|
|
272
246
|
register_url=pulumi.get(__ret__, 'register_url'),
|
|
273
247
|
start_date_for_credits=pulumi.get(__ret__, 'start_date_for_credits'),
|
|
274
248
|
support_url=pulumi.get(__ret__, 'support_url'))
|
|
275
|
-
def
|
|
249
|
+
def list_palo_alto_networks_cloudngfw_operation_support_info_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[ListPaloAltoNetworksCloudngfwOperationSupportInfoResult]:
|
|
276
250
|
"""
|
|
277
251
|
Support information for the service
|
|
278
252
|
|
|
279
|
-
Uses Azure REST API version 2025-
|
|
253
|
+
Uses Azure REST API version 2025-05-23.
|
|
280
254
|
|
|
281
|
-
Other available API versions:
|
|
255
|
+
Other available API versions: 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
282
256
|
"""
|
|
283
257
|
__args__ = dict()
|
|
284
258
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
285
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:cloudngfw:
|
|
286
|
-
return __ret__.apply(lambda __response__:
|
|
259
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:cloudngfw:listPaloAltoNetworksCloudngfwOperationSupportInfo', __args__, opts=opts, typ=ListPaloAltoNetworksCloudngfwOperationSupportInfoResult)
|
|
260
|
+
return __ret__.apply(lambda __response__: ListPaloAltoNetworksCloudngfwOperationSupportInfoResult(
|
|
287
261
|
account_id=pulumi.get(__response__, 'account_id'),
|
|
288
|
-
account_id_for_billing=pulumi.get(__response__, 'account_id_for_billing'),
|
|
289
262
|
account_registration_status=pulumi.get(__response__, 'account_registration_status'),
|
|
290
|
-
association_type=pulumi.get(__response__, 'association_type'),
|
|
291
263
|
credits=pulumi.get(__response__, 'credits'),
|
|
292
264
|
end_date_for_credits=pulumi.get(__response__, 'end_date_for_credits'),
|
|
293
265
|
free_trial=pulumi.get(__response__, 'free_trial'),
|
|
@@ -377,9 +377,9 @@ class LocalRule(pulumi.CustomResource):
|
|
|
377
377
|
"""
|
|
378
378
|
LocalRulestack rule list
|
|
379
379
|
|
|
380
|
-
Uses Azure REST API version 2025-
|
|
380
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
381
381
|
|
|
382
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
382
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
383
383
|
|
|
384
384
|
:param str resource_name: The name of the resource.
|
|
385
385
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -413,9 +413,9 @@ class LocalRule(pulumi.CustomResource):
|
|
|
413
413
|
"""
|
|
414
414
|
LocalRulestack rule list
|
|
415
415
|
|
|
416
|
-
Uses Azure REST API version 2025-
|
|
416
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
417
417
|
|
|
418
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
418
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
419
419
|
|
|
420
420
|
:param str resource_name: The name of the resource.
|
|
421
421
|
:param LocalRuleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -258,9 +258,9 @@ class LocalRulestack(pulumi.CustomResource):
|
|
|
258
258
|
"""
|
|
259
259
|
PaloAltoNetworks LocalRulestack
|
|
260
260
|
|
|
261
|
-
Uses Azure REST API version 2025-
|
|
261
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
262
262
|
|
|
263
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
263
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
264
264
|
|
|
265
265
|
:param str resource_name: The name of the resource.
|
|
266
266
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -287,9 +287,9 @@ class LocalRulestack(pulumi.CustomResource):
|
|
|
287
287
|
"""
|
|
288
288
|
PaloAltoNetworks LocalRulestack
|
|
289
289
|
|
|
290
|
-
Uses Azure REST API version 2025-
|
|
290
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
291
291
|
|
|
292
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
292
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
293
293
|
|
|
294
294
|
:param str resource_name: The name of the resource.
|
|
295
295
|
:param LocalRulestackArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -361,9 +361,9 @@ class PostRule(pulumi.CustomResource):
|
|
|
361
361
|
"""
|
|
362
362
|
PostRulestack rule list
|
|
363
363
|
|
|
364
|
-
Uses Azure REST API version 2025-
|
|
364
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
365
365
|
|
|
366
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
366
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
367
367
|
|
|
368
368
|
:param str resource_name: The name of the resource.
|
|
369
369
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -396,9 +396,9 @@ class PostRule(pulumi.CustomResource):
|
|
|
396
396
|
"""
|
|
397
397
|
PostRulestack rule list
|
|
398
398
|
|
|
399
|
-
Uses Azure REST API version 2025-
|
|
399
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
400
400
|
|
|
401
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
401
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
402
402
|
|
|
403
403
|
:param str resource_name: The name of the resource.
|
|
404
404
|
:param PostRuleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -361,9 +361,9 @@ class PreRule(pulumi.CustomResource):
|
|
|
361
361
|
"""
|
|
362
362
|
PreRulestack rule list
|
|
363
363
|
|
|
364
|
-
Uses Azure REST API version 2025-
|
|
364
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
365
365
|
|
|
366
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
366
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
367
367
|
|
|
368
368
|
:param str resource_name: The name of the resource.
|
|
369
369
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -396,9 +396,9 @@ class PreRule(pulumi.CustomResource):
|
|
|
396
396
|
"""
|
|
397
397
|
PreRulestack rule list
|
|
398
398
|
|
|
399
|
-
Uses Azure REST API version 2025-
|
|
399
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
400
400
|
|
|
401
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
401
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
402
402
|
|
|
403
403
|
:param str resource_name: The name of the resource.
|
|
404
404
|
:param PreRuleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -119,9 +119,9 @@ class PrefixListGlobalRulestack(pulumi.CustomResource):
|
|
|
119
119
|
"""
|
|
120
120
|
GlobalRulestack prefixList
|
|
121
121
|
|
|
122
|
-
Uses Azure REST API version 2025-
|
|
122
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
123
123
|
|
|
124
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
124
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
125
125
|
|
|
126
126
|
:param str resource_name: The name of the resource.
|
|
127
127
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -140,9 +140,9 @@ class PrefixListGlobalRulestack(pulumi.CustomResource):
|
|
|
140
140
|
"""
|
|
141
141
|
GlobalRulestack prefixList
|
|
142
142
|
|
|
143
|
-
Uses Azure REST API version 2025-
|
|
143
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
144
144
|
|
|
145
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
145
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
146
146
|
|
|
147
147
|
:param str resource_name: The name of the resource.
|
|
148
148
|
:param PrefixListGlobalRulestackArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -135,9 +135,9 @@ class PrefixListLocalRulestack(pulumi.CustomResource):
|
|
|
135
135
|
"""
|
|
136
136
|
LocalRulestack prefixList
|
|
137
137
|
|
|
138
|
-
Uses Azure REST API version 2025-
|
|
138
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
139
139
|
|
|
140
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
140
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
141
141
|
|
|
142
142
|
:param str resource_name: The name of the resource.
|
|
143
143
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -157,9 +157,9 @@ class PrefixListLocalRulestack(pulumi.CustomResource):
|
|
|
157
157
|
"""
|
|
158
158
|
LocalRulestack prefixList
|
|
159
159
|
|
|
160
|
-
Uses Azure REST API version 2025-
|
|
160
|
+
Uses Azure REST API version 2025-05-23. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
|
|
161
161
|
|
|
162
|
-
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-
|
|
162
|
+
Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-02-06-preview, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
163
163
|
|
|
164
164
|
:param str resource_name: The name of the resource.
|
|
165
165
|
:param PrefixListLocalRulestackArgs args: The arguments to use to populate this resource's properties.
|