pulumi-azure-native 2.54.0a1723136521__py3-none-any.whl → 2.55.0a1723186763__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 +50 -6
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/web/__init__.py +6 -0
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +186 -0
- pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +144 -0
- pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +144 -0
- pulumi_azure_native/web/v20160801/__init__.py +2 -0
- pulumi_azure_native/web/v20160801/_enums.py +12 -0
- pulumi_azure_native/web/v20160801/_inputs.py +529 -0
- pulumi_azure_native/web/v20160801/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20160801/outputs.py +443 -0
- pulumi_azure_native/web/v20160801/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20180201/__init__.py +4 -0
- pulumi_azure_native/web/v20180201/_enums.py +20 -0
- pulumi_azure_native/web/v20180201/_inputs.py +551 -0
- pulumi_azure_native/web/v20180201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20180201/outputs.py +445 -0
- pulumi_azure_native/web/v20180201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20181101/__init__.py +2 -0
- pulumi_azure_native/web/v20181101/_enums.py +12 -0
- pulumi_azure_native/web/v20181101/_inputs.py +529 -0
- pulumi_azure_native/web/v20181101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20181101/outputs.py +443 -0
- pulumi_azure_native/web/v20181101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20190801/__init__.py +2 -0
- pulumi_azure_native/web/v20190801/_enums.py +12 -0
- pulumi_azure_native/web/v20190801/_inputs.py +529 -0
- pulumi_azure_native/web/v20190801/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20190801/outputs.py +444 -0
- pulumi_azure_native/web/v20190801/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20200601/__init__.py +4 -0
- pulumi_azure_native/web/v20200601/_enums.py +20 -0
- pulumi_azure_native/web/v20200601/_inputs.py +551 -0
- pulumi_azure_native/web/v20200601/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20200601/outputs.py +445 -0
- pulumi_azure_native/web/v20200601/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20200901/__init__.py +4 -0
- pulumi_azure_native/web/v20200901/_enums.py +20 -0
- pulumi_azure_native/web/v20200901/_inputs.py +551 -0
- pulumi_azure_native/web/v20200901/get_web_app_diagnostic_logs_configuration_slot.py +193 -0
- pulumi_azure_native/web/v20200901/outputs.py +444 -0
- pulumi_azure_native/web/v20200901/web_app_diagnostic_logs_configuration_slot.py +337 -0
- pulumi_azure_native/web/v20201001/__init__.py +2 -0
- pulumi_azure_native/web/v20201001/get_web_app_diagnostic_logs_configuration_slot.py +193 -0
- pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration_slot.py +337 -0
- pulumi_azure_native/web/v20201201/__init__.py +8 -0
- pulumi_azure_native/web/v20201201/_enums.py +20 -0
- pulumi_azure_native/web/v20201201/_inputs.py +551 -0
- pulumi_azure_native/web/v20201201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20201201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20201201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20201201/outputs.py +445 -0
- pulumi_azure_native/web/v20201201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20201201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20201201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210101/__init__.py +8 -0
- pulumi_azure_native/web/v20210101/_enums.py +20 -0
- pulumi_azure_native/web/v20210101/_inputs.py +551 -0
- pulumi_azure_native/web/v20210101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210101/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210101/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210101/outputs.py +445 -0
- pulumi_azure_native/web/v20210101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210101/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210101/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210115/__init__.py +6 -0
- pulumi_azure_native/web/v20210115/_enums.py +12 -0
- pulumi_azure_native/web/v20210115/_inputs.py +529 -0
- pulumi_azure_native/web/v20210115/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210115/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210115/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210115/outputs.py +444 -0
- pulumi_azure_native/web/v20210115/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210115/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210115/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210201/__init__.py +6 -0
- pulumi_azure_native/web/v20210201/_enums.py +12 -0
- pulumi_azure_native/web/v20210201/_inputs.py +529 -0
- pulumi_azure_native/web/v20210201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210201/outputs.py +443 -0
- pulumi_azure_native/web/v20210201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210301/__init__.py +8 -0
- pulumi_azure_native/web/v20210301/_enums.py +20 -0
- pulumi_azure_native/web/v20210301/_inputs.py +551 -0
- pulumi_azure_native/web/v20210301/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210301/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210301/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210301/outputs.py +445 -0
- pulumi_azure_native/web/v20210301/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210301/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210301/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220301/__init__.py +8 -0
- pulumi_azure_native/web/v20220301/_enums.py +20 -0
- pulumi_azure_native/web/v20220301/_inputs.py +551 -0
- pulumi_azure_native/web/v20220301/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20220301/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220301/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220301/outputs.py +445 -0
- pulumi_azure_native/web/v20220301/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20220301/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220301/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220901/__init__.py +6 -0
- pulumi_azure_native/web/v20220901/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20220901/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220901/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20220901/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220901/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20230101/__init__.py +6 -0
- pulumi_azure_native/web/v20230101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20230101/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20230101/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20230101/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20230101/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20231201/__init__.py +6 -0
- pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20231201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20231201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20231201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +333 -0
- pulumi_azure_native/web/web_app_ftp_allowed_slot.py +239 -0
- pulumi_azure_native/web/web_app_scm_allowed_slot.py +239 -0
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/RECORD +133 -45
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,144 @@
|
|
|
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
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetWebAppScmAllowedSlotResult',
|
|
19
|
+
'AwaitableGetWebAppScmAllowedSlotResult',
|
|
20
|
+
'get_web_app_scm_allowed_slot',
|
|
21
|
+
'get_web_app_scm_allowed_slot_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetWebAppScmAllowedSlotResult:
|
|
26
|
+
"""
|
|
27
|
+
Publishing Credentials Policies parameters.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, allow=None, id=None, kind=None, name=None, type=None):
|
|
30
|
+
if allow and not isinstance(allow, bool):
|
|
31
|
+
raise TypeError("Expected argument 'allow' to be a bool")
|
|
32
|
+
pulumi.set(__self__, "allow", allow)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if kind and not isinstance(kind, str):
|
|
37
|
+
raise TypeError("Expected argument 'kind' to be a str")
|
|
38
|
+
pulumi.set(__self__, "kind", kind)
|
|
39
|
+
if name and not isinstance(name, str):
|
|
40
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
41
|
+
pulumi.set(__self__, "name", name)
|
|
42
|
+
if type and not isinstance(type, str):
|
|
43
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
44
|
+
pulumi.set(__self__, "type", type)
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter
|
|
48
|
+
def allow(self) -> bool:
|
|
49
|
+
"""
|
|
50
|
+
<code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "allow")
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter
|
|
56
|
+
def id(self) -> str:
|
|
57
|
+
"""
|
|
58
|
+
Resource Id.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "id")
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def kind(self) -> Optional[str]:
|
|
65
|
+
"""
|
|
66
|
+
Kind of resource.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "kind")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def name(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
Resource Name.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "name")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def type(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
Resource type.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "type")
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
class AwaitableGetWebAppScmAllowedSlotResult(GetWebAppScmAllowedSlotResult):
|
|
88
|
+
# pylint: disable=using-constant-test
|
|
89
|
+
def __await__(self):
|
|
90
|
+
if False:
|
|
91
|
+
yield self
|
|
92
|
+
return GetWebAppScmAllowedSlotResult(
|
|
93
|
+
allow=self.allow,
|
|
94
|
+
id=self.id,
|
|
95
|
+
kind=self.kind,
|
|
96
|
+
name=self.name,
|
|
97
|
+
type=self.type)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def get_web_app_scm_allowed_slot(name: Optional[str] = None,
|
|
101
|
+
resource_group_name: Optional[str] = None,
|
|
102
|
+
slot: Optional[str] = None,
|
|
103
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebAppScmAllowedSlotResult:
|
|
104
|
+
"""
|
|
105
|
+
Description for Returns whether Scm basic auth is allowed on the site or not.
|
|
106
|
+
Azure REST API version: 2023-12-01.
|
|
107
|
+
|
|
108
|
+
Other available API versions: 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2022-09-01, 2023-01-01.
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
:param str name: Name of the app.
|
|
112
|
+
:param str resource_group_name: Name of the resource group to which the resource belongs.
|
|
113
|
+
"""
|
|
114
|
+
__args__ = dict()
|
|
115
|
+
__args__['name'] = name
|
|
116
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
117
|
+
__args__['slot'] = slot
|
|
118
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
119
|
+
__ret__ = pulumi.runtime.invoke('azure-native:web:getWebAppScmAllowedSlot', __args__, opts=opts, typ=GetWebAppScmAllowedSlotResult).value
|
|
120
|
+
|
|
121
|
+
return AwaitableGetWebAppScmAllowedSlotResult(
|
|
122
|
+
allow=pulumi.get(__ret__, 'allow'),
|
|
123
|
+
id=pulumi.get(__ret__, 'id'),
|
|
124
|
+
kind=pulumi.get(__ret__, 'kind'),
|
|
125
|
+
name=pulumi.get(__ret__, 'name'),
|
|
126
|
+
type=pulumi.get(__ret__, 'type'))
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
@_utilities.lift_output_func(get_web_app_scm_allowed_slot)
|
|
130
|
+
def get_web_app_scm_allowed_slot_output(name: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
slot: Optional[pulumi.Input[str]] = None,
|
|
133
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebAppScmAllowedSlotResult]:
|
|
134
|
+
"""
|
|
135
|
+
Description for Returns whether Scm basic auth is allowed on the site or not.
|
|
136
|
+
Azure REST API version: 2023-12-01.
|
|
137
|
+
|
|
138
|
+
Other available API versions: 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2022-09-01, 2023-01-01.
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
:param str name: Name of the app.
|
|
142
|
+
:param str resource_group_name: Name of the resource group to which the resource belongs.
|
|
143
|
+
"""
|
|
144
|
+
...
|
|
@@ -7,6 +7,7 @@ import typing
|
|
|
7
7
|
# Export this package's modules as members:
|
|
8
8
|
from ._enums import *
|
|
9
9
|
from .get_web_app import *
|
|
10
|
+
from .get_web_app_diagnostic_logs_configuration_slot import *
|
|
10
11
|
from .get_web_app_function import *
|
|
11
12
|
from .get_web_app_instance_function_slot import *
|
|
12
13
|
from .get_web_app_premier_add_on import *
|
|
@@ -27,6 +28,7 @@ from .list_web_app_sync_function_triggers_slot import *
|
|
|
27
28
|
from .web_app import *
|
|
28
29
|
from .web_app_backup_configuration import *
|
|
29
30
|
from .web_app_backup_configuration_slot import *
|
|
31
|
+
from .web_app_diagnostic_logs_configuration_slot import *
|
|
30
32
|
from .web_app_function import *
|
|
31
33
|
from .web_app_instance_function_slot import *
|
|
32
34
|
from .web_app_premier_add_on import *
|
|
@@ -11,6 +11,7 @@ __all__ = [
|
|
|
11
11
|
'DatabaseType',
|
|
12
12
|
'FrequencyUnit',
|
|
13
13
|
'HostType',
|
|
14
|
+
'LogLevel',
|
|
14
15
|
'ManagedPipelineMode',
|
|
15
16
|
'ManagedServiceIdentityType',
|
|
16
17
|
'ScmType',
|
|
@@ -82,6 +83,17 @@ class HostType(str, Enum):
|
|
|
82
83
|
REPOSITORY = "Repository"
|
|
83
84
|
|
|
84
85
|
|
|
86
|
+
class LogLevel(str, Enum):
|
|
87
|
+
"""
|
|
88
|
+
Log level.
|
|
89
|
+
"""
|
|
90
|
+
OFF = "Off"
|
|
91
|
+
VERBOSE = "Verbose"
|
|
92
|
+
INFORMATION = "Information"
|
|
93
|
+
WARNING = "Warning"
|
|
94
|
+
ERROR = "Error"
|
|
95
|
+
|
|
96
|
+
|
|
85
97
|
class ManagedPipelineMode(str, Enum):
|
|
86
98
|
"""
|
|
87
99
|
Managed pipeline mode.
|