microsoft-cdktfconstructs 1.8.0__tar.gz → 2.2.0__tar.gz
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.
- {microsoft_cdktfconstructs-1.8.0/src/microsoft_cdktfconstructs.egg-info → microsoft_cdktfconstructs-2.2.0}/PKG-INFO +5 -5
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/setup.py +10 -6
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/__init__.py +20526 -11347
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/_jsii/__init__.py +3 -3
- microsoft_cdktfconstructs-2.2.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@2.2.0.jsii.tgz +0 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_actiongroup/__init__.py +57 -55
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_activitylogalert/__init__.py +69 -67
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_aks/__init__.py +155 -153
- microsoft_cdktfconstructs-2.2.0/src/microsoft_cdktfconstructs/azure_containerapps/__init__.py +5710 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_diagnosticsettings/__init__.py +75 -69
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_dnsforwardingruleset/__init__.py +181 -175
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_dnsresolver/__init__.py +193 -187
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_dnszone/__init__.py +704 -680
- microsoft_cdktfconstructs-2.2.0/src/microsoft_cdktfconstructs/azure_loganalyticsworkspace/__init__.py +1651 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_metricalert/__init__.py +70 -68
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_networkinterface/__init__.py +70 -68
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_networksecuritygroup/__init__.py +63 -61
- microsoft_cdktfconstructs-2.2.0/src/microsoft_cdktfconstructs/azure_networkwatcher/__init__.py +941 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_policyassignment/__init__.py +66 -64
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_policydefinition/__init__.py +57 -55
- microsoft_cdktfconstructs-2.2.0/src/microsoft_cdktfconstructs/azure_policysetdefinition/__init__.py +2087 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_privatednszone/__init__.py +584 -564
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_privatednszonelink/__init__.py +63 -61
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_publicipaddress/__init__.py +64 -62
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_resourcegroup/__init__.py +61 -59
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_roleassignment/__init__.py +65 -63
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_roledefinition/__init__.py +71 -69
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_storageaccount/__init__.py +89 -87
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_subnet/__init__.py +70 -66
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_virtualmachine/__init__.py +141 -135
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_virtualnetwork/__init__.py +69 -67
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgateway/__init__.py +135 -88
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgatewayconnection/__init__.py +89 -87
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkmanager/__init__.py +767 -737
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/azure_vmss/__init__.py +110 -106
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/core_azure/__init__.py +956 -924
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/testing/__init__.py +13 -13
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0/src/microsoft_cdktfconstructs.egg-info}/PKG-INFO +5 -5
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs.egg-info/SOURCES.txt +5 -1
- microsoft_cdktfconstructs-2.2.0/src/microsoft_cdktfconstructs.egg-info/requires.txt +5 -0
- microsoft_cdktfconstructs-1.8.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@1.8.0.jsii.tgz +0 -0
- microsoft_cdktfconstructs-1.8.0/src/microsoft_cdktfconstructs.egg-info/requires.txt +0 -5
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/LICENSE +0 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/MANIFEST.in +0 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/README.md +0 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/pyproject.toml +0 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/setup.cfg +0 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs/py.typed +0 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs.egg-info/dependency_links.txt +0 -0
- {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-2.2.0}/src/microsoft_cdktfconstructs.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: microsoft-cdktfconstructs
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: Azure CDK constructs using AZAPI provider for direct Azure REST API access. Version 1.0.0 - Major breaking change migration from AzureRM to AZAPI.
|
|
5
5
|
Home-page: https://github.com/azure/terraform-cdk-constructs.git
|
|
6
6
|
Author: Microsoft
|
|
@@ -19,11 +19,11 @@ Classifier: License :: OSI Approved
|
|
|
19
19
|
Requires-Python: ~=3.9
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist: constructs<11.0.0,>=10.
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
22
|
+
Requires-Dist: cdktn==0.22.0
|
|
23
|
+
Requires-Dist: constructs<11.0.0,>=10.4.2
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.127.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
# Azure Terraform CDK Constructs
|
|
29
29
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "microsoft-cdktfconstructs",
|
|
8
|
-
"version": "
|
|
8
|
+
"version": "2.2.0",
|
|
9
9
|
"description": "Azure CDK constructs using AZAPI provider for direct Azure REST API access. Version 1.0.0 - Major breaking change migration from AzureRM to AZAPI.",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"url": "https://github.com/azure/terraform-cdk-constructs.git",
|
|
@@ -26,15 +26,19 @@ kwargs = json.loads(
|
|
|
26
26
|
"microsoft_cdktfconstructs.azure_actiongroup",
|
|
27
27
|
"microsoft_cdktfconstructs.azure_activitylogalert",
|
|
28
28
|
"microsoft_cdktfconstructs.azure_aks",
|
|
29
|
+
"microsoft_cdktfconstructs.azure_containerapps",
|
|
29
30
|
"microsoft_cdktfconstructs.azure_diagnosticsettings",
|
|
30
31
|
"microsoft_cdktfconstructs.azure_dnsforwardingruleset",
|
|
31
32
|
"microsoft_cdktfconstructs.azure_dnsresolver",
|
|
32
33
|
"microsoft_cdktfconstructs.azure_dnszone",
|
|
34
|
+
"microsoft_cdktfconstructs.azure_loganalyticsworkspace",
|
|
33
35
|
"microsoft_cdktfconstructs.azure_metricalert",
|
|
34
36
|
"microsoft_cdktfconstructs.azure_networkinterface",
|
|
35
37
|
"microsoft_cdktfconstructs.azure_networksecuritygroup",
|
|
38
|
+
"microsoft_cdktfconstructs.azure_networkwatcher",
|
|
36
39
|
"microsoft_cdktfconstructs.azure_policyassignment",
|
|
37
40
|
"microsoft_cdktfconstructs.azure_policydefinition",
|
|
41
|
+
"microsoft_cdktfconstructs.azure_policysetdefinition",
|
|
38
42
|
"microsoft_cdktfconstructs.azure_privatednszone",
|
|
39
43
|
"microsoft_cdktfconstructs.azure_privatednszonelink",
|
|
40
44
|
"microsoft_cdktfconstructs.azure_publicipaddress",
|
|
@@ -54,7 +58,7 @@ kwargs = json.loads(
|
|
|
54
58
|
],
|
|
55
59
|
"package_data": {
|
|
56
60
|
"microsoft_cdktfconstructs._jsii": [
|
|
57
|
-
"terraform-cdk-constructs@
|
|
61
|
+
"terraform-cdk-constructs@2.2.0.jsii.tgz"
|
|
58
62
|
],
|
|
59
63
|
"microsoft_cdktfconstructs": [
|
|
60
64
|
"py.typed"
|
|
@@ -62,11 +66,11 @@ kwargs = json.loads(
|
|
|
62
66
|
},
|
|
63
67
|
"python_requires": "~=3.9",
|
|
64
68
|
"install_requires": [
|
|
65
|
-
"
|
|
66
|
-
"constructs>=10.
|
|
67
|
-
"jsii>=1.
|
|
69
|
+
"cdktn==0.22.0",
|
|
70
|
+
"constructs>=10.4.2, <11.0.0",
|
|
71
|
+
"jsii>=1.127.0, <2.0.0",
|
|
68
72
|
"publication>=0.0.3",
|
|
69
|
-
"typeguard
|
|
73
|
+
"typeguard==2.13.3"
|
|
70
74
|
],
|
|
71
75
|
"classifiers": [
|
|
72
76
|
"Intended Audience :: Developers",
|