microsoft-cdktfconstructs 1.8.0__tar.gz → 1.10.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 (56) hide show
  1. {microsoft_cdktfconstructs-1.8.0/src/microsoft_cdktfconstructs.egg-info → microsoft_cdktfconstructs-1.10.0}/PKG-INFO +1 -1
  2. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/setup.py +13 -2
  3. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/__init__.py +49431 -31560
  4. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/_jsii/__init__.py +2 -2
  5. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@1.10.0.jsii.tgz +0 -0
  6. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_applicationinsights/__init__.py +1120 -0
  7. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_containerapps/__init__.py +5706 -0
  8. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_containerregistry/__init__.py +1787 -0
  9. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_cosmosdb/__init__.py +1618 -0
  10. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_functionapp/__init__.py +1916 -0
  11. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_keyvault/__init__.py +1778 -0
  12. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_loganalyticsworkspace/__init__.py +1649 -0
  13. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_networkwatcher/__init__.py +939 -0
  14. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_policysetdefinition/__init__.py +2085 -0
  15. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_sreagent/__init__.py +1165 -0
  16. microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs/azure_staticwebapp/__init__.py +1425 -0
  17. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgateway/__init__.py +57 -14
  18. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0/src/microsoft_cdktfconstructs.egg-info}/PKG-INFO +1 -1
  19. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs.egg-info/SOURCES.txt +12 -1
  20. microsoft_cdktfconstructs-1.8.0/src/microsoft_cdktfconstructs/_jsii/terraform-cdk-constructs@1.8.0.jsii.tgz +0 -0
  21. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/LICENSE +0 -0
  22. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/MANIFEST.in +0 -0
  23. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/README.md +0 -0
  24. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/pyproject.toml +0 -0
  25. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/setup.cfg +0 -0
  26. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_actiongroup/__init__.py +0 -0
  27. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_activitylogalert/__init__.py +0 -0
  28. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_aks/__init__.py +0 -0
  29. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_diagnosticsettings/__init__.py +0 -0
  30. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_dnsforwardingruleset/__init__.py +0 -0
  31. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_dnsresolver/__init__.py +0 -0
  32. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_dnszone/__init__.py +0 -0
  33. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_metricalert/__init__.py +0 -0
  34. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_networkinterface/__init__.py +0 -0
  35. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_networksecuritygroup/__init__.py +0 -0
  36. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_policyassignment/__init__.py +0 -0
  37. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_policydefinition/__init__.py +0 -0
  38. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_privatednszone/__init__.py +0 -0
  39. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_privatednszonelink/__init__.py +0 -0
  40. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_publicipaddress/__init__.py +0 -0
  41. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_resourcegroup/__init__.py +0 -0
  42. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_roleassignment/__init__.py +0 -0
  43. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_roledefinition/__init__.py +0 -0
  44. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_storageaccount/__init__.py +0 -0
  45. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_subnet/__init__.py +0 -0
  46. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_virtualmachine/__init__.py +0 -0
  47. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_virtualnetwork/__init__.py +0 -0
  48. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkgatewayconnection/__init__.py +0 -0
  49. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_virtualnetworkmanager/__init__.py +0 -0
  50. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/azure_vmss/__init__.py +0 -0
  51. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/core_azure/__init__.py +0 -0
  52. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/py.typed +0 -0
  53. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs/testing/__init__.py +0 -0
  54. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs.egg-info/dependency_links.txt +0 -0
  55. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.0}/src/microsoft_cdktfconstructs.egg-info/requires.txt +0 -0
  56. {microsoft_cdktfconstructs-1.8.0 → microsoft_cdktfconstructs-1.10.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.8.0
3
+ Version: 1.10.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
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "microsoft-cdktfconstructs",
8
- "version": "1.8.0",
8
+ "version": "1.10.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,21 +26,32 @@ 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",
30
+ "microsoft_cdktfconstructs.azure_containerapps",
31
+ "microsoft_cdktfconstructs.azure_containerregistry",
32
+ "microsoft_cdktfconstructs.azure_cosmosdb",
29
33
  "microsoft_cdktfconstructs.azure_diagnosticsettings",
30
34
  "microsoft_cdktfconstructs.azure_dnsforwardingruleset",
31
35
  "microsoft_cdktfconstructs.azure_dnsresolver",
32
36
  "microsoft_cdktfconstructs.azure_dnszone",
37
+ "microsoft_cdktfconstructs.azure_functionapp",
38
+ "microsoft_cdktfconstructs.azure_keyvault",
39
+ "microsoft_cdktfconstructs.azure_loganalyticsworkspace",
33
40
  "microsoft_cdktfconstructs.azure_metricalert",
34
41
  "microsoft_cdktfconstructs.azure_networkinterface",
35
42
  "microsoft_cdktfconstructs.azure_networksecuritygroup",
43
+ "microsoft_cdktfconstructs.azure_networkwatcher",
36
44
  "microsoft_cdktfconstructs.azure_policyassignment",
37
45
  "microsoft_cdktfconstructs.azure_policydefinition",
46
+ "microsoft_cdktfconstructs.azure_policysetdefinition",
38
47
  "microsoft_cdktfconstructs.azure_privatednszone",
39
48
  "microsoft_cdktfconstructs.azure_privatednszonelink",
40
49
  "microsoft_cdktfconstructs.azure_publicipaddress",
41
50
  "microsoft_cdktfconstructs.azure_resourcegroup",
42
51
  "microsoft_cdktfconstructs.azure_roleassignment",
43
52
  "microsoft_cdktfconstructs.azure_roledefinition",
53
+ "microsoft_cdktfconstructs.azure_sreagent",
54
+ "microsoft_cdktfconstructs.azure_staticwebapp",
44
55
  "microsoft_cdktfconstructs.azure_storageaccount",
45
56
  "microsoft_cdktfconstructs.azure_subnet",
46
57
  "microsoft_cdktfconstructs.azure_virtualmachine",
@@ -54,7 +65,7 @@ kwargs = json.loads(
54
65
  ],
55
66
  "package_data": {
56
67
  "microsoft_cdktfconstructs._jsii": [
57
- "terraform-cdk-constructs@1.8.0.jsii.tgz"
68
+ "terraform-cdk-constructs@1.10.0.jsii.tgz"
58
69
  ],
59
70
  "microsoft_cdktfconstructs": [
60
71
  "py.typed"