microsoft-cdktfconstructs 1.2.0__tar.gz → 1.3.1__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 (42) hide show
  1. {microsoft_cdktfconstructs-1.2.0/src/microsoft_cdktfconstructs.egg-info → microsoft_cdktfconstructs-1.3.1}/PKG-INFO +1 -1
  2. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/setup.py +11 -2
  3. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/__init__.py +44625 -21096
  4. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/_jsii/__init__.py +2 -2
  5. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@1.3.1.jsii.tgz +0 -0
  6. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_actiongroup/__init__.py +165 -9
  7. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_activitylogalert/__init__.py +165 -9
  8. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_aks/__init__.py +491 -403
  9. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_diagnosticsettings/__init__.py +165 -9
  10. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_dnsforwardingruleset/__init__.py +2802 -0
  11. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_dnsresolver/__init__.py +2681 -0
  12. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_dnszone/__init__.py +1207 -0
  13. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_metricalert/__init__.py +165 -9
  14. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_networkinterface/__init__.py +200 -54
  15. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_networksecuritygroup/__init__.py +184 -33
  16. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_policyassignment/__init__.py +1800 -0
  17. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_policydefinition/__init__.py +1442 -0
  18. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_privatednszone/__init__.py +1193 -0
  19. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_publicipaddress/__init__.py +187 -36
  20. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_resourcegroup/__init__.py +182 -47
  21. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_roleassignment/__init__.py +1593 -0
  22. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_roledefinition/__init__.py +1458 -0
  23. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_storageaccount/__init__.py +170 -14
  24. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_subnet/__init__.py +170 -46
  25. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_virtualmachine/__init__.py +446 -360
  26. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_virtualnetwork/__init__.py +187 -36
  27. microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs/azure_virtualnetworkmanager/__init__.py +9041 -0
  28. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/azure_vmss/__init__.py +188 -1455
  29. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/core_azure/__init__.py +2710 -84
  30. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/testing/__init__.py +2 -2
  31. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1/src/microsoft_cdktfconstructs.egg-info}/PKG-INFO +1 -1
  32. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs.egg-info/SOURCES.txt +10 -1
  33. microsoft_cdktfconstructs-1.2.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@1.2.0.jsii.tgz +0 -0
  34. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/LICENSE +0 -0
  35. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/MANIFEST.in +0 -0
  36. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/README.md +0 -0
  37. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/pyproject.toml +0 -0
  38. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/setup.cfg +0 -0
  39. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs/py.typed +0 -0
  40. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs.egg-info/dependency_links.txt +0 -0
  41. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/src/microsoft_cdktfconstructs.egg-info/requires.txt +0 -0
  42. {microsoft_cdktfconstructs-1.2.0 → microsoft_cdktfconstructs-1.3.1}/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.2.0
3
+ Version: 1.3.1
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
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "microsoft-cdktfconstructs",
8
- "version": "1.2.0",
8
+ "version": "1.3.1",
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",
@@ -27,22 +27,31 @@ kwargs = json.loads(
27
27
  "microsoft_cdktfconstructs.azure_activitylogalert",
28
28
  "microsoft_cdktfconstructs.azure_aks",
29
29
  "microsoft_cdktfconstructs.azure_diagnosticsettings",
30
+ "microsoft_cdktfconstructs.azure_dnsforwardingruleset",
31
+ "microsoft_cdktfconstructs.azure_dnsresolver",
32
+ "microsoft_cdktfconstructs.azure_dnszone",
30
33
  "microsoft_cdktfconstructs.azure_metricalert",
31
34
  "microsoft_cdktfconstructs.azure_networkinterface",
32
35
  "microsoft_cdktfconstructs.azure_networksecuritygroup",
36
+ "microsoft_cdktfconstructs.azure_policyassignment",
37
+ "microsoft_cdktfconstructs.azure_policydefinition",
38
+ "microsoft_cdktfconstructs.azure_privatednszone",
33
39
  "microsoft_cdktfconstructs.azure_publicipaddress",
34
40
  "microsoft_cdktfconstructs.azure_resourcegroup",
41
+ "microsoft_cdktfconstructs.azure_roleassignment",
42
+ "microsoft_cdktfconstructs.azure_roledefinition",
35
43
  "microsoft_cdktfconstructs.azure_storageaccount",
36
44
  "microsoft_cdktfconstructs.azure_subnet",
37
45
  "microsoft_cdktfconstructs.azure_virtualmachine",
38
46
  "microsoft_cdktfconstructs.azure_virtualnetwork",
47
+ "microsoft_cdktfconstructs.azure_virtualnetworkmanager",
39
48
  "microsoft_cdktfconstructs.azure_vmss",
40
49
  "microsoft_cdktfconstructs.core_azure",
41
50
  "microsoft_cdktfconstructs.testing"
42
51
  ],
43
52
  "package_data": {
44
53
  "microsoft_cdktfconstructs._jsii": [
45
- "terraform-cdk-constructs@1.2.0.jsii.tgz"
54
+ "terraform-cdk-constructs@1.3.1.jsii.tgz"
46
55
  ],
47
56
  "microsoft_cdktfconstructs": [
48
57
  "py.typed"