@pulumi/azure-native 2.1.1 → 2.1.2-alpha.1690874037

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 (1922) hide show
  1. package/app/certificate.js +2 -2
  2. package/app/connectedEnvironment.js +2 -2
  3. package/app/connectedEnvironmentsCertificate.js +2 -2
  4. package/app/connectedEnvironmentsDaprComponent.js +2 -2
  5. package/app/connectedEnvironmentsStorage.js +2 -2
  6. package/app/containerApp.js +2 -2
  7. package/app/containerAppsAuthConfig.js +2 -2
  8. package/app/containerAppsSourceControl.js +2 -2
  9. package/app/daprComponent.js +2 -2
  10. package/app/index.d.ts +2 -1
  11. package/app/index.js +4 -2
  12. package/app/job.js +2 -2
  13. package/app/managedCertificate.js +2 -2
  14. package/app/managedEnvironment.js +2 -2
  15. package/app/managedEnvironmentsStorage.js +2 -2
  16. package/app/v20220101preview/certificate.js +2 -2
  17. package/app/v20220101preview/containerApp.js +2 -2
  18. package/app/v20220101preview/containerAppsAuthConfig.js +2 -2
  19. package/app/v20220101preview/containerAppsSourceControl.js +2 -2
  20. package/app/v20220101preview/daprComponent.js +2 -2
  21. package/app/v20220101preview/managedEnvironment.js +2 -2
  22. package/app/v20220101preview/managedEnvironmentsStorage.js +2 -2
  23. package/app/v20221001/certificate.js +2 -2
  24. package/app/v20221001/connectedEnvironment.js +2 -2
  25. package/app/v20221001/connectedEnvironmentsCertificate.js +2 -2
  26. package/app/v20221001/connectedEnvironmentsDaprComponent.js +2 -2
  27. package/app/v20221001/connectedEnvironmentsStorage.js +2 -2
  28. package/app/v20221001/containerApp.js +2 -2
  29. package/app/v20221001/containerAppsAuthConfig.js +2 -2
  30. package/app/v20221001/containerAppsSourceControl.js +2 -2
  31. package/app/v20221001/daprComponent.js +2 -2
  32. package/app/v20221001/managedEnvironment.js +2 -2
  33. package/app/v20221001/managedEnvironmentsStorage.js +2 -2
  34. package/app/v20230401preview/certificate.js +2 -2
  35. package/app/v20230401preview/connectedEnvironment.js +2 -2
  36. package/app/v20230401preview/connectedEnvironmentsCertificate.js +2 -2
  37. package/app/v20230401preview/connectedEnvironmentsDaprComponent.js +2 -2
  38. package/app/v20230401preview/connectedEnvironmentsStorage.js +2 -2
  39. package/app/v20230401preview/containerApp.js +2 -2
  40. package/app/v20230401preview/containerAppsAuthConfig.js +2 -2
  41. package/app/v20230401preview/containerAppsSourceControl.js +2 -2
  42. package/app/v20230401preview/daprComponent.js +2 -2
  43. package/app/v20230401preview/job.js +2 -2
  44. package/app/v20230401preview/managedCertificate.js +2 -2
  45. package/app/v20230401preview/managedEnvironment.js +2 -2
  46. package/app/v20230401preview/managedEnvironmentsStorage.js +2 -2
  47. package/app/v20230501/certificate.d.ts +87 -0
  48. package/app/v20230501/certificate.js +77 -0
  49. package/app/v20230501/connectedEnvironment.d.ts +119 -0
  50. package/app/v20230501/connectedEnvironment.js +85 -0
  51. package/app/v20230501/connectedEnvironmentsCertificate.d.ts +87 -0
  52. package/app/v20230501/connectedEnvironmentsCertificate.js +77 -0
  53. package/app/v20230501/connectedEnvironmentsDaprComponent.d.ts +123 -0
  54. package/app/v20230501/connectedEnvironmentsDaprComponent.js +88 -0
  55. package/app/v20230501/connectedEnvironmentsStorage.d.ts +67 -0
  56. package/app/v20230501/connectedEnvironmentsStorage.js +73 -0
  57. package/app/v20230501/containerApp.d.ts +167 -0
  58. package/app/v20230501/containerApp.js +102 -0
  59. package/app/v20230501/containerAppsAuthConfig.d.ts +99 -0
  60. package/app/v20230501/containerAppsAuthConfig.js +81 -0
  61. package/app/v20230501/containerAppsSourceControl.d.ts +91 -0
  62. package/app/v20230501/containerAppsSourceControl.js +79 -0
  63. package/app/v20230501/daprComponent.d.ts +123 -0
  64. package/app/v20230501/daprComponent.js +88 -0
  65. package/app/v20230501/getCertificate.d.ts +73 -0
  66. package/app/v20230501/getCertificate.js +27 -0
  67. package/app/v20230501/getConnectedEnvironment.d.ts +89 -0
  68. package/app/v20230501/getConnectedEnvironment.js +26 -0
  69. package/app/v20230501/getConnectedEnvironmentsCertificate.d.ts +73 -0
  70. package/app/v20230501/getConnectedEnvironmentsCertificate.js +27 -0
  71. package/app/v20230501/getConnectedEnvironmentsDaprComponent.d.ts +91 -0
  72. package/app/v20230501/getConnectedEnvironmentsDaprComponent.js +27 -0
  73. package/app/v20230501/getConnectedEnvironmentsStorage.d.ts +63 -0
  74. package/app/v20230501/getConnectedEnvironmentsStorage.js +27 -0
  75. package/app/v20230501/getContainerApp.d.ts +121 -0
  76. package/app/v20230501/getContainerApp.js +26 -0
  77. package/app/v20230501/getContainerAppAuthToken.d.ts +69 -0
  78. package/app/v20230501/getContainerAppAuthToken.js +26 -0
  79. package/app/v20230501/getContainerAppsAuthConfig.d.ts +79 -0
  80. package/app/v20230501/getContainerAppsAuthConfig.js +27 -0
  81. package/app/v20230501/getContainerAppsSourceControl.d.ts +77 -0
  82. package/app/v20230501/getContainerAppsSourceControl.js +27 -0
  83. package/app/v20230501/getDaprComponent.d.ts +91 -0
  84. package/app/v20230501/getDaprComponent.js +27 -0
  85. package/app/v20230501/getJob.d.ts +93 -0
  86. package/app/v20230501/getJob.js +26 -0
  87. package/app/v20230501/getManagedCertificate.d.ts +73 -0
  88. package/app/v20230501/getManagedCertificate.js +27 -0
  89. package/app/v20230501/getManagedEnvironment.d.ts +131 -0
  90. package/app/v20230501/getManagedEnvironment.js +26 -0
  91. package/app/v20230501/getManagedEnvironmentAuthToken.d.ts +69 -0
  92. package/app/v20230501/getManagedEnvironmentAuthToken.js +26 -0
  93. package/app/v20230501/getManagedEnvironmentsStorage.d.ts +63 -0
  94. package/app/v20230501/getManagedEnvironmentsStorage.js +27 -0
  95. package/app/v20230501/index.d.ts +100 -0
  96. package/app/v20230501/index.js +147 -0
  97. package/app/v20230501/job.d.ts +127 -0
  98. package/app/v20230501/job.js +88 -0
  99. package/app/v20230501/listConnectedEnvironmentsDaprComponentSecrets.d.ts +47 -0
  100. package/app/v20230501/listConnectedEnvironmentsDaprComponentSecrets.js +27 -0
  101. package/app/v20230501/listContainerAppCustomHostNameAnalysis.d.ts +91 -0
  102. package/app/v20230501/listContainerAppCustomHostNameAnalysis.js +27 -0
  103. package/app/v20230501/listContainerAppSecrets.d.ts +39 -0
  104. package/app/v20230501/listContainerAppSecrets.js +26 -0
  105. package/app/v20230501/listDaprComponentSecrets.d.ts +47 -0
  106. package/app/v20230501/listDaprComponentSecrets.js +27 -0
  107. package/app/v20230501/listJobSecrets.d.ts +39 -0
  108. package/app/v20230501/listJobSecrets.js +26 -0
  109. package/app/v20230501/managedCertificate.d.ts +87 -0
  110. package/app/v20230501/managedCertificate.js +77 -0
  111. package/app/v20230501/managedEnvironment.d.ts +187 -0
  112. package/app/v20230501/managedEnvironment.js +105 -0
  113. package/app/v20230501/managedEnvironmentsStorage.d.ts +67 -0
  114. package/app/v20230501/managedEnvironmentsStorage.js +73 -0
  115. package/containerregistry/archife.d.ts +87 -0
  116. package/containerregistry/archife.js +86 -0
  117. package/containerregistry/archiveVersion.d.ts +75 -0
  118. package/containerregistry/archiveVersion.js +84 -0
  119. package/containerregistry/cacheRule.js +2 -2
  120. package/containerregistry/connectedRegistry.js +2 -2
  121. package/containerregistry/credentialSet.js +2 -2
  122. package/containerregistry/exportPipeline.js +2 -2
  123. package/containerregistry/getArchife.d.ts +83 -0
  124. package/containerregistry/getArchife.js +30 -0
  125. package/containerregistry/getArchiveVersion.d.ts +85 -0
  126. package/containerregistry/getArchiveVersion.js +31 -0
  127. package/containerregistry/importPipeline.js +2 -2
  128. package/containerregistry/index.d.ts +14 -1
  129. package/containerregistry/index.js +19 -3
  130. package/containerregistry/pipelineRun.js +2 -2
  131. package/containerregistry/privateEndpointConnection.js +2 -2
  132. package/containerregistry/registry.js +2 -2
  133. package/containerregistry/replication.js +2 -2
  134. package/containerregistry/scopeMap.js +2 -2
  135. package/containerregistry/token.js +2 -2
  136. package/containerregistry/v20160627preview/registry.js +2 -2
  137. package/containerregistry/v20170301/registry.js +2 -2
  138. package/containerregistry/v20190501/registry.js +2 -2
  139. package/containerregistry/v20221201/privateEndpointConnection.js +2 -2
  140. package/containerregistry/v20221201/registry.js +2 -2
  141. package/containerregistry/v20221201/replication.js +2 -2
  142. package/containerregistry/v20221201/scopeMap.js +2 -2
  143. package/containerregistry/v20221201/token.js +2 -2
  144. package/containerregistry/v20221201/webhook.js +2 -2
  145. package/containerregistry/v20230101preview/cacheRule.js +2 -2
  146. package/containerregistry/v20230101preview/connectedRegistry.js +2 -2
  147. package/containerregistry/v20230101preview/credentialSet.js +2 -2
  148. package/containerregistry/v20230101preview/exportPipeline.js +2 -2
  149. package/containerregistry/v20230101preview/importPipeline.js +2 -2
  150. package/containerregistry/v20230101preview/pipelineRun.js +2 -2
  151. package/containerregistry/v20230101preview/privateEndpointConnection.js +2 -2
  152. package/containerregistry/v20230101preview/registry.js +2 -2
  153. package/containerregistry/v20230101preview/replication.js +2 -2
  154. package/containerregistry/v20230101preview/scopeMap.js +2 -2
  155. package/containerregistry/v20230101preview/token.js +2 -2
  156. package/containerregistry/v20230101preview/webhook.js +2 -2
  157. package/containerregistry/v20230601preview/archife.d.ts +86 -0
  158. package/containerregistry/v20230601preview/archife.js +85 -0
  159. package/containerregistry/v20230601preview/archiveVersion.d.ts +74 -0
  160. package/containerregistry/v20230601preview/archiveVersion.js +83 -0
  161. package/containerregistry/v20230601preview/cacheRule.d.ts +92 -0
  162. package/containerregistry/v20230601preview/cacheRule.js +81 -0
  163. package/containerregistry/v20230601preview/connectedRegistry.d.ts +128 -0
  164. package/containerregistry/v20230601preview/connectedRegistry.js +102 -0
  165. package/containerregistry/v20230601preview/credentialSet.d.ts +93 -0
  166. package/containerregistry/v20230601preview/credentialSet.js +81 -0
  167. package/containerregistry/v20230601preview/exportPipeline.d.ts +96 -0
  168. package/containerregistry/v20230601preview/exportPipeline.js +84 -0
  169. package/containerregistry/v20230601preview/getArchife.d.ts +81 -0
  170. package/containerregistry/v20230601preview/getArchife.js +28 -0
  171. package/containerregistry/v20230601preview/getArchiveVersion.d.ts +83 -0
  172. package/containerregistry/v20230601preview/getArchiveVersion.js +29 -0
  173. package/containerregistry/v20230601preview/getCacheRule.d.ts +80 -0
  174. package/containerregistry/v20230601preview/getCacheRule.js +27 -0
  175. package/containerregistry/v20230601preview/getConnectedRegistry.d.ts +107 -0
  176. package/containerregistry/v20230601preview/getConnectedRegistry.js +27 -0
  177. package/containerregistry/v20230601preview/getCredentialSet.d.ts +80 -0
  178. package/containerregistry/v20230601preview/getCredentialSet.js +27 -0
  179. package/containerregistry/v20230601preview/getExportPipeline.d.ts +79 -0
  180. package/containerregistry/v20230601preview/getExportPipeline.js +27 -0
  181. package/containerregistry/v20230601preview/getImportPipeline.d.ts +83 -0
  182. package/containerregistry/v20230601preview/getImportPipeline.js +27 -0
  183. package/containerregistry/v20230601preview/getPipelineRun.d.ts +75 -0
  184. package/containerregistry/v20230601preview/getPipelineRun.js +27 -0
  185. package/containerregistry/v20230601preview/getPrivateEndpointConnection.d.ts +71 -0
  186. package/containerregistry/v20230601preview/getPrivateEndpointConnection.js +27 -0
  187. package/containerregistry/v20230601preview/getRegistry.d.ts +129 -0
  188. package/containerregistry/v20230601preview/getRegistry.js +26 -0
  189. package/containerregistry/v20230601preview/getReplication.d.ts +85 -0
  190. package/containerregistry/v20230601preview/getReplication.js +27 -0
  191. package/containerregistry/v20230601preview/getScopeMap.d.ts +77 -0
  192. package/containerregistry/v20230601preview/getScopeMap.js +27 -0
  193. package/containerregistry/v20230601preview/getToken.d.ts +79 -0
  194. package/containerregistry/v20230601preview/getToken.js +27 -0
  195. package/containerregistry/v20230601preview/getWebhook.d.ts +85 -0
  196. package/containerregistry/v20230601preview/getWebhook.js +27 -0
  197. package/containerregistry/v20230601preview/getWebhookCallbackConfig.d.ts +52 -0
  198. package/containerregistry/v20230601preview/getWebhookCallbackConfig.js +27 -0
  199. package/containerregistry/v20230601preview/importPipeline.d.ts +104 -0
  200. package/containerregistry/v20230601preview/importPipeline.js +87 -0
  201. package/containerregistry/v20230601preview/index.d.ts +94 -0
  202. package/containerregistry/v20230601preview/index.js +141 -0
  203. package/containerregistry/v20230601preview/listRegistryCredentials.d.ts +43 -0
  204. package/containerregistry/v20230601preview/listRegistryCredentials.js +26 -0
  205. package/containerregistry/v20230601preview/listWebhookEvents.d.ts +51 -0
  206. package/containerregistry/v20230601preview/listWebhookEvents.js +27 -0
  207. package/containerregistry/v20230601preview/pipelineRun.d.ts +83 -0
  208. package/containerregistry/v20230601preview/pipelineRun.js +80 -0
  209. package/containerregistry/v20230601preview/privateEndpointConnection.d.ts +79 -0
  210. package/containerregistry/v20230601preview/privateEndpointConnection.js +77 -0
  211. package/containerregistry/v20230601preview/registry.d.ts +188 -0
  212. package/containerregistry/v20230601preview/registry.js +110 -0
  213. package/containerregistry/v20230601preview/replication.d.ts +103 -0
  214. package/containerregistry/v20230601preview/replication.js +84 -0
  215. package/containerregistry/v20230601preview/scopeMap.d.ts +86 -0
  216. package/containerregistry/v20230601preview/scopeMap.js +82 -0
  217. package/containerregistry/v20230601preview/token.d.ts +92 -0
  218. package/containerregistry/v20230601preview/token.js +81 -0
  219. package/containerregistry/v20230601preview/webhook.d.ts +117 -0
  220. package/containerregistry/v20230601preview/webhook.js +91 -0
  221. package/containerregistry/webhook.js +2 -2
  222. package/containerservice/agentPool.js +2 -2
  223. package/containerservice/index.d.ts +3 -1
  224. package/containerservice/index.js +6 -2
  225. package/containerservice/maintenanceConfiguration.js +2 -2
  226. package/containerservice/managedCluster.js +2 -2
  227. package/containerservice/managedClusterSnapshot.js +2 -2
  228. package/containerservice/privateEndpointConnection.js +2 -2
  229. package/containerservice/snapshot.js +2 -2
  230. package/containerservice/trustedAccessRoleBinding.js +2 -2
  231. package/containerservice/v20190601/managedCluster.js +2 -2
  232. package/containerservice/v20200601/agentPool.js +2 -2
  233. package/containerservice/v20210201/agentPool.js +2 -2
  234. package/containerservice/v20210501/managedCluster.js +2 -2
  235. package/containerservice/v20210801/agentPool.js +2 -2
  236. package/containerservice/v20220402preview/agentPool.js +2 -2
  237. package/containerservice/v20230401/agentPool.js +2 -2
  238. package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
  239. package/containerservice/v20230401/managedCluster.js +2 -2
  240. package/containerservice/v20230401/privateEndpointConnection.js +2 -2
  241. package/containerservice/v20230401/snapshot.js +2 -2
  242. package/containerservice/v20230502preview/agentPool.js +2 -2
  243. package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
  244. package/containerservice/v20230502preview/managedCluster.js +2 -2
  245. package/containerservice/v20230502preview/managedClusterSnapshot.js +2 -2
  246. package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
  247. package/containerservice/v20230502preview/snapshot.js +2 -2
  248. package/containerservice/v20230502preview/trustedAccessRoleBinding.js +2 -2
  249. package/containerservice/v20230601/agentPool.d.ts +376 -0
  250. package/containerservice/v20230601/agentPool.js +149 -0
  251. package/containerservice/v20230601/getAgentPool.d.ts +219 -0
  252. package/containerservice/v20230601/getAgentPool.js +27 -0
  253. package/containerservice/v20230601/getMaintenanceConfiguration.d.ts +71 -0
  254. package/containerservice/v20230601/getMaintenanceConfiguration.js +27 -0
  255. package/containerservice/v20230601/getManagedCluster.d.ts +221 -0
  256. package/containerservice/v20230601/getManagedCluster.js +26 -0
  257. package/containerservice/v20230601/getPrivateEndpointConnection.d.ts +67 -0
  258. package/containerservice/v20230601/getPrivateEndpointConnection.js +27 -0
  259. package/containerservice/v20230601/getSnapshot.d.ts +93 -0
  260. package/containerservice/v20230601/getSnapshot.js +26 -0
  261. package/containerservice/v20230601/index.d.ts +40 -0
  262. package/containerservice/v20230601/index.js +78 -0
  263. package/containerservice/v20230601/listManagedClusterAdminCredentials.d.ts +47 -0
  264. package/containerservice/v20230601/listManagedClusterAdminCredentials.js +27 -0
  265. package/containerservice/v20230601/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
  266. package/containerservice/v20230601/listManagedClusterMonitoringUserCredentials.js +27 -0
  267. package/containerservice/v20230601/listManagedClusterUserCredentials.d.ts +55 -0
  268. package/containerservice/v20230601/listManagedClusterUserCredentials.js +28 -0
  269. package/containerservice/v20230601/maintenanceConfiguration.d.ts +83 -0
  270. package/containerservice/v20230601/maintenanceConfiguration.js +78 -0
  271. package/containerservice/v20230601/managedCluster.d.ts +368 -0
  272. package/containerservice/v20230601/managedCluster.js +150 -0
  273. package/containerservice/v20230601/privateEndpointConnection.d.ts +75 -0
  274. package/containerservice/v20230601/privateEndpointConnection.js +78 -0
  275. package/containerservice/v20230601/snapshot.d.ts +116 -0
  276. package/containerservice/v20230601/snapshot.js +87 -0
  277. package/containerservice/v20230602preview/agentPool.d.ts +424 -0
  278. package/containerservice/v20230602preview/agentPool.js +161 -0
  279. package/containerservice/v20230602preview/getAgentPool.d.ts +243 -0
  280. package/containerservice/v20230602preview/getAgentPool.js +27 -0
  281. package/containerservice/v20230602preview/getMaintenanceConfiguration.d.ts +71 -0
  282. package/containerservice/v20230602preview/getMaintenanceConfiguration.js +27 -0
  283. package/containerservice/v20230602preview/getManagedCluster.d.ts +249 -0
  284. package/containerservice/v20230602preview/getManagedCluster.js +26 -0
  285. package/containerservice/v20230602preview/getManagedClusterSnapshot.d.ts +73 -0
  286. package/containerservice/v20230602preview/getManagedClusterSnapshot.js +26 -0
  287. package/containerservice/v20230602preview/getPrivateEndpointConnection.d.ts +67 -0
  288. package/containerservice/v20230602preview/getPrivateEndpointConnection.js +27 -0
  289. package/containerservice/v20230602preview/getSnapshot.d.ts +93 -0
  290. package/containerservice/v20230602preview/getSnapshot.js +26 -0
  291. package/containerservice/v20230602preview/getTrustedAccessRoleBinding.d.ts +71 -0
  292. package/containerservice/v20230602preview/getTrustedAccessRoleBinding.js +27 -0
  293. package/containerservice/v20230602preview/index.d.ts +52 -0
  294. package/containerservice/v20230602preview/index.js +92 -0
  295. package/containerservice/v20230602preview/listManagedClusterAdminCredentials.d.ts +47 -0
  296. package/containerservice/v20230602preview/listManagedClusterAdminCredentials.js +27 -0
  297. package/containerservice/v20230602preview/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
  298. package/containerservice/v20230602preview/listManagedClusterMonitoringUserCredentials.js +27 -0
  299. package/containerservice/v20230602preview/listManagedClusterUserCredentials.d.ts +55 -0
  300. package/containerservice/v20230602preview/listManagedClusterUserCredentials.js +28 -0
  301. package/containerservice/v20230602preview/maintenanceConfiguration.d.ts +83 -0
  302. package/containerservice/v20230602preview/maintenanceConfiguration.js +78 -0
  303. package/containerservice/v20230602preview/managedCluster.d.ts +424 -0
  304. package/containerservice/v20230602preview/managedCluster.js +164 -0
  305. package/containerservice/v20230602preview/managedClusterSnapshot.d.ts +96 -0
  306. package/containerservice/v20230602preview/managedClusterSnapshot.js +77 -0
  307. package/containerservice/v20230602preview/privateEndpointConnection.d.ts +75 -0
  308. package/containerservice/v20230602preview/privateEndpointConnection.js +78 -0
  309. package/containerservice/v20230602preview/snapshot.d.ts +116 -0
  310. package/containerservice/v20230602preview/snapshot.js +87 -0
  311. package/containerservice/v20230602preview/trustedAccessRoleBinding.d.ts +78 -0
  312. package/containerservice/v20230602preview/trustedAccessRoleBinding.js +83 -0
  313. package/databoxedge/arcAddon.js +2 -2
  314. package/databoxedge/bandwidthSchedule.js +2 -2
  315. package/databoxedge/cloudEdgeManagementRole.js +2 -2
  316. package/databoxedge/container.js +2 -2
  317. package/databoxedge/device.js +2 -2
  318. package/databoxedge/fileEventTrigger.js +2 -2
  319. package/databoxedge/index.d.ts +2 -1
  320. package/databoxedge/index.js +4 -2
  321. package/databoxedge/ioTAddon.js +2 -2
  322. package/databoxedge/ioTRole.js +2 -2
  323. package/databoxedge/kubernetesRole.js +2 -2
  324. package/databoxedge/mecrole.js +2 -2
  325. package/databoxedge/monitoringConfig.js +2 -2
  326. package/databoxedge/order.js +2 -2
  327. package/databoxedge/periodicTimerEventTrigger.js +2 -2
  328. package/databoxedge/share.js +2 -2
  329. package/databoxedge/storageAccount.js +2 -2
  330. package/databoxedge/storageAccountCredential.js +2 -2
  331. package/databoxedge/user.js +2 -2
  332. package/databoxedge/v20210201/device.js +2 -2
  333. package/databoxedge/v20210201preview/device.js +2 -2
  334. package/databoxedge/v20210201preview/user.js +2 -2
  335. package/databoxedge/v20220301/bandwidthSchedule.js +2 -2
  336. package/databoxedge/v20220301/container.js +2 -2
  337. package/databoxedge/v20220301/device.js +2 -2
  338. package/databoxedge/v20220301/ioTAddon.js +2 -2
  339. package/databoxedge/v20220301/monitoringConfig.js +2 -2
  340. package/databoxedge/v20220301/order.js +2 -2
  341. package/databoxedge/v20220301/share.js +2 -2
  342. package/databoxedge/v20220301/storageAccount.js +2 -2
  343. package/databoxedge/v20220301/storageAccountCredential.js +2 -2
  344. package/databoxedge/v20220301/user.js +2 -2
  345. package/databoxedge/v20220401preview/device.js +2 -2
  346. package/databoxedge/v20220401preview/order.js +2 -2
  347. package/databoxedge/v20230101preview/arcAddon.js +2 -2
  348. package/databoxedge/v20230101preview/bandwidthSchedule.js +2 -2
  349. package/databoxedge/v20230101preview/cloudEdgeManagementRole.js +2 -2
  350. package/databoxedge/v20230101preview/container.js +2 -2
  351. package/databoxedge/v20230101preview/device.js +2 -2
  352. package/databoxedge/v20230101preview/fileEventTrigger.js +2 -2
  353. package/databoxedge/v20230101preview/ioTRole.js +2 -2
  354. package/databoxedge/v20230101preview/kubernetesRole.js +2 -2
  355. package/databoxedge/v20230101preview/mecrole.js +2 -2
  356. package/databoxedge/v20230101preview/monitoringConfig.js +2 -2
  357. package/databoxedge/v20230101preview/order.js +2 -2
  358. package/databoxedge/v20230101preview/periodicTimerEventTrigger.js +2 -2
  359. package/databoxedge/v20230101preview/share.js +2 -2
  360. package/databoxedge/v20230101preview/storageAccount.js +2 -2
  361. package/databoxedge/v20230101preview/storageAccountCredential.js +2 -2
  362. package/databoxedge/v20230101preview/user.js +2 -2
  363. package/databoxedge/v20230701/arcAddon.d.ts +116 -0
  364. package/databoxedge/v20230701/arcAddon.js +104 -0
  365. package/databoxedge/v20230701/bandwidthSchedule.d.ts +91 -0
  366. package/databoxedge/v20230701/bandwidthSchedule.js +90 -0
  367. package/databoxedge/v20230701/cloudEdgeManagementRole.d.ts +87 -0
  368. package/databoxedge/v20230701/cloudEdgeManagementRole.js +86 -0
  369. package/databoxedge/v20230701/container.d.ts +83 -0
  370. package/databoxedge/v20230701/container.js +86 -0
  371. package/databoxedge/v20230701/device.d.ts +175 -0
  372. package/databoxedge/v20230701/device.js +115 -0
  373. package/databoxedge/v20230701/fileEventTrigger.d.ts +93 -0
  374. package/databoxedge/v20230701/fileEventTrigger.js +87 -0
  375. package/databoxedge/v20230701/getArcAddon.d.ts +104 -0
  376. package/databoxedge/v20230701/getArcAddon.js +28 -0
  377. package/databoxedge/v20230701/getBandwidthSchedule.d.ts +75 -0
  378. package/databoxedge/v20230701/getBandwidthSchedule.js +27 -0
  379. package/databoxedge/v20230701/getCloudEdgeManagementRole.d.ts +78 -0
  380. package/databoxedge/v20230701/getCloudEdgeManagementRole.js +27 -0
  381. package/databoxedge/v20230701/getContainer.d.ts +83 -0
  382. package/databoxedge/v20230701/getContainer.js +28 -0
  383. package/databoxedge/v20230701/getDevice.d.ts +149 -0
  384. package/databoxedge/v20230701/getDevice.js +26 -0
  385. package/databoxedge/v20230701/getDeviceExtendedInformation.d.ts +113 -0
  386. package/databoxedge/v20230701/getDeviceExtendedInformation.js +26 -0
  387. package/databoxedge/v20230701/getFileEventTrigger.d.ts +76 -0
  388. package/databoxedge/v20230701/getFileEventTrigger.js +27 -0
  389. package/databoxedge/v20230701/getIoTAddon.d.ts +96 -0
  390. package/databoxedge/v20230701/getIoTAddon.js +28 -0
  391. package/databoxedge/v20230701/getIoTRole.d.ts +96 -0
  392. package/databoxedge/v20230701/getIoTRole.js +27 -0
  393. package/databoxedge/v20230701/getKubernetesRole.d.ts +95 -0
  394. package/databoxedge/v20230701/getKubernetesRole.js +27 -0
  395. package/databoxedge/v20230701/getMECRole.d.ts +80 -0
  396. package/databoxedge/v20230701/getMECRole.js +27 -0
  397. package/databoxedge/v20230701/getMonitoringConfig.d.ts +63 -0
  398. package/databoxedge/v20230701/getMonitoringConfig.js +27 -0
  399. package/databoxedge/v20230701/getOrder.d.ts +91 -0
  400. package/databoxedge/v20230701/getOrder.js +26 -0
  401. package/databoxedge/v20230701/getPeriodicTimerEventTrigger.d.ts +76 -0
  402. package/databoxedge/v20230701/getPeriodicTimerEventTrigger.js +27 -0
  403. package/databoxedge/v20230701/getShare.d.ts +99 -0
  404. package/databoxedge/v20230701/getShare.js +27 -0
  405. package/databoxedge/v20230701/getStorageAccount.d.ts +83 -0
  406. package/databoxedge/v20230701/getStorageAccount.js +27 -0
  407. package/databoxedge/v20230701/getStorageAccountCredential.d.ts +91 -0
  408. package/databoxedge/v20230701/getStorageAccountCredential.js +27 -0
  409. package/databoxedge/v20230701/getUser.d.ts +71 -0
  410. package/databoxedge/v20230701/getUser.js +27 -0
  411. package/databoxedge/v20230701/index.d.ts +109 -0
  412. package/databoxedge/v20230701/index.js +160 -0
  413. package/databoxedge/v20230701/ioTAddon.d.ts +105 -0
  414. package/databoxedge/v20230701/ioTAddon.js +98 -0
  415. package/databoxedge/v20230701/ioTRole.d.ts +130 -0
  416. package/databoxedge/v20230701/ioTRole.js +103 -0
  417. package/databoxedge/v20230701/kubernetesRole.d.ts +117 -0
  418. package/databoxedge/v20230701/kubernetesRole.js +106 -0
  419. package/databoxedge/v20230701/listOrderDCAccessCode.d.ts +38 -0
  420. package/databoxedge/v20230701/listOrderDCAccessCode.js +26 -0
  421. package/databoxedge/v20230701/mecrole.d.ts +102 -0
  422. package/databoxedge/v20230701/mecrole.js +86 -0
  423. package/databoxedge/v20230701/monitoringConfig.d.ts +67 -0
  424. package/databoxedge/v20230701/monitoringConfig.js +79 -0
  425. package/databoxedge/v20230701/order.d.ts +108 -0
  426. package/databoxedge/v20230701/order.js +93 -0
  427. package/databoxedge/v20230701/periodicTimerEventTrigger.d.ts +93 -0
  428. package/databoxedge/v20230701/periodicTimerEventTrigger.js +87 -0
  429. package/databoxedge/v20230701/share.d.ts +136 -0
  430. package/databoxedge/v20230701/share.js +99 -0
  431. package/databoxedge/v20230701/storageAccount.d.ts +99 -0
  432. package/databoxedge/v20230701/storageAccount.js +86 -0
  433. package/databoxedge/v20230701/storageAccountCredential.d.ts +124 -0
  434. package/databoxedge/v20230701/storageAccountCredential.js +95 -0
  435. package/databoxedge/v20230701/user.d.ts +80 -0
  436. package/databoxedge/v20230701/user.js +79 -0
  437. package/documentdb/databaseAccount.d.ts +2 -2
  438. package/documentdb/getDatabaseAccount.d.ts +1 -1
  439. package/documentdb/v20230415/databaseAccount.d.ts +2 -2
  440. package/documentdb/v20230415/getDatabaseAccount.d.ts +1 -1
  441. package/elastic/getBillingInfo.d.ts +45 -0
  442. package/elastic/getBillingInfo.js +28 -0
  443. package/elastic/index.d.ts +8 -1
  444. package/elastic/index.js +10 -2
  445. package/elastic/listConnectedPartnerResource.d.ts +45 -0
  446. package/elastic/listConnectedPartnerResource.js +28 -0
  447. package/elastic/monitor.js +2 -2
  448. package/elastic/tagRule.js +2 -2
  449. package/elastic/v20230601/monitor.js +2 -2
  450. package/elastic/v20230601/tagRule.js +2 -2
  451. package/elastic/v20230615preview/monitor.js +2 -2
  452. package/elastic/v20230615preview/tagRule.js +2 -2
  453. package/elastic/v20230701preview/getBillingInfo.d.ts +43 -0
  454. package/elastic/v20230701preview/getBillingInfo.js +26 -0
  455. package/elastic/v20230701preview/getMonitor.d.ts +73 -0
  456. package/elastic/v20230701preview/getMonitor.js +26 -0
  457. package/elastic/v20230701preview/getOrganizationApiKey.d.ts +28 -0
  458. package/elastic/v20230701preview/getOrganizationApiKey.js +26 -0
  459. package/elastic/v20230701preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +17 -0
  460. package/elastic/v20230701preview/getOrganizationElasticToAzureSubscriptionMapping.js +17 -0
  461. package/elastic/v20230701preview/getTagRule.d.ts +63 -0
  462. package/elastic/v20230701preview/getTagRule.js +27 -0
  463. package/elastic/v20230701preview/index.d.ts +42 -0
  464. package/elastic/v20230701preview/index.js +77 -0
  465. package/elastic/v20230701preview/listAllTrafficFilter.d.ts +39 -0
  466. package/elastic/v20230701preview/listAllTrafficFilter.js +26 -0
  467. package/elastic/v20230701preview/listConnectedPartnerResource.d.ts +43 -0
  468. package/elastic/v20230701preview/listConnectedPartnerResource.js +26 -0
  469. package/elastic/v20230701preview/listDeploymentInfo.d.ts +59 -0
  470. package/elastic/v20230701preview/listDeploymentInfo.js +26 -0
  471. package/elastic/v20230701preview/listMonitoredResource.d.ts +43 -0
  472. package/elastic/v20230701preview/listMonitoredResource.js +26 -0
  473. package/elastic/v20230701preview/listUpgradableVersionDetails.d.ts +42 -0
  474. package/elastic/v20230701preview/listUpgradableVersionDetails.js +26 -0
  475. package/elastic/v20230701preview/listVMHost.d.ts +43 -0
  476. package/elastic/v20230701preview/listVMHost.js +26 -0
  477. package/elastic/v20230701preview/listlistAssociatedTrafficFilter.d.ts +39 -0
  478. package/elastic/v20230701preview/listlistAssociatedTrafficFilter.js +26 -0
  479. package/elastic/v20230701preview/monitor.d.ts +99 -0
  480. package/elastic/v20230701preview/monitor.js +77 -0
  481. package/elastic/v20230701preview/tagRule.d.ts +67 -0
  482. package/elastic/v20230701preview/tagRule.js +73 -0
  483. package/labservices/index.d.ts +2 -1
  484. package/labservices/index.js +4 -2
  485. package/labservices/lab.js +2 -2
  486. package/labservices/labPlan.js +2 -2
  487. package/labservices/schedule.js +2 -2
  488. package/labservices/user.js +2 -2
  489. package/labservices/v20220801/lab.js +2 -2
  490. package/labservices/v20220801/labPlan.js +2 -2
  491. package/labservices/v20220801/schedule.js +2 -2
  492. package/labservices/v20220801/user.js +2 -2
  493. package/labservices/v20230607/getLab.d.ts +109 -0
  494. package/labservices/v20230607/getLab.js +26 -0
  495. package/labservices/v20230607/getLabPlan.d.ts +101 -0
  496. package/labservices/v20230607/getLabPlan.js +26 -0
  497. package/labservices/v20230607/getSchedule.d.ts +87 -0
  498. package/labservices/v20230607/getSchedule.js +27 -0
  499. package/labservices/v20230607/getUser.d.ts +95 -0
  500. package/labservices/v20230607/getUser.js +27 -0
  501. package/labservices/v20230607/index.d.ts +25 -0
  502. package/labservices/v20230607/index.js +62 -0
  503. package/labservices/v20230607/lab.d.ts +159 -0
  504. package/labservices/v20230607/lab.js +108 -0
  505. package/labservices/v20230607/labPlan.d.ts +147 -0
  506. package/labservices/v20230607/labPlan.js +92 -0
  507. package/labservices/v20230607/schedule.d.ts +107 -0
  508. package/labservices/v20230607/schedule.js +91 -0
  509. package/labservices/v20230607/user.d.ts +102 -0
  510. package/labservices/v20230607/user.js +92 -0
  511. package/management/hierarchySetting.js +2 -2
  512. package/management/index.d.ts +2 -1
  513. package/management/index.js +4 -2
  514. package/management/managementGroup.js +2 -2
  515. package/management/managementGroupSubscription.js +2 -2
  516. package/management/v20210401/hierarchySetting.js +2 -2
  517. package/management/v20210401/managementGroup.js +2 -2
  518. package/management/v20210401/managementGroupSubscription.js +2 -2
  519. package/management/v20230401/getEntity.d.ts +107 -0
  520. package/management/v20230401/getEntity.js +33 -0
  521. package/management/v20230401/getHierarchySetting.d.ts +50 -0
  522. package/management/v20230401/getHierarchySetting.js +25 -0
  523. package/management/v20230401/getManagementGroup.d.ts +79 -0
  524. package/management/v20230401/getManagementGroup.js +28 -0
  525. package/management/v20230401/getManagementGroupSubscription.d.ts +63 -0
  526. package/management/v20230401/getManagementGroupSubscription.js +26 -0
  527. package/management/v20230401/hierarchySetting.d.ts +65 -0
  528. package/management/v20230401/hierarchySetting.js +70 -0
  529. package/management/v20230401/index.d.ts +21 -0
  530. package/management/v20230401/index.js +42 -0
  531. package/management/v20230401/managementGroup.d.ts +75 -0
  532. package/management/v20230401/managementGroup.js +69 -0
  533. package/management/v20230401/managementGroupSubscription.d.ts +66 -0
  534. package/management/v20230401/managementGroupSubscription.js +73 -0
  535. package/network/adminRule.js +2 -2
  536. package/network/adminRuleCollection.js +2 -2
  537. package/network/applicationGateway.js +2 -2
  538. package/network/applicationGatewayPrivateEndpointConnection.js +2 -2
  539. package/network/applicationSecurityGroup.js +2 -2
  540. package/network/azureFirewall.js +2 -2
  541. package/network/bastionHost.js +2 -2
  542. package/network/configurationPolicyGroup.js +2 -2
  543. package/network/connectionMonitor.js +2 -2
  544. package/network/connectivityConfiguration.js +2 -2
  545. package/network/customIPPrefix.js +2 -2
  546. package/network/ddosCustomPolicy.js +2 -2
  547. package/network/ddosProtectionPlan.js +2 -2
  548. package/network/defaultAdminRule.js +2 -2
  549. package/network/dscpConfiguration.js +2 -2
  550. package/network/expressRouteCircuit.js +2 -2
  551. package/network/expressRouteCircuitAuthorization.js +2 -2
  552. package/network/expressRouteCircuitConnection.js +2 -2
  553. package/network/expressRouteCircuitPeering.js +2 -2
  554. package/network/expressRouteConnection.js +2 -2
  555. package/network/expressRouteCrossConnectionPeering.js +2 -2
  556. package/network/expressRouteGateway.js +2 -2
  557. package/network/expressRoutePort.js +2 -2
  558. package/network/expressRoutePortAuthorization.js +2 -2
  559. package/network/firewallPolicy.js +2 -2
  560. package/network/firewallPolicyRuleCollectionGroup.js +2 -2
  561. package/network/flowLog.js +2 -2
  562. package/network/getNspAccessRule.d.ts +2 -2
  563. package/network/hubRouteTable.js +2 -2
  564. package/network/hubVirtualNetworkConnection.js +2 -2
  565. package/network/inboundNatRule.js +2 -2
  566. package/network/index.d.ts +2 -1
  567. package/network/index.js +4 -2
  568. package/network/interfaceEndpoint.js +2 -2
  569. package/network/ipAllocation.js +2 -2
  570. package/network/ipGroup.js +2 -2
  571. package/network/loadBalancer.js +2 -2
  572. package/network/loadBalancerBackendAddressPool.js +2 -2
  573. package/network/localNetworkGateway.js +2 -2
  574. package/network/managementGroupNetworkManagerConnection.js +2 -2
  575. package/network/natGateway.js +2 -2
  576. package/network/natRule.js +2 -2
  577. package/network/networkGroup.js +2 -2
  578. package/network/networkInterface.js +2 -2
  579. package/network/networkInterfaceTapConfiguration.js +2 -2
  580. package/network/networkManager.js +2 -2
  581. package/network/networkProfile.js +2 -2
  582. package/network/networkSecurityGroup.js +2 -2
  583. package/network/networkVirtualAppliance.js +2 -2
  584. package/network/networkVirtualApplianceConnection.js +2 -2
  585. package/network/networkWatcher.js +2 -2
  586. package/network/nspAccessRule.d.ts +2 -6
  587. package/network/nspAccessRule.js +2 -2
  588. package/network/p2sVpnGateway.js +2 -2
  589. package/network/packetCapture.js +2 -2
  590. package/network/privateDnsZoneGroup.js +2 -2
  591. package/network/privateEndpoint.js +2 -2
  592. package/network/privateLinkService.js +2 -2
  593. package/network/privateLinkServicePrivateEndpointConnection.js +2 -2
  594. package/network/publicIPAddress.js +2 -2
  595. package/network/publicIPPrefix.js +2 -2
  596. package/network/route.js +2 -2
  597. package/network/routeFilter.js +2 -2
  598. package/network/routeFilterRule.js +2 -2
  599. package/network/routeMap.js +2 -2
  600. package/network/routeTable.js +2 -2
  601. package/network/routingIntent.js +2 -2
  602. package/network/scopeConnection.js +2 -2
  603. package/network/securityAdminConfiguration.js +2 -2
  604. package/network/securityPartnerProvider.js +2 -2
  605. package/network/securityRule.js +2 -2
  606. package/network/serviceEndpointPolicy.js +2 -2
  607. package/network/serviceEndpointPolicyDefinition.js +2 -2
  608. package/network/staticMember.js +2 -2
  609. package/network/subnet.js +2 -2
  610. package/network/subscriptionNetworkManagerConnection.js +2 -2
  611. package/network/v20180601/loadBalancer.js +2 -2
  612. package/network/v20180701/networkInterface.js +2 -2
  613. package/network/v20180701/serviceEndpointPolicy.js +2 -2
  614. package/network/v20180701/serviceEndpointPolicyDefinition.js +2 -2
  615. package/network/v20180701/virtualHub.js +2 -2
  616. package/network/v20180701/virtualWAN.js +2 -2
  617. package/network/v20180701/vpnConnection.js +2 -2
  618. package/network/v20180701/vpnGateway.js +2 -2
  619. package/network/v20180701/vpnSite.js +2 -2
  620. package/network/v20181201/expressRouteCircuit.js +2 -2
  621. package/network/v20190201/expressRouteCircuitPeering.js +2 -2
  622. package/network/v20190201/interfaceEndpoint.js +2 -2
  623. package/network/v20190201/networkInterface.js +2 -2
  624. package/network/v20190201/subnet.js +2 -2
  625. package/network/v20190601/applicationGateway.js +2 -2
  626. package/network/v20190601/expressRouteCircuit.js +2 -2
  627. package/network/v20190601/expressRouteCircuitAuthorization.js +2 -2
  628. package/network/v20190601/expressRouteCircuitPeering.js +2 -2
  629. package/network/v20190601/inboundNatRule.js +2 -2
  630. package/network/v20190601/loadBalancer.js +2 -2
  631. package/network/v20190601/natGateway.js +2 -2
  632. package/network/v20190601/networkInterface.js +2 -2
  633. package/network/v20190601/networkSecurityGroup.js +2 -2
  634. package/network/v20190601/publicIPAddress.js +2 -2
  635. package/network/v20190601/publicIPPrefix.js +2 -2
  636. package/network/v20190601/route.js +2 -2
  637. package/network/v20190601/routeTable.js +2 -2
  638. package/network/v20190601/securityRule.js +2 -2
  639. package/network/v20190601/subnet.js +2 -2
  640. package/network/v20190601/virtualNetwork.js +2 -2
  641. package/network/v20190601/virtualNetworkPeering.js +2 -2
  642. package/network/v20190701/p2sVpnGateway.js +2 -2
  643. package/network/v20190701/virtualWan.js +2 -2
  644. package/network/v20190701/webApplicationFirewallPolicy.js +2 -2
  645. package/network/v20190801/applicationGateway.js +2 -2
  646. package/network/v20190801/expressRouteCircuitPeering.js +2 -2
  647. package/network/v20190801/expressRouteCrossConnectionPeering.js +2 -2
  648. package/network/v20190801/expressRoutePort.js +2 -2
  649. package/network/v20190801/loadBalancer.js +2 -2
  650. package/network/v20190801/localNetworkGateway.js +2 -2
  651. package/network/v20190801/natGateway.js +2 -2
  652. package/network/v20190801/networkInterface.js +2 -2
  653. package/network/v20190801/networkProfile.js +2 -2
  654. package/network/v20190801/networkSecurityGroup.js +2 -2
  655. package/network/v20190801/privateLinkService.js +2 -2
  656. package/network/v20190801/publicIPAddress.js +2 -2
  657. package/network/v20190801/publicIPPrefix.js +2 -2
  658. package/network/v20190801/routeFilter.js +2 -2
  659. package/network/v20190801/subnet.js +2 -2
  660. package/network/v20190801/virtualNetwork.js +2 -2
  661. package/network/v20190801/virtualNetworkGateway.js +2 -2
  662. package/network/v20190801/virtualNetworkGatewayConnection.js +2 -2
  663. package/network/v20190901/connectionMonitor.js +2 -2
  664. package/network/v20200401/azureFirewall.js +2 -2
  665. package/network/v20200401/firewallPolicy.js +2 -2
  666. package/network/v20200401/networkVirtualAppliance.js +2 -2
  667. package/network/v20200401/virtualHub.js +2 -2
  668. package/network/v20200601/packetCapture.js +2 -2
  669. package/network/v20200601/subnet.js +2 -2
  670. package/network/v20200601/virtualHub.js +2 -2
  671. package/network/v20210201/privateDnsZoneGroup.js +2 -2
  672. package/network/v20210201/privateEndpoint.js +2 -2
  673. package/network/v20210201/privateLinkService.js +2 -2
  674. package/network/v20210201preview/adminRule.js +2 -2
  675. package/network/v20210201preview/adminRuleCollection.js +2 -2
  676. package/network/v20210201preview/connectivityConfiguration.js +2 -2
  677. package/network/v20210201preview/getNspAccessRule.d.ts +2 -2
  678. package/network/v20210201preview/networkGroup.js +2 -2
  679. package/network/v20210201preview/networkManager.js +2 -2
  680. package/network/v20210201preview/nspAccessRule.d.ts +2 -6
  681. package/network/v20210201preview/nspAccessRule.js +2 -2
  682. package/network/v20210301/customIPPrefix.js +2 -2
  683. package/network/v20210301/expressRouteGateway.js +2 -2
  684. package/network/v20210501preview/adminRule.js +2 -2
  685. package/network/v20210501preview/adminRuleCollection.js +2 -2
  686. package/network/v20210501preview/connectivityConfiguration.js +2 -2
  687. package/network/v20210501preview/defaultAdminRule.js +2 -2
  688. package/network/v20210501preview/networkGroup.js +2 -2
  689. package/network/v20210501preview/networkManager.js +2 -2
  690. package/network/v20210501preview/securityAdminConfiguration.js +2 -2
  691. package/network/v20210801/firewallPolicy.js +2 -2
  692. package/network/v20220101/ddosCustomPolicy.js +2 -2
  693. package/network/v20220401preview/networkGroup.js +2 -2
  694. package/network/v20220501/ddosProtectionPlan.js +2 -2
  695. package/network/v20220501/networkWatcher.js +2 -2
  696. package/network/v20220701/securityRule.js +2 -2
  697. package/network/v20220701/subnet.js +2 -2
  698. package/network/v20230201/adminRule.js +2 -2
  699. package/network/v20230201/adminRuleCollection.js +2 -2
  700. package/network/v20230201/applicationGateway.js +2 -2
  701. package/network/v20230201/applicationGatewayPrivateEndpointConnection.js +2 -2
  702. package/network/v20230201/applicationSecurityGroup.js +2 -2
  703. package/network/v20230201/azureFirewall.js +2 -2
  704. package/network/v20230201/bastionHost.js +2 -2
  705. package/network/v20230201/configurationPolicyGroup.js +2 -2
  706. package/network/v20230201/connectionMonitor.js +2 -2
  707. package/network/v20230201/connectivityConfiguration.js +2 -2
  708. package/network/v20230201/customIPPrefix.js +2 -2
  709. package/network/v20230201/ddosCustomPolicy.js +2 -2
  710. package/network/v20230201/ddosProtectionPlan.js +2 -2
  711. package/network/v20230201/defaultAdminRule.js +2 -2
  712. package/network/v20230201/dscpConfiguration.js +2 -2
  713. package/network/v20230201/expressRouteCircuit.js +2 -2
  714. package/network/v20230201/expressRouteCircuitAuthorization.js +2 -2
  715. package/network/v20230201/expressRouteCircuitConnection.js +2 -2
  716. package/network/v20230201/expressRouteCircuitPeering.js +2 -2
  717. package/network/v20230201/expressRouteConnection.js +2 -2
  718. package/network/v20230201/expressRouteCrossConnectionPeering.js +2 -2
  719. package/network/v20230201/expressRouteGateway.js +2 -2
  720. package/network/v20230201/expressRoutePort.js +2 -2
  721. package/network/v20230201/expressRoutePortAuthorization.js +2 -2
  722. package/network/v20230201/firewallPolicy.js +2 -2
  723. package/network/v20230201/firewallPolicyRuleCollectionGroup.js +2 -2
  724. package/network/v20230201/flowLog.js +2 -2
  725. package/network/v20230201/hubRouteTable.js +2 -2
  726. package/network/v20230201/hubVirtualNetworkConnection.js +2 -2
  727. package/network/v20230201/inboundNatRule.js +2 -2
  728. package/network/v20230201/ipAllocation.js +2 -2
  729. package/network/v20230201/ipGroup.js +2 -2
  730. package/network/v20230201/loadBalancer.js +2 -2
  731. package/network/v20230201/loadBalancerBackendAddressPool.js +2 -2
  732. package/network/v20230201/localNetworkGateway.js +2 -2
  733. package/network/v20230201/managementGroupNetworkManagerConnection.js +2 -2
  734. package/network/v20230201/natGateway.js +2 -2
  735. package/network/v20230201/natRule.js +2 -2
  736. package/network/v20230201/networkGroup.js +2 -2
  737. package/network/v20230201/networkInterface.js +2 -2
  738. package/network/v20230201/networkInterfaceTapConfiguration.js +2 -2
  739. package/network/v20230201/networkManager.js +2 -2
  740. package/network/v20230201/networkProfile.js +2 -2
  741. package/network/v20230201/networkSecurityGroup.js +2 -2
  742. package/network/v20230201/networkVirtualAppliance.js +2 -2
  743. package/network/v20230201/networkVirtualApplianceConnection.js +2 -2
  744. package/network/v20230201/networkWatcher.js +2 -2
  745. package/network/v20230201/p2sVpnGateway.js +2 -2
  746. package/network/v20230201/packetCapture.js +2 -2
  747. package/network/v20230201/privateDnsZoneGroup.js +2 -2
  748. package/network/v20230201/privateEndpoint.js +2 -2
  749. package/network/v20230201/privateLinkService.js +2 -2
  750. package/network/v20230201/privateLinkServicePrivateEndpointConnection.js +2 -2
  751. package/network/v20230201/publicIPAddress.js +2 -2
  752. package/network/v20230201/publicIPPrefix.js +2 -2
  753. package/network/v20230201/route.js +2 -2
  754. package/network/v20230201/routeFilter.js +2 -2
  755. package/network/v20230201/routeFilterRule.js +2 -2
  756. package/network/v20230201/routeMap.js +2 -2
  757. package/network/v20230201/routeTable.js +2 -2
  758. package/network/v20230201/routingIntent.js +2 -2
  759. package/network/v20230201/scopeConnection.js +2 -2
  760. package/network/v20230201/securityAdminConfiguration.js +2 -2
  761. package/network/v20230201/securityPartnerProvider.js +2 -2
  762. package/network/v20230201/securityRule.js +2 -2
  763. package/network/v20230201/serviceEndpointPolicy.js +2 -2
  764. package/network/v20230201/serviceEndpointPolicyDefinition.js +2 -2
  765. package/network/v20230201/staticMember.js +2 -2
  766. package/network/v20230201/subnet.js +2 -2
  767. package/network/v20230201/subscriptionNetworkManagerConnection.js +2 -2
  768. package/network/v20230201/virtualApplianceSite.js +2 -2
  769. package/network/v20230201/virtualHub.js +2 -2
  770. package/network/v20230201/virtualHubBgpConnection.js +2 -2
  771. package/network/v20230201/virtualHubIpConfiguration.js +2 -2
  772. package/network/v20230201/virtualHubRouteTableV2.js +2 -2
  773. package/network/v20230201/virtualNetwork.js +2 -2
  774. package/network/v20230201/virtualNetworkGateway.js +2 -2
  775. package/network/v20230201/virtualNetworkGatewayConnection.js +2 -2
  776. package/network/v20230201/virtualNetworkGatewayNatRule.js +2 -2
  777. package/network/v20230201/virtualNetworkPeering.js +2 -2
  778. package/network/v20230201/virtualNetworkTap.js +2 -2
  779. package/network/v20230201/virtualRouter.js +2 -2
  780. package/network/v20230201/virtualRouterPeering.js +2 -2
  781. package/network/v20230201/virtualWan.js +2 -2
  782. package/network/v20230201/vpnConnection.js +2 -2
  783. package/network/v20230201/vpnGateway.js +2 -2
  784. package/network/v20230201/vpnServerConfiguration.js +2 -2
  785. package/network/v20230201/vpnSite.js +2 -2
  786. package/network/v20230201/webApplicationFirewallPolicy.js +2 -2
  787. package/network/v20230401/adminRule.d.ts +162 -0
  788. package/network/v20230401/adminRule.js +120 -0
  789. package/network/v20230401/adminRuleCollection.d.ts +91 -0
  790. package/network/v20230401/adminRuleCollection.js +88 -0
  791. package/network/v20230401/applicationGateway.d.ts +363 -0
  792. package/network/v20230401/applicationGateway.js +148 -0
  793. package/network/v20230401/applicationGatewayPrivateEndpointConnection.d.ts +87 -0
  794. package/network/v20230401/applicationGatewayPrivateEndpointConnection.js +80 -0
  795. package/network/v20230401/applicationSecurityGroup.d.ts +85 -0
  796. package/network/v20230401/applicationSecurityGroup.js +76 -0
  797. package/network/v20230401/azureFirewall.d.ts +188 -0
  798. package/network/v20230401/azureFirewall.js +100 -0
  799. package/network/v20230401/bastionHost.d.ts +163 -0
  800. package/network/v20230401/bastionHost.js +96 -0
  801. package/network/v20230401/configurationPolicyGroup.d.ts +99 -0
  802. package/network/v20230401/configurationPolicyGroup.js +82 -0
  803. package/network/v20230401/connectionMonitor.d.ts +171 -0
  804. package/network/v20230401/connectionMonitor.js +103 -0
  805. package/network/v20230401/connectivityConfiguration.d.ts +120 -0
  806. package/network/v20230401/connectivityConfiguration.js +95 -0
  807. package/network/v20230401/customIPPrefix.d.ts +196 -0
  808. package/network/v20230401/customIPPrefix.js +106 -0
  809. package/network/v20230401/ddosCustomPolicy.d.ts +85 -0
  810. package/network/v20230401/ddosCustomPolicy.js +76 -0
  811. package/network/v20230401/ddosProtectionPlan.d.ts +90 -0
  812. package/network/v20230401/ddosProtectionPlan.js +79 -0
  813. package/network/v20230401/defaultAdminRule.d.ts +132 -0
  814. package/network/v20230401/defaultAdminRule.js +110 -0
  815. package/network/v20230401/dscpConfiguration.d.ts +152 -0
  816. package/network/v20230401/dscpConfiguration.js +94 -0
  817. package/network/v20230401/expressRouteCircuit.d.ts +204 -0
  818. package/network/v20230401/expressRouteCircuit.js +106 -0
  819. package/network/v20230401/expressRouteCircuitAuthorization.d.ts +86 -0
  820. package/network/v20230401/expressRouteCircuitAuthorization.js +78 -0
  821. package/network/v20230401/expressRouteCircuitConnection.d.ts +119 -0
  822. package/network/v20230401/expressRouteCircuitConnection.js +90 -0
  823. package/network/v20230401/expressRouteCircuitPeering.d.ts +212 -0
  824. package/network/v20230401/expressRouteCircuitPeering.js +112 -0
  825. package/network/v20230401/expressRouteConnection.d.ts +119 -0
  826. package/network/v20230401/expressRouteConnection.js +90 -0
  827. package/network/v20230401/expressRouteCrossConnectionPeering.d.ts +164 -0
  828. package/network/v20230401/expressRouteCrossConnectionPeering.js +100 -0
  829. package/network/v20230401/expressRouteGateway.d.ts +115 -0
  830. package/network/v20230401/expressRouteGateway.js +85 -0
  831. package/network/v20230401/expressRoutePort.d.ts +156 -0
  832. package/network/v20230401/expressRoutePort.js +98 -0
  833. package/network/v20230401/expressRoutePortAuthorization.d.ts +81 -0
  834. package/network/v20230401/expressRoutePortAuthorization.js +80 -0
  835. package/network/v20230401/firewallPolicy.d.ts +192 -0
  836. package/network/v20230401/firewallPolicy.js +104 -0
  837. package/network/v20230401/firewallPolicyRuleCollectionGroup.d.ts +87 -0
  838. package/network/v20230401/firewallPolicyRuleCollectionGroup.js +78 -0
  839. package/network/v20230401/flowLog.d.ts +139 -0
  840. package/network/v20230401/flowLog.js +99 -0
  841. package/network/v20230401/getActiveSessions.d.ts +43 -0
  842. package/network/v20230401/getActiveSessions.js +26 -0
  843. package/network/v20230401/getAdminRule.d.ts +128 -0
  844. package/network/v20230401/getAdminRule.js +29 -0
  845. package/network/v20230401/getAdminRuleCollection.d.ts +87 -0
  846. package/network/v20230401/getAdminRuleCollection.js +28 -0
  847. package/network/v20230401/getApplicationGateway.d.ts +213 -0
  848. package/network/v20230401/getApplicationGateway.js +26 -0
  849. package/network/v20230401/getApplicationGatewayBackendHealthOnDemand.d.ts +117 -0
  850. package/network/v20230401/getApplicationGatewayBackendHealthOnDemand.js +35 -0
  851. package/network/v20230401/getApplicationGatewayPrivateEndpointConnection.d.ts +75 -0
  852. package/network/v20230401/getApplicationGatewayPrivateEndpointConnection.js +27 -0
  853. package/network/v20230401/getApplicationSecurityGroup.d.ts +68 -0
  854. package/network/v20230401/getApplicationSecurityGroup.js +26 -0
  855. package/network/v20230401/getAzureFirewall.d.ts +119 -0
  856. package/network/v20230401/getAzureFirewall.js +26 -0
  857. package/network/v20230401/getBastionHost.d.ts +105 -0
  858. package/network/v20230401/getBastionHost.js +26 -0
  859. package/network/v20230401/getBastionShareableLink.d.ts +52 -0
  860. package/network/v20230401/getBastionShareableLink.js +27 -0
  861. package/network/v20230401/getConfigurationPolicyGroup.d.ts +79 -0
  862. package/network/v20230401/getConfigurationPolicyGroup.js +27 -0
  863. package/network/v20230401/getConnectionMonitor.d.ts +121 -0
  864. package/network/v20230401/getConnectionMonitor.js +27 -0
  865. package/network/v20230401/getConnectivityConfiguration.d.ts +95 -0
  866. package/network/v20230401/getConnectivityConfiguration.js +27 -0
  867. package/network/v20230401/getCustomIPPrefix.d.ts +137 -0
  868. package/network/v20230401/getCustomIPPrefix.js +27 -0
  869. package/network/v20230401/getDdosCustomPolicy.d.ts +68 -0
  870. package/network/v20230401/getDdosCustomPolicy.js +26 -0
  871. package/network/v20230401/getDdosProtectionPlan.d.ts +77 -0
  872. package/network/v20230401/getDdosProtectionPlan.js +26 -0
  873. package/network/v20230401/getDefaultAdminRule.d.ts +132 -0
  874. package/network/v20230401/getDefaultAdminRule.js +29 -0
  875. package/network/v20230401/getDscpConfiguration.d.ts +105 -0
  876. package/network/v20230401/getDscpConfiguration.js +26 -0
  877. package/network/v20230401/getExpressRouteCircuit.d.ts +129 -0
  878. package/network/v20230401/getExpressRouteCircuit.js +26 -0
  879. package/network/v20230401/getExpressRouteCircuitAuthorization.d.ts +70 -0
  880. package/network/v20230401/getExpressRouteCircuitAuthorization.js +27 -0
  881. package/network/v20230401/getExpressRouteCircuitConnection.d.ts +95 -0
  882. package/network/v20230401/getExpressRouteCircuitConnection.js +28 -0
  883. package/network/v20230401/getExpressRouteCircuitPeering.d.ts +139 -0
  884. package/network/v20230401/getExpressRouteCircuitPeering.js +27 -0
  885. package/network/v20230401/getExpressRouteConnection.d.ts +83 -0
  886. package/network/v20230401/getExpressRouteConnection.js +27 -0
  887. package/network/v20230401/getExpressRouteCrossConnectionPeering.d.ts +115 -0
  888. package/network/v20230401/getExpressRouteCrossConnectionPeering.js +27 -0
  889. package/network/v20230401/getExpressRouteGateway.d.ts +81 -0
  890. package/network/v20230401/getExpressRouteGateway.js +26 -0
  891. package/network/v20230401/getExpressRoutePort.d.ts +113 -0
  892. package/network/v20230401/getExpressRoutePort.js +26 -0
  893. package/network/v20230401/getExpressRoutePortAuthorization.d.ts +74 -0
  894. package/network/v20230401/getExpressRoutePortAuthorization.js +27 -0
  895. package/network/v20230401/getFirewallPolicy.d.ts +133 -0
  896. package/network/v20230401/getFirewallPolicy.js +27 -0
  897. package/network/v20230401/getFirewallPolicyRuleCollectionGroup.d.ts +71 -0
  898. package/network/v20230401/getFirewallPolicyRuleCollectionGroup.js +27 -0
  899. package/network/v20230401/getFlowLog.d.ts +101 -0
  900. package/network/v20230401/getFlowLog.js +27 -0
  901. package/network/v20230401/getHubRouteTable.d.ts +79 -0
  902. package/network/v20230401/getHubRouteTable.js +27 -0
  903. package/network/v20230401/getHubVirtualNetworkConnection.d.ts +79 -0
  904. package/network/v20230401/getHubVirtualNetworkConnection.js +27 -0
  905. package/network/v20230401/getInboundNatRule.d.ts +115 -0
  906. package/network/v20230401/getInboundNatRule.js +28 -0
  907. package/network/v20230401/getIpAllocation.d.ts +99 -0
  908. package/network/v20230401/getIpAllocation.js +27 -0
  909. package/network/v20230401/getIpGroup.d.ts +85 -0
  910. package/network/v20230401/getIpGroup.js +27 -0
  911. package/network/v20230401/getLoadBalancer.d.ts +113 -0
  912. package/network/v20230401/getLoadBalancer.js +27 -0
  913. package/network/v20230401/getLoadBalancerBackendAddressPool.d.ts +107 -0
  914. package/network/v20230401/getLoadBalancerBackendAddressPool.js +27 -0
  915. package/network/v20230401/getLocalNetworkGateway.d.ts +85 -0
  916. package/network/v20230401/getLocalNetworkGateway.js +26 -0
  917. package/network/v20230401/getManagementGroupNetworkManagerConnection.d.ts +63 -0
  918. package/network/v20230401/getManagementGroupNetworkManagerConnection.js +26 -0
  919. package/network/v20230401/getNatGateway.d.ts +101 -0
  920. package/network/v20230401/getNatGateway.js +27 -0
  921. package/network/v20230401/getNatRule.d.ts +87 -0
  922. package/network/v20230401/getNatRule.js +27 -0
  923. package/network/v20230401/getNetworkGroup.d.ts +75 -0
  924. package/network/v20230401/getNetworkGroup.js +27 -0
  925. package/network/v20230401/getNetworkInterface.d.ts +161 -0
  926. package/network/v20230401/getNetworkInterface.js +27 -0
  927. package/network/v20230401/getNetworkInterfaceTapConfiguration.d.ts +67 -0
  928. package/network/v20230401/getNetworkInterfaceTapConfiguration.js +27 -0
  929. package/network/v20230401/getNetworkManager.d.ts +85 -0
  930. package/network/v20230401/getNetworkManager.js +26 -0
  931. package/network/v20230401/getNetworkProfile.d.ts +85 -0
  932. package/network/v20230401/getNetworkProfile.js +27 -0
  933. package/network/v20230401/getNetworkSecurityGroup.d.ts +101 -0
  934. package/network/v20230401/getNetworkSecurityGroup.js +27 -0
  935. package/network/v20230401/getNetworkVirtualAppliance.d.ts +141 -0
  936. package/network/v20230401/getNetworkVirtualAppliance.js +27 -0
  937. package/network/v20230401/getNetworkVirtualApplianceConnection.d.ts +75 -0
  938. package/network/v20230401/getNetworkVirtualApplianceConnection.js +27 -0
  939. package/network/v20230401/getNetworkWatcher.d.ts +64 -0
  940. package/network/v20230401/getNetworkWatcher.js +26 -0
  941. package/network/v20230401/getP2sVpnGateway.d.ts +93 -0
  942. package/network/v20230401/getP2sVpnGateway.js +26 -0
  943. package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealth.d.ts +93 -0
  944. package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealth.js +26 -0
  945. package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealthDetailed.d.ts +54 -0
  946. package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealthDetailed.js +28 -0
  947. package/network/v20230401/getPacketCapture.d.ts +91 -0
  948. package/network/v20230401/getPacketCapture.js +27 -0
  949. package/network/v20230401/getPrivateDnsZoneGroup.d.ts +63 -0
  950. package/network/v20230401/getPrivateDnsZoneGroup.js +27 -0
  951. package/network/v20230401/getPrivateEndpoint.d.ts +109 -0
  952. package/network/v20230401/getPrivateEndpoint.js +27 -0
  953. package/network/v20230401/getPrivateLinkService.d.ts +113 -0
  954. package/network/v20230401/getPrivateLinkService.js +27 -0
  955. package/network/v20230401/getPrivateLinkServicePrivateEndpointConnection.d.ts +87 -0
  956. package/network/v20230401/getPrivateLinkServicePrivateEndpointConnection.js +28 -0
  957. package/network/v20230401/getPublicIPAddress.d.ts +145 -0
  958. package/network/v20230401/getPublicIPAddress.js +27 -0
  959. package/network/v20230401/getPublicIPPrefix.d.ts +121 -0
  960. package/network/v20230401/getPublicIPPrefix.js +27 -0
  961. package/network/v20230401/getRoute.d.ts +78 -0
  962. package/network/v20230401/getRoute.js +27 -0
  963. package/network/v20230401/getRouteFilter.d.ts +85 -0
  964. package/network/v20230401/getRouteFilter.js +27 -0
  965. package/network/v20230401/getRouteFilterRule.d.ts +74 -0
  966. package/network/v20230401/getRouteFilterRule.js +27 -0
  967. package/network/v20230401/getRouteMap.d.ts +75 -0
  968. package/network/v20230401/getRouteMap.js +27 -0
  969. package/network/v20230401/getRouteTable.d.ts +89 -0
  970. package/network/v20230401/getRouteTable.js +27 -0
  971. package/network/v20230401/getRoutingIntent.d.ts +67 -0
  972. package/network/v20230401/getRoutingIntent.js +27 -0
  973. package/network/v20230401/getScopeConnection.d.ts +75 -0
  974. package/network/v20230401/getScopeConnection.js +27 -0
  975. package/network/v20230401/getSecurityAdminConfiguration.d.ts +79 -0
  976. package/network/v20230401/getSecurityAdminConfiguration.js +27 -0
  977. package/network/v20230401/getSecurityPartnerProvider.d.ts +77 -0
  978. package/network/v20230401/getSecurityPartnerProvider.js +26 -0
  979. package/network/v20230401/getSecurityRule.d.ts +123 -0
  980. package/network/v20230401/getSecurityRule.js +27 -0
  981. package/network/v20230401/getServiceEndpointPolicy.d.ts +97 -0
  982. package/network/v20230401/getServiceEndpointPolicy.js +27 -0
  983. package/network/v20230401/getServiceEndpointPolicyDefinition.d.ts +74 -0
  984. package/network/v20230401/getServiceEndpointPolicyDefinition.js +27 -0
  985. package/network/v20230401/getStaticMember.d.ts +83 -0
  986. package/network/v20230401/getStaticMember.js +28 -0
  987. package/network/v20230401/getSubnet.d.ts +143 -0
  988. package/network/v20230401/getSubnet.js +28 -0
  989. package/network/v20230401/getSubscriptionNetworkManagerConnection.d.ts +55 -0
  990. package/network/v20230401/getSubscriptionNetworkManagerConnection.js +25 -0
  991. package/network/v20230401/getVirtualApplianceSite.d.ts +71 -0
  992. package/network/v20230401/getVirtualApplianceSite.js +27 -0
  993. package/network/v20230401/getVirtualHub.d.ts +153 -0
  994. package/network/v20230401/getVirtualHub.js +26 -0
  995. package/network/v20230401/getVirtualHubBgpConnection.d.ts +79 -0
  996. package/network/v20230401/getVirtualHubBgpConnection.js +27 -0
  997. package/network/v20230401/getVirtualHubIpConfiguration.d.ts +79 -0
  998. package/network/v20230401/getVirtualHubIpConfiguration.js +27 -0
  999. package/network/v20230401/getVirtualHubRouteTableV2.d.ts +67 -0
  1000. package/network/v20230401/getVirtualHubRouteTableV2.js +27 -0
  1001. package/network/v20230401/getVirtualNetwork.d.ts +129 -0
  1002. package/network/v20230401/getVirtualNetwork.js +27 -0
  1003. package/network/v20230401/getVirtualNetworkGateway.d.ts +161 -0
  1004. package/network/v20230401/getVirtualNetworkGateway.js +26 -0
  1005. package/network/v20230401/getVirtualNetworkGatewayAdvertisedRoutes.d.ts +47 -0
  1006. package/network/v20230401/getVirtualNetworkGatewayAdvertisedRoutes.js +27 -0
  1007. package/network/v20230401/getVirtualNetworkGatewayBgpPeerStatus.d.ts +47 -0
  1008. package/network/v20230401/getVirtualNetworkGatewayBgpPeerStatus.js +27 -0
  1009. package/network/v20230401/getVirtualNetworkGatewayConnection.d.ts +169 -0
  1010. package/network/v20230401/getVirtualNetworkGatewayConnection.js +26 -0
  1011. package/network/v20230401/getVirtualNetworkGatewayLearnedRoutes.d.ts +39 -0
  1012. package/network/v20230401/getVirtualNetworkGatewayLearnedRoutes.js +26 -0
  1013. package/network/v20230401/getVirtualNetworkGatewayNatRule.d.ts +79 -0
  1014. package/network/v20230401/getVirtualNetworkGatewayNatRule.js +27 -0
  1015. package/network/v20230401/getVirtualNetworkGatewayVpnclientConnectionHealth.d.ts +39 -0
  1016. package/network/v20230401/getVirtualNetworkGatewayVpnclientConnectionHealth.js +26 -0
  1017. package/network/v20230401/getVirtualNetworkGatewayVpnclientIpsecParameters.d.ts +66 -0
  1018. package/network/v20230401/getVirtualNetworkGatewayVpnclientIpsecParameters.js +26 -0
  1019. package/network/v20230401/getVirtualNetworkPeering.d.ts +115 -0
  1020. package/network/v20230401/getVirtualNetworkPeering.js +27 -0
  1021. package/network/v20230401/getVirtualNetworkTap.d.ts +85 -0
  1022. package/network/v20230401/getVirtualNetworkTap.js +26 -0
  1023. package/network/v20230401/getVirtualRouter.d.ts +93 -0
  1024. package/network/v20230401/getVirtualRouter.js +27 -0
  1025. package/network/v20230401/getVirtualRouterPeering.d.ts +70 -0
  1026. package/network/v20230401/getVirtualRouterPeering.js +27 -0
  1027. package/network/v20230401/getVirtualWan.d.ts +89 -0
  1028. package/network/v20230401/getVirtualWan.js +26 -0
  1029. package/network/v20230401/getVpnConnection.d.ts +131 -0
  1030. package/network/v20230401/getVpnConnection.js +27 -0
  1031. package/network/v20230401/getVpnGateway.d.ts +97 -0
  1032. package/network/v20230401/getVpnGateway.js +26 -0
  1033. package/network/v20230401/getVpnServerConfiguration.d.ts +117 -0
  1034. package/network/v20230401/getVpnServerConfiguration.js +26 -0
  1035. package/network/v20230401/getVpnSite.d.ts +101 -0
  1036. package/network/v20230401/getVpnSite.js +26 -0
  1037. package/network/v20230401/getWebApplicationFirewallPolicy.d.ts +93 -0
  1038. package/network/v20230401/getWebApplicationFirewallPolicy.js +26 -0
  1039. package/network/v20230401/hubRouteTable.d.ts +95 -0
  1040. package/network/v20230401/hubRouteTable.js +82 -0
  1041. package/network/v20230401/hubVirtualNetworkConnection.d.ts +107 -0
  1042. package/network/v20230401/hubVirtualNetworkConnection.js +82 -0
  1043. package/network/v20230401/inboundNatRule.d.ts +156 -0
  1044. package/network/v20230401/inboundNatRule.js +96 -0
  1045. package/network/v20230401/index.d.ts +586 -0
  1046. package/network/v20230401/index.js +714 -0
  1047. package/network/v20230401/ipAllocation.d.ts +135 -0
  1048. package/network/v20230401/ipAllocation.js +87 -0
  1049. package/network/v20230401/ipGroup.d.ts +98 -0
  1050. package/network/v20230401/ipGroup.js +80 -0
  1051. package/network/v20230401/listActiveConnectivityConfigurations.d.ts +67 -0
  1052. package/network/v20230401/listActiveConnectivityConfigurations.js +29 -0
  1053. package/network/v20230401/listActiveSecurityAdminRules.d.ts +67 -0
  1054. package/network/v20230401/listActiveSecurityAdminRules.js +29 -0
  1055. package/network/v20230401/listFirewallPolicyIdpsSignature.d.ts +84 -0
  1056. package/network/v20230401/listFirewallPolicyIdpsSignature.js +31 -0
  1057. package/network/v20230401/listFirewallPolicyIdpsSignaturesFilterValue.d.ts +46 -0
  1058. package/network/v20230401/listFirewallPolicyIdpsSignaturesFilterValue.js +27 -0
  1059. package/network/v20230401/listNetworkManagerDeploymentStatus.d.ts +76 -0
  1060. package/network/v20230401/listNetworkManagerDeploymentStatus.js +30 -0
  1061. package/network/v20230401/listNetworkManagerEffectiveConnectivityConfigurations.d.ts +59 -0
  1062. package/network/v20230401/listNetworkManagerEffectiveConnectivityConfigurations.js +28 -0
  1063. package/network/v20230401/listNetworkManagerEffectiveSecurityAdminRules.d.ts +59 -0
  1064. package/network/v20230401/listNetworkManagerEffectiveSecurityAdminRules.js +28 -0
  1065. package/network/v20230401/loadBalancer.d.ts +159 -0
  1066. package/network/v20230401/loadBalancer.js +94 -0
  1067. package/network/v20230401/loadBalancerBackendAddressPool.d.ts +140 -0
  1068. package/network/v20230401/loadBalancerBackendAddressPool.js +96 -0
  1069. package/network/v20230401/localNetworkGateway.d.ts +119 -0
  1070. package/network/v20230401/localNetworkGateway.js +84 -0
  1071. package/network/v20230401/managementGroupNetworkManagerConnection.d.ts +74 -0
  1072. package/network/v20230401/managementGroupNetworkManagerConnection.js +73 -0
  1073. package/network/v20230401/natGateway.d.ts +131 -0
  1074. package/network/v20230401/natGateway.js +88 -0
  1075. package/network/v20230401/natRule.d.ts +116 -0
  1076. package/network/v20230401/natRule.js +86 -0
  1077. package/network/v20230401/networkGroup.d.ts +78 -0
  1078. package/network/v20230401/networkGroup.js +79 -0
  1079. package/network/v20230401/networkInterface.d.ts +224 -0
  1080. package/network/v20230401/networkInterface.js +118 -0
  1081. package/network/v20230401/networkInterfaceTapConfiguration.d.ts +79 -0
  1082. package/network/v20230401/networkInterfaceTapConfiguration.js +77 -0
  1083. package/network/v20230401/networkManager.d.ts +116 -0
  1084. package/network/v20230401/networkManager.js +90 -0
  1085. package/network/v20230401/networkProfile.d.ts +99 -0
  1086. package/network/v20230401/networkProfile.js +80 -0
  1087. package/network/v20230401/networkSecurityGroup.d.ts +119 -0
  1088. package/network/v20230401/networkSecurityGroup.js +88 -0
  1089. package/network/v20230401/networkVirtualAppliance.d.ts +191 -0
  1090. package/network/v20230401/networkVirtualAppliance.js +108 -0
  1091. package/network/v20230401/networkVirtualApplianceConnection.d.ts +103 -0
  1092. package/network/v20230401/networkVirtualApplianceConnection.js +80 -0
  1093. package/network/v20230401/networkWatcher.d.ts +81 -0
  1094. package/network/v20230401/networkWatcher.js +74 -0
  1095. package/network/v20230401/p2sVpnGateway.d.ts +135 -0
  1096. package/network/v20230401/p2sVpnGateway.js +88 -0
  1097. package/network/v20230401/packetCapture.d.ts +124 -0
  1098. package/network/v20230401/packetCapture.js +94 -0
  1099. package/network/v20230401/privateDnsZoneGroup.d.ts +75 -0
  1100. package/network/v20230401/privateDnsZoneGroup.js +74 -0
  1101. package/network/v20230401/privateEndpoint.d.ts +151 -0
  1102. package/network/v20230401/privateEndpoint.js +93 -0
  1103. package/network/v20230401/privateLinkService.d.ts +151 -0
  1104. package/network/v20230401/privateLinkService.js +94 -0
  1105. package/network/v20230401/privateLinkServicePrivateEndpointConnection.d.ts +91 -0
  1106. package/network/v20230401/privateLinkServicePrivateEndpointConnection.js +82 -0
  1107. package/network/v20230401/publicIPAddress.d.ts +220 -0
  1108. package/network/v20230401/publicIPAddress.js +110 -0
  1109. package/network/v20230401/publicIPPrefix.d.ts +164 -0
  1110. package/network/v20230401/publicIPPrefix.js +98 -0
  1111. package/network/v20230401/route.d.ts +106 -0
  1112. package/network/v20230401/route.js +85 -0
  1113. package/network/v20230401/routeFilter.d.ts +99 -0
  1114. package/network/v20230401/routeFilter.js +80 -0
  1115. package/network/v20230401/routeFilterRule.d.ts +98 -0
  1116. package/network/v20230401/routeFilterRule.js +89 -0
  1117. package/network/v20230401/routeMap.d.ts +91 -0
  1118. package/network/v20230401/routeMap.js +80 -0
  1119. package/network/v20230401/routeTable.d.ts +107 -0
  1120. package/network/v20230401/routeTable.js +82 -0
  1121. package/network/v20230401/routingIntent.d.ts +79 -0
  1122. package/network/v20230401/routingIntent.js +76 -0
  1123. package/network/v20230401/scopeConnection.d.ts +86 -0
  1124. package/network/v20230401/scopeConnection.js +79 -0
  1125. package/network/v20230401/securityAdminConfiguration.d.ts +87 -0
  1126. package/network/v20230401/securityAdminConfiguration.js +81 -0
  1127. package/network/v20230401/securityPartnerProvider.d.ts +104 -0
  1128. package/network/v20230401/securityPartnerProvider.js +80 -0
  1129. package/network/v20230401/securityRule.d.ts +196 -0
  1130. package/network/v20230401/securityRule.js +116 -0
  1131. package/network/v20230401/serviceEndpointPolicy.d.ts +119 -0
  1132. package/network/v20230401/serviceEndpointPolicy.js +86 -0
  1133. package/network/v20230401/serviceEndpointPolicyDefinition.d.ts +97 -0
  1134. package/network/v20230401/serviceEndpointPolicyDefinition.js +80 -0
  1135. package/network/v20230401/staticMember.d.ts +82 -0
  1136. package/network/v20230401/staticMember.js +83 -0
  1137. package/network/v20230401/subnet.d.ts +196 -0
  1138. package/network/v20230401/subnet.js +111 -0
  1139. package/network/v20230401/subscriptionNetworkManagerConnection.d.ts +70 -0
  1140. package/network/v20230401/subscriptionNetworkManagerConnection.js +69 -0
  1141. package/network/v20230401/virtualApplianceSite.d.ts +87 -0
  1142. package/network/v20230401/virtualApplianceSite.js +78 -0
  1143. package/network/v20230401/virtualHub.d.ts +240 -0
  1144. package/network/v20230401/virtualHub.js +118 -0
  1145. package/network/v20230401/virtualHubBgpConnection.d.ts +99 -0
  1146. package/network/v20230401/virtualHubBgpConnection.js +82 -0
  1147. package/network/v20230401/virtualHubIpConfiguration.d.ts +104 -0
  1148. package/network/v20230401/virtualHubIpConfiguration.js +83 -0
  1149. package/network/v20230401/virtualHubRouteTableV2.d.ts +83 -0
  1150. package/network/v20230401/virtualHubRouteTableV2.js +76 -0
  1151. package/network/v20230401/virtualNetwork.d.ts +187 -0
  1152. package/network/v20230401/virtualNetwork.js +103 -0
  1153. package/network/v20230401/virtualNetworkGateway.d.ts +268 -0
  1154. package/network/v20230401/virtualNetworkGateway.js +122 -0
  1155. package/network/v20230401/virtualNetworkGatewayConnection.d.ts +272 -0
  1156. package/network/v20230401/virtualNetworkGatewayConnection.js +132 -0
  1157. package/network/v20230401/virtualNetworkGatewayNatRule.d.ts +108 -0
  1158. package/network/v20230401/virtualNetworkGatewayNatRule.js +82 -0
  1159. package/network/v20230401/virtualNetworkPeering.d.ts +176 -0
  1160. package/network/v20230401/virtualNetworkPeering.js +101 -0
  1161. package/network/v20230401/virtualNetworkTap.d.ts +115 -0
  1162. package/network/v20230401/virtualNetworkTap.js +85 -0
  1163. package/network/v20230401/virtualRouter.d.ts +119 -0
  1164. package/network/v20230401/virtualRouter.js +84 -0
  1165. package/network/v20230401/virtualRouterPeering.d.ts +85 -0
  1166. package/network/v20230401/virtualRouterPeering.js +78 -0
  1167. package/network/v20230401/virtualWan.d.ts +122 -0
  1168. package/network/v20230401/virtualWan.js +86 -0
  1169. package/network/v20230401/vpnConnection.d.ts +200 -0
  1170. package/network/v20230401/vpnConnection.js +108 -0
  1171. package/network/v20230401/vpnGateway.d.ts +143 -0
  1172. package/network/v20230401/vpnGateway.js +90 -0
  1173. package/network/v20230401/vpnServerConfiguration.d.ts +188 -0
  1174. package/network/v20230401/vpnServerConfiguration.js +100 -0
  1175. package/network/v20230401/vpnSite.d.ts +155 -0
  1176. package/network/v20230401/vpnSite.js +92 -0
  1177. package/network/v20230401/webApplicationFirewallPolicy.d.ts +123 -0
  1178. package/network/v20230401/webApplicationFirewallPolicy.js +92 -0
  1179. package/network/virtualApplianceSite.js +2 -2
  1180. package/network/virtualHub.js +2 -2
  1181. package/network/virtualHubBgpConnection.js +2 -2
  1182. package/network/virtualHubIpConfiguration.js +2 -2
  1183. package/network/virtualHubRouteTableV2.js +2 -2
  1184. package/network/virtualNetwork.js +2 -2
  1185. package/network/virtualNetworkGateway.js +2 -2
  1186. package/network/virtualNetworkGatewayConnection.js +2 -2
  1187. package/network/virtualNetworkGatewayNatRule.js +2 -2
  1188. package/network/virtualNetworkPeering.js +2 -2
  1189. package/network/virtualNetworkTap.js +2 -2
  1190. package/network/virtualRouter.js +2 -2
  1191. package/network/virtualRouterPeering.js +2 -2
  1192. package/network/virtualWan.js +2 -2
  1193. package/network/vpnConnection.js +2 -2
  1194. package/network/vpnGateway.js +2 -2
  1195. package/network/vpnServerConfiguration.js +2 -2
  1196. package/network/vpnSite.js +2 -2
  1197. package/network/webApplicationFirewallPolicy.js +2 -2
  1198. package/networkcloud/agentPool.js +2 -2
  1199. package/networkcloud/bareMetalMachine.js +2 -2
  1200. package/networkcloud/bareMetalMachineKeySet.js +2 -2
  1201. package/networkcloud/bmcKeySet.js +2 -2
  1202. package/networkcloud/cloudServicesNetwork.js +2 -2
  1203. package/networkcloud/cluster.js +2 -2
  1204. package/networkcloud/clusterManager.js +2 -2
  1205. package/networkcloud/console.js +2 -2
  1206. package/networkcloud/index.d.ts +2 -1
  1207. package/networkcloud/index.js +4 -2
  1208. package/networkcloud/kubernetesCluster.js +2 -2
  1209. package/networkcloud/l2network.js +2 -2
  1210. package/networkcloud/l3network.js +2 -2
  1211. package/networkcloud/metricsConfiguration.js +2 -2
  1212. package/networkcloud/rack.js +2 -2
  1213. package/networkcloud/storageAppliance.js +2 -2
  1214. package/networkcloud/trunkedNetwork.js +2 -2
  1215. package/networkcloud/v20221212preview/cluster.js +2 -2
  1216. package/networkcloud/v20230501preview/agentPool.js +2 -2
  1217. package/networkcloud/v20230501preview/bareMetalMachine.js +2 -2
  1218. package/networkcloud/v20230501preview/bareMetalMachineKeySet.js +2 -2
  1219. package/networkcloud/v20230501preview/bmcKeySet.js +2 -2
  1220. package/networkcloud/v20230501preview/cloudServicesNetwork.js +2 -2
  1221. package/networkcloud/v20230501preview/cluster.js +2 -2
  1222. package/networkcloud/v20230501preview/clusterManager.js +2 -2
  1223. package/networkcloud/v20230501preview/console.js +2 -2
  1224. package/networkcloud/v20230501preview/kubernetesCluster.js +2 -2
  1225. package/networkcloud/v20230501preview/l2network.js +2 -2
  1226. package/networkcloud/v20230501preview/l3network.js +2 -2
  1227. package/networkcloud/v20230501preview/metricsConfiguration.js +2 -2
  1228. package/networkcloud/v20230501preview/rack.js +2 -2
  1229. package/networkcloud/v20230501preview/storageAppliance.js +2 -2
  1230. package/networkcloud/v20230501preview/trunkedNetwork.js +2 -2
  1231. package/networkcloud/v20230501preview/virtualMachine.js +2 -2
  1232. package/networkcloud/v20230501preview/volume.js +2 -2
  1233. package/networkcloud/v20230701/agentPool.d.ts +181 -0
  1234. package/networkcloud/v20230701/agentPool.js +112 -0
  1235. package/networkcloud/v20230701/bareMetalMachine.d.ts +232 -0
  1236. package/networkcloud/v20230701/bareMetalMachine.js +159 -0
  1237. package/networkcloud/v20230701/bareMetalMachineKeySet.d.ts +153 -0
  1238. package/networkcloud/v20230701/bareMetalMachineKeySet.js +114 -0
  1239. package/networkcloud/v20230701/bmcKeySet.d.ts +137 -0
  1240. package/networkcloud/v20230701/bmcKeySet.js +107 -0
  1241. package/networkcloud/v20230701/cloudServicesNetwork.d.ts +139 -0
  1242. package/networkcloud/v20230701/cloudServicesNetwork.js +102 -0
  1243. package/networkcloud/v20230701/cluster.d.ts +215 -0
  1244. package/networkcloud/v20230701/cluster.js +131 -0
  1245. package/networkcloud/v20230701/clusterManager.d.ts +132 -0
  1246. package/networkcloud/v20230701/clusterManager.js +91 -0
  1247. package/networkcloud/v20230701/console.d.ts +129 -0
  1248. package/networkcloud/v20230701/console.js +99 -0
  1249. package/networkcloud/v20230701/getAgentPool.d.ts +126 -0
  1250. package/networkcloud/v20230701/getAgentPool.js +27 -0
  1251. package/networkcloud/v20230701/getBareMetalMachine.d.ts +174 -0
  1252. package/networkcloud/v20230701/getBareMetalMachine.js +26 -0
  1253. package/networkcloud/v20230701/getBareMetalMachineKeySet.d.ts +114 -0
  1254. package/networkcloud/v20230701/getBareMetalMachineKeySet.js +27 -0
  1255. package/networkcloud/v20230701/getBmcKeySet.d.ts +106 -0
  1256. package/networkcloud/v20230701/getBmcKeySet.js +27 -0
  1257. package/networkcloud/v20230701/getCloudServicesNetwork.d.ts +112 -0
  1258. package/networkcloud/v20230701/getCloudServicesNetwork.js +26 -0
  1259. package/networkcloud/v20230701/getCluster.d.ts +155 -0
  1260. package/networkcloud/v20230701/getCluster.js +26 -0
  1261. package/networkcloud/v20230701/getClusterManager.d.ts +98 -0
  1262. package/networkcloud/v20230701/getClusterManager.js +26 -0
  1263. package/networkcloud/v20230701/getConsole.d.ts +102 -0
  1264. package/networkcloud/v20230701/getConsole.js +27 -0
  1265. package/networkcloud/v20230701/getKubernetesCluster.d.ts +130 -0
  1266. package/networkcloud/v20230701/getKubernetesCluster.js +26 -0
  1267. package/networkcloud/v20230701/getL2Network.d.ts +102 -0
  1268. package/networkcloud/v20230701/getL2Network.js +26 -0
  1269. package/networkcloud/v20230701/getL3Network.d.ts +124 -0
  1270. package/networkcloud/v20230701/getL3Network.js +26 -0
  1271. package/networkcloud/v20230701/getMetricsConfiguration.d.ts +94 -0
  1272. package/networkcloud/v20230701/getMetricsConfiguration.js +27 -0
  1273. package/networkcloud/v20230701/getRack.d.ts +94 -0
  1274. package/networkcloud/v20230701/getRack.js +26 -0
  1275. package/networkcloud/v20230701/getStorageAppliance.d.ts +118 -0
  1276. package/networkcloud/v20230701/getStorageAppliance.js +26 -0
  1277. package/networkcloud/v20230701/getTrunkedNetwork.d.ts +106 -0
  1278. package/networkcloud/v20230701/getTrunkedNetwork.js +26 -0
  1279. package/networkcloud/v20230701/getVirtualMachine.d.ts +158 -0
  1280. package/networkcloud/v20230701/getVirtualMachine.js +26 -0
  1281. package/networkcloud/v20230701/getVolume.d.ts +86 -0
  1282. package/networkcloud/v20230701/getVolume.js +26 -0
  1283. package/networkcloud/v20230701/index.d.ts +103 -0
  1284. package/networkcloud/v20230701/index.js +154 -0
  1285. package/networkcloud/v20230701/kubernetesCluster.d.ts +176 -0
  1286. package/networkcloud/v20230701/kubernetesCluster.js +120 -0
  1287. package/networkcloud/v20230701/l2network.d.ts +133 -0
  1288. package/networkcloud/v20230701/l2network.js +97 -0
  1289. package/networkcloud/v20230701/l3network.d.ts +177 -0
  1290. package/networkcloud/v20230701/l3network.js +110 -0
  1291. package/networkcloud/v20230701/metricsConfiguration.d.ts +116 -0
  1292. package/networkcloud/v20230701/metricsConfiguration.js +92 -0
  1293. package/networkcloud/v20230701/rack.d.ts +128 -0
  1294. package/networkcloud/v20230701/rack.js +101 -0
  1295. package/networkcloud/v20230701/storageAppliance.d.ts +156 -0
  1296. package/networkcloud/v20230701/storageAppliance.js +116 -0
  1297. package/networkcloud/v20230701/trunkedNetwork.d.ts +141 -0
  1298. package/networkcloud/v20230701/trunkedNetwork.js +102 -0
  1299. package/networkcloud/v20230701/virtualMachine.d.ts +241 -0
  1300. package/networkcloud/v20230701/virtualMachine.js +141 -0
  1301. package/networkcloud/v20230701/volume.d.ts +108 -0
  1302. package/networkcloud/v20230701/volume.js +88 -0
  1303. package/networkcloud/virtualMachine.js +2 -2
  1304. package/networkcloud/volume.js +2 -2
  1305. package/operationalinsights/getTable.d.ts +1 -1
  1306. package/operationalinsights/table.d.ts +2 -2
  1307. package/operationalinsights/v20221001/getTable.d.ts +1 -1
  1308. package/operationalinsights/v20221001/table.d.ts +2 -2
  1309. package/package.json +2 -2
  1310. package/redhatopenshift/index.d.ts +2 -1
  1311. package/redhatopenshift/index.js +4 -2
  1312. package/redhatopenshift/machinePool.js +2 -2
  1313. package/redhatopenshift/openShiftCluster.js +2 -2
  1314. package/redhatopenshift/secret.js +2 -2
  1315. package/redhatopenshift/syncIdentityProvider.js +2 -2
  1316. package/redhatopenshift/syncSet.js +2 -2
  1317. package/redhatopenshift/v20220904/machinePool.js +2 -2
  1318. package/redhatopenshift/v20220904/openShiftCluster.js +2 -2
  1319. package/redhatopenshift/v20220904/secret.js +2 -2
  1320. package/redhatopenshift/v20220904/syncIdentityProvider.js +2 -2
  1321. package/redhatopenshift/v20220904/syncSet.js +2 -2
  1322. package/redhatopenshift/v20230401/getMachinePool.d.ts +60 -0
  1323. package/redhatopenshift/v20230401/getMachinePool.js +27 -0
  1324. package/redhatopenshift/v20230401/getOpenShiftCluster.d.ts +97 -0
  1325. package/redhatopenshift/v20230401/getOpenShiftCluster.js +26 -0
  1326. package/redhatopenshift/v20230401/getSecret.d.ts +63 -0
  1327. package/redhatopenshift/v20230401/getSecret.js +27 -0
  1328. package/redhatopenshift/v20230401/getSyncIdentityProvider.d.ts +60 -0
  1329. package/redhatopenshift/v20230401/getSyncIdentityProvider.js +27 -0
  1330. package/redhatopenshift/v20230401/getSyncSet.d.ts +63 -0
  1331. package/redhatopenshift/v20230401/getSyncSet.js +27 -0
  1332. package/redhatopenshift/v20230401/index.d.ts +37 -0
  1333. package/redhatopenshift/v20230401/index.js +75 -0
  1334. package/redhatopenshift/v20230401/listOpenShiftClusterAdminCredentials.d.ts +38 -0
  1335. package/redhatopenshift/v20230401/listOpenShiftClusterAdminCredentials.js +26 -0
  1336. package/redhatopenshift/v20230401/listOpenShiftClusterCredentials.d.ts +42 -0
  1337. package/redhatopenshift/v20230401/listOpenShiftClusterCredentials.js +26 -0
  1338. package/redhatopenshift/v20230401/machinePool.d.ts +60 -0
  1339. package/redhatopenshift/v20230401/machinePool.js +73 -0
  1340. package/redhatopenshift/v20230401/openShiftCluster.d.ts +147 -0
  1341. package/redhatopenshift/v20230401/openShiftCluster.js +89 -0
  1342. package/redhatopenshift/v20230401/secret.d.ts +66 -0
  1343. package/redhatopenshift/v20230401/secret.js +73 -0
  1344. package/redhatopenshift/v20230401/syncIdentityProvider.d.ts +60 -0
  1345. package/redhatopenshift/v20230401/syncIdentityProvider.js +73 -0
  1346. package/redhatopenshift/v20230401/syncSet.d.ts +66 -0
  1347. package/redhatopenshift/v20230401/syncSet.js +73 -0
  1348. package/securityinsights/aaddataConnector.js +2 -2
  1349. package/securityinsights/aatpdataConnector.js +2 -2
  1350. package/securityinsights/action.js +2 -2
  1351. package/securityinsights/activityCustomEntityQuery.js +2 -2
  1352. package/securityinsights/anomalies.js +2 -2
  1353. package/securityinsights/anomalySecurityMLAnalyticsSettings.js +2 -2
  1354. package/securityinsights/ascdataConnector.js +2 -2
  1355. package/securityinsights/automationRule.js +2 -2
  1356. package/securityinsights/awsCloudTrailDataConnector.js +2 -2
  1357. package/securityinsights/bookmark.js +2 -2
  1358. package/securityinsights/bookmarkRelation.js +2 -2
  1359. package/securityinsights/contentPackage.js +2 -2
  1360. package/securityinsights/contentTemplate.js +2 -2
  1361. package/securityinsights/customizableConnectorDefinition.d.ts +106 -0
  1362. package/securityinsights/customizableConnectorDefinition.js +90 -0
  1363. package/securityinsights/entityAnalytics.js +2 -2
  1364. package/securityinsights/eyesOn.js +2 -2
  1365. package/securityinsights/fileImport.js +2 -2
  1366. package/securityinsights/fusionAlertRule.js +2 -2
  1367. package/securityinsights/getCustomizableConnectorDefinition.d.ts +86 -0
  1368. package/securityinsights/getCustomizableConnectorDefinition.js +29 -0
  1369. package/securityinsights/hunt.js +2 -2
  1370. package/securityinsights/huntComment.js +2 -2
  1371. package/securityinsights/huntRelation.js +2 -2
  1372. package/securityinsights/incident.js +2 -2
  1373. package/securityinsights/incidentComment.js +2 -2
  1374. package/securityinsights/incidentRelation.js +2 -2
  1375. package/securityinsights/incidentTask.js +2 -2
  1376. package/securityinsights/index.d.ts +8 -1
  1377. package/securityinsights/index.js +14 -4
  1378. package/securityinsights/mcasdataConnector.js +2 -2
  1379. package/securityinsights/mdatpdataConnector.js +2 -2
  1380. package/securityinsights/metadata.js +2 -2
  1381. package/securityinsights/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  1382. package/securityinsights/officeDataConnector.js +2 -2
  1383. package/securityinsights/scheduledAlertRule.js +2 -2
  1384. package/securityinsights/sentinelOnboardingState.js +2 -2
  1385. package/securityinsights/threatIntelligenceIndicator.js +2 -2
  1386. package/securityinsights/tidataConnector.js +2 -2
  1387. package/securityinsights/ueba.js +2 -2
  1388. package/securityinsights/v20190101preview/automationRule.js +2 -2
  1389. package/securityinsights/v20190101preview/bookmark.js +2 -2
  1390. package/securityinsights/v20190101preview/bookmarkRelation.js +2 -2
  1391. package/securityinsights/v20190101preview/ipsyncer.js +2 -2
  1392. package/securityinsights/v20190101preview/watchlist.js +2 -2
  1393. package/securityinsights/v20210301preview/aaddataConnector.js +2 -2
  1394. package/securityinsights/v20210301preview/aatpdataConnector.js +2 -2
  1395. package/securityinsights/v20210301preview/action.js +2 -2
  1396. package/securityinsights/v20210301preview/activityCustomEntityQuery.js +2 -2
  1397. package/securityinsights/v20210301preview/anomalies.js +2 -2
  1398. package/securityinsights/v20210301preview/ascdataConnector.js +2 -2
  1399. package/securityinsights/v20210301preview/awsCloudTrailDataConnector.js +2 -2
  1400. package/securityinsights/v20210301preview/codelessUiDataConnector.js +2 -2
  1401. package/securityinsights/v20210301preview/dynamics365DataConnector.js +2 -2
  1402. package/securityinsights/v20210301preview/entityAnalytics.js +2 -2
  1403. package/securityinsights/v20210301preview/eyesOn.js +2 -2
  1404. package/securityinsights/v20210301preview/fusionAlertRule.js +2 -2
  1405. package/securityinsights/v20210301preview/incident.js +2 -2
  1406. package/securityinsights/v20210301preview/incidentComment.js +2 -2
  1407. package/securityinsights/v20210301preview/incidentRelation.js +2 -2
  1408. package/securityinsights/v20210301preview/mcasdataConnector.js +2 -2
  1409. package/securityinsights/v20210301preview/mdatpdataConnector.js +2 -2
  1410. package/securityinsights/v20210301preview/metadata.js +2 -2
  1411. package/securityinsights/v20210301preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  1412. package/securityinsights/v20210301preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  1413. package/securityinsights/v20210301preview/mstidataConnector.js +2 -2
  1414. package/securityinsights/v20210301preview/mtpdataConnector.js +2 -2
  1415. package/securityinsights/v20210301preview/officeATPDataConnector.js +2 -2
  1416. package/securityinsights/v20210301preview/officeDataConnector.js +2 -2
  1417. package/securityinsights/v20210301preview/scheduledAlertRule.js +2 -2
  1418. package/securityinsights/v20210301preview/sentinelOnboardingState.js +2 -2
  1419. package/securityinsights/v20210301preview/threatIntelligenceAlertRule.js +2 -2
  1420. package/securityinsights/v20210301preview/tiTaxiiDataConnector.js +2 -2
  1421. package/securityinsights/v20210301preview/tidataConnector.js +2 -2
  1422. package/securityinsights/v20210301preview/ueba.js +2 -2
  1423. package/securityinsights/v20210301preview/watchlist.js +2 -2
  1424. package/securityinsights/v20210401/threatIntelligenceIndicator.js +2 -2
  1425. package/securityinsights/v20210401/watchlist.js +2 -2
  1426. package/securityinsights/v20210401/watchlistItem.js +2 -2
  1427. package/securityinsights/v20210901preview/threatIntelligenceIndicator.js +2 -2
  1428. package/securityinsights/v20211001preview/fusionAlertRule.js +2 -2
  1429. package/securityinsights/v20211001preview/nrtAlertRule.js +2 -2
  1430. package/securityinsights/v20211001preview/watchlist.js +2 -2
  1431. package/securityinsights/v20220101preview/entityAnalytics.js +2 -2
  1432. package/securityinsights/v20220101preview/watchlist.js +2 -2
  1433. package/securityinsights/v20230201/aaddataConnector.js +2 -2
  1434. package/securityinsights/v20230201/aatpdataConnector.js +2 -2
  1435. package/securityinsights/v20230201/action.js +2 -2
  1436. package/securityinsights/v20230201/automationRule.js +2 -2
  1437. package/securityinsights/v20230201/awsCloudTrailDataConnector.js +2 -2
  1438. package/securityinsights/v20230201/bookmark.js +2 -2
  1439. package/securityinsights/v20230201/incident.js +2 -2
  1440. package/securityinsights/v20230201/incidentComment.js +2 -2
  1441. package/securityinsights/v20230201/incidentRelation.js +2 -2
  1442. package/securityinsights/v20230201/mcasdataConnector.js +2 -2
  1443. package/securityinsights/v20230201/mdatpdataConnector.js +2 -2
  1444. package/securityinsights/v20230201/metadata.js +2 -2
  1445. package/securityinsights/v20230201/officeDataConnector.js +2 -2
  1446. package/securityinsights/v20230201/sentinelOnboardingState.js +2 -2
  1447. package/securityinsights/v20230201/threatIntelligenceIndicator.js +2 -2
  1448. package/securityinsights/v20230201/tidataConnector.js +2 -2
  1449. package/securityinsights/v20230201/watchlist.js +2 -2
  1450. package/securityinsights/v20230201/watchlistItem.js +2 -2
  1451. package/securityinsights/v20230201preview/incident.js +2 -2
  1452. package/securityinsights/v20230201preview/metadata.js +2 -2
  1453. package/securityinsights/v20230301preview/incident.js +2 -2
  1454. package/securityinsights/v20230601preview/aaddataConnector.js +2 -2
  1455. package/securityinsights/v20230601preview/aatpdataConnector.js +2 -2
  1456. package/securityinsights/v20230601preview/action.js +2 -2
  1457. package/securityinsights/v20230601preview/activityCustomEntityQuery.js +2 -2
  1458. package/securityinsights/v20230601preview/anomalies.js +2 -2
  1459. package/securityinsights/v20230601preview/anomalySecurityMLAnalyticsSettings.js +2 -2
  1460. package/securityinsights/v20230601preview/ascdataConnector.js +2 -2
  1461. package/securityinsights/v20230601preview/automationRule.js +2 -2
  1462. package/securityinsights/v20230601preview/awsCloudTrailDataConnector.js +2 -2
  1463. package/securityinsights/v20230601preview/awsS3DataConnector.js +2 -2
  1464. package/securityinsights/v20230601preview/bookmark.js +2 -2
  1465. package/securityinsights/v20230601preview/bookmarkRelation.js +2 -2
  1466. package/securityinsights/v20230601preview/codelessApiPollingDataConnector.js +2 -2
  1467. package/securityinsights/v20230601preview/codelessUiDataConnector.js +2 -2
  1468. package/securityinsights/v20230601preview/contentPackage.js +2 -2
  1469. package/securityinsights/v20230601preview/contentTemplate.js +2 -2
  1470. package/securityinsights/v20230601preview/dynamics365DataConnector.js +2 -2
  1471. package/securityinsights/v20230601preview/entityAnalytics.js +2 -2
  1472. package/securityinsights/v20230601preview/eyesOn.js +2 -2
  1473. package/securityinsights/v20230601preview/fileImport.js +2 -2
  1474. package/securityinsights/v20230601preview/fusionAlertRule.js +2 -2
  1475. package/securityinsights/v20230601preview/gcpdataConnector.js +2 -2
  1476. package/securityinsights/v20230601preview/hunt.js +2 -2
  1477. package/securityinsights/v20230601preview/huntComment.js +2 -2
  1478. package/securityinsights/v20230601preview/huntRelation.js +2 -2
  1479. package/securityinsights/v20230601preview/incident.js +2 -2
  1480. package/securityinsights/v20230601preview/incidentComment.js +2 -2
  1481. package/securityinsights/v20230601preview/incidentRelation.js +2 -2
  1482. package/securityinsights/v20230601preview/incidentTask.js +2 -2
  1483. package/securityinsights/v20230601preview/ioTDataConnector.js +2 -2
  1484. package/securityinsights/v20230601preview/mcasdataConnector.js +2 -2
  1485. package/securityinsights/v20230601preview/mdatpdataConnector.js +2 -2
  1486. package/securityinsights/v20230601preview/metadata.js +2 -2
  1487. package/securityinsights/v20230601preview/microsoftPurviewInformationProtectionDataConnector.js +2 -2
  1488. package/securityinsights/v20230601preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  1489. package/securityinsights/v20230601preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  1490. package/securityinsights/v20230601preview/mstidataConnector.js +2 -2
  1491. package/securityinsights/v20230601preview/mtpdataConnector.js +2 -2
  1492. package/securityinsights/v20230601preview/nrtAlertRule.js +2 -2
  1493. package/securityinsights/v20230601preview/office365ProjectDataConnector.js +2 -2
  1494. package/securityinsights/v20230601preview/officeATPDataConnector.js +2 -2
  1495. package/securityinsights/v20230601preview/officeDataConnector.js +2 -2
  1496. package/securityinsights/v20230601preview/officeIRMDataConnector.js +2 -2
  1497. package/securityinsights/v20230601preview/officePowerBIDataConnector.js +2 -2
  1498. package/securityinsights/v20230601preview/scheduledAlertRule.js +2 -2
  1499. package/securityinsights/v20230601preview/sentinelOnboardingState.js +2 -2
  1500. package/securityinsights/v20230601preview/threatIntelligenceAlertRule.js +2 -2
  1501. package/securityinsights/v20230601preview/threatIntelligenceIndicator.js +2 -2
  1502. package/securityinsights/v20230601preview/tiTaxiiDataConnector.js +2 -2
  1503. package/securityinsights/v20230601preview/tidataConnector.js +2 -2
  1504. package/securityinsights/v20230601preview/ueba.js +2 -2
  1505. package/securityinsights/v20230601preview/watchlist.js +2 -2
  1506. package/securityinsights/v20230601preview/watchlistItem.js +2 -2
  1507. package/securityinsights/v20230601preview/workspaceManagerAssignment.js +2 -2
  1508. package/securityinsights/v20230601preview/workspaceManagerConfiguration.js +2 -2
  1509. package/securityinsights/v20230601preview/workspaceManagerGroup.js +2 -2
  1510. package/securityinsights/v20230601preview/workspaceManagerMember.js +2 -2
  1511. package/securityinsights/v20230701preview/aaddataConnector.d.ts +89 -0
  1512. package/securityinsights/v20230701preview/aaddataConnector.js +85 -0
  1513. package/securityinsights/v20230701preview/aatpdataConnector.d.ts +89 -0
  1514. package/securityinsights/v20230701preview/aatpdataConnector.js +85 -0
  1515. package/securityinsights/v20230701preview/action.d.ts +82 -0
  1516. package/securityinsights/v20230701preview/action.js +88 -0
  1517. package/securityinsights/v20230701preview/activityCustomEntityQuery.d.ts +158 -0
  1518. package/securityinsights/v20230701preview/activityCustomEntityQuery.js +100 -0
  1519. package/securityinsights/v20230701preview/anomalies.d.ts +76 -0
  1520. package/securityinsights/v20230701preview/anomalies.js +80 -0
  1521. package/securityinsights/v20230701preview/anomalySecurityMLAnalyticsSettings.d.ts +182 -0
  1522. package/securityinsights/v20230701preview/anomalySecurityMLAnalyticsSettings.js +124 -0
  1523. package/securityinsights/v20230701preview/ascdataConnector.d.ts +89 -0
  1524. package/securityinsights/v20230701preview/ascdataConnector.js +82 -0
  1525. package/securityinsights/v20230701preview/automationRule.d.ts +108 -0
  1526. package/securityinsights/v20230701preview/automationRule.js +98 -0
  1527. package/securityinsights/v20230701preview/awsCloudTrailDataConnector.d.ts +89 -0
  1528. package/securityinsights/v20230701preview/awsCloudTrailDataConnector.js +85 -0
  1529. package/securityinsights/v20230701preview/awsS3DataConnector.d.ts +105 -0
  1530. package/securityinsights/v20230701preview/awsS3DataConnector.js +98 -0
  1531. package/securityinsights/v20230701preview/bookmark.d.ts +192 -0
  1532. package/securityinsights/v20230701preview/bookmark.js +111 -0
  1533. package/securityinsights/v20230701preview/bookmarkRelation.d.ts +86 -0
  1534. package/securityinsights/v20230701preview/bookmarkRelation.js +88 -0
  1535. package/securityinsights/v20230701preview/codelessApiPollingDataConnector.d.ts +89 -0
  1536. package/securityinsights/v20230701preview/codelessApiPollingDataConnector.js +82 -0
  1537. package/securityinsights/v20230701preview/codelessUiDataConnector.d.ts +81 -0
  1538. package/securityinsights/v20230701preview/codelessUiDataConnector.js +80 -0
  1539. package/securityinsights/v20230701preview/contentPackage.d.ts +240 -0
  1540. package/securityinsights/v20230701preview/contentPackage.js +132 -0
  1541. package/securityinsights/v20230701preview/contentTemplate.d.ts +264 -0
  1542. package/securityinsights/v20230701preview/contentTemplate.js +147 -0
  1543. package/securityinsights/v20230701preview/customizableConnectorDefinition.d.ts +105 -0
  1544. package/securityinsights/v20230701preview/customizableConnectorDefinition.js +89 -0
  1545. package/securityinsights/v20230701preview/dynamics365DataConnector.d.ts +89 -0
  1546. package/securityinsights/v20230701preview/dynamics365DataConnector.js +88 -0
  1547. package/securityinsights/v20230701preview/entityAnalytics.d.ts +81 -0
  1548. package/securityinsights/v20230701preview/entityAnalytics.js +80 -0
  1549. package/securityinsights/v20230701preview/eyesOn.d.ts +76 -0
  1550. package/securityinsights/v20230701preview/eyesOn.js +80 -0
  1551. package/securityinsights/v20230701preview/fileImport.d.ts +128 -0
  1552. package/securityinsights/v20230701preview/fileImport.js +109 -0
  1553. package/securityinsights/v20230701preview/fusionAlertRule.d.ts +129 -0
  1554. package/securityinsights/v20230701preview/fusionAlertRule.js +104 -0
  1555. package/securityinsights/v20230701preview/gcpdataConnector.d.ts +105 -0
  1556. package/securityinsights/v20230701preview/gcpdataConnector.js +95 -0
  1557. package/securityinsights/v20230701preview/getAADDataConnector.d.ts +76 -0
  1558. package/securityinsights/v20230701preview/getAADDataConnector.js +27 -0
  1559. package/securityinsights/v20230701preview/getAATPDataConnector.d.ts +76 -0
  1560. package/securityinsights/v20230701preview/getAATPDataConnector.js +27 -0
  1561. package/securityinsights/v20230701preview/getASCDataConnector.d.ts +76 -0
  1562. package/securityinsights/v20230701preview/getASCDataConnector.js +27 -0
  1563. package/securityinsights/v20230701preview/getAction.d.ts +79 -0
  1564. package/securityinsights/v20230701preview/getAction.js +28 -0
  1565. package/securityinsights/v20230701preview/getActivityCustomEntityQuery.d.ts +114 -0
  1566. package/securityinsights/v20230701preview/getActivityCustomEntityQuery.js +27 -0
  1567. package/securityinsights/v20230701preview/getAnomalies.d.ts +72 -0
  1568. package/securityinsights/v20230701preview/getAnomalies.js +27 -0
  1569. package/securityinsights/v20230701preview/getAnomalySecurityMLAnalyticsSettings.d.ts +124 -0
  1570. package/securityinsights/v20230701preview/getAnomalySecurityMLAnalyticsSettings.js +27 -0
  1571. package/securityinsights/v20230701preview/getAutomationRule.d.ts +92 -0
  1572. package/securityinsights/v20230701preview/getAutomationRule.js +27 -0
  1573. package/securityinsights/v20230701preview/getAwsCloudTrailDataConnector.d.ts +76 -0
  1574. package/securityinsights/v20230701preview/getAwsCloudTrailDataConnector.js +27 -0
  1575. package/securityinsights/v20230701preview/getAwsS3DataConnector.d.ts +84 -0
  1576. package/securityinsights/v20230701preview/getAwsS3DataConnector.js +27 -0
  1577. package/securityinsights/v20230701preview/getBookmark.d.ts +127 -0
  1578. package/securityinsights/v20230701preview/getBookmark.js +27 -0
  1579. package/securityinsights/v20230701preview/getBookmarkRelation.d.ts +87 -0
  1580. package/securityinsights/v20230701preview/getBookmarkRelation.js +28 -0
  1581. package/securityinsights/v20230701preview/getCodelessApiPollingDataConnector.d.ts +76 -0
  1582. package/securityinsights/v20230701preview/getCodelessApiPollingDataConnector.js +27 -0
  1583. package/securityinsights/v20230701preview/getCodelessUiDataConnector.d.ts +72 -0
  1584. package/securityinsights/v20230701preview/getCodelessUiDataConnector.js +27 -0
  1585. package/securityinsights/v20230701preview/getContentPackage.d.ts +151 -0
  1586. package/securityinsights/v20230701preview/getContentPackage.js +27 -0
  1587. package/securityinsights/v20230701preview/getContentTemplate.d.ts +163 -0
  1588. package/securityinsights/v20230701preview/getContentTemplate.js +27 -0
  1589. package/securityinsights/v20230701preview/getCustomizableConnectorDefinition.d.ts +84 -0
  1590. package/securityinsights/v20230701preview/getCustomizableConnectorDefinition.js +27 -0
  1591. package/securityinsights/v20230701preview/getDynamics365DataConnector.d.ts +76 -0
  1592. package/securityinsights/v20230701preview/getDynamics365DataConnector.js +27 -0
  1593. package/securityinsights/v20230701preview/getEntitiesGetTimeline.d.ts +84 -0
  1594. package/securityinsights/v20230701preview/getEntitiesGetTimeline.js +31 -0
  1595. package/securityinsights/v20230701preview/getEntityAnalytics.d.ts +72 -0
  1596. package/securityinsights/v20230701preview/getEntityAnalytics.js +27 -0
  1597. package/securityinsights/v20230701preview/getEntityInsights.d.ts +83 -0
  1598. package/securityinsights/v20230701preview/getEntityInsights.js +31 -0
  1599. package/securityinsights/v20230701preview/getEyesOn.d.ts +72 -0
  1600. package/securityinsights/v20230701preview/getEyesOn.js +27 -0
  1601. package/securityinsights/v20230701preview/getFileImport.d.ts +111 -0
  1602. package/securityinsights/v20230701preview/getFileImport.js +27 -0
  1603. package/securityinsights/v20230701preview/getFusionAlertRule.d.ts +108 -0
  1604. package/securityinsights/v20230701preview/getFusionAlertRule.js +27 -0
  1605. package/securityinsights/v20230701preview/getGCPDataConnector.d.ts +84 -0
  1606. package/securityinsights/v20230701preview/getGCPDataConnector.js +27 -0
  1607. package/securityinsights/v20230701preview/getHunt.d.ts +95 -0
  1608. package/securityinsights/v20230701preview/getHunt.js +27 -0
  1609. package/securityinsights/v20230701preview/getHuntComment.d.ts +75 -0
  1610. package/securityinsights/v20230701preview/getHuntComment.js +28 -0
  1611. package/securityinsights/v20230701preview/getHuntRelation.d.ts +91 -0
  1612. package/securityinsights/v20230701preview/getHuntRelation.js +28 -0
  1613. package/securityinsights/v20230701preview/getIncident.d.ts +140 -0
  1614. package/securityinsights/v20230701preview/getIncident.js +27 -0
  1615. package/securityinsights/v20230701preview/getIncidentComment.d.ts +87 -0
  1616. package/securityinsights/v20230701preview/getIncidentComment.js +28 -0
  1617. package/securityinsights/v20230701preview/getIncidentRelation.d.ts +87 -0
  1618. package/securityinsights/v20230701preview/getIncidentRelation.js +28 -0
  1619. package/securityinsights/v20230701preview/getIncidentTask.d.ts +93 -0
  1620. package/securityinsights/v20230701preview/getIncidentTask.js +28 -0
  1621. package/securityinsights/v20230701preview/getIoTDataConnector.d.ts +76 -0
  1622. package/securityinsights/v20230701preview/getIoTDataConnector.js +27 -0
  1623. package/securityinsights/v20230701preview/getMCASDataConnector.d.ts +76 -0
  1624. package/securityinsights/v20230701preview/getMCASDataConnector.js +27 -0
  1625. package/securityinsights/v20230701preview/getMDATPDataConnector.d.ts +76 -0
  1626. package/securityinsights/v20230701preview/getMDATPDataConnector.js +27 -0
  1627. package/securityinsights/v20230701preview/getMLBehaviorAnalyticsAlertRule.d.ts +100 -0
  1628. package/securityinsights/v20230701preview/getMLBehaviorAnalyticsAlertRule.js +27 -0
  1629. package/securityinsights/v20230701preview/getMSTIDataConnector.d.ts +76 -0
  1630. package/securityinsights/v20230701preview/getMSTIDataConnector.js +27 -0
  1631. package/securityinsights/v20230701preview/getMTPDataConnector.d.ts +80 -0
  1632. package/securityinsights/v20230701preview/getMTPDataConnector.js +27 -0
  1633. package/securityinsights/v20230701preview/getMetadata.d.ts +139 -0
  1634. package/securityinsights/v20230701preview/getMetadata.js +27 -0
  1635. package/securityinsights/v20230701preview/getMicrosoftPurviewInformationProtectionDataConnector.d.ts +76 -0
  1636. package/securityinsights/v20230701preview/getMicrosoftPurviewInformationProtectionDataConnector.js +27 -0
  1637. package/securityinsights/v20230701preview/getMicrosoftSecurityIncidentCreationAlertRule.d.ts +104 -0
  1638. package/securityinsights/v20230701preview/getMicrosoftSecurityIncidentCreationAlertRule.js +27 -0
  1639. package/securityinsights/v20230701preview/getNrtAlertRule.d.ts +142 -0
  1640. package/securityinsights/v20230701preview/getNrtAlertRule.js +27 -0
  1641. package/securityinsights/v20230701preview/getOffice365ProjectDataConnector.d.ts +76 -0
  1642. package/securityinsights/v20230701preview/getOffice365ProjectDataConnector.js +27 -0
  1643. package/securityinsights/v20230701preview/getOfficeATPDataConnector.d.ts +76 -0
  1644. package/securityinsights/v20230701preview/getOfficeATPDataConnector.js +27 -0
  1645. package/securityinsights/v20230701preview/getOfficeDataConnector.d.ts +76 -0
  1646. package/securityinsights/v20230701preview/getOfficeDataConnector.js +27 -0
  1647. package/securityinsights/v20230701preview/getOfficeIRMDataConnector.d.ts +76 -0
  1648. package/securityinsights/v20230701preview/getOfficeIRMDataConnector.js +27 -0
  1649. package/securityinsights/v20230701preview/getOfficePowerBIDataConnector.d.ts +76 -0
  1650. package/securityinsights/v20230701preview/getOfficePowerBIDataConnector.js +27 -0
  1651. package/securityinsights/v20230701preview/getScheduledAlertRule.d.ts +158 -0
  1652. package/securityinsights/v20230701preview/getScheduledAlertRule.js +27 -0
  1653. package/securityinsights/v20230701preview/getSentinelOnboardingState.d.ts +67 -0
  1654. package/securityinsights/v20230701preview/getSentinelOnboardingState.js +27 -0
  1655. package/securityinsights/v20230701preview/getTIDataConnector.d.ts +80 -0
  1656. package/securityinsights/v20230701preview/getTIDataConnector.js +27 -0
  1657. package/securityinsights/v20230701preview/getThreatIntelligenceAlertRule.d.ts +100 -0
  1658. package/securityinsights/v20230701preview/getThreatIntelligenceAlertRule.js +27 -0
  1659. package/securityinsights/v20230701preview/getThreatIntelligenceIndicator.d.ts +67 -0
  1660. package/securityinsights/v20230701preview/getThreatIntelligenceIndicator.js +27 -0
  1661. package/securityinsights/v20230701preview/getTiTaxiiDataConnector.d.ts +108 -0
  1662. package/securityinsights/v20230701preview/getTiTaxiiDataConnector.js +27 -0
  1663. package/securityinsights/v20230701preview/getUeba.d.ts +72 -0
  1664. package/securityinsights/v20230701preview/getUeba.js +27 -0
  1665. package/securityinsights/v20230701preview/getWatchlist.d.ts +147 -0
  1666. package/securityinsights/v20230701preview/getWatchlist.js +27 -0
  1667. package/securityinsights/v20230701preview/getWatchlistItem.d.ts +111 -0
  1668. package/securityinsights/v20230701preview/getWatchlistItem.js +28 -0
  1669. package/securityinsights/v20230701preview/getWorkspaceManagerAssignment.d.ts +79 -0
  1670. package/securityinsights/v20230701preview/getWorkspaceManagerAssignment.js +27 -0
  1671. package/securityinsights/v20230701preview/getWorkspaceManagerConfiguration.d.ts +67 -0
  1672. package/securityinsights/v20230701preview/getWorkspaceManagerConfiguration.js +27 -0
  1673. package/securityinsights/v20230701preview/getWorkspaceManagerGroup.d.ts +75 -0
  1674. package/securityinsights/v20230701preview/getWorkspaceManagerGroup.js +27 -0
  1675. package/securityinsights/v20230701preview/getWorkspaceManagerMember.d.ts +71 -0
  1676. package/securityinsights/v20230701preview/getWorkspaceManagerMember.js +27 -0
  1677. package/securityinsights/v20230701preview/hunt.d.ts +128 -0
  1678. package/securityinsights/v20230701preview/hunt.js +96 -0
  1679. package/securityinsights/v20230701preview/huntComment.d.ts +74 -0
  1680. package/securityinsights/v20230701preview/huntComment.js +82 -0
  1681. package/securityinsights/v20230701preview/huntRelation.d.ts +94 -0
  1682. package/securityinsights/v20230701preview/huntRelation.js +90 -0
  1683. package/securityinsights/v20230701preview/incident.d.ts +185 -0
  1684. package/securityinsights/v20230701preview/incident.js +119 -0
  1685. package/securityinsights/v20230701preview/incidentComment.d.ts +86 -0
  1686. package/securityinsights/v20230701preview/incidentComment.js +88 -0
  1687. package/securityinsights/v20230701preview/incidentRelation.d.ts +86 -0
  1688. package/securityinsights/v20230701preview/incidentRelation.js +88 -0
  1689. package/securityinsights/v20230701preview/incidentTask.d.ts +107 -0
  1690. package/securityinsights/v20230701preview/incidentTask.js +94 -0
  1691. package/securityinsights/v20230701preview/index.d.ts +358 -0
  1692. package/securityinsights/v20230701preview/index.js +452 -0
  1693. package/securityinsights/v20230701preview/ioTDataConnector.d.ts +89 -0
  1694. package/securityinsights/v20230701preview/ioTDataConnector.js +82 -0
  1695. package/securityinsights/v20230701preview/listSourceControlRepositories.d.ts +43 -0
  1696. package/securityinsights/v20230701preview/listSourceControlRepositories.js +26 -0
  1697. package/securityinsights/v20230701preview/mcasdataConnector.d.ts +89 -0
  1698. package/securityinsights/v20230701preview/mcasdataConnector.js +88 -0
  1699. package/securityinsights/v20230701preview/mdatpdataConnector.d.ts +89 -0
  1700. package/securityinsights/v20230701preview/mdatpdataConnector.js +85 -0
  1701. package/securityinsights/v20230701preview/metadata.d.ts +215 -0
  1702. package/securityinsights/v20230701preview/metadata.js +117 -0
  1703. package/securityinsights/v20230701preview/microsoftPurviewInformationProtectionDataConnector.d.ts +89 -0
  1704. package/securityinsights/v20230701preview/microsoftPurviewInformationProtectionDataConnector.js +88 -0
  1705. package/securityinsights/v20230701preview/microsoftSecurityIncidentCreationAlertRule.d.ts +141 -0
  1706. package/securityinsights/v20230701preview/microsoftSecurityIncidentCreationAlertRule.js +105 -0
  1707. package/securityinsights/v20230701preview/mlbehaviorAnalyticsAlertRule.d.ts +112 -0
  1708. package/securityinsights/v20230701preview/mlbehaviorAnalyticsAlertRule.js +100 -0
  1709. package/securityinsights/v20230701preview/mstidataConnector.d.ts +89 -0
  1710. package/securityinsights/v20230701preview/mstidataConnector.js +88 -0
  1711. package/securityinsights/v20230701preview/mtpdataConnector.d.ts +97 -0
  1712. package/securityinsights/v20230701preview/mtpdataConnector.js +90 -0
  1713. package/securityinsights/v20230701preview/nrtAlertRule.d.ts +218 -0
  1714. package/securityinsights/v20230701preview/nrtAlertRule.js +132 -0
  1715. package/securityinsights/v20230701preview/office365ProjectDataConnector.d.ts +89 -0
  1716. package/securityinsights/v20230701preview/office365ProjectDataConnector.js +88 -0
  1717. package/securityinsights/v20230701preview/officeATPDataConnector.d.ts +89 -0
  1718. package/securityinsights/v20230701preview/officeATPDataConnector.js +85 -0
  1719. package/securityinsights/v20230701preview/officeDataConnector.d.ts +89 -0
  1720. package/securityinsights/v20230701preview/officeDataConnector.js +88 -0
  1721. package/securityinsights/v20230701preview/officeIRMDataConnector.d.ts +89 -0
  1722. package/securityinsights/v20230701preview/officeIRMDataConnector.js +85 -0
  1723. package/securityinsights/v20230701preview/officePowerBIDataConnector.d.ts +89 -0
  1724. package/securityinsights/v20230701preview/officePowerBIDataConnector.js +88 -0
  1725. package/securityinsights/v20230701preview/scheduledAlertRule.d.ts +250 -0
  1726. package/securityinsights/v20230701preview/scheduledAlertRule.js +152 -0
  1727. package/securityinsights/v20230701preview/sentinelOnboardingState.d.ts +70 -0
  1728. package/securityinsights/v20230701preview/sentinelOnboardingState.js +75 -0
  1729. package/securityinsights/v20230701preview/threatIntelligenceAlertRule.d.ts +112 -0
  1730. package/securityinsights/v20230701preview/threatIntelligenceAlertRule.js +100 -0
  1731. package/securityinsights/v20230701preview/threatIntelligenceIndicator.d.ts +184 -0
  1732. package/securityinsights/v20230701preview/threatIntelligenceIndicator.js +105 -0
  1733. package/securityinsights/v20230701preview/tiTaxiiDataConnector.d.ts +154 -0
  1734. package/securityinsights/v20230701preview/tiTaxiiDataConnector.js +107 -0
  1735. package/securityinsights/v20230701preview/tidataConnector.d.ts +97 -0
  1736. package/securityinsights/v20230701preview/tidataConnector.js +90 -0
  1737. package/securityinsights/v20230701preview/ueba.d.ts +81 -0
  1738. package/securityinsights/v20230701preview/ueba.js +80 -0
  1739. package/securityinsights/v20230701preview/watchlist.d.ts +228 -0
  1740. package/securityinsights/v20230701preview/watchlist.js +123 -0
  1741. package/securityinsights/v20230701preview/watchlistItem.d.ts +143 -0
  1742. package/securityinsights/v20230701preview/watchlistItem.js +99 -0
  1743. package/securityinsights/v20230701preview/workspaceManagerAssignment.d.ts +87 -0
  1744. package/securityinsights/v20230701preview/workspaceManagerAssignment.js +87 -0
  1745. package/securityinsights/v20230701preview/workspaceManagerConfiguration.d.ts +71 -0
  1746. package/securityinsights/v20230701preview/workspaceManagerConfiguration.js +78 -0
  1747. package/securityinsights/v20230701preview/workspaceManagerGroup.d.ts +86 -0
  1748. package/securityinsights/v20230701preview/workspaceManagerGroup.js +85 -0
  1749. package/securityinsights/v20230701preview/workspaceManagerMember.d.ts +78 -0
  1750. package/securityinsights/v20230701preview/workspaceManagerMember.js +83 -0
  1751. package/securityinsights/watchlist.js +2 -2
  1752. package/securityinsights/watchlistItem.js +2 -2
  1753. package/securityinsights/workspaceManagerAssignment.js +2 -2
  1754. package/securityinsights/workspaceManagerConfiguration.js +2 -2
  1755. package/securityinsights/workspaceManagerGroup.js +2 -2
  1756. package/securityinsights/workspaceManagerMember.js +2 -2
  1757. package/sqlvirtualmachine/v20230101preview/getSqlVirtualMachine.d.ts +1 -1
  1758. package/sqlvirtualmachine/v20230101preview/sqlVirtualMachine.d.ts +2 -2
  1759. package/sqlvirtualmachine/v20230101preview/sqlVirtualMachine.js +2 -2
  1760. package/storage/blobContainer.js +2 -2
  1761. package/storage/blobContainerImmutabilityPolicy.js +2 -2
  1762. package/storage/blobInventoryPolicy.js +2 -2
  1763. package/storage/blobServiceProperties.js +2 -2
  1764. package/storage/encryptionScope.js +2 -2
  1765. package/storage/fileServiceProperties.js +2 -2
  1766. package/storage/fileShare.js +2 -2
  1767. package/storage/index.d.ts +2 -1
  1768. package/storage/index.js +4 -2
  1769. package/storage/localUser.js +2 -2
  1770. package/storage/managementPolicy.js +2 -2
  1771. package/storage/objectReplicationPolicy.js +2 -2
  1772. package/storage/privateEndpointConnection.js +2 -2
  1773. package/storage/queue.js +2 -2
  1774. package/storage/queueServiceProperties.js +2 -2
  1775. package/storage/storageAccount.js +2 -2
  1776. package/storage/table.js +2 -2
  1777. package/storage/tableServiceProperties.js +2 -2
  1778. package/storage/v20220901/blobContainer.js +2 -2
  1779. package/storage/v20220901/blobContainerImmutabilityPolicy.js +2 -2
  1780. package/storage/v20220901/blobInventoryPolicy.js +2 -2
  1781. package/storage/v20220901/blobServiceProperties.js +2 -2
  1782. package/storage/v20220901/encryptionScope.js +2 -2
  1783. package/storage/v20220901/fileServiceProperties.js +2 -2
  1784. package/storage/v20220901/fileShare.js +2 -2
  1785. package/storage/v20220901/localUser.js +2 -2
  1786. package/storage/v20220901/managementPolicy.js +2 -2
  1787. package/storage/v20220901/objectReplicationPolicy.js +2 -2
  1788. package/storage/v20220901/privateEndpointConnection.js +2 -2
  1789. package/storage/v20220901/queue.js +2 -2
  1790. package/storage/v20220901/queueServiceProperties.js +2 -2
  1791. package/storage/v20220901/storageAccount.js +2 -2
  1792. package/storage/v20220901/table.js +2 -2
  1793. package/storage/v20220901/tableServiceProperties.js +2 -2
  1794. package/storage/v20230101/blobContainer.d.ts +168 -0
  1795. package/storage/v20230101/blobContainer.js +109 -0
  1796. package/storage/v20230101/blobContainerImmutabilityPolicy.d.ts +89 -0
  1797. package/storage/v20230101/blobContainerImmutabilityPolicy.js +83 -0
  1798. package/storage/v20230101/blobInventoryPolicy.d.ts +71 -0
  1799. package/storage/v20230101/blobInventoryPolicy.js +78 -0
  1800. package/storage/v20230101/blobServiceProperties.d.ts +131 -0
  1801. package/storage/v20230101/blobServiceProperties.js +89 -0
  1802. package/storage/v20230101/encryptionScope.d.ts +96 -0
  1803. package/storage/v20230101/encryptionScope.js +81 -0
  1804. package/storage/v20230101/fileServiceProperties.d.ts +83 -0
  1805. package/storage/v20230101/fileServiceProperties.js +77 -0
  1806. package/storage/v20230101/fileShare.d.ts +164 -0
  1807. package/storage/v20230101/fileShare.js +108 -0
  1808. package/storage/v20230101/getBlobContainer.d.ts +137 -0
  1809. package/storage/v20230101/getBlobContainer.js +27 -0
  1810. package/storage/v20230101/getBlobContainerImmutabilityPolicy.d.ts +82 -0
  1811. package/storage/v20230101/getBlobContainerImmutabilityPolicy.js +28 -0
  1812. package/storage/v20230101/getBlobInventoryPolicy.d.ts +67 -0
  1813. package/storage/v20230101/getBlobInventoryPolicy.js +27 -0
  1814. package/storage/v20230101/getBlobServiceProperties.d.ts +95 -0
  1815. package/storage/v20230101/getBlobServiceProperties.js +27 -0
  1816. package/storage/v20230101/getEncryptionScope.d.ts +79 -0
  1817. package/storage/v20230101/getEncryptionScope.js +27 -0
  1818. package/storage/v20230101/getFileServiceProperties.d.ts +71 -0
  1819. package/storage/v20230101/getFileServiceProperties.js +27 -0
  1820. package/storage/v20230101/getFileShare.d.ts +141 -0
  1821. package/storage/v20230101/getFileShare.js +28 -0
  1822. package/storage/v20230101/getLocalUser.d.ts +87 -0
  1823. package/storage/v20230101/getLocalUser.js +27 -0
  1824. package/storage/v20230101/getManagementPolicy.d.ts +63 -0
  1825. package/storage/v20230101/getManagementPolicy.js +27 -0
  1826. package/storage/v20230101/getObjectReplicationPolicy.d.ts +75 -0
  1827. package/storage/v20230101/getObjectReplicationPolicy.js +27 -0
  1828. package/storage/v20230101/getPrivateEndpointConnection.d.ts +67 -0
  1829. package/storage/v20230101/getPrivateEndpointConnection.js +27 -0
  1830. package/storage/v20230101/getQueue.d.ts +61 -0
  1831. package/storage/v20230101/getQueue.js +27 -0
  1832. package/storage/v20230101/getQueueServiceProperties.d.ts +59 -0
  1833. package/storage/v20230101/getQueueServiceProperties.js +27 -0
  1834. package/storage/v20230101/getStorageAccount.d.ts +241 -0
  1835. package/storage/v20230101/getStorageAccount.js +27 -0
  1836. package/storage/v20230101/getTable.d.ts +63 -0
  1837. package/storage/v20230101/getTable.js +27 -0
  1838. package/storage/v20230101/getTableServiceProperties.d.ts +59 -0
  1839. package/storage/v20230101/getTableServiceProperties.js +27 -0
  1840. package/storage/v20230101/index.d.ts +109 -0
  1841. package/storage/v20230101/index.js +159 -0
  1842. package/storage/v20230101/listLocalUserKeys.d.ts +51 -0
  1843. package/storage/v20230101/listLocalUserKeys.js +27 -0
  1844. package/storage/v20230101/listStorageAccountKeys.d.ts +47 -0
  1845. package/storage/v20230101/listStorageAccountKeys.js +27 -0
  1846. package/storage/v20230101/listStorageAccountSAS.d.ts +103 -0
  1847. package/storage/v20230101/listStorageAccountSAS.js +34 -0
  1848. package/storage/v20230101/listStorageAccountServiceSAS.d.ts +183 -0
  1849. package/storage/v20230101/listStorageAccountServiceSAS.js +44 -0
  1850. package/storage/v20230101/localUser.d.ts +111 -0
  1851. package/storage/v20230101/localUser.js +85 -0
  1852. package/storage/v20230101/managementPolicy.d.ts +67 -0
  1853. package/storage/v20230101/managementPolicy.js +76 -0
  1854. package/storage/v20230101/objectReplicationPolicy.d.ts +87 -0
  1855. package/storage/v20230101/objectReplicationPolicy.js +85 -0
  1856. package/storage/v20230101/privateEndpointConnection.d.ts +71 -0
  1857. package/storage/v20230101/privateEndpointConnection.js +78 -0
  1858. package/storage/v20230101/queue.d.ts +66 -0
  1859. package/storage/v20230101/queue.js +70 -0
  1860. package/storage/v20230101/queueServiceProperties.d.ts +63 -0
  1861. package/storage/v20230101/queueServiceProperties.js +71 -0
  1862. package/storage/v20230101/storageAccount.d.ts +356 -0
  1863. package/storage/v20230101/storageAccount.js +164 -0
  1864. package/storage/v20230101/table.d.ts +67 -0
  1865. package/storage/v20230101/table.js +72 -0
  1866. package/storage/v20230101/tableServiceProperties.d.ts +63 -0
  1867. package/storage/v20230101/tableServiceProperties.js +71 -0
  1868. package/tsconfig.tsbuildinfo +1 -1
  1869. package/types/enums/app/index.d.ts +2 -1
  1870. package/types/enums/app/index.js +4 -2
  1871. package/types/enums/app/v20230501/index.d.ts +173 -0
  1872. package/types/enums/app/v20230501/index.js +98 -0
  1873. package/types/enums/containerregistry/index.d.ts +9 -1
  1874. package/types/enums/containerregistry/index.js +7 -2
  1875. package/types/enums/containerregistry/v20230601preview/index.d.ts +232 -0
  1876. package/types/enums/containerregistry/v20230601preview/index.js +131 -0
  1877. package/types/enums/containerservice/index.d.ts +3 -1
  1878. package/types/enums/containerservice/index.js +6 -2
  1879. package/types/enums/containerservice/v20230601/index.d.ts +517 -0
  1880. package/types/enums/containerservice/v20230601/index.js +383 -0
  1881. package/types/enums/containerservice/v20230602preview/index.d.ts +710 -0
  1882. package/types/enums/containerservice/v20230602preview/index.js +528 -0
  1883. package/types/enums/databoxedge/index.d.ts +2 -1
  1884. package/types/enums/databoxedge/index.js +4 -2
  1885. package/types/enums/databoxedge/v20230701/index.d.ts +230 -0
  1886. package/types/enums/databoxedge/v20230701/index.js +147 -0
  1887. package/types/enums/documentdb/index.d.ts +1 -1
  1888. package/types/enums/documentdb/v20230415/index.d.ts +1 -1
  1889. package/types/enums/elastic/index.d.ts +2 -1
  1890. package/types/enums/elastic/index.js +4 -2
  1891. package/types/enums/elastic/v20230701preview/index.d.ts +38 -0
  1892. package/types/enums/elastic/v20230701preview/index.js +28 -0
  1893. package/types/enums/labservices/index.d.ts +2 -1
  1894. package/types/enums/labservices/index.js +4 -2
  1895. package/types/enums/labservices/v20230607/index.d.ts +114 -0
  1896. package/types/enums/labservices/v20230607/index.js +88 -0
  1897. package/types/enums/network/index.d.ts +2 -1
  1898. package/types/enums/network/index.js +8 -6
  1899. package/types/enums/network/v20230401/index.d.ts +1530 -0
  1900. package/types/enums/network/v20230401/index.js +903 -0
  1901. package/types/enums/networkcloud/index.d.ts +2 -1
  1902. package/types/enums/networkcloud/index.js +4 -2
  1903. package/types/enums/networkcloud/v20230701/index.d.ts +240 -0
  1904. package/types/enums/networkcloud/v20230701/index.js +127 -0
  1905. package/types/enums/redhatopenshift/index.d.ts +2 -1
  1906. package/types/enums/redhatopenshift/index.js +4 -2
  1907. package/types/enums/redhatopenshift/v20230401/index.d.ts +32 -0
  1908. package/types/enums/redhatopenshift/v20230401/index.js +22 -0
  1909. package/types/enums/securityinsights/index.d.ts +18 -1
  1910. package/types/enums/securityinsights/index.js +13 -3
  1911. package/types/enums/securityinsights/v20230701preview/index.d.ts +1229 -0
  1912. package/types/enums/securityinsights/v20230701preview/index.js +1028 -0
  1913. package/types/enums/sqlvirtualmachine/v20230101preview/index.d.ts +8 -0
  1914. package/types/enums/sqlvirtualmachine/v20230101preview/index.js +6 -2
  1915. package/types/enums/storage/index.d.ts +2 -1
  1916. package/types/enums/storage/index.js +4 -2
  1917. package/types/enums/storage/v20230101/index.d.ts +366 -0
  1918. package/types/enums/storage/v20230101/index.js +211 -0
  1919. package/types/input.d.ts +30396 -14486
  1920. package/types/input.js +663 -24
  1921. package/types/output.d.ts +40171 -18241
  1922. package/types/output.js +724 -7
@@ -0,0 +1,710 @@
1
+ export declare const AgentPoolMode: {
2
+ /**
3
+ * System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory.
4
+ */
5
+ readonly System: "System";
6
+ /**
7
+ * User agent pools are primarily for hosting your application pods.
8
+ */
9
+ readonly User: "User";
10
+ };
11
+ /**
12
+ * A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools
13
+ */
14
+ export type AgentPoolMode = (typeof AgentPoolMode)[keyof typeof AgentPoolMode];
15
+ export declare const AgentPoolSSHAccess: {
16
+ /**
17
+ * Can SSH onto the node as a local user using private key.
18
+ */
19
+ readonly LocalUser: "LocalUser";
20
+ /**
21
+ * SSH service will be turned off on the node.
22
+ */
23
+ readonly Disabled: "Disabled";
24
+ };
25
+ /**
26
+ * SSH access method of an agent pool.
27
+ */
28
+ export type AgentPoolSSHAccess = (typeof AgentPoolSSHAccess)[keyof typeof AgentPoolSSHAccess];
29
+ export declare const AgentPoolType: {
30
+ /**
31
+ * Create an Agent Pool backed by a Virtual Machine Scale Set.
32
+ */
33
+ readonly VirtualMachineScaleSets: "VirtualMachineScaleSets";
34
+ /**
35
+ * Use of this is strongly discouraged.
36
+ */
37
+ readonly AvailabilitySet: "AvailabilitySet";
38
+ };
39
+ /**
40
+ * The type of Agent Pool.
41
+ */
42
+ export type AgentPoolType = (typeof AgentPoolType)[keyof typeof AgentPoolType];
43
+ export declare const BackendPoolType: {
44
+ /**
45
+ * The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.
46
+ */
47
+ readonly NodeIPConfiguration: "NodeIPConfiguration";
48
+ /**
49
+ * The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.
50
+ */
51
+ readonly NodeIP: "NodeIP";
52
+ };
53
+ /**
54
+ * The type of the managed inbound Load Balancer BackendPool.
55
+ */
56
+ export type BackendPoolType = (typeof BackendPoolType)[keyof typeof BackendPoolType];
57
+ export declare const Code: {
58
+ /**
59
+ * The cluster is running.
60
+ */
61
+ readonly Running: "Running";
62
+ /**
63
+ * The cluster is stopped.
64
+ */
65
+ readonly Stopped: "Stopped";
66
+ };
67
+ /**
68
+ * Tells whether the cluster is Running or Stopped
69
+ */
70
+ export type Code = (typeof Code)[keyof typeof Code];
71
+ export declare const ConnectionStatus: {
72
+ readonly Pending: "Pending";
73
+ readonly Approved: "Approved";
74
+ readonly Rejected: "Rejected";
75
+ readonly Disconnected: "Disconnected";
76
+ };
77
+ /**
78
+ * The private link service connection status.
79
+ */
80
+ export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
81
+ export declare const ControlPlaneUpgradeOverride: {
82
+ /**
83
+ * Upgrade the cluster control plane version without checking for recent Kubernetes deprecations usage.
84
+ */
85
+ readonly IgnoreKubernetesDeprecations: "IgnoreKubernetesDeprecations";
86
+ };
87
+ /**
88
+ * The list of control plane upgrade override settings.
89
+ */
90
+ export type ControlPlaneUpgradeOverride = (typeof ControlPlaneUpgradeOverride)[keyof typeof ControlPlaneUpgradeOverride];
91
+ export declare const ControlledValues: {
92
+ /**
93
+ * Autoscaler will control resource requests and limits.
94
+ */
95
+ readonly RequestsAndLimits: "RequestsAndLimits";
96
+ /**
97
+ * Autoscaler will control resource requests only.
98
+ */
99
+ readonly RequestsOnly: "RequestsOnly";
100
+ };
101
+ /**
102
+ * Controls which resource value autoscaler will change. Default value is RequestsAndLimits.
103
+ */
104
+ export type ControlledValues = (typeof ControlledValues)[keyof typeof ControlledValues];
105
+ export declare const Expander: {
106
+ /**
107
+ * Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources.
108
+ */
109
+ readonly Least_waste: "least-waste";
110
+ /**
111
+ * Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once.
112
+ */
113
+ readonly Most_pods: "most-pods";
114
+ /**
115
+ * Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/priority/readme.md).
116
+ */
117
+ readonly Priority: "priority";
118
+ /**
119
+ * Used when you don't have a particular need for the node groups to scale differently.
120
+ */
121
+ readonly Random: "random";
122
+ };
123
+ /**
124
+ * If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information.
125
+ */
126
+ export type Expander = (typeof Expander)[keyof typeof Expander];
127
+ export declare const ExtendedLocationTypes: {
128
+ readonly EdgeZone: "EdgeZone";
129
+ };
130
+ /**
131
+ * The type of the extended location.
132
+ */
133
+ export type ExtendedLocationTypes = (typeof ExtendedLocationTypes)[keyof typeof ExtendedLocationTypes];
134
+ export declare const GPUInstanceProfile: {
135
+ readonly MIG1g: "MIG1g";
136
+ readonly MIG2g: "MIG2g";
137
+ readonly MIG3g: "MIG3g";
138
+ readonly MIG4g: "MIG4g";
139
+ readonly MIG7g: "MIG7g";
140
+ };
141
+ /**
142
+ * GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
143
+ */
144
+ export type GPUInstanceProfile = (typeof GPUInstanceProfile)[keyof typeof GPUInstanceProfile];
145
+ export declare const IpFamily: {
146
+ readonly IPv4: "IPv4";
147
+ readonly IPv6: "IPv6";
148
+ };
149
+ /**
150
+ * The IP version to use for cluster networking and IP assignment.
151
+ */
152
+ export type IpFamily = (typeof IpFamily)[keyof typeof IpFamily];
153
+ export declare const IpvsScheduler: {
154
+ /**
155
+ * Round Robin
156
+ */
157
+ readonly RoundRobin: "RoundRobin";
158
+ /**
159
+ * Least Connection
160
+ */
161
+ readonly LeastConnection: "LeastConnection";
162
+ };
163
+ /**
164
+ * IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html.
165
+ */
166
+ export type IpvsScheduler = (typeof IpvsScheduler)[keyof typeof IpvsScheduler];
167
+ export declare const IstioIngressGatewayMode: {
168
+ /**
169
+ * The ingress gateway is assigned a public IP address and is publicly accessible.
170
+ */
171
+ readonly External: "External";
172
+ /**
173
+ * The ingress gateway is assigned an internal IP address and cannot is accessed publicly.
174
+ */
175
+ readonly Internal: "Internal";
176
+ };
177
+ /**
178
+ * Mode of an ingress gateway.
179
+ */
180
+ export type IstioIngressGatewayMode = (typeof IstioIngressGatewayMode)[keyof typeof IstioIngressGatewayMode];
181
+ export declare const KeyVaultNetworkAccessTypes: {
182
+ readonly Public: "Public";
183
+ readonly Private: "Private";
184
+ };
185
+ /**
186
+ * Network access of key vault. The possible values are `Public` and `Private`. `Public` means the key vault allows public access from all networks. `Private` means the key vault disables public access and enables private link. The default value is `Public`.
187
+ */
188
+ export type KeyVaultNetworkAccessTypes = (typeof KeyVaultNetworkAccessTypes)[keyof typeof KeyVaultNetworkAccessTypes];
189
+ export declare const KubeletDiskType: {
190
+ /**
191
+ * Kubelet will use the OS disk for its data.
192
+ */
193
+ readonly OS: "OS";
194
+ /**
195
+ * Kubelet will use the temporary disk for its data.
196
+ */
197
+ readonly Temporary: "Temporary";
198
+ };
199
+ /**
200
+ * Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
201
+ */
202
+ export type KubeletDiskType = (typeof KubeletDiskType)[keyof typeof KubeletDiskType];
203
+ export declare const KubernetesSupportPlan: {
204
+ /**
205
+ * Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release.
206
+ */
207
+ readonly KubernetesOfficial: "KubernetesOfficial";
208
+ /**
209
+ * Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support.
210
+ */
211
+ readonly AKSLongTermSupport: "AKSLongTermSupport";
212
+ };
213
+ /**
214
+ * The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.
215
+ */
216
+ export type KubernetesSupportPlan = (typeof KubernetesSupportPlan)[keyof typeof KubernetesSupportPlan];
217
+ export declare const Level: {
218
+ readonly Off: "Off";
219
+ readonly Warning: "Warning";
220
+ readonly Enforcement: "Enforcement";
221
+ };
222
+ /**
223
+ * The guardrails level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces
224
+ */
225
+ export type Level = (typeof Level)[keyof typeof Level];
226
+ export declare const LicenseType: {
227
+ /**
228
+ * No additional licensing is applied.
229
+ */
230
+ readonly None: "None";
231
+ /**
232
+ * Enables Azure Hybrid User Benefits for Windows VMs.
233
+ */
234
+ readonly Windows_Server: "Windows_Server";
235
+ };
236
+ /**
237
+ * The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details.
238
+ */
239
+ export type LicenseType = (typeof LicenseType)[keyof typeof LicenseType];
240
+ export declare const LoadBalancerSku: {
241
+ /**
242
+ * Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https://docs.microsoft.com/azure/aks/load-balancer-standard) article.
243
+ */
244
+ readonly Standard: "standard";
245
+ /**
246
+ * Use a basic Load Balancer with limited functionality.
247
+ */
248
+ readonly Basic: "basic";
249
+ };
250
+ /**
251
+ * The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs.
252
+ */
253
+ export type LoadBalancerSku = (typeof LoadBalancerSku)[keyof typeof LoadBalancerSku];
254
+ export declare const ManagedClusterSKUName: {
255
+ /**
256
+ * Base option for the AKS control plane.
257
+ */
258
+ readonly Base: "Base";
259
+ };
260
+ /**
261
+ * The name of a managed cluster SKU.
262
+ */
263
+ export type ManagedClusterSKUName = (typeof ManagedClusterSKUName)[keyof typeof ManagedClusterSKUName];
264
+ export declare const ManagedClusterSKUTier: {
265
+ /**
266
+ * Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms/aks/lts) for certain Kubernetes versions.
267
+ */
268
+ readonly Premium: "Premium";
269
+ /**
270
+ * Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones.
271
+ */
272
+ readonly Standard: "Standard";
273
+ /**
274
+ * The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases.
275
+ */
276
+ readonly Free: "Free";
277
+ };
278
+ /**
279
+ * If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details.
280
+ */
281
+ export type ManagedClusterSKUTier = (typeof ManagedClusterSKUTier)[keyof typeof ManagedClusterSKUTier];
282
+ export declare const Mode: {
283
+ /**
284
+ * IPTables proxy mode
285
+ */
286
+ readonly IPTABLES: "IPTABLES";
287
+ /**
288
+ * IPVS proxy mode. Must be using Kubernetes version >= 1.22.
289
+ */
290
+ readonly IPVS: "IPVS";
291
+ };
292
+ /**
293
+ * Specify which proxy mode to use ('IPTABLES' or 'IPVS')
294
+ */
295
+ export type Mode = (typeof Mode)[keyof typeof Mode];
296
+ export declare const NetworkDataplane: {
297
+ /**
298
+ * Use Azure network dataplane.
299
+ */
300
+ readonly Azure: "azure";
301
+ /**
302
+ * Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium) for more information.
303
+ */
304
+ readonly Cilium: "cilium";
305
+ };
306
+ /**
307
+ * Network dataplane used in the Kubernetes cluster.
308
+ */
309
+ export type NetworkDataplane = (typeof NetworkDataplane)[keyof typeof NetworkDataplane];
310
+ export declare const NetworkMode: {
311
+ /**
312
+ * No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https://docs.microsoft.com/azure/aks/faq#transparent-mode) for more information.
313
+ */
314
+ readonly Transparent: "transparent";
315
+ /**
316
+ * This is no longer supported
317
+ */
318
+ readonly Bridge: "bridge";
319
+ };
320
+ /**
321
+ * This cannot be specified if networkPlugin is anything other than 'azure'.
322
+ */
323
+ export type NetworkMode = (typeof NetworkMode)[keyof typeof NetworkMode];
324
+ export declare const NetworkPlugin: {
325
+ /**
326
+ * Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https://docs.microsoft.com/azure/aks/concepts-network#azure-cni-advanced-networking) for more information.
327
+ */
328
+ readonly Azure: "azure";
329
+ /**
330
+ * Use the Kubenet network plugin. See [Kubenet (basic) networking](https://docs.microsoft.com/azure/aks/concepts-network#kubenet-basic-networking) for more information.
331
+ */
332
+ readonly Kubenet: "kubenet";
333
+ /**
334
+ * Do not use a network plugin. A custom CNI will need to be installed after cluster creation for networking functionality.
335
+ */
336
+ readonly None: "none";
337
+ };
338
+ /**
339
+ * Network plugin used for building the Kubernetes network.
340
+ */
341
+ export type NetworkPlugin = (typeof NetworkPlugin)[keyof typeof NetworkPlugin];
342
+ export declare const NetworkPluginMode: {
343
+ /**
344
+ * Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet reference plugins host-local and bridge.
345
+ */
346
+ readonly Overlay: "overlay";
347
+ };
348
+ /**
349
+ * Network plugin mode used for building the Kubernetes network.
350
+ */
351
+ export type NetworkPluginMode = (typeof NetworkPluginMode)[keyof typeof NetworkPluginMode];
352
+ export declare const NetworkPolicy: {
353
+ /**
354
+ * Use Calico network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information.
355
+ */
356
+ readonly Calico: "calico";
357
+ /**
358
+ * Use Azure network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information.
359
+ */
360
+ readonly Azure: "azure";
361
+ /**
362
+ * Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'.
363
+ */
364
+ readonly Cilium: "cilium";
365
+ };
366
+ /**
367
+ * Network policy used for building the Kubernetes network.
368
+ */
369
+ export type NetworkPolicy = (typeof NetworkPolicy)[keyof typeof NetworkPolicy];
370
+ export declare const NodeOSUpgradeChannel: {
371
+ /**
372
+ * No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates
373
+ */
374
+ readonly None: "None";
375
+ /**
376
+ * OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially, and will be patched at some later time by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice
377
+ */
378
+ readonly Unmanaged: "Unmanaged";
379
+ /**
380
+ * AKS will update the nodes VHD with patches from the image maintainer labelled "security only" on a regular basis. Where possible, patches will also be applied without reimaging to existing nodes. Some patches, such as kernel patches, cannot be applied to existing nodes without disruption. For such patches, the VHD will be updated, and machines will be rolling reimaged to that VHD following maintenance windows and surge settings. This option incurs the extra cost of hosting the VHDs in your node resource group.
381
+ */
382
+ readonly SecurityPatch: "SecurityPatch";
383
+ /**
384
+ * AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images.
385
+ */
386
+ readonly NodeImage: "NodeImage";
387
+ };
388
+ /**
389
+ * The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA.
390
+ */
391
+ export type NodeOSUpgradeChannel = (typeof NodeOSUpgradeChannel)[keyof typeof NodeOSUpgradeChannel];
392
+ export declare const OSDiskType: {
393
+ /**
394
+ * Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency.
395
+ */
396
+ readonly Managed: "Managed";
397
+ /**
398
+ * Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read/write latency, along with faster node scaling and cluster upgrades.
399
+ */
400
+ readonly Ephemeral: "Ephemeral";
401
+ };
402
+ /**
403
+ * The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).
404
+ */
405
+ export type OSDiskType = (typeof OSDiskType)[keyof typeof OSDiskType];
406
+ export declare const OSSKU: {
407
+ /**
408
+ * Use Ubuntu as the OS for node images.
409
+ */
410
+ readonly Ubuntu: "Ubuntu";
411
+ /**
412
+ * Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead.
413
+ */
414
+ readonly Mariner: "Mariner";
415
+ /**
416
+ * Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https://aka.ms/azurelinux for more information.
417
+ */
418
+ readonly AzureLinux: "AzureLinux";
419
+ /**
420
+ * Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead.
421
+ */
422
+ readonly CBLMariner: "CBLMariner";
423
+ /**
424
+ * Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa.
425
+ */
426
+ readonly Windows2019: "Windows2019";
427
+ /**
428
+ * Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa.
429
+ */
430
+ readonly Windows2022: "Windows2022";
431
+ };
432
+ /**
433
+ * Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated.
434
+ */
435
+ export type OSSKU = (typeof OSSKU)[keyof typeof OSSKU];
436
+ export declare const OSType: {
437
+ /**
438
+ * Use Linux.
439
+ */
440
+ readonly Linux: "Linux";
441
+ /**
442
+ * Use Windows.
443
+ */
444
+ readonly Windows: "Windows";
445
+ };
446
+ /**
447
+ * The operating system type. The default is Linux.
448
+ */
449
+ export type OSType = (typeof OSType)[keyof typeof OSType];
450
+ export declare const OutboundType: {
451
+ /**
452
+ * The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-loadbalancer).
453
+ */
454
+ readonly LoadBalancer: "loadBalancer";
455
+ /**
456
+ * Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-userdefinedrouting).
457
+ */
458
+ readonly UserDefinedRouting: "userDefinedRouting";
459
+ /**
460
+ * The AKS-managed NAT gateway is used for egress.
461
+ */
462
+ readonly ManagedNATGateway: "managedNATGateway";
463
+ /**
464
+ * The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration.
465
+ */
466
+ readonly UserAssignedNATGateway: "userAssignedNATGateway";
467
+ };
468
+ /**
469
+ * This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype).
470
+ */
471
+ export type OutboundType = (typeof OutboundType)[keyof typeof OutboundType];
472
+ export declare const Protocol: {
473
+ /**
474
+ * TCP protocol.
475
+ */
476
+ readonly TCP: "TCP";
477
+ /**
478
+ * UDP protocol.
479
+ */
480
+ readonly UDP: "UDP";
481
+ };
482
+ /**
483
+ * The network protocol of the port.
484
+ */
485
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
486
+ export declare const PublicNetworkAccess: {
487
+ /**
488
+ * Inbound/Outbound to the managedCluster is allowed.
489
+ */
490
+ readonly Enabled: "Enabled";
491
+ /**
492
+ * Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed.
493
+ */
494
+ readonly Disabled: "Disabled";
495
+ /**
496
+ * Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters.
497
+ */
498
+ readonly SecuredByPerimeter: "SecuredByPerimeter";
499
+ };
500
+ /**
501
+ * Allow or deny public network access for AKS
502
+ */
503
+ export type PublicNetworkAccess = (typeof PublicNetworkAccess)[keyof typeof PublicNetworkAccess];
504
+ export declare const ResourceIdentityType: {
505
+ /**
506
+ * Use an implicitly created system assigned managed identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the system assigned managed identity to manipulate Azure resources.
507
+ */
508
+ readonly SystemAssigned: "SystemAssigned";
509
+ /**
510
+ * Use a user-specified identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the specified user assigned managed identity to manipulate Azure resources.
511
+ */
512
+ readonly UserAssigned: "UserAssigned";
513
+ /**
514
+ * Do not use a managed identity for the Managed Cluster, service principal will be used instead.
515
+ */
516
+ readonly None: "None";
517
+ };
518
+ /**
519
+ * For more information see [use managed identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity).
520
+ */
521
+ export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];
522
+ export declare const RestrictionLevel: {
523
+ /**
524
+ * All RBAC permissions are allowed on the managed node resource group
525
+ */
526
+ readonly Unrestricted: "Unrestricted";
527
+ /**
528
+ * Only */read RBAC permissions allowed on the managed node resource group
529
+ */
530
+ readonly ReadOnly: "ReadOnly";
531
+ };
532
+ /**
533
+ * The restriction level applied to the cluster's node resource group
534
+ */
535
+ export type RestrictionLevel = (typeof RestrictionLevel)[keyof typeof RestrictionLevel];
536
+ export declare const ScaleDownMode: {
537
+ /**
538
+ * Create new instances during scale up and remove instances during scale down.
539
+ */
540
+ readonly Delete: "Delete";
541
+ /**
542
+ * Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down.
543
+ */
544
+ readonly Deallocate: "Deallocate";
545
+ };
546
+ /**
547
+ * This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.
548
+ */
549
+ export type ScaleDownMode = (typeof ScaleDownMode)[keyof typeof ScaleDownMode];
550
+ export declare const ScaleSetEvictionPolicy: {
551
+ /**
552
+ * Nodes in the underlying Scale Set of the node pool are deleted when they're evicted.
553
+ */
554
+ readonly Delete: "Delete";
555
+ /**
556
+ * Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading.
557
+ */
558
+ readonly Deallocate: "Deallocate";
559
+ };
560
+ /**
561
+ * This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'.
562
+ */
563
+ export type ScaleSetEvictionPolicy = (typeof ScaleSetEvictionPolicy)[keyof typeof ScaleSetEvictionPolicy];
564
+ export declare const ScaleSetPriority: {
565
+ /**
566
+ * Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https://docs.microsoft.com/azure/aks/spot-node-pool) for more information.
567
+ */
568
+ readonly Spot: "Spot";
569
+ /**
570
+ * Regular VMs will be used.
571
+ */
572
+ readonly Regular: "Regular";
573
+ };
574
+ /**
575
+ * The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.
576
+ */
577
+ export type ScaleSetPriority = (typeof ScaleSetPriority)[keyof typeof ScaleSetPriority];
578
+ export declare const ServiceMeshMode: {
579
+ /**
580
+ * Istio deployed as an AKS addon.
581
+ */
582
+ readonly Istio: "Istio";
583
+ /**
584
+ * Mesh is disabled.
585
+ */
586
+ readonly Disabled: "Disabled";
587
+ };
588
+ /**
589
+ * Mode of the service mesh.
590
+ */
591
+ export type ServiceMeshMode = (typeof ServiceMeshMode)[keyof typeof ServiceMeshMode];
592
+ export declare const SnapshotType: {
593
+ /**
594
+ * The snapshot is a snapshot of a node pool.
595
+ */
596
+ readonly NodePool: "NodePool";
597
+ /**
598
+ * The snapshot is a snapshot of a managed cluster.
599
+ */
600
+ readonly ManagedCluster: "ManagedCluster";
601
+ };
602
+ /**
603
+ * The type of a snapshot. The default is NodePool.
604
+ */
605
+ export type SnapshotType = (typeof SnapshotType)[keyof typeof SnapshotType];
606
+ export declare const Type: {
607
+ /**
608
+ * First.
609
+ */
610
+ readonly First: "First";
611
+ /**
612
+ * Second.
613
+ */
614
+ readonly Second: "Second";
615
+ /**
616
+ * Third.
617
+ */
618
+ readonly Third: "Third";
619
+ /**
620
+ * Fourth.
621
+ */
622
+ readonly Fourth: "Fourth";
623
+ /**
624
+ * Last.
625
+ */
626
+ readonly Last: "Last";
627
+ };
628
+ /**
629
+ * Specifies on which instance of the allowed days specified in daysOfWeek the maintenance occurs.
630
+ */
631
+ export type Type = (typeof Type)[keyof typeof Type];
632
+ export declare const UpdateMode: {
633
+ /**
634
+ * Autoscaler never changes pod resources but provides recommendations.
635
+ */
636
+ readonly Off: "Off";
637
+ /**
638
+ * Autoscaler only assigns resources on pod creation and doesn't change them during the lifetime of the pod.
639
+ */
640
+ readonly Initial: "Initial";
641
+ /**
642
+ * Autoscaler assigns resources on pod creation and updates pods that need further scaling during their lifetime by deleting and recreating.
643
+ */
644
+ readonly Recreate: "Recreate";
645
+ /**
646
+ * Autoscaler chooses the update mode. Autoscaler currently does the same as Recreate. In the future, it may take advantage of restart-free mechanisms once they are available.
647
+ */
648
+ readonly Auto: "Auto";
649
+ };
650
+ /**
651
+ * Each update mode level is a superset of the lower levels. Off<Initial<Recreate<=Auto. For example: if UpdateMode is Initial, it means VPA sets the recommended resources in the VerticalPodAutoscaler Custom Resource (from UpdateMode Off) and also assigns resources on pod creation (from Initial). The default value is Off.
652
+ */
653
+ export type UpdateMode = (typeof UpdateMode)[keyof typeof UpdateMode];
654
+ export declare const UpgradeChannel: {
655
+ /**
656
+ * Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1.
657
+ */
658
+ readonly Rapid: "rapid";
659
+ /**
660
+ * Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6.
661
+ */
662
+ readonly Stable: "stable";
663
+ /**
664
+ * Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9.
665
+ */
666
+ readonly Patch: "patch";
667
+ /**
668
+ * Automatically upgrade the node image to the latest version available. Consider using nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from Kubernetes version patching
669
+ */
670
+ readonly Node_image: "node-image";
671
+ /**
672
+ * Disables auto-upgrades and keeps the cluster at its current version of Kubernetes.
673
+ */
674
+ readonly None: "none";
675
+ };
676
+ /**
677
+ * For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).
678
+ */
679
+ export type UpgradeChannel = (typeof UpgradeChannel)[keyof typeof UpgradeChannel];
680
+ export declare const WeekDay: {
681
+ readonly Sunday: "Sunday";
682
+ readonly Monday: "Monday";
683
+ readonly Tuesday: "Tuesday";
684
+ readonly Wednesday: "Wednesday";
685
+ readonly Thursday: "Thursday";
686
+ readonly Friday: "Friday";
687
+ readonly Saturday: "Saturday";
688
+ };
689
+ /**
690
+ * The day of the week.
691
+ */
692
+ export type WeekDay = (typeof WeekDay)[keyof typeof WeekDay];
693
+ export declare const WorkloadRuntime: {
694
+ /**
695
+ * Nodes will use Kubelet to run standard OCI container workloads.
696
+ */
697
+ readonly OCIContainer: "OCIContainer";
698
+ /**
699
+ * Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview).
700
+ */
701
+ readonly WasmWasi: "WasmWasi";
702
+ /**
703
+ * Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series.
704
+ */
705
+ readonly KataMshvVmIsolation: "KataMshvVmIsolation";
706
+ };
707
+ /**
708
+ * Determines the type of workload a node can run.
709
+ */
710
+ export type WorkloadRuntime = (typeof WorkloadRuntime)[keyof typeof WorkloadRuntime];