@microsoft/terraform-cdk-constructs 1.10.0 → 2.5.0

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 (372) hide show
  1. package/.jsii +51855 -36874
  2. package/API.md +62102 -40530
  3. package/README.md +15 -0
  4. package/docs/azure-api-version-update-pipeline.md +271 -0
  5. package/lib/azure-actiongroup/lib/action-group.d.ts +3 -3
  6. package/lib/azure-actiongroup/lib/action-group.js +5 -5
  7. package/lib/azure-actiongroup/test/action-group.integ.d.ts +1 -1
  8. package/lib/azure-actiongroup/test/action-group.integ.js +5 -5
  9. package/lib/azure-actiongroup/test/action-group.spec.js +9 -9
  10. package/lib/azure-activitylogalert/lib/activity-log-alert.d.ts +3 -3
  11. package/lib/azure-activitylogalert/lib/activity-log-alert.js +5 -5
  12. package/lib/azure-activitylogalert/test/activity-log-alert.integ.d.ts +1 -1
  13. package/lib/azure-activitylogalert/test/activity-log-alert.integ.js +6 -6
  14. package/lib/azure-activitylogalert/test/activity-log-alert.spec.js +9 -9
  15. package/lib/azure-aks/lib/aks-cluster.d.ts +6 -6
  16. package/lib/azure-aks/lib/aks-cluster.js +8 -8
  17. package/lib/azure-aks/test/aks-cluster.integ.d.ts +1 -1
  18. package/lib/azure-aks/test/aks-cluster.integ.js +5 -5
  19. package/lib/azure-aks/test/aks-cluster.spec.js +12 -12
  20. package/lib/azure-applicationinsights/lib/application-insights.d.ts +6 -6
  21. package/lib/azure-applicationinsights/lib/application-insights.js +8 -8
  22. package/lib/azure-applicationinsights/test/application-insights.integ.d.ts +1 -1
  23. package/lib/azure-applicationinsights/test/application-insights.integ.js +6 -6
  24. package/lib/azure-applicationinsights/test/application-insights.spec.js +5 -5
  25. package/lib/azure-containerapps/lib/container-app-environment.d.ts +8 -8
  26. package/lib/azure-containerapps/lib/container-app-environment.js +10 -10
  27. package/lib/azure-containerapps/lib/container-app.d.ts +9 -9
  28. package/lib/azure-containerapps/lib/container-app.js +11 -11
  29. package/lib/azure-containerapps/lib/container-apps-job-schemas.d.ts +8 -0
  30. package/lib/azure-containerapps/lib/container-apps-job-schemas.js +179 -0
  31. package/lib/azure-containerapps/lib/container-apps-job.d.ts +128 -0
  32. package/lib/azure-containerapps/lib/container-apps-job.js +81 -0
  33. package/lib/azure-containerapps/lib/index.d.ts +2 -0
  34. package/lib/azure-containerapps/lib/index.js +3 -1
  35. package/lib/azure-containerapps/test/container-app-environment.integ.d.ts +1 -1
  36. package/lib/azure-containerapps/test/container-app-environment.integ.js +5 -5
  37. package/lib/azure-containerapps/test/container-app-environment.spec.js +19 -19
  38. package/lib/azure-containerapps/test/container-app.integ.d.ts +1 -1
  39. package/lib/azure-containerapps/test/container-app.integ.js +5 -5
  40. package/lib/azure-containerapps/test/container-app.spec.js +30 -30
  41. package/lib/azure-containerapps/test/container-apps-job.integ.d.ts +6 -0
  42. package/lib/azure-containerapps/test/container-apps-job.integ.js +95 -0
  43. package/lib/azure-containerapps/test/container-apps-job.spec.d.ts +1 -0
  44. package/lib/azure-containerapps/test/container-apps-job.spec.js +261 -0
  45. package/lib/azure-containerregistry/lib/container-registry.d.ts +6 -6
  46. package/lib/azure-containerregistry/lib/container-registry.js +8 -8
  47. package/lib/azure-containerregistry/test/container-registry.integ.d.ts +1 -1
  48. package/lib/azure-containerregistry/test/container-registry.integ.js +5 -5
  49. package/lib/azure-containerregistry/test/container-registry.spec.js +11 -11
  50. package/lib/azure-cosmosdb/lib/cosmos-db.d.ts +6 -6
  51. package/lib/azure-cosmosdb/lib/cosmos-db.js +8 -8
  52. package/lib/azure-cosmosdb/test/cosmos-db.integ.d.ts +1 -1
  53. package/lib/azure-cosmosdb/test/cosmos-db.integ.js +5 -5
  54. package/lib/azure-cosmosdb/test/cosmos-db.spec.js +11 -11
  55. package/lib/azure-dataexplorer/index.d.ts +1 -0
  56. package/lib/azure-dataexplorer/index.js +18 -0
  57. package/lib/azure-dataexplorer/lib/data-explorer-cluster-schemas.d.ts +5 -0
  58. package/lib/azure-dataexplorer/lib/data-explorer-cluster-schemas.js +131 -0
  59. package/lib/azure-dataexplorer/lib/data-explorer-cluster.d.ts +54 -0
  60. package/lib/azure-dataexplorer/lib/data-explorer-cluster.js +91 -0
  61. package/lib/azure-dataexplorer/lib/data-explorer-database-schemas.d.ts +5 -0
  62. package/lib/azure-dataexplorer/lib/data-explorer-database-schemas.js +78 -0
  63. package/lib/azure-dataexplorer/lib/data-explorer-database.d.ts +24 -0
  64. package/lib/azure-dataexplorer/lib/data-explorer-database.js +68 -0
  65. package/lib/azure-dataexplorer/lib/data-explorer-table-schemas.d.ts +5 -0
  66. package/lib/azure-dataexplorer/lib/data-explorer-table-schemas.js +94 -0
  67. package/lib/azure-dataexplorer/lib/data-explorer-table.d.ts +25 -0
  68. package/lib/azure-dataexplorer/lib/data-explorer-table.js +62 -0
  69. package/lib/azure-dataexplorer/lib/index.d.ts +6 -0
  70. package/lib/azure-dataexplorer/lib/index.js +23 -0
  71. package/lib/azure-dataexplorer/test/data-explorer.integ.d.ts +1 -0
  72. package/lib/azure-dataexplorer/test/data-explorer.integ.js +78 -0
  73. package/lib/azure-dataexplorer/test/data-explorer.spec.d.ts +1 -0
  74. package/lib/azure-dataexplorer/test/data-explorer.spec.js +248 -0
  75. package/lib/azure-diagnosticsettings/lib/diagnostic-settings.d.ts +3 -3
  76. package/lib/azure-diagnosticsettings/lib/diagnostic-settings.js +5 -5
  77. package/lib/azure-diagnosticsettings/test/diagnostic-settings.spec.js +9 -9
  78. package/lib/azure-dnsforwardingruleset/lib/dns-forwarding-ruleset.d.ts +7 -7
  79. package/lib/azure-dnsforwardingruleset/lib/dns-forwarding-ruleset.js +9 -9
  80. package/lib/azure-dnsforwardingruleset/lib/forwarding-rule.d.ts +4 -4
  81. package/lib/azure-dnsforwardingruleset/lib/forwarding-rule.js +6 -6
  82. package/lib/azure-dnsforwardingruleset/lib/virtual-network-link.d.ts +4 -4
  83. package/lib/azure-dnsforwardingruleset/lib/virtual-network-link.js +6 -6
  84. package/lib/azure-dnsforwardingruleset/test/dns-forwarding-ruleset.integ.d.ts +1 -1
  85. package/lib/azure-dnsforwardingruleset/test/dns-forwarding-ruleset.integ.js +5 -5
  86. package/lib/azure-dnsforwardingruleset/test/dns-forwarding-ruleset.spec.js +11 -11
  87. package/lib/azure-dnsforwardingruleset/test/forwarding-rule.spec.js +14 -14
  88. package/lib/azure-dnsforwardingruleset/test/virtual-network-link.spec.js +12 -12
  89. package/lib/azure-dnsresolver/lib/dns-resolver.d.ts +8 -8
  90. package/lib/azure-dnsresolver/lib/dns-resolver.js +10 -10
  91. package/lib/azure-dnsresolver/lib/inbound-endpoint.d.ts +6 -6
  92. package/lib/azure-dnsresolver/lib/inbound-endpoint.js +8 -8
  93. package/lib/azure-dnsresolver/lib/outbound-endpoint.d.ts +7 -7
  94. package/lib/azure-dnsresolver/lib/outbound-endpoint.js +9 -9
  95. package/lib/azure-dnsresolver/test/dns-resolver.integ.d.ts +1 -1
  96. package/lib/azure-dnsresolver/test/dns-resolver.integ.js +5 -5
  97. package/lib/azure-dnsresolver/test/dns-resolver.spec.js +11 -11
  98. package/lib/azure-dnsresolver/test/inbound-endpoint.integ.d.ts +1 -1
  99. package/lib/azure-dnsresolver/test/inbound-endpoint.integ.js +5 -5
  100. package/lib/azure-dnsresolver/test/inbound-endpoint.spec.js +12 -12
  101. package/lib/azure-dnsresolver/test/outbound-endpoint.integ.d.ts +1 -1
  102. package/lib/azure-dnsresolver/test/outbound-endpoint.integ.js +5 -5
  103. package/lib/azure-dnsresolver/test/outbound-endpoint.spec.js +9 -9
  104. package/lib/azure-dnszone/lib/dns-zone.d.ts +6 -6
  105. package/lib/azure-dnszone/lib/dns-zone.js +8 -8
  106. package/lib/azure-dnszone/lib/records/dns-records.d.ts +31 -31
  107. package/lib/azure-dnszone/lib/records/dns-records.js +42 -42
  108. package/lib/azure-dnszone/test/dns-records.integ.d.ts +1 -1
  109. package/lib/azure-dnszone/test/dns-records.integ.js +5 -5
  110. package/lib/azure-dnszone/test/dns-records.spec.js +57 -57
  111. package/lib/azure-dnszone/test/dns-zone.integ.d.ts +1 -1
  112. package/lib/azure-dnszone/test/dns-zone.integ.js +5 -5
  113. package/lib/azure-dnszone/test/dns-zone.spec.js +11 -11
  114. package/lib/azure-eventgrideventsubscription/index.d.ts +1 -0
  115. package/lib/azure-eventgrideventsubscription/index.js +18 -0
  116. package/lib/azure-eventgrideventsubscription/lib/event-grid-event-subscription-schemas.d.ts +5 -0
  117. package/lib/azure-eventgrideventsubscription/lib/event-grid-event-subscription-schemas.js +151 -0
  118. package/lib/azure-eventgrideventsubscription/lib/event-grid-event-subscription.d.ts +59 -0
  119. package/lib/azure-eventgrideventsubscription/lib/event-grid-event-subscription.js +67 -0
  120. package/lib/azure-eventgrideventsubscription/lib/index.d.ts +2 -0
  121. package/lib/azure-eventgrideventsubscription/lib/index.js +19 -0
  122. package/lib/azure-eventgrideventsubscription/test/event-grid-event-subscription.integ.d.ts +1 -0
  123. package/lib/azure-eventgrideventsubscription/test/event-grid-event-subscription.integ.js +100 -0
  124. package/lib/azure-eventgrideventsubscription/test/event-grid-event-subscription.spec.d.ts +1 -0
  125. package/lib/azure-eventgrideventsubscription/test/event-grid-event-subscription.spec.js +242 -0
  126. package/lib/azure-eventgridsystemtopic/index.d.ts +1 -0
  127. package/lib/azure-eventgridsystemtopic/index.js +18 -0
  128. package/lib/azure-eventgridsystemtopic/lib/event-grid-system-topic-schemas.d.ts +5 -0
  129. package/lib/azure-eventgridsystemtopic/lib/event-grid-system-topic-schemas.js +164 -0
  130. package/lib/azure-eventgridsystemtopic/lib/event-grid-system-topic.d.ts +46 -0
  131. package/lib/azure-eventgridsystemtopic/lib/event-grid-system-topic.js +68 -0
  132. package/lib/azure-eventgridsystemtopic/lib/index.d.ts +2 -0
  133. package/lib/azure-eventgridsystemtopic/lib/index.js +19 -0
  134. package/lib/azure-eventgridsystemtopic/test/event-grid-system-topic.integ.d.ts +1 -0
  135. package/lib/azure-eventgridsystemtopic/test/event-grid-system-topic.integ.js +64 -0
  136. package/lib/azure-eventgridsystemtopic/test/event-grid-system-topic.spec.d.ts +1 -0
  137. package/lib/azure-eventgridsystemtopic/test/event-grid-system-topic.spec.js +241 -0
  138. package/lib/azure-eventhub/index.d.ts +7 -0
  139. package/lib/azure-eventhub/index.js +24 -0
  140. package/lib/azure-eventhub/lib/event-hub-namespace.d.ts +204 -0
  141. package/lib/azure-eventhub/lib/event-hub-namespace.js +178 -0
  142. package/lib/azure-eventhub/lib/event-hub-schemas.d.ts +63 -0
  143. package/lib/azure-eventhub/lib/event-hub-schemas.js +370 -0
  144. package/lib/azure-eventhub/lib/event-hub.d.ts +153 -0
  145. package/lib/azure-eventhub/lib/event-hub.js +171 -0
  146. package/lib/azure-eventhub/lib/index.d.ts +6 -0
  147. package/lib/azure-eventhub/lib/index.js +23 -0
  148. package/lib/azure-eventhub/test/event-hub.integ.d.ts +9 -0
  149. package/lib/azure-eventhub/test/event-hub.integ.js +113 -0
  150. package/lib/azure-eventhub/test/event-hub.spec.d.ts +8 -0
  151. package/lib/azure-eventhub/test/event-hub.spec.js +438 -0
  152. package/lib/azure-functionapp/lib/function-app.d.ts +6 -6
  153. package/lib/azure-functionapp/lib/function-app.js +8 -8
  154. package/lib/azure-functionapp/test/function-app.integ.d.ts +1 -1
  155. package/lib/azure-functionapp/test/function-app.integ.js +5 -5
  156. package/lib/azure-functionapp/test/function-app.spec.js +12 -12
  157. package/lib/azure-keyvault/lib/key-vault.d.ts +6 -6
  158. package/lib/azure-keyvault/lib/key-vault.js +8 -8
  159. package/lib/azure-keyvault/test/key-vault.integ.d.ts +1 -1
  160. package/lib/azure-keyvault/test/key-vault.integ.js +5 -5
  161. package/lib/azure-keyvault/test/key-vault.spec.js +11 -11
  162. package/lib/azure-loganalyticsworkspace/lib/log-analytics-workspace.d.ts +1 -1
  163. package/lib/azure-loganalyticsworkspace/lib/log-analytics-workspace.js +3 -3
  164. package/lib/azure-loganalyticsworkspace/test/log-analytics-workspace.integ.d.ts +1 -1
  165. package/lib/azure-loganalyticsworkspace/test/log-analytics-workspace.integ.js +6 -6
  166. package/lib/azure-loganalyticsworkspace/test/log-analytics-workspace.spec.js +6 -6
  167. package/lib/azure-metricalert/lib/metric-alert.d.ts +3 -3
  168. package/lib/azure-metricalert/lib/metric-alert.js +5 -5
  169. package/lib/azure-metricalert/test/metric-alert.integ.d.ts +1 -1
  170. package/lib/azure-metricalert/test/metric-alert.integ.js +5 -5
  171. package/lib/azure-metricalert/test/metric-alert.spec.js +9 -9
  172. package/lib/azure-networkinterface/lib/network-interface.d.ts +5 -5
  173. package/lib/azure-networkinterface/lib/network-interface.js +7 -7
  174. package/lib/azure-networkinterface/test/network-interface.integ.d.ts +1 -1
  175. package/lib/azure-networkinterface/test/network-interface.integ.js +5 -5
  176. package/lib/azure-networkinterface/test/network-interface.spec.js +11 -11
  177. package/lib/azure-networksecuritygroup/lib/network-security-group.d.ts +6 -6
  178. package/lib/azure-networksecuritygroup/lib/network-security-group.js +8 -8
  179. package/lib/azure-networksecuritygroup/test/network-security-group.integ.d.ts +1 -1
  180. package/lib/azure-networksecuritygroup/test/network-security-group.integ.js +5 -5
  181. package/lib/azure-networksecuritygroup/test/network-security-group.spec.js +12 -12
  182. package/lib/azure-networkwatcher/lib/network-watcher.d.ts +1 -1
  183. package/lib/azure-networkwatcher/lib/network-watcher.js +3 -3
  184. package/lib/azure-networkwatcher/test/network-watcher.integ.d.ts +1 -1
  185. package/lib/azure-networkwatcher/test/network-watcher.integ.js +6 -6
  186. package/lib/azure-networkwatcher/test/network-watcher.spec.js +6 -6
  187. package/lib/azure-policyassignment/lib/policy-assignment.d.ts +3 -3
  188. package/lib/azure-policyassignment/lib/policy-assignment.js +5 -5
  189. package/lib/azure-policyassignment/test/policy-assignment.integ.d.ts +1 -1
  190. package/lib/azure-policyassignment/test/policy-assignment.integ.js +5 -5
  191. package/lib/azure-policyassignment/test/policy-assignment.spec.js +12 -12
  192. package/lib/azure-policydefinition/lib/policy-definition.d.ts +3 -3
  193. package/lib/azure-policydefinition/lib/policy-definition.js +5 -5
  194. package/lib/azure-policydefinition/test/policy-definition.integ.d.ts +1 -1
  195. package/lib/azure-policydefinition/test/policy-definition.integ.js +5 -5
  196. package/lib/azure-policydefinition/test/policy-definition.spec.js +19 -19
  197. package/lib/azure-policysetdefinition/lib/policy-set-definition.d.ts +1 -1
  198. package/lib/azure-policysetdefinition/lib/policy-set-definition.js +3 -3
  199. package/lib/azure-policysetdefinition/test/policy-set-definition.integ.d.ts +1 -1
  200. package/lib/azure-policysetdefinition/test/policy-set-definition.integ.js +6 -6
  201. package/lib/azure-policysetdefinition/test/policy-set-definition.spec.js +6 -6
  202. package/lib/azure-privatednszone/lib/private-dns-zone.d.ts +10 -10
  203. package/lib/azure-privatednszone/lib/private-dns-zone.js +12 -12
  204. package/lib/azure-privatednszone/lib/records/private-dns-records.d.ts +25 -25
  205. package/lib/azure-privatednszone/lib/records/private-dns-records.js +34 -34
  206. package/lib/azure-privatednszone/test/private-dns-records.integ.d.ts +1 -1
  207. package/lib/azure-privatednszone/test/private-dns-records.integ.js +5 -5
  208. package/lib/azure-privatednszone/test/private-dns-records.spec.js +49 -49
  209. package/lib/azure-privatednszone/test/private-dns-zone.integ.d.ts +1 -1
  210. package/lib/azure-privatednszone/test/private-dns-zone.integ.js +5 -5
  211. package/lib/azure-privatednszone/test/private-dns-zone.spec.js +12 -12
  212. package/lib/azure-privatednszonelink/lib/private-dns-zone-link.d.ts +6 -6
  213. package/lib/azure-privatednszonelink/lib/private-dns-zone-link.js +8 -8
  214. package/lib/azure-privatednszonelink/test/private-dns-zone-link.integ.d.ts +1 -1
  215. package/lib/azure-privatednszonelink/test/private-dns-zone-link.integ.js +5 -5
  216. package/lib/azure-privatednszonelink/test/private-dns-zone-link.spec.js +12 -12
  217. package/lib/azure-publicipaddress/lib/public-ip-address.d.ts +5 -5
  218. package/lib/azure-publicipaddress/lib/public-ip-address.js +7 -7
  219. package/lib/azure-publicipaddress/test/public-ip-address.integ.d.ts +1 -1
  220. package/lib/azure-publicipaddress/test/public-ip-address.integ.js +6 -6
  221. package/lib/azure-publicipaddress/test/public-ip-address.spec.js +11 -11
  222. package/lib/azure-resourcegroup/lib/resource-group.d.ts +5 -5
  223. package/lib/azure-resourcegroup/lib/resource-group.js +7 -7
  224. package/lib/azure-resourcegroup/test/resource-group.integ.d.ts +1 -1
  225. package/lib/azure-resourcegroup/test/resource-group.integ.js +5 -5
  226. package/lib/azure-resourcegroup/test/resource-group.spec.js +14 -14
  227. package/lib/azure-roleassignment/lib/role-assignment.d.ts +3 -3
  228. package/lib/azure-roleassignment/lib/role-assignment.js +5 -5
  229. package/lib/azure-roleassignment/test/role-assignment.integ.d.ts +1 -1
  230. package/lib/azure-roleassignment/test/role-assignment.integ.js +5 -5
  231. package/lib/azure-roleassignment/test/role-assignment.spec.js +12 -12
  232. package/lib/azure-roledefinition/lib/role-definition.d.ts +3 -3
  233. package/lib/azure-roledefinition/lib/role-definition.js +5 -5
  234. package/lib/azure-roledefinition/test/role-definition.integ.d.ts +1 -1
  235. package/lib/azure-roledefinition/test/role-definition.integ.js +5 -5
  236. package/lib/azure-roledefinition/test/role-definition.spec.js +12 -12
  237. package/lib/azure-sreagent/lib/sre-agent.d.ts +8 -8
  238. package/lib/azure-sreagent/lib/sre-agent.js +10 -10
  239. package/lib/azure-sreagent/test/sre-agent.integ.d.ts +1 -1
  240. package/lib/azure-sreagent/test/sre-agent.integ.js +5 -5
  241. package/lib/azure-sreagent/test/sre-agent.spec.js +11 -11
  242. package/lib/azure-staticwebapp/lib/static-web-app.d.ts +6 -6
  243. package/lib/azure-staticwebapp/lib/static-web-app.js +8 -8
  244. package/lib/azure-staticwebapp/test/static-web-app.integ.d.ts +1 -1
  245. package/lib/azure-staticwebapp/test/static-web-app.integ.js +6 -6
  246. package/lib/azure-staticwebapp/test/static-web-app.spec.js +12 -12
  247. package/lib/azure-storageaccount/lib/storage-account.d.ts +6 -6
  248. package/lib/azure-storageaccount/lib/storage-account.js +8 -8
  249. package/lib/azure-storageaccount/test/storage-account.integ.d.ts +1 -1
  250. package/lib/azure-storageaccount/test/storage-account.integ.js +5 -5
  251. package/lib/azure-storageaccount/test/storage-account.spec.js +11 -11
  252. package/lib/azure-storageblobcontainer/index.d.ts +1 -0
  253. package/lib/azure-storageblobcontainer/index.js +18 -0
  254. package/lib/azure-storageblobcontainer/lib/index.d.ts +2 -0
  255. package/lib/azure-storageblobcontainer/lib/index.js +19 -0
  256. package/lib/azure-storageblobcontainer/lib/storage-blob-container-schemas.d.ts +5 -0
  257. package/lib/azure-storageblobcontainer/lib/storage-blob-container-schemas.js +108 -0
  258. package/lib/azure-storageblobcontainer/lib/storage-blob-container.d.ts +37 -0
  259. package/lib/azure-storageblobcontainer/lib/storage-blob-container.js +63 -0
  260. package/lib/azure-storageblobcontainer/test/storage-blob-container.integ.d.ts +1 -0
  261. package/lib/azure-storageblobcontainer/test/storage-blob-container.integ.js +60 -0
  262. package/lib/azure-storageblobcontainer/test/storage-blob-container.spec.d.ts +1 -0
  263. package/lib/azure-storageblobcontainer/test/storage-blob-container.spec.js +172 -0
  264. package/lib/azure-subnet/lib/subnet.d.ts +3 -3
  265. package/lib/azure-subnet/lib/subnet.js +5 -5
  266. package/lib/azure-subnet/test/subnet.integ.d.ts +1 -1
  267. package/lib/azure-subnet/test/subnet.integ.js +5 -5
  268. package/lib/azure-subnet/test/subnet.spec.js +9 -9
  269. package/lib/azure-userassignedidentity/index.d.ts +1 -0
  270. package/lib/azure-userassignedidentity/index.js +18 -0
  271. package/lib/azure-userassignedidentity/lib/index.d.ts +2 -0
  272. package/lib/azure-userassignedidentity/lib/index.js +19 -0
  273. package/lib/azure-userassignedidentity/lib/user-assigned-identity-schemas.d.ts +8 -0
  274. package/lib/azure-userassignedidentity/lib/user-assigned-identity-schemas.js +107 -0
  275. package/lib/azure-userassignedidentity/lib/user-assigned-identity.d.ts +37 -0
  276. package/lib/azure-userassignedidentity/lib/user-assigned-identity.js +85 -0
  277. package/lib/azure-userassignedidentity/test/user-assigned-identity.integ.d.ts +1 -0
  278. package/lib/azure-userassignedidentity/test/user-assigned-identity.integ.js +64 -0
  279. package/lib/azure-userassignedidentity/test/user-assigned-identity.spec.d.ts +1 -0
  280. package/lib/azure-userassignedidentity/test/user-assigned-identity.spec.js +241 -0
  281. package/lib/azure-virtualmachine/lib/virtual-machine.d.ts +6 -6
  282. package/lib/azure-virtualmachine/lib/virtual-machine.js +8 -8
  283. package/lib/azure-virtualmachine/test/virtual-machine.integ.d.ts +1 -1
  284. package/lib/azure-virtualmachine/test/virtual-machine.integ.js +5 -5
  285. package/lib/azure-virtualmachine/test/virtual-machine.spec.js +17 -17
  286. package/lib/azure-virtualnetwork/lib/virtual-network.d.ts +6 -6
  287. package/lib/azure-virtualnetwork/lib/virtual-network.js +8 -8
  288. package/lib/azure-virtualnetwork/test/virtual-network.integ.d.ts +1 -1
  289. package/lib/azure-virtualnetwork/test/virtual-network.integ.js +5 -5
  290. package/lib/azure-virtualnetwork/test/virtual-network.spec.js +12 -12
  291. package/lib/azure-virtualnetworkgateway/lib/virtual-network-gateway.d.ts +5 -5
  292. package/lib/azure-virtualnetworkgateway/lib/virtual-network-gateway.js +7 -7
  293. package/lib/azure-virtualnetworkgateway/test/virtual-network-gateway.integ.d.ts +1 -1
  294. package/lib/azure-virtualnetworkgateway/test/virtual-network-gateway.integ.js +5 -5
  295. package/lib/azure-virtualnetworkgateway/test/virtual-network-gateway.spec.js +13 -13
  296. package/lib/azure-virtualnetworkgatewayconnection/lib/virtual-network-gateway-connection.d.ts +5 -5
  297. package/lib/azure-virtualnetworkgatewayconnection/lib/virtual-network-gateway-connection.js +7 -7
  298. package/lib/azure-virtualnetworkgatewayconnection/test/virtual-network-gateway-connection.integ.d.ts +1 -1
  299. package/lib/azure-virtualnetworkgatewayconnection/test/virtual-network-gateway-connection.integ.js +5 -5
  300. package/lib/azure-virtualnetworkgatewayconnection/test/virtual-network-gateway-connection.spec.js +20 -20
  301. package/lib/azure-virtualnetworkmanager/lib/connectivity-configuration.d.ts +4 -4
  302. package/lib/azure-virtualnetworkmanager/lib/connectivity-configuration.js +6 -6
  303. package/lib/azure-virtualnetworkmanager/lib/ipam-pool-static-cidr.d.ts +4 -4
  304. package/lib/azure-virtualnetworkmanager/lib/ipam-pool-static-cidr.js +6 -6
  305. package/lib/azure-virtualnetworkmanager/lib/ipam-pool.d.ts +4 -4
  306. package/lib/azure-virtualnetworkmanager/lib/ipam-pool.js +6 -6
  307. package/lib/azure-virtualnetworkmanager/lib/network-group-static-member.d.ts +4 -4
  308. package/lib/azure-virtualnetworkmanager/lib/network-group-static-member.js +6 -6
  309. package/lib/azure-virtualnetworkmanager/lib/network-group.d.ts +4 -4
  310. package/lib/azure-virtualnetworkmanager/lib/network-group.js +6 -6
  311. package/lib/azure-virtualnetworkmanager/lib/security-admin-configuration.d.ts +4 -4
  312. package/lib/azure-virtualnetworkmanager/lib/security-admin-configuration.js +6 -6
  313. package/lib/azure-virtualnetworkmanager/lib/security-admin-rule-collection.d.ts +4 -4
  314. package/lib/azure-virtualnetworkmanager/lib/security-admin-rule-collection.js +6 -6
  315. package/lib/azure-virtualnetworkmanager/lib/security-admin-rule.d.ts +4 -4
  316. package/lib/azure-virtualnetworkmanager/lib/security-admin-rule.js +6 -6
  317. package/lib/azure-virtualnetworkmanager/lib/virtual-network-manager.d.ts +7 -7
  318. package/lib/azure-virtualnetworkmanager/lib/virtual-network-manager.js +9 -9
  319. package/lib/azure-virtualnetworkmanager/test/ipam-pool-static-cidr.spec.js +17 -17
  320. package/lib/azure-virtualnetworkmanager/test/ipam-pool.spec.js +15 -15
  321. package/lib/azure-virtualnetworkmanager/test/virtual-network-manager.integ.d.ts +1 -1
  322. package/lib/azure-virtualnetworkmanager/test/virtual-network-manager.integ.js +5 -5
  323. package/lib/azure-virtualnetworkmanager/test/virtual-network-manager.spec.js +57 -57
  324. package/lib/azure-vmss/lib/virtual-machine-scale-set.d.ts +72 -7
  325. package/lib/azure-vmss/lib/virtual-machine-scale-set.js +147 -8
  326. package/lib/azure-vmss/lib/vmss-schemas.d.ts +195 -0
  327. package/lib/azure-vmss/lib/vmss-schemas.js +33 -1
  328. package/lib/azure-vmss/test/virtual-machine-scale-set.integ.d.ts +1 -1
  329. package/lib/azure-vmss/test/virtual-machine-scale-set.integ.js +5 -5
  330. package/lib/azure-vmss/test/virtual-machine-scale-set.spec.js +474 -12
  331. package/lib/core-azure/lib/azapi/azapi-resource-tags.spec.js +6 -6
  332. package/lib/core-azure/lib/azapi/azapi-resource.d.ts +7 -7
  333. package/lib/core-azure/lib/azapi/azapi-resource.js +6 -6
  334. package/lib/core-azure/lib/azapi/azapi-resource.spec.js +7 -7
  335. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-client-config/index.d.ts +12 -12
  336. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-client-config/index.js +15 -15
  337. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource/index.d.ts +35 -35
  338. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource/index.js +58 -58
  339. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-action/index.d.ts +25 -25
  340. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-action/index.js +49 -49
  341. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-id/index.d.ts +13 -13
  342. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-id/index.js +22 -22
  343. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-list/index.d.ts +24 -24
  344. package/lib/core-azure/lib/azapi/providers-azapi/data-azapi-resource-list/index.js +40 -40
  345. package/lib/core-azure/lib/azapi/providers-azapi/data-plane-resource/index.d.ts +44 -44
  346. package/lib/core-azure/lib/azapi/providers-azapi/data-plane-resource/index.js +72 -72
  347. package/lib/core-azure/lib/azapi/providers-azapi/index.js +2 -2
  348. package/lib/core-azure/lib/azapi/providers-azapi/lazy-index.js +2 -2
  349. package/lib/core-azure/lib/azapi/providers-azapi/provider/index.d.ts +54 -54
  350. package/lib/core-azure/lib/azapi/providers-azapi/provider/index.js +86 -86
  351. package/lib/core-azure/lib/azapi/providers-azapi/resource/index.d.ts +65 -65
  352. package/lib/core-azure/lib/azapi/providers-azapi/resource/index.js +102 -102
  353. package/lib/core-azure/lib/azapi/providers-azapi/resource-action/index.d.ts +25 -25
  354. package/lib/core-azure/lib/azapi/providers-azapi/resource-action/index.js +62 -62
  355. package/lib/core-azure/lib/azapi/providers-azapi/update-resource/index.d.ts +36 -36
  356. package/lib/core-azure/lib/azapi/providers-azapi/update-resource/index.js +69 -69
  357. package/lib/core-azure/lib/azapi/schema-mapper/schema-mapper.js +1 -1
  358. package/lib/core-azure/lib/version-manager/api-version-manager.js +1 -1
  359. package/lib/core-azure/lib/version-manager/interfaces/version-interfaces.js +7 -7
  360. package/lib/index.d.ts +26 -0
  361. package/lib/index.js +28 -2
  362. package/lib/testing/index.d.ts +1 -1
  363. package/lib/testing/index.js +25 -8
  364. package/lib/testing/lib/cleanup.js +1 -1
  365. package/lib/testing/lib/metadata.js +12 -4
  366. package/lib/testing/lib/naming.js +57 -1
  367. package/package.json +10 -22
  368. package/scripts/azure-version-updater/create-issue.ts +189 -0
  369. package/scripts/azure-version-updater/discover.ts +382 -0
  370. package/scripts/azure-version-updater/spec-mapping.ts +164 -0
  371. package/scripts/azure-version-updater/tsconfig.json +11 -0
  372. package/setup.js +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.