pulumi-azure-native 2.79.0__py3-none-any.whl → 2.79.0a1734639794__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/__init__.py +0 -46
- pulumi_azure_native/azurefleet/_enums.py +2 -2
- pulumi_azure_native/azurefleet/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
- pulumi_azure_native/compute/__init__.py +0 -3
- pulumi_azure_native/compute/cloud_service.py +1 -5
- pulumi_azure_native/compute/get_cloud_service.py +0 -4
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/datadog/__init__.py +0 -7
- pulumi_azure_native/datadog/get_monitor.py +2 -2
- pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
- pulumi_azure_native/datadog/get_monitored_subscription.py +0 -4
- pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
- pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
- pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
- pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
- pulumi_azure_native/datadog/monitor.py +3 -3
- pulumi_azure_native/datadog/monitored_subscription.py +1 -5
- pulumi_azure_native/datadog/outputs.py +0 -120
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
- pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
- pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
- pulumi_azure_native/datafactory/_inputs.py +6 -6
- pulumi_azure_native/datafactory/outputs.py +4 -4
- pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
- pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +0 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/servicenetworking/__init__.py +0 -3
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +0 -4
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +1 -5
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/RECORD +82 -135
- pulumi_azure_native/compute/v20241104/__init__.py +0 -12
- pulumi_azure_native/compute/v20241104/_enums.py +0 -31
- pulumi_azure_native/compute/v20241104/_inputs.py +0 -1324
- pulumi_azure_native/compute/v20241104/cloud_service.py +0 -287
- pulumi_azure_native/compute/v20241104/get_cloud_service.py +0 -185
- pulumi_azure_native/compute/v20241104/outputs.py +0 -1082
- pulumi_azure_native/datadog/get_billing_info.py +0 -103
- pulumi_azure_native/datadog/v20230707/__init__.py +0 -19
- pulumi_azure_native/datadog/v20230707/_enums.py +0 -58
- pulumi_azure_native/datadog/v20230707/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20230707/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/monitor.py +0 -282
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20230707/outputs.py +0 -1125
- pulumi_azure_native/datadog/v20231020/__init__.py +0 -20
- pulumi_azure_native/datadog/v20231020/_enums.py +0 -58
- pulumi_azure_native/datadog/v20231020/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +0 -101
- pulumi_azure_native/datadog/v20231020/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/monitor.py +0 -282
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20231020/outputs.py +0 -1257
- pulumi_azure_native/quota/v20241218preview/__init__.py +0 -13
- pulumi_azure_native/quota/v20241218preview/_inputs.py +0 -55
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +0 -140
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +0 -140
- pulumi_azure_native/quota/v20241218preview/group_quota.py +0 -191
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +0 -177
- pulumi_azure_native/quota/v20241218preview/outputs.py +0 -230
- pulumi_azure_native/servicenetworking/v20250101/__init__.py +0 -18
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +0 -19
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +0 -171
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +0 -319
- pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +0 -268
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +0 -191
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +0 -241
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +0 -265
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +0 -298
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +0 -307
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/top_level.txt +0 -0
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from .. import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetBillingInfoResult',
|
|
20
|
-
'AwaitableGetBillingInfoResult',
|
|
21
|
-
'get_billing_info',
|
|
22
|
-
'get_billing_info_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetBillingInfoResult:
|
|
27
|
-
"""
|
|
28
|
-
Marketplace Subscription and Organization details to which resource gets billed into.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, marketplace_saas_info=None, partner_billing_entity=None):
|
|
31
|
-
if marketplace_saas_info and not isinstance(marketplace_saas_info, dict):
|
|
32
|
-
raise TypeError("Expected argument 'marketplace_saas_info' to be a dict")
|
|
33
|
-
pulumi.set(__self__, "marketplace_saas_info", marketplace_saas_info)
|
|
34
|
-
if partner_billing_entity and not isinstance(partner_billing_entity, dict):
|
|
35
|
-
raise TypeError("Expected argument 'partner_billing_entity' to be a dict")
|
|
36
|
-
pulumi.set(__self__, "partner_billing_entity", partner_billing_entity)
|
|
37
|
-
|
|
38
|
-
@property
|
|
39
|
-
@pulumi.getter(name="marketplaceSaasInfo")
|
|
40
|
-
def marketplace_saas_info(self) -> Optional['outputs.MarketplaceSaaSInfoResponse']:
|
|
41
|
-
"""
|
|
42
|
-
Marketplace Subscription details
|
|
43
|
-
"""
|
|
44
|
-
return pulumi.get(self, "marketplace_saas_info")
|
|
45
|
-
|
|
46
|
-
@property
|
|
47
|
-
@pulumi.getter(name="partnerBillingEntity")
|
|
48
|
-
def partner_billing_entity(self) -> Optional['outputs.PartnerBillingEntityResponse']:
|
|
49
|
-
"""
|
|
50
|
-
Partner Billing Entity details: Organization Info
|
|
51
|
-
"""
|
|
52
|
-
return pulumi.get(self, "partner_billing_entity")
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
class AwaitableGetBillingInfoResult(GetBillingInfoResult):
|
|
56
|
-
# pylint: disable=using-constant-test
|
|
57
|
-
def __await__(self):
|
|
58
|
-
if False:
|
|
59
|
-
yield self
|
|
60
|
-
return GetBillingInfoResult(
|
|
61
|
-
marketplace_saas_info=self.marketplace_saas_info,
|
|
62
|
-
partner_billing_entity=self.partner_billing_entity)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
def get_billing_info(monitor_name: Optional[str] = None,
|
|
66
|
-
resource_group_name: Optional[str] = None,
|
|
67
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBillingInfoResult:
|
|
68
|
-
"""
|
|
69
|
-
Marketplace Subscription and Organization details to which resource gets billed into.
|
|
70
|
-
Azure REST API version: 2023-10-20.
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
:param str monitor_name: Monitor resource name
|
|
74
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
75
|
-
"""
|
|
76
|
-
__args__ = dict()
|
|
77
|
-
__args__['monitorName'] = monitor_name
|
|
78
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
79
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
80
|
-
__ret__ = pulumi.runtime.invoke('azure-native:datadog:getBillingInfo', __args__, opts=opts, typ=GetBillingInfoResult).value
|
|
81
|
-
|
|
82
|
-
return AwaitableGetBillingInfoResult(
|
|
83
|
-
marketplace_saas_info=pulumi.get(__ret__, 'marketplace_saas_info'),
|
|
84
|
-
partner_billing_entity=pulumi.get(__ret__, 'partner_billing_entity'))
|
|
85
|
-
def get_billing_info_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
86
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
87
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBillingInfoResult]:
|
|
88
|
-
"""
|
|
89
|
-
Marketplace Subscription and Organization details to which resource gets billed into.
|
|
90
|
-
Azure REST API version: 2023-10-20.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
:param str monitor_name: Monitor resource name
|
|
94
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
95
|
-
"""
|
|
96
|
-
__args__ = dict()
|
|
97
|
-
__args__['monitorName'] = monitor_name
|
|
98
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
99
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
100
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:datadog:getBillingInfo', __args__, opts=opts, typ=GetBillingInfoResult)
|
|
101
|
-
return __ret__.apply(lambda __response__: GetBillingInfoResult(
|
|
102
|
-
marketplace_saas_info=pulumi.get(__response__, 'marketplace_saas_info'),
|
|
103
|
-
partner_billing_entity=pulumi.get(__response__, 'partner_billing_entity')))
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
from ... import _utilities
|
|
6
|
-
import typing
|
|
7
|
-
# Export this package's modules as members:
|
|
8
|
-
from ._enums import *
|
|
9
|
-
from .get_monitor import *
|
|
10
|
-
from .get_monitor_default_key import *
|
|
11
|
-
from .get_monitored_subscription import *
|
|
12
|
-
from .list_monitor_api_keys import *
|
|
13
|
-
from .list_monitor_hosts import *
|
|
14
|
-
from .list_monitor_linked_resources import *
|
|
15
|
-
from .list_monitor_monitored_resources import *
|
|
16
|
-
from .monitor import *
|
|
17
|
-
from .monitored_subscription import *
|
|
18
|
-
from ._inputs import *
|
|
19
|
-
from . import outputs
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
from enum import Enum
|
|
6
|
-
|
|
7
|
-
__all__ = [
|
|
8
|
-
'ManagedIdentityTypes',
|
|
9
|
-
'MonitoringStatus',
|
|
10
|
-
'Operation',
|
|
11
|
-
'Status',
|
|
12
|
-
'TagAction',
|
|
13
|
-
]
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
class ManagedIdentityTypes(str, Enum):
|
|
17
|
-
"""
|
|
18
|
-
Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
|
|
19
|
-
"""
|
|
20
|
-
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
21
|
-
USER_ASSIGNED = "UserAssigned"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
class MonitoringStatus(str, Enum):
|
|
25
|
-
"""
|
|
26
|
-
Flag specifying if the resource monitoring is enabled or disabled.
|
|
27
|
-
"""
|
|
28
|
-
ENABLED = "Enabled"
|
|
29
|
-
DISABLED = "Disabled"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
class Operation(str, Enum):
|
|
33
|
-
"""
|
|
34
|
-
The operation for the patch on the resource.
|
|
35
|
-
"""
|
|
36
|
-
ADD_BEGIN = "AddBegin"
|
|
37
|
-
ADD_COMPLETE = "AddComplete"
|
|
38
|
-
DELETE_BEGIN = "DeleteBegin"
|
|
39
|
-
DELETE_COMPLETE = "DeleteComplete"
|
|
40
|
-
ACTIVE = "Active"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
class Status(str, Enum):
|
|
44
|
-
"""
|
|
45
|
-
The state of monitoring.
|
|
46
|
-
"""
|
|
47
|
-
IN_PROGRESS = "InProgress"
|
|
48
|
-
ACTIVE = "Active"
|
|
49
|
-
FAILED = "Failed"
|
|
50
|
-
DELETING = "Deleting"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
class TagAction(str, Enum):
|
|
54
|
-
"""
|
|
55
|
-
Valid actions for a filtering tag. Exclusion takes priority over inclusion.
|
|
56
|
-
"""
|
|
57
|
-
INCLUDE = "Include"
|
|
58
|
-
EXCLUDE = "Exclude"
|