microsoft-cdktfconstructs 2.2.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-2.2.0/src/microsoft_cdktfconstructs.egg-info → microsoft_cdktfconstructs-2.5.0}/PKG-INFO +16 -1
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/README.md +15 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/setup.py +15 -2
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/__init__.py +43006 -23620
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/_jsii/__init__.py +2 -2
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@2.5.0.jsii.tgz +0 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_applicationinsights/__init__.py +1122 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_containerapps/__init__.py +1828 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_containerregistry/__init__.py +1789 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_cosmosdb/__init__.py +1620 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_dataexplorer/__init__.py +2214 -0
- 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-2.5.0/src/microsoft_cdktfconstructs/azure_functionapp/__init__.py +1918 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_keyvault/__init__.py +1780 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_sreagent/__init__.py +1167 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_staticwebapp/__init__.py +1427 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_storageblobcontainer/__init__.py +714 -0
- microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_userassignedidentity/__init__.py +657 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_vmss/__init__.py +2216 -67
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs.egg-info}/PKG-INFO +16 -1
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs.egg-info/SOURCES.txt +14 -1
- microsoft_cdktfconstructs-2.2.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@2.2.0.jsii.tgz +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/LICENSE +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/MANIFEST.in +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/pyproject.toml +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/setup.cfg +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_actiongroup/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_activitylogalert/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_aks/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_diagnosticsettings/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnsforwardingruleset/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnsresolver/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnszone/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_loganalyticsworkspace/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_metricalert/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networkinterface/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networksecuritygroup/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networkwatcher/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policyassignment/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policydefinition/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policysetdefinition/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_privatednszone/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_privatednszonelink/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_publicipaddress/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_resourcegroup/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_roleassignment/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_roledefinition/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_storageaccount/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_subnet/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualmachine/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetwork/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgateway/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgatewayconnection/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkmanager/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/core_azure/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/py.typed +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/testing/__init__.py +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs.egg-info/dependency_links.txt +0 -0
- {microsoft_cdktfconstructs-2.2.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs.egg-info/requires.txt +0 -0
- {microsoft_cdktfconstructs-2.2.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: 2.
|
|
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
|
|
@@ -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": "2.
|
|
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",
|
|
@@ -26,11 +26,20 @@ 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_applicationinsights",
|
|
29
30
|
"microsoft_cdktfconstructs.azure_containerapps",
|
|
31
|
+
"microsoft_cdktfconstructs.azure_containerregistry",
|
|
32
|
+
"microsoft_cdktfconstructs.azure_cosmosdb",
|
|
33
|
+
"microsoft_cdktfconstructs.azure_dataexplorer",
|
|
30
34
|
"microsoft_cdktfconstructs.azure_diagnosticsettings",
|
|
31
35
|
"microsoft_cdktfconstructs.azure_dnsforwardingruleset",
|
|
32
36
|
"microsoft_cdktfconstructs.azure_dnsresolver",
|
|
33
37
|
"microsoft_cdktfconstructs.azure_dnszone",
|
|
38
|
+
"microsoft_cdktfconstructs.azure_eventgrideventsubscription",
|
|
39
|
+
"microsoft_cdktfconstructs.azure_eventgridsystemtopic",
|
|
40
|
+
"microsoft_cdktfconstructs.azure_eventhub",
|
|
41
|
+
"microsoft_cdktfconstructs.azure_functionapp",
|
|
42
|
+
"microsoft_cdktfconstructs.azure_keyvault",
|
|
34
43
|
"microsoft_cdktfconstructs.azure_loganalyticsworkspace",
|
|
35
44
|
"microsoft_cdktfconstructs.azure_metricalert",
|
|
36
45
|
"microsoft_cdktfconstructs.azure_networkinterface",
|
|
@@ -45,8 +54,12 @@ kwargs = json.loads(
|
|
|
45
54
|
"microsoft_cdktfconstructs.azure_resourcegroup",
|
|
46
55
|
"microsoft_cdktfconstructs.azure_roleassignment",
|
|
47
56
|
"microsoft_cdktfconstructs.azure_roledefinition",
|
|
57
|
+
"microsoft_cdktfconstructs.azure_sreagent",
|
|
58
|
+
"microsoft_cdktfconstructs.azure_staticwebapp",
|
|
48
59
|
"microsoft_cdktfconstructs.azure_storageaccount",
|
|
60
|
+
"microsoft_cdktfconstructs.azure_storageblobcontainer",
|
|
49
61
|
"microsoft_cdktfconstructs.azure_subnet",
|
|
62
|
+
"microsoft_cdktfconstructs.azure_userassignedidentity",
|
|
50
63
|
"microsoft_cdktfconstructs.azure_virtualmachine",
|
|
51
64
|
"microsoft_cdktfconstructs.azure_virtualnetwork",
|
|
52
65
|
"microsoft_cdktfconstructs.azure_virtualnetworkgateway",
|
|
@@ -58,7 +71,7 @@ kwargs = json.loads(
|
|
|
58
71
|
],
|
|
59
72
|
"package_data": {
|
|
60
73
|
"microsoft_cdktfconstructs._jsii": [
|
|
61
|
-
"terraform-cdk-constructs@2.
|
|
74
|
+
"terraform-cdk-constructs@2.5.0.jsii.tgz"
|
|
62
75
|
],
|
|
63
76
|
"microsoft_cdktfconstructs": [
|
|
64
77
|
"py.typed"
|