microsoft-cdktfconstructs 1.10.0__tar.gz → 2.5.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.10.0/src/microsoft_cdktfconstructs.egg-info → microsoft_cdktfconstructs-2.5.0}/PKG-INFO +20 -5
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/README.md +15 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/setup.py +12 -6
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/__init__.py +24161 -13467
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/_jsii/__init__.py +3 -3
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@2.5.0.jsii.tgz +0 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_actiongroup/__init__.py +57 -55
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_activitylogalert/__init__.py +69 -67
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_aks/__init__.py +155 -153
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_applicationinsights/__init__.py +64 -62
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_containerapps/__init__.py +2181 -349
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_containerregistry/__init__.py +81 -79
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_cosmosdb/__init__.py +63 -61
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_dataexplorer/__init__.py +2214 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_diagnosticsettings/__init__.py +75 -69
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnsforwardingruleset/__init__.py +181 -175
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnsresolver/__init__.py +193 -187
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnszone/__init__.py +704 -680
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_eventgrideventsubscription/__init__.py +989 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_eventgridsystemtopic/__init__.py +830 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_eventhub/__init__.py +1813 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_functionapp/__init__.py +75 -73
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_keyvault/__init__.py +75 -73
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_loganalyticsworkspace/__init__.py +71 -69
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_metricalert/__init__.py +70 -68
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networkinterface/__init__.py +70 -68
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networksecuritygroup/__init__.py +63 -61
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networkwatcher/__init__.py +62 -60
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policyassignment/__init__.py +66 -64
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policydefinition/__init__.py +57 -55
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policysetdefinition/__init__.py +83 -81
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_privatednszone/__init__.py +584 -564
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_privatednszonelink/__init__.py +63 -61
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_publicipaddress/__init__.py +64 -62
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_resourcegroup/__init__.py +61 -59
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_roleassignment/__init__.py +65 -63
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_roledefinition/__init__.py +71 -69
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_sreagent/__init__.py +73 -71
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_staticwebapp/__init__.py +66 -64
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_storageaccount/__init__.py +89 -87
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_storageblobcontainer/__init__.py +714 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_subnet/__init__.py +70 -66
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_userassignedidentity/__init__.py +657 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualmachine/__init__.py +141 -135
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetwork/__init__.py +69 -67
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgateway/__init__.py +78 -74
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgatewayconnection/__init__.py +89 -87
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkmanager/__init__.py +767 -737
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_vmss/__init__.py +2325 -172
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/core_azure/__init__.py +956 -924
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/testing/__init__.py +13 -13
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs.egg-info}/PKG-INFO +20 -5
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs.egg-info/SOURCES.txt +7 -1
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs.egg-info/requires.txt +5 -0
- microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@1.10.0.jsii.tgz +0 -0
- microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs.egg-info/requires.txt +0 -5
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/LICENSE +0 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/MANIFEST.in +0 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/pyproject.toml +0 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/setup.cfg +0 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/py.typed +0 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs.egg-info/dependency_links.txt +0 -0
- {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.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.5.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
|
|
|
@@ -63,6 +63,7 @@ With AZAPI L2 Constructs, you get the following benefits:
|
|
|
63
63
|
| [Virtual Machines](./src/azure-virtualmachine/README.md) | 2024-07-01, 2024-11-01, 2025-04-01 | ✅ Built-in | ✅ Available |
|
|
64
64
|
| [AKS Clusters](./src/azure-aks/README.md) | 2025-05-01, 2025-07-01, 2025-08-01 | ✅ Built-in | ✅ Available |
|
|
65
65
|
| [Virtual Machine Scale Sets](./src/azure-vmss/README.md) | 2025-01-02, 2025-02-01, 2025-04-01 | ✅ Built-in | ✅ Available |
|
|
66
|
+
| [Static Web Apps](./src/azure-staticwebapp/README.md) | 2022-03-01, 2023-12-01, 2024-04-01 | ❌ Not yet | ✅ Available |
|
|
66
67
|
|
|
67
68
|
### Networking
|
|
68
69
|
|
|
@@ -82,6 +83,7 @@ With AZAPI L2 Constructs, you get the following benefits:
|
|
|
82
83
|
| [Metric Alerts](./src/azure-metricalert/README.md) | 2018-03-01 | ✅ Available |
|
|
83
84
|
| [Activity Log Alerts](./src/azure-activitylogalert/README.md) | 2020-10-01 | ✅ Available |
|
|
84
85
|
| [Diagnostic Settings](./src/azure-diagnosticsettings/README.md) | 2016-09-01, 2021-05-01-preview | ✅ Available |
|
|
86
|
+
| [Application Insights](./src/azure-applicationinsights/README.md) | 2020-02-02 | ✅ Available |
|
|
85
87
|
|
|
86
88
|
### Foundation
|
|
87
89
|
|
|
@@ -89,6 +91,19 @@ With AZAPI L2 Constructs, you get the following benefits:
|
|
|
89
91
|
|---------|-------------|--------|
|
|
90
92
|
| [Resource Groups](./src/azure-resourcegroup/README.md) | 2024-11-01, 2025-01-01, 2025-03-01 | ✅ Available |
|
|
91
93
|
| [Storage Accounts](./src/azure-storageaccount/README.md) | 2023-01-01, 2023-05-01, 2024-01-01 | ✅ Available |
|
|
94
|
+
| [Key Vaults](./src/azure-keyvault/README.md) | 2023-02-01, 2023-07-01, 2024-11-01 | ✅ Available |
|
|
95
|
+
|
|
96
|
+
### Database
|
|
97
|
+
|
|
98
|
+
| Service | API Versions | Status |
|
|
99
|
+
|---------|-------------|--------|
|
|
100
|
+
| [Cosmos DB Accounts](./src/azure-cosmosdb/README.md) | 2023-11-15, 2024-05-15, 2024-08-15 | ✅ Available |
|
|
101
|
+
|
|
102
|
+
### Messaging & Integration
|
|
103
|
+
|
|
104
|
+
| Service | API Versions | Status |
|
|
105
|
+
|---------|-------------|--------|
|
|
106
|
+
| [Event Hubs](./src/azure-eventhub/README.md) | 2021-11-01, 2024-01-01 | ✅ Available |
|
|
92
107
|
|
|
93
108
|
## Quick Example
|
|
94
109
|
|
|
@@ -36,6 +36,7 @@ With AZAPI L2 Constructs, you get the following benefits:
|
|
|
36
36
|
| [Virtual Machines](./src/azure-virtualmachine/README.md) | 2024-07-01, 2024-11-01, 2025-04-01 | ✅ Built-in | ✅ Available |
|
|
37
37
|
| [AKS Clusters](./src/azure-aks/README.md) | 2025-05-01, 2025-07-01, 2025-08-01 | ✅ Built-in | ✅ Available |
|
|
38
38
|
| [Virtual Machine Scale Sets](./src/azure-vmss/README.md) | 2025-01-02, 2025-02-01, 2025-04-01 | ✅ Built-in | ✅ Available |
|
|
39
|
+
| [Static Web Apps](./src/azure-staticwebapp/README.md) | 2022-03-01, 2023-12-01, 2024-04-01 | ❌ Not yet | ✅ Available |
|
|
39
40
|
|
|
40
41
|
### Networking
|
|
41
42
|
|
|
@@ -55,6 +56,7 @@ With AZAPI L2 Constructs, you get the following benefits:
|
|
|
55
56
|
| [Metric Alerts](./src/azure-metricalert/README.md) | 2018-03-01 | ✅ Available |
|
|
56
57
|
| [Activity Log Alerts](./src/azure-activitylogalert/README.md) | 2020-10-01 | ✅ Available |
|
|
57
58
|
| [Diagnostic Settings](./src/azure-diagnosticsettings/README.md) | 2016-09-01, 2021-05-01-preview | ✅ Available |
|
|
59
|
+
| [Application Insights](./src/azure-applicationinsights/README.md) | 2020-02-02 | ✅ Available |
|
|
58
60
|
|
|
59
61
|
### Foundation
|
|
60
62
|
|
|
@@ -62,6 +64,19 @@ With AZAPI L2 Constructs, you get the following benefits:
|
|
|
62
64
|
|---------|-------------|--------|
|
|
63
65
|
| [Resource Groups](./src/azure-resourcegroup/README.md) | 2024-11-01, 2025-01-01, 2025-03-01 | ✅ Available |
|
|
64
66
|
| [Storage Accounts](./src/azure-storageaccount/README.md) | 2023-01-01, 2023-05-01, 2024-01-01 | ✅ Available |
|
|
67
|
+
| [Key Vaults](./src/azure-keyvault/README.md) | 2023-02-01, 2023-07-01, 2024-11-01 | ✅ Available |
|
|
68
|
+
|
|
69
|
+
### Database
|
|
70
|
+
|
|
71
|
+
| Service | API Versions | Status |
|
|
72
|
+
|---------|-------------|--------|
|
|
73
|
+
| [Cosmos DB Accounts](./src/azure-cosmosdb/README.md) | 2023-11-15, 2024-05-15, 2024-08-15 | ✅ Available |
|
|
74
|
+
|
|
75
|
+
### Messaging & Integration
|
|
76
|
+
|
|
77
|
+
| Service | API Versions | Status |
|
|
78
|
+
|---------|-------------|--------|
|
|
79
|
+
| [Event Hubs](./src/azure-eventhub/README.md) | 2021-11-01, 2024-01-01 | ✅ Available |
|
|
65
80
|
|
|
66
81
|
## Quick Example
|
|
67
82
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "microsoft-cdktfconstructs",
|
|
8
|
-
"version": "
|
|
8
|
+
"version": "2.5.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",
|
|
@@ -30,10 +30,14 @@ kwargs = json.loads(
|
|
|
30
30
|
"microsoft_cdktfconstructs.azure_containerapps",
|
|
31
31
|
"microsoft_cdktfconstructs.azure_containerregistry",
|
|
32
32
|
"microsoft_cdktfconstructs.azure_cosmosdb",
|
|
33
|
+
"microsoft_cdktfconstructs.azure_dataexplorer",
|
|
33
34
|
"microsoft_cdktfconstructs.azure_diagnosticsettings",
|
|
34
35
|
"microsoft_cdktfconstructs.azure_dnsforwardingruleset",
|
|
35
36
|
"microsoft_cdktfconstructs.azure_dnsresolver",
|
|
36
37
|
"microsoft_cdktfconstructs.azure_dnszone",
|
|
38
|
+
"microsoft_cdktfconstructs.azure_eventgrideventsubscription",
|
|
39
|
+
"microsoft_cdktfconstructs.azure_eventgridsystemtopic",
|
|
40
|
+
"microsoft_cdktfconstructs.azure_eventhub",
|
|
37
41
|
"microsoft_cdktfconstructs.azure_functionapp",
|
|
38
42
|
"microsoft_cdktfconstructs.azure_keyvault",
|
|
39
43
|
"microsoft_cdktfconstructs.azure_loganalyticsworkspace",
|
|
@@ -53,7 +57,9 @@ kwargs = json.loads(
|
|
|
53
57
|
"microsoft_cdktfconstructs.azure_sreagent",
|
|
54
58
|
"microsoft_cdktfconstructs.azure_staticwebapp",
|
|
55
59
|
"microsoft_cdktfconstructs.azure_storageaccount",
|
|
60
|
+
"microsoft_cdktfconstructs.azure_storageblobcontainer",
|
|
56
61
|
"microsoft_cdktfconstructs.azure_subnet",
|
|
62
|
+
"microsoft_cdktfconstructs.azure_userassignedidentity",
|
|
57
63
|
"microsoft_cdktfconstructs.azure_virtualmachine",
|
|
58
64
|
"microsoft_cdktfconstructs.azure_virtualnetwork",
|
|
59
65
|
"microsoft_cdktfconstructs.azure_virtualnetworkgateway",
|
|
@@ -65,7 +71,7 @@ kwargs = json.loads(
|
|
|
65
71
|
],
|
|
66
72
|
"package_data": {
|
|
67
73
|
"microsoft_cdktfconstructs._jsii": [
|
|
68
|
-
"terraform-cdk-constructs@
|
|
74
|
+
"terraform-cdk-constructs@2.5.0.jsii.tgz"
|
|
69
75
|
],
|
|
70
76
|
"microsoft_cdktfconstructs": [
|
|
71
77
|
"py.typed"
|
|
@@ -73,11 +79,11 @@ kwargs = json.loads(
|
|
|
73
79
|
},
|
|
74
80
|
"python_requires": "~=3.9",
|
|
75
81
|
"install_requires": [
|
|
76
|
-
"
|
|
77
|
-
"constructs>=10.
|
|
78
|
-
"jsii>=1.
|
|
82
|
+
"cdktn==0.22.0",
|
|
83
|
+
"constructs>=10.4.2, <11.0.0",
|
|
84
|
+
"jsii>=1.127.0, <2.0.0",
|
|
79
85
|
"publication>=0.0.3",
|
|
80
|
-
"typeguard
|
|
86
|
+
"typeguard==2.13.3"
|
|
81
87
|
],
|
|
82
88
|
"classifiers": [
|
|
83
89
|
"Intended Audience :: Developers",
|