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.
Files changed (63) hide show
  1. {microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs.egg-info → microsoft_cdktfconstructs-2.5.0}/PKG-INFO +20 -5
  2. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/README.md +15 -0
  3. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/setup.py +12 -6
  4. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/__init__.py +24161 -13467
  5. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/_jsii/__init__.py +3 -3
  6. microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@2.5.0.jsii.tgz +0 -0
  7. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_actiongroup/__init__.py +57 -55
  8. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_activitylogalert/__init__.py +69 -67
  9. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_aks/__init__.py +155 -153
  10. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_applicationinsights/__init__.py +64 -62
  11. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_containerapps/__init__.py +2181 -349
  12. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_containerregistry/__init__.py +81 -79
  13. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_cosmosdb/__init__.py +63 -61
  14. microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_dataexplorer/__init__.py +2214 -0
  15. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_diagnosticsettings/__init__.py +75 -69
  16. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnsforwardingruleset/__init__.py +181 -175
  17. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnsresolver/__init__.py +193 -187
  18. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_dnszone/__init__.py +704 -680
  19. microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_eventgrideventsubscription/__init__.py +989 -0
  20. microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_eventgridsystemtopic/__init__.py +830 -0
  21. microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_eventhub/__init__.py +1813 -0
  22. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_functionapp/__init__.py +75 -73
  23. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_keyvault/__init__.py +75 -73
  24. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_loganalyticsworkspace/__init__.py +71 -69
  25. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_metricalert/__init__.py +70 -68
  26. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networkinterface/__init__.py +70 -68
  27. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networksecuritygroup/__init__.py +63 -61
  28. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_networkwatcher/__init__.py +62 -60
  29. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policyassignment/__init__.py +66 -64
  30. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policydefinition/__init__.py +57 -55
  31. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_policysetdefinition/__init__.py +83 -81
  32. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_privatednszone/__init__.py +584 -564
  33. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_privatednszonelink/__init__.py +63 -61
  34. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_publicipaddress/__init__.py +64 -62
  35. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_resourcegroup/__init__.py +61 -59
  36. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_roleassignment/__init__.py +65 -63
  37. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_roledefinition/__init__.py +71 -69
  38. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_sreagent/__init__.py +73 -71
  39. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_staticwebapp/__init__.py +66 -64
  40. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_storageaccount/__init__.py +89 -87
  41. microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_storageblobcontainer/__init__.py +714 -0
  42. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_subnet/__init__.py +70 -66
  43. microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs/azure_userassignedidentity/__init__.py +657 -0
  44. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualmachine/__init__.py +141 -135
  45. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetwork/__init__.py +69 -67
  46. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgateway/__init__.py +78 -74
  47. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgatewayconnection/__init__.py +89 -87
  48. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkmanager/__init__.py +767 -737
  49. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/azure_vmss/__init__.py +2325 -172
  50. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/core_azure/__init__.py +956 -924
  51. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/testing/__init__.py +13 -13
  52. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs.egg-info}/PKG-INFO +20 -5
  53. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs.egg-info/SOURCES.txt +7 -1
  54. microsoft_cdktfconstructs-2.5.0/src/microsoft_cdktfconstructs.egg-info/requires.txt +5 -0
  55. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@1.10.0.jsii.tgz +0 -0
  56. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs.egg-info/requires.txt +0 -5
  57. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/LICENSE +0 -0
  58. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/MANIFEST.in +0 -0
  59. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/pyproject.toml +0 -0
  60. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/setup.cfg +0 -0
  61. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs/py.typed +0 -0
  62. {microsoft_cdktfconstructs-1.10.0 → microsoft_cdktfconstructs-2.5.0}/src/microsoft_cdktfconstructs.egg-info/dependency_links.txt +0 -0
  63. {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: 1.10.0
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: cdktf==0.20.8
23
- Requires-Dist: constructs<11.0.0,>=10.3.0
24
- Requires-Dist: jsii<2.0.0,>=1.117.0
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<4.3.0,>=2.13.3
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": "1.10.0",
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@1.10.0.jsii.tgz"
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
- "cdktf==0.20.8",
77
- "constructs>=10.3.0, <11.0.0",
78
- "jsii>=1.117.0, <2.0.0",
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>=2.13.3,<4.3.0"
86
+ "typeguard==2.13.3"
81
87
  ],
82
88
  "classifiers": [
83
89
  "Intended Audience :: Developers",