@pulumi/azure-native 2.35.0 → 2.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (521) hide show
  1. package/azurearcdata/activeDirectoryConnector.d.ts +2 -0
  2. package/azurearcdata/activeDirectoryConnector.js +4 -2
  3. package/azurearcdata/dataController.d.ts +2 -0
  4. package/azurearcdata/dataController.js +4 -2
  5. package/azurearcdata/failoverGroup.d.ts +2 -0
  6. package/azurearcdata/failoverGroup.js +4 -2
  7. package/azurearcdata/getActiveDirectoryConnector.d.ts +4 -0
  8. package/azurearcdata/getActiveDirectoryConnector.js +5 -1
  9. package/azurearcdata/getDataController.d.ts +4 -0
  10. package/azurearcdata/getDataController.js +5 -1
  11. package/azurearcdata/getFailoverGroup.d.ts +4 -0
  12. package/azurearcdata/getFailoverGroup.js +5 -1
  13. package/azurearcdata/getPostgresInstance.d.ts +4 -0
  14. package/azurearcdata/getPostgresInstance.js +5 -1
  15. package/azurearcdata/getSqlManagedInstance.d.ts +4 -0
  16. package/azurearcdata/getSqlManagedInstance.js +5 -1
  17. package/azurearcdata/getSqlServerAvailabilityGroup.d.ts +75 -0
  18. package/azurearcdata/getSqlServerAvailabilityGroup.js +29 -0
  19. package/azurearcdata/getSqlServerAvailabilityGroupDetailView.d.ts +75 -0
  20. package/azurearcdata/getSqlServerAvailabilityGroupDetailView.js +29 -0
  21. package/azurearcdata/getSqlServerDatabase.d.ts +4 -0
  22. package/azurearcdata/getSqlServerDatabase.js +5 -1
  23. package/azurearcdata/getSqlServerInstance.d.ts +4 -0
  24. package/azurearcdata/getSqlServerInstance.js +5 -1
  25. package/azurearcdata/getSqlServerInstanceTelemetry.d.ts +98 -0
  26. package/azurearcdata/getSqlServerInstanceTelemetry.js +34 -0
  27. package/azurearcdata/index.d.ts +14 -1
  28. package/azurearcdata/index.js +17 -2
  29. package/azurearcdata/postgresInstance.d.ts +2 -0
  30. package/azurearcdata/postgresInstance.js +4 -2
  31. package/azurearcdata/sqlManagedInstance.d.ts +2 -0
  32. package/azurearcdata/sqlManagedInstance.js +4 -2
  33. package/azurearcdata/sqlServerAvailabilityGroup.d.ts +88 -0
  34. package/azurearcdata/sqlServerAvailabilityGroup.js +81 -0
  35. package/azurearcdata/sqlServerDatabase.d.ts +2 -0
  36. package/azurearcdata/sqlServerDatabase.js +4 -2
  37. package/azurearcdata/sqlServerInstance.d.ts +2 -0
  38. package/azurearcdata/sqlServerInstance.js +4 -2
  39. package/azurearcdata/v20230115preview/activeDirectoryConnector.js +2 -2
  40. package/azurearcdata/v20230115preview/dataController.js +2 -2
  41. package/azurearcdata/v20230115preview/failoverGroup.js +2 -2
  42. package/azurearcdata/v20230115preview/postgresInstance.js +2 -2
  43. package/azurearcdata/v20230115preview/sqlManagedInstance.js +2 -2
  44. package/azurearcdata/v20230115preview/sqlServerDatabase.js +2 -2
  45. package/azurearcdata/v20230115preview/sqlServerInstance.js +2 -2
  46. package/azurearcdata/v20240101/activeDirectoryConnector.d.ts +67 -0
  47. package/azurearcdata/v20240101/activeDirectoryConnector.js +77 -0
  48. package/azurearcdata/v20240101/dataController.d.ts +91 -0
  49. package/azurearcdata/v20240101/dataController.js +79 -0
  50. package/azurearcdata/v20240101/failoverGroup.d.ts +67 -0
  51. package/azurearcdata/v20240101/failoverGroup.js +77 -0
  52. package/azurearcdata/v20240101/getActiveDirectoryConnector.d.ts +63 -0
  53. package/azurearcdata/v20240101/getActiveDirectoryConnector.js +27 -0
  54. package/azurearcdata/v20240101/getDataController.d.ts +69 -0
  55. package/azurearcdata/v20240101/getDataController.js +26 -0
  56. package/azurearcdata/v20240101/getFailoverGroup.d.ts +63 -0
  57. package/azurearcdata/v20240101/getFailoverGroup.js +27 -0
  58. package/azurearcdata/v20240101/getPostgresInstance.d.ts +73 -0
  59. package/azurearcdata/v20240101/getPostgresInstance.js +26 -0
  60. package/azurearcdata/v20240101/getSqlManagedInstance.d.ts +73 -0
  61. package/azurearcdata/v20240101/getSqlManagedInstance.js +26 -0
  62. package/azurearcdata/v20240101/getSqlServerAvailabilityGroup.d.ts +73 -0
  63. package/azurearcdata/v20240101/getSqlServerAvailabilityGroup.js +27 -0
  64. package/azurearcdata/v20240101/getSqlServerAvailabilityGroupDetailView.d.ts +73 -0
  65. package/azurearcdata/v20240101/getSqlServerAvailabilityGroupDetailView.js +27 -0
  66. package/azurearcdata/v20240101/getSqlServerDatabase.d.ts +73 -0
  67. package/azurearcdata/v20240101/getSqlServerDatabase.js +27 -0
  68. package/azurearcdata/v20240101/getSqlServerInstance.d.ts +65 -0
  69. package/azurearcdata/v20240101/getSqlServerInstance.js +26 -0
  70. package/azurearcdata/v20240101/getSqlServerInstanceTelemetry.d.ts +96 -0
  71. package/azurearcdata/v20240101/getSqlServerInstanceTelemetry.js +32 -0
  72. package/azurearcdata/v20240101/index.d.ts +55 -0
  73. package/azurearcdata/v20240101/index.js +96 -0
  74. package/azurearcdata/v20240101/postgresInstance.d.ts +99 -0
  75. package/azurearcdata/v20240101/postgresInstance.js +81 -0
  76. package/azurearcdata/v20240101/sqlManagedInstance.d.ts +99 -0
  77. package/azurearcdata/v20240101/sqlManagedInstance.js +81 -0
  78. package/azurearcdata/v20240101/sqlServerAvailabilityGroup.d.ts +87 -0
  79. package/azurearcdata/v20240101/sqlServerAvailabilityGroup.js +80 -0
  80. package/azurearcdata/v20240101/sqlServerDatabase.d.ts +87 -0
  81. package/azurearcdata/v20240101/sqlServerDatabase.js +80 -0
  82. package/azurearcdata/v20240101/sqlServerInstance.d.ts +83 -0
  83. package/azurearcdata/v20240101/sqlServerInstance.js +73 -0
  84. package/azuresphere/v20240401/listCatalogDeployments.d.ts +1 -1
  85. package/azuresphere/v20240401/listCatalogDeviceGroups.d.ts +1 -1
  86. package/azuresphere/v20240401/listCatalogDeviceInsights.d.ts +1 -1
  87. package/azuresphere/v20240401/listCatalogDevices.d.ts +1 -1
  88. package/insights/dataCollectionEndpoint.d.ts +2 -0
  89. package/insights/dataCollectionEndpoint.js +4 -2
  90. package/insights/dataCollectionRule.d.ts +2 -0
  91. package/insights/dataCollectionRule.js +4 -2
  92. package/insights/dataCollectionRuleAssociation.d.ts +2 -0
  93. package/insights/dataCollectionRuleAssociation.js +4 -2
  94. package/insights/getDataCollectionEndpoint.d.ts +4 -0
  95. package/insights/getDataCollectionEndpoint.js +5 -1
  96. package/insights/getDataCollectionRule.d.ts +4 -0
  97. package/insights/getDataCollectionRule.js +5 -1
  98. package/insights/getDataCollectionRuleAssociation.d.ts +4 -0
  99. package/insights/getDataCollectionRuleAssociation.js +5 -1
  100. package/insights/index.d.ts +2 -1
  101. package/insights/index.js +4 -2
  102. package/insights/v20220601/dataCollectionEndpoint.js +2 -2
  103. package/insights/v20220601/dataCollectionRule.js +2 -2
  104. package/insights/v20220601/dataCollectionRuleAssociation.js +2 -2
  105. package/insights/v20230311/dataCollectionEndpoint.d.ts +148 -0
  106. package/insights/v20230311/dataCollectionEndpoint.js +97 -0
  107. package/insights/v20230311/dataCollectionRule.d.ts +182 -0
  108. package/insights/v20230311/dataCollectionRule.js +101 -0
  109. package/insights/v20230311/dataCollectionRuleAssociation.d.ts +90 -0
  110. package/insights/v20230311/dataCollectionRuleAssociation.js +79 -0
  111. package/insights/v20230311/getDataCollectionEndpoint.d.ts +113 -0
  112. package/insights/v20230311/getDataCollectionEndpoint.js +26 -0
  113. package/insights/v20230311/getDataCollectionRule.d.ts +124 -0
  114. package/insights/v20230311/getDataCollectionRule.js +26 -0
  115. package/insights/v20230311/getDataCollectionRuleAssociation.d.ts +75 -0
  116. package/insights/v20230311/getDataCollectionRuleAssociation.js +26 -0
  117. package/insights/v20230311/index.d.ts +19 -0
  118. package/insights/v20230311/index.js +55 -0
  119. package/loadtestservice/getLoadTest.d.ts +7 -7
  120. package/loadtestservice/getLoadTest.js +2 -2
  121. package/loadtestservice/loadTest.d.ts +4 -4
  122. package/loadtestservice/loadTest.js +1 -1
  123. package/loadtestservice/v20221201/getLoadTest.d.ts +7 -7
  124. package/loadtestservice/v20221201/getLoadTest.js +2 -2
  125. package/loadtestservice/v20221201/loadTest.d.ts +4 -4
  126. package/loadtestservice/v20221201/loadTest.js +1 -1
  127. package/netapp/account.d.ts +1 -1
  128. package/netapp/account.js +3 -3
  129. package/netapp/backup.d.ts +1 -1
  130. package/netapp/backup.js +1 -1
  131. package/netapp/backupPolicy.d.ts +1 -1
  132. package/netapp/backupPolicy.js +3 -3
  133. package/netapp/backupVault.d.ts +1 -1
  134. package/netapp/backupVault.js +3 -3
  135. package/netapp/getAccount.d.ts +2 -2
  136. package/netapp/getAccount.js +2 -2
  137. package/netapp/getBackup.d.ts +2 -2
  138. package/netapp/getBackup.js +2 -2
  139. package/netapp/getBackupPolicy.d.ts +2 -2
  140. package/netapp/getBackupPolicy.js +2 -2
  141. package/netapp/getBackupVault.d.ts +2 -2
  142. package/netapp/getBackupVault.js +2 -2
  143. package/netapp/getPool.d.ts +2 -2
  144. package/netapp/getPool.js +2 -2
  145. package/netapp/getSnapshot.d.ts +2 -2
  146. package/netapp/getSnapshot.js +2 -2
  147. package/netapp/getSnapshotPolicy.d.ts +2 -2
  148. package/netapp/getSnapshotPolicy.js +2 -2
  149. package/netapp/getSubvolume.d.ts +2 -2
  150. package/netapp/getSubvolume.js +2 -2
  151. package/netapp/getSubvolumeMetadata.d.ts +2 -2
  152. package/netapp/getSubvolumeMetadata.js +2 -2
  153. package/netapp/getVolume.d.ts +2 -2
  154. package/netapp/getVolume.js +2 -2
  155. package/netapp/getVolumeGroup.d.ts +2 -2
  156. package/netapp/getVolumeGroup.js +2 -2
  157. package/netapp/getVolumeGroupIdForLdapUser.d.ts +2 -2
  158. package/netapp/getVolumeGroupIdForLdapUser.js +2 -2
  159. package/netapp/getVolumeQuotaRule.d.ts +2 -2
  160. package/netapp/getVolumeQuotaRule.js +2 -2
  161. package/netapp/index.d.ts +2 -1
  162. package/netapp/index.js +4 -2
  163. package/netapp/listVolumeReplications.d.ts +2 -2
  164. package/netapp/listVolumeReplications.js +2 -2
  165. package/netapp/pool.d.ts +1 -1
  166. package/netapp/pool.js +3 -3
  167. package/netapp/snapshot.d.ts +1 -1
  168. package/netapp/snapshot.js +3 -3
  169. package/netapp/snapshotPolicy.d.ts +1 -1
  170. package/netapp/snapshotPolicy.js +3 -3
  171. package/netapp/subvolume.d.ts +1 -1
  172. package/netapp/subvolume.js +3 -3
  173. package/netapp/v20210401/backupPolicy.js +2 -2
  174. package/netapp/v20210401preview/backupPolicy.js +2 -2
  175. package/netapp/v20211001/volume.js +2 -2
  176. package/netapp/v20211001/volumeGroup.js +2 -2
  177. package/netapp/v20220501/account.js +2 -2
  178. package/netapp/v20221101/account.js +2 -2
  179. package/netapp/v20221101/backupPolicy.js +2 -2
  180. package/netapp/v20221101/pool.js +2 -2
  181. package/netapp/v20221101/snapshot.js +2 -2
  182. package/netapp/v20221101/snapshotPolicy.js +2 -2
  183. package/netapp/v20221101/subvolume.js +2 -2
  184. package/netapp/v20221101/volume.js +2 -2
  185. package/netapp/v20221101/volumeGroup.js +2 -2
  186. package/netapp/v20221101/volumeQuotaRule.js +2 -2
  187. package/netapp/v20221101preview/account.js +2 -2
  188. package/netapp/v20221101preview/backup.js +2 -2
  189. package/netapp/v20221101preview/backupPolicy.js +2 -2
  190. package/netapp/v20221101preview/backupVault.js +2 -2
  191. package/netapp/v20221101preview/pool.js +2 -2
  192. package/netapp/v20221101preview/snapshot.js +2 -2
  193. package/netapp/v20221101preview/snapshotPolicy.js +2 -2
  194. package/netapp/v20221101preview/subvolume.js +2 -2
  195. package/netapp/v20221101preview/volume.js +2 -2
  196. package/netapp/v20221101preview/volumeGroup.js +2 -2
  197. package/netapp/v20221101preview/volumeQuotaRule.js +2 -2
  198. package/netapp/v20230501/account.js +2 -2
  199. package/netapp/v20230501/backupPolicy.js +2 -2
  200. package/netapp/v20230501/pool.js +2 -2
  201. package/netapp/v20230501/snapshot.js +2 -2
  202. package/netapp/v20230501/snapshotPolicy.js +2 -2
  203. package/netapp/v20230501/subvolume.js +2 -2
  204. package/netapp/v20230501/volume.js +2 -2
  205. package/netapp/v20230501/volumeGroup.js +2 -2
  206. package/netapp/v20230501/volumeQuotaRule.js +2 -2
  207. package/netapp/v20230501preview/account.js +2 -2
  208. package/netapp/v20230501preview/backup.js +2 -2
  209. package/netapp/v20230501preview/backupPolicy.js +2 -2
  210. package/netapp/v20230501preview/backupVault.js +2 -2
  211. package/netapp/v20230501preview/pool.js +2 -2
  212. package/netapp/v20230501preview/snapshot.js +2 -2
  213. package/netapp/v20230501preview/snapshotPolicy.js +2 -2
  214. package/netapp/v20230501preview/subvolume.js +2 -2
  215. package/netapp/v20230501preview/volume.js +2 -2
  216. package/netapp/v20230501preview/volumeGroup.js +2 -2
  217. package/netapp/v20230501preview/volumeQuotaRule.js +2 -2
  218. package/netapp/v20230701/account.js +2 -2
  219. package/netapp/v20230701/backupPolicy.js +2 -2
  220. package/netapp/v20230701/pool.js +2 -2
  221. package/netapp/v20230701/snapshot.js +2 -2
  222. package/netapp/v20230701/snapshotPolicy.js +2 -2
  223. package/netapp/v20230701/subvolume.js +2 -2
  224. package/netapp/v20230701/volume.js +2 -2
  225. package/netapp/v20230701/volumeGroup.js +2 -2
  226. package/netapp/v20230701/volumeQuotaRule.js +2 -2
  227. package/netapp/v20230701preview/account.d.ts +123 -0
  228. package/netapp/v20230701preview/account.js +88 -0
  229. package/netapp/v20230701preview/backup.d.ts +122 -0
  230. package/netapp/v20230701preview/backup.js +101 -0
  231. package/netapp/v20230701preview/backupPolicy.d.ts +130 -0
  232. package/netapp/v20230701preview/backupPolicy.js +93 -0
  233. package/netapp/v20230701preview/backupVault.d.ts +82 -0
  234. package/netapp/v20230701preview/backupVault.js +77 -0
  235. package/netapp/v20230701preview/getAccount.d.ts +93 -0
  236. package/netapp/v20230701preview/getAccount.js +26 -0
  237. package/netapp/v20230701preview/getBackup.d.ts +111 -0
  238. package/netapp/v20230701preview/getBackup.js +28 -0
  239. package/netapp/v20230701preview/getBackupPolicy.d.ts +105 -0
  240. package/netapp/v20230701preview/getBackupPolicy.js +27 -0
  241. package/netapp/v20230701preview/getBackupVault.d.ts +73 -0
  242. package/netapp/v20230701preview/getBackupVault.js +27 -0
  243. package/netapp/v20230701preview/getPool.d.ts +109 -0
  244. package/netapp/v20230701preview/getPool.js +27 -0
  245. package/netapp/v20230701preview/getSnapshot.d.ts +91 -0
  246. package/netapp/v20230701preview/getSnapshot.js +29 -0
  247. package/netapp/v20230701preview/getSnapshotPolicy.d.ts +97 -0
  248. package/netapp/v20230701preview/getSnapshotPolicy.js +27 -0
  249. package/netapp/v20230701preview/getSubvolume.d.ts +91 -0
  250. package/netapp/v20230701preview/getSubvolume.js +29 -0
  251. package/netapp/v20230701preview/getSubvolumeMetadata.d.ts +110 -0
  252. package/netapp/v20230701preview/getSubvolumeMetadata.js +29 -0
  253. package/netapp/v20230701preview/getVolume.d.ts +305 -0
  254. package/netapp/v20230701preview/getVolume.js +28 -0
  255. package/netapp/v20230701preview/getVolumeGroup.d.ts +71 -0
  256. package/netapp/v20230701preview/getVolumeGroup.js +27 -0
  257. package/netapp/v20230701preview/getVolumeGroupIdForLdapUser.d.ts +62 -0
  258. package/netapp/v20230701preview/getVolumeGroupIdForLdapUser.js +29 -0
  259. package/netapp/v20230701preview/getVolumeQuotaRule.d.ts +101 -0
  260. package/netapp/v20230701preview/getVolumeQuotaRule.js +29 -0
  261. package/netapp/v20230701preview/index.d.ts +76 -0
  262. package/netapp/v20230701preview/index.js +120 -0
  263. package/netapp/v20230701preview/listVolumeReplications.d.ts +55 -0
  264. package/netapp/v20230701preview/listVolumeReplications.js +28 -0
  265. package/netapp/v20230701preview/pool.d.ts +139 -0
  266. package/netapp/v20230701preview/pool.js +102 -0
  267. package/netapp/v20230701preview/snapshot.d.ts +86 -0
  268. package/netapp/v20230701preview/snapshot.js +87 -0
  269. package/netapp/v20230701preview/snapshotPolicy.d.ts +127 -0
  270. package/netapp/v20230701preview/snapshotPolicy.js +89 -0
  271. package/netapp/v20230701preview/subvolume.d.ts +94 -0
  272. package/netapp/v20230701preview/subvolume.js +87 -0
  273. package/netapp/v20230701preview/volume.d.ts +468 -0
  274. package/netapp/v20230701preview/volume.js +203 -0
  275. package/netapp/v20230701preview/volumeGroup.d.ts +83 -0
  276. package/netapp/v20230701preview/volumeGroup.js +77 -0
  277. package/netapp/v20230701preview/volumeQuotaRule.d.ts +115 -0
  278. package/netapp/v20230701preview/volumeQuotaRule.js +91 -0
  279. package/netapp/volume.d.ts +1 -1
  280. package/netapp/volume.js +3 -3
  281. package/netapp/volumeGroup.d.ts +1 -1
  282. package/netapp/volumeGroup.js +3 -3
  283. package/netapp/volumeQuotaRule.d.ts +1 -1
  284. package/netapp/volumeQuotaRule.js +3 -3
  285. package/package.json +1 -1
  286. package/quota/getGroupQuota.d.ts +4 -4
  287. package/quota/getGroupQuota.js +4 -4
  288. package/quota/getGroupQuotaSubscription.d.ts +5 -5
  289. package/quota/getGroupQuotaSubscription.js +4 -4
  290. package/quota/groupQuota.d.ts +1 -1
  291. package/quota/groupQuota.js +4 -4
  292. package/quota/groupQuotaSubscription.d.ts +2 -2
  293. package/quota/groupQuotaSubscription.js +5 -5
  294. package/quota/v20230601preview/getGroupQuota.d.ts +4 -4
  295. package/quota/v20230601preview/getGroupQuota.js +4 -4
  296. package/quota/v20230601preview/getGroupQuotaSubscription.d.ts +5 -5
  297. package/quota/v20230601preview/getGroupQuotaSubscription.js +4 -4
  298. package/quota/v20230601preview/groupQuota.d.ts +1 -1
  299. package/quota/v20230601preview/groupQuota.js +4 -4
  300. package/quota/v20230601preview/groupQuotaSubscription.d.ts +2 -2
  301. package/quota/v20230601preview/groupQuotaSubscription.js +5 -5
  302. package/recoveryservices/getPrivateEndpointConnection.d.ts +2 -2
  303. package/recoveryservices/getPrivateEndpointConnection.js +2 -2
  304. package/recoveryservices/getProtectedItem.d.ts +2 -2
  305. package/recoveryservices/getProtectedItem.js +2 -2
  306. package/recoveryservices/getProtectionContainer.d.ts +2 -2
  307. package/recoveryservices/getProtectionContainer.js +2 -2
  308. package/recoveryservices/getProtectionIntent.d.ts +2 -2
  309. package/recoveryservices/getProtectionIntent.js +2 -2
  310. package/recoveryservices/getProtectionPolicy.d.ts +2 -2
  311. package/recoveryservices/getProtectionPolicy.js +2 -2
  312. package/recoveryservices/getResourceGuardProxy.d.ts +2 -2
  313. package/recoveryservices/getResourceGuardProxy.js +2 -2
  314. package/recoveryservices/privateEndpointConnection.d.ts +1 -1
  315. package/recoveryservices/privateEndpointConnection.js +3 -3
  316. package/recoveryservices/protectedItem.d.ts +1 -1
  317. package/recoveryservices/protectedItem.js +3 -3
  318. package/recoveryservices/protectionContainer.d.ts +1 -1
  319. package/recoveryservices/protectionContainer.js +3 -3
  320. package/recoveryservices/protectionIntent.d.ts +1 -1
  321. package/recoveryservices/protectionIntent.js +3 -3
  322. package/recoveryservices/protectionPolicy.d.ts +1 -1
  323. package/recoveryservices/protectionPolicy.js +3 -3
  324. package/recoveryservices/resourceGuardProxy.d.ts +1 -1
  325. package/recoveryservices/resourceGuardProxy.js +3 -3
  326. package/recoveryservices/v20230401/privateEndpointConnection.js +2 -2
  327. package/recoveryservices/v20230401/protectedItem.js +2 -2
  328. package/recoveryservices/v20230401/protectionContainer.js +2 -2
  329. package/recoveryservices/v20230401/protectionIntent.js +2 -2
  330. package/recoveryservices/v20230401/protectionPolicy.js +2 -2
  331. package/recoveryservices/v20230401/resourceGuardProxy.js +2 -2
  332. package/recoveryservices/v20230601/privateEndpointConnection.js +2 -2
  333. package/recoveryservices/v20230601/protectedItem.js +2 -2
  334. package/recoveryservices/v20230601/protectionContainer.js +2 -2
  335. package/recoveryservices/v20230601/protectionIntent.js +2 -2
  336. package/recoveryservices/v20230601/protectionPolicy.js +2 -2
  337. package/recoveryservices/v20230601/resourceGuardProxy.js +2 -2
  338. package/recoveryservices/v20230801/privateEndpointConnection.js +2 -2
  339. package/recoveryservices/v20230801/protectedItem.js +2 -2
  340. package/recoveryservices/v20230801/protectionContainer.js +2 -2
  341. package/recoveryservices/v20230801/protectionIntent.js +2 -2
  342. package/recoveryservices/v20230801/protectionPolicy.js +2 -2
  343. package/recoveryservices/v20230801/resourceGuardProxy.js +2 -2
  344. package/recoveryservices/v20240101/privateEndpointConnection.js +2 -2
  345. package/recoveryservices/v20240101/protectedItem.js +2 -2
  346. package/recoveryservices/v20240101/protectionContainer.js +2 -2
  347. package/recoveryservices/v20240101/protectionIntent.js +2 -2
  348. package/recoveryservices/v20240101/protectionPolicy.js +2 -2
  349. package/recoveryservices/v20240101/resourceGuardProxy.js +2 -2
  350. package/recoveryservices/v20240201/getPrivateEndpointConnection.d.ts +73 -0
  351. package/recoveryservices/v20240201/getPrivateEndpointConnection.js +27 -0
  352. package/recoveryservices/v20240201/getProtectedItem.d.ts +99 -0
  353. package/recoveryservices/v20240201/getProtectedItem.js +32 -0
  354. package/recoveryservices/v20240201/getProtectionContainer.d.ts +81 -0
  355. package/recoveryservices/v20240201/getProtectionContainer.js +28 -0
  356. package/recoveryservices/v20240201/getProtectionIntent.d.ts +83 -0
  357. package/recoveryservices/v20240201/getProtectionIntent.js +30 -0
  358. package/recoveryservices/v20240201/getProtectionPolicy.d.ts +75 -0
  359. package/recoveryservices/v20240201/getProtectionPolicy.js +29 -0
  360. package/recoveryservices/v20240201/getResourceGuardProxy.d.ts +64 -0
  361. package/recoveryservices/v20240201/getResourceGuardProxy.js +27 -0
  362. package/recoveryservices/v20240201/index.d.ts +36 -0
  363. package/recoveryservices/v20240201/index.js +44 -2
  364. package/recoveryservices/v20240201/privateEndpointConnection.d.ts +91 -0
  365. package/recoveryservices/v20240201/privateEndpointConnection.js +77 -0
  366. package/recoveryservices/v20240201/protectedItem.d.ts +99 -0
  367. package/recoveryservices/v20240201/protectedItem.js +85 -0
  368. package/recoveryservices/v20240201/protectionContainer.d.ts +95 -0
  369. package/recoveryservices/v20240201/protectionContainer.js +81 -0
  370. package/recoveryservices/v20240201/protectionIntent.d.ts +95 -0
  371. package/recoveryservices/v20240201/protectionIntent.js +81 -0
  372. package/recoveryservices/v20240201/protectionPolicy.d.ts +91 -0
  373. package/recoveryservices/v20240201/protectionPolicy.js +77 -0
  374. package/recoveryservices/v20240201/resourceGuardProxy.d.ts +85 -0
  375. package/recoveryservices/v20240201/resourceGuardProxy.js +74 -0
  376. package/resources/deployment.d.ts +1 -1
  377. package/resources/deployment.js +3 -3
  378. package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
  379. package/resources/deploymentAtManagementGroupScope.js +3 -3
  380. package/resources/deploymentAtScope.d.ts +1 -1
  381. package/resources/deploymentAtScope.js +3 -3
  382. package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
  383. package/resources/deploymentAtSubscriptionScope.js +3 -3
  384. package/resources/deploymentAtTenantScope.d.ts +1 -1
  385. package/resources/deploymentAtTenantScope.js +3 -3
  386. package/resources/getDeployment.d.ts +2 -2
  387. package/resources/getDeployment.js +2 -2
  388. package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
  389. package/resources/getDeploymentAtManagementGroupScope.js +2 -2
  390. package/resources/getDeploymentAtScope.d.ts +2 -2
  391. package/resources/getDeploymentAtScope.js +2 -2
  392. package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
  393. package/resources/getDeploymentAtSubscriptionScope.js +2 -2
  394. package/resources/getDeploymentAtTenantScope.d.ts +2 -2
  395. package/resources/getDeploymentAtTenantScope.js +2 -2
  396. package/resources/getResource.d.ts +2 -2
  397. package/resources/getResource.js +2 -2
  398. package/resources/getResourceGroup.d.ts +2 -2
  399. package/resources/getResourceGroup.js +2 -2
  400. package/resources/getTagAtScope.d.ts +2 -2
  401. package/resources/getTagAtScope.js +2 -2
  402. package/resources/index.d.ts +2 -1
  403. package/resources/index.js +4 -2
  404. package/resources/resource.d.ts +1 -1
  405. package/resources/resource.js +3 -3
  406. package/resources/resourceGroup.d.ts +1 -1
  407. package/resources/resourceGroup.js +3 -3
  408. package/resources/tagAtScope.d.ts +1 -1
  409. package/resources/tagAtScope.js +3 -3
  410. package/resources/v20220901/deployment.js +2 -2
  411. package/resources/v20220901/deploymentAtManagementGroupScope.js +2 -2
  412. package/resources/v20220901/deploymentAtScope.js +2 -2
  413. package/resources/v20220901/deploymentAtSubscriptionScope.js +2 -2
  414. package/resources/v20220901/deploymentAtTenantScope.js +2 -2
  415. package/resources/v20220901/resource.js +2 -2
  416. package/resources/v20220901/resourceGroup.js +2 -2
  417. package/resources/v20220901/tagAtScope.js +2 -2
  418. package/resources/v20230701/deployment.js +2 -2
  419. package/resources/v20230701/deploymentAtManagementGroupScope.js +2 -2
  420. package/resources/v20230701/deploymentAtScope.js +2 -2
  421. package/resources/v20230701/deploymentAtSubscriptionScope.js +2 -2
  422. package/resources/v20230701/deploymentAtTenantScope.js +2 -2
  423. package/resources/v20230701/resource.js +2 -2
  424. package/resources/v20230701/resourceGroup.js +2 -2
  425. package/resources/v20230701/tagAtScope.js +2 -2
  426. package/resources/v20240301/deployment.d.ts +79 -0
  427. package/resources/v20240301/deployment.js +74 -0
  428. package/resources/v20240301/deploymentAtManagementGroupScope.d.ts +79 -0
  429. package/resources/v20240301/deploymentAtManagementGroupScope.js +74 -0
  430. package/resources/v20240301/deploymentAtScope.d.ts +79 -0
  431. package/resources/v20240301/deploymentAtScope.js +74 -0
  432. package/resources/v20240301/deploymentAtSubscriptionScope.d.ts +75 -0
  433. package/resources/v20240301/deploymentAtSubscriptionScope.js +70 -0
  434. package/resources/v20240301/deploymentAtTenantScope.d.ts +75 -0
  435. package/resources/v20240301/deploymentAtTenantScope.js +70 -0
  436. package/resources/v20240301/getDeployment.d.ts +61 -0
  437. package/resources/v20240301/getDeployment.js +26 -0
  438. package/resources/v20240301/getDeploymentAtManagementGroupScope.d.ts +61 -0
  439. package/resources/v20240301/getDeploymentAtManagementGroupScope.js +26 -0
  440. package/resources/v20240301/getDeploymentAtScope.d.ts +61 -0
  441. package/resources/v20240301/getDeploymentAtScope.js +26 -0
  442. package/resources/v20240301/getDeploymentAtSubscriptionScope.d.ts +53 -0
  443. package/resources/v20240301/getDeploymentAtSubscriptionScope.js +25 -0
  444. package/resources/v20240301/getDeploymentAtTenantScope.d.ts +53 -0
  445. package/resources/v20240301/getDeploymentAtTenantScope.js +25 -0
  446. package/resources/v20240301/getResource.d.ts +109 -0
  447. package/resources/v20240301/getResource.js +29 -0
  448. package/resources/v20240301/getResourceGroup.d.ts +57 -0
  449. package/resources/v20240301/getResourceGroup.js +25 -0
  450. package/resources/v20240301/getTagAtScope.d.ts +43 -0
  451. package/resources/v20240301/getTagAtScope.js +25 -0
  452. package/resources/v20240301/index.d.ts +49 -0
  453. package/resources/v20240301/index.js +90 -0
  454. package/resources/v20240301/resource.d.ts +139 -0
  455. package/resources/v20240301/resource.js +95 -0
  456. package/resources/v20240301/resourceGroup.d.ts +78 -0
  457. package/resources/v20240301/resourceGroup.js +69 -0
  458. package/resources/v20240301/tagAtScope.d.ts +55 -0
  459. package/resources/v20240301/tagAtScope.js +69 -0
  460. package/security/devOpsConfiguration.d.ts +2 -0
  461. package/security/devOpsConfiguration.js +4 -2
  462. package/security/getDevOpsConfiguration.d.ts +4 -0
  463. package/security/getDevOpsConfiguration.js +5 -1
  464. package/security/index.d.ts +2 -1
  465. package/security/index.js +4 -2
  466. package/security/listAzureDevOpsOrgAvailable.d.ts +4 -0
  467. package/security/listAzureDevOpsOrgAvailable.js +5 -1
  468. package/security/listGitHubOwnerAvailable.d.ts +4 -0
  469. package/security/listGitHubOwnerAvailable.js +5 -1
  470. package/security/listGitLabGroupAvailable.d.ts +4 -0
  471. package/security/listGitLabGroupAvailable.js +5 -1
  472. package/security/listGitLabSubgroup.d.ts +4 -0
  473. package/security/listGitLabSubgroup.js +5 -1
  474. package/security/v20230901preview/devOpsConfiguration.js +2 -2
  475. package/security/v20240401/devOpsConfiguration.d.ts +63 -0
  476. package/security/v20240401/devOpsConfiguration.js +72 -0
  477. package/security/v20240401/getDevOpsConfiguration.d.ts +55 -0
  478. package/security/v20240401/getDevOpsConfiguration.js +26 -0
  479. package/security/v20240401/index.d.ts +19 -0
  480. package/security/v20240401/index.js +53 -0
  481. package/security/v20240401/listAzureDevOpsOrgAvailable.d.ts +43 -0
  482. package/security/v20240401/listAzureDevOpsOrgAvailable.js +26 -0
  483. package/security/v20240401/listGitHubOwnerAvailable.d.ts +43 -0
  484. package/security/v20240401/listGitHubOwnerAvailable.js +26 -0
  485. package/security/v20240401/listGitLabGroupAvailable.d.ts +43 -0
  486. package/security/v20240401/listGitLabGroupAvailable.js +26 -0
  487. package/security/v20240401/listGitLabSubgroup.d.ts +51 -0
  488. package/security/v20240401/listGitLabSubgroup.js +27 -0
  489. package/tsconfig.tsbuildinfo +1 -1
  490. package/types/enums/azurearcdata/index.d.ts +13 -1
  491. package/types/enums/azurearcdata/index.js +11 -2
  492. package/types/enums/azurearcdata/v20240101/index.d.ts +164 -0
  493. package/types/enums/azurearcdata/v20240101/index.js +106 -0
  494. package/types/enums/insights/index.d.ts +2 -1
  495. package/types/enums/insights/index.js +5 -3
  496. package/types/enums/insights/v20230311/index.d.ts +170 -0
  497. package/types/enums/insights/v20230311/index.js +130 -0
  498. package/types/enums/loadtestservice/index.d.ts +7 -1
  499. package/types/enums/loadtestservice/index.js +7 -1
  500. package/types/enums/loadtestservice/v20221201/index.d.ts +7 -1
  501. package/types/enums/loadtestservice/v20221201/index.js +7 -1
  502. package/types/enums/netapp/index.d.ts +2 -1
  503. package/types/enums/netapp/index.js +4 -2
  504. package/types/enums/netapp/v20230701preview/index.d.ts +241 -0
  505. package/types/enums/netapp/v20230701preview/index.js +172 -0
  506. package/types/enums/quota/index.d.ts +1 -1
  507. package/types/enums/quota/v20230601preview/index.d.ts +1 -1
  508. package/types/enums/recoveryservices/v20240201/index.d.ts +340 -0
  509. package/types/enums/recoveryservices/v20240201/index.js +238 -2
  510. package/types/enums/resources/index.d.ts +2 -1
  511. package/types/enums/resources/index.js +4 -2
  512. package/types/enums/resources/v20240301/index.d.ts +42 -0
  513. package/types/enums/resources/v20240301/index.js +28 -0
  514. package/types/enums/security/index.d.ts +2 -1
  515. package/types/enums/security/index.js +5 -3
  516. package/types/enums/security/v20240401/index.d.ts +30 -0
  517. package/types/enums/security/v20240401/index.js +20 -0
  518. package/types/input.d.ts +5784 -41
  519. package/types/input.js +116 -1
  520. package/types/output.d.ts +8098 -427
  521. package/types/output.js +116 -1
@@ -3,6 +3,6 @@ export declare const GroupingIdType: {
3
3
  readonly BillingId: "BillingId";
4
4
  };
5
5
  /**
6
- * GroupingId type. It is a required property. More types of groupIds can be supported in future. MGID is already in the URI, so it's not needed.'
6
+ * GroupingId type. It is a required property. More types of groupIds can be supported in future.
7
7
  */
8
8
  export type GroupingIdType = (typeof GroupingIdType)[keyof typeof GroupingIdType];
@@ -1,8 +1,62 @@
1
+ export declare const AcquireStorageAccountLock: {
2
+ readonly Acquire: "Acquire";
3
+ readonly NotAcquire: "NotAcquire";
4
+ };
5
+ /**
6
+ * Whether storage account lock is to be acquired for this container or not.
7
+ */
8
+ export type AcquireStorageAccountLock = (typeof AcquireStorageAccountLock)[keyof typeof AcquireStorageAccountLock];
1
9
  export declare const AlertsState: {
2
10
  readonly Enabled: "Enabled";
3
11
  readonly Disabled: "Disabled";
4
12
  };
5
13
  export type AlertsState = (typeof AlertsState)[keyof typeof AlertsState];
14
+ export declare const BackupItemType: {
15
+ readonly Invalid: "Invalid";
16
+ readonly VM: "VM";
17
+ readonly FileFolder: "FileFolder";
18
+ readonly AzureSqlDb: "AzureSqlDb";
19
+ readonly SQLDB: "SQLDB";
20
+ readonly Exchange: "Exchange";
21
+ readonly Sharepoint: "Sharepoint";
22
+ readonly VMwareVM: "VMwareVM";
23
+ readonly SystemState: "SystemState";
24
+ readonly Client: "Client";
25
+ readonly GenericDataSource: "GenericDataSource";
26
+ readonly SQLDataBase: "SQLDataBase";
27
+ readonly AzureFileShare: "AzureFileShare";
28
+ readonly SAPHanaDatabase: "SAPHanaDatabase";
29
+ readonly SAPAseDatabase: "SAPAseDatabase";
30
+ readonly SAPHanaDBInstance: "SAPHanaDBInstance";
31
+ };
32
+ /**
33
+ * Type of backup items associated with this container.
34
+ */
35
+ export type BackupItemType = (typeof BackupItemType)[keyof typeof BackupItemType];
36
+ export declare const BackupManagementType: {
37
+ readonly Invalid: "Invalid";
38
+ readonly AzureIaasVM: "AzureIaasVM";
39
+ readonly MAB: "MAB";
40
+ readonly DPM: "DPM";
41
+ readonly AzureBackupServer: "AzureBackupServer";
42
+ readonly AzureSql: "AzureSql";
43
+ readonly AzureStorage: "AzureStorage";
44
+ readonly AzureWorkload: "AzureWorkload";
45
+ readonly DefaultBackup: "DefaultBackup";
46
+ };
47
+ /**
48
+ * Type of backup management for the backed up item.
49
+ */
50
+ export type BackupManagementType = (typeof BackupManagementType)[keyof typeof BackupManagementType];
51
+ export declare const CreateMode: {
52
+ readonly Invalid: "Invalid";
53
+ readonly Default: "Default";
54
+ readonly Recover: "Recover";
55
+ };
56
+ /**
57
+ * Create mode to indicate recovery of existing soft deleted data source or creation of new data source.
58
+ */
59
+ export type CreateMode = (typeof CreateMode)[keyof typeof CreateMode];
6
60
  export declare const CrossRegionRestore: {
7
61
  readonly Enabled: "Enabled";
8
62
  readonly Disabled: "Disabled";
@@ -17,6 +71,16 @@ export declare const CrossSubscriptionRestoreState: {
17
71
  readonly PermanentlyDisabled: "PermanentlyDisabled";
18
72
  };
19
73
  export type CrossSubscriptionRestoreState = (typeof CrossSubscriptionRestoreState)[keyof typeof CrossSubscriptionRestoreState];
74
+ export declare const DayOfWeek: {
75
+ readonly Sunday: "Sunday";
76
+ readonly Monday: "Monday";
77
+ readonly Tuesday: "Tuesday";
78
+ readonly Wednesday: "Wednesday";
79
+ readonly Thursday: "Thursday";
80
+ readonly Friday: "Friday";
81
+ readonly Saturday: "Saturday";
82
+ };
83
+ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
20
84
  export declare const EnhancedSecurityState: {
21
85
  readonly Invalid: "Invalid";
22
86
  readonly Enabled: "Enabled";
@@ -24,6 +88,16 @@ export declare const EnhancedSecurityState: {
24
88
  readonly AlwaysON: "AlwaysON";
25
89
  };
26
90
  export type EnhancedSecurityState = (typeof EnhancedSecurityState)[keyof typeof EnhancedSecurityState];
91
+ export declare const IAASVMPolicyType: {
92
+ readonly Invalid: "Invalid";
93
+ readonly V1: "V1";
94
+ readonly V2: "V2";
95
+ };
96
+ export type IAASVMPolicyType = (typeof IAASVMPolicyType)[keyof typeof IAASVMPolicyType];
97
+ export declare const IaasVMSnapshotConsistencyType: {
98
+ readonly OnlyCrashConsistent: "OnlyCrashConsistent";
99
+ };
100
+ export type IaasVMSnapshotConsistencyType = (typeof IaasVMSnapshotConsistencyType)[keyof typeof IaasVMSnapshotConsistencyType];
27
101
  export declare const ImmutabilityState: {
28
102
  readonly Disabled: "Disabled";
29
103
  readonly Unlocked: "Unlocked";
@@ -38,6 +112,162 @@ export declare const InfrastructureEncryptionState: {
38
112
  * Enabling/Disabling the Double Encryption state
39
113
  */
40
114
  export type InfrastructureEncryptionState = (typeof InfrastructureEncryptionState)[keyof typeof InfrastructureEncryptionState];
115
+ export declare const LastBackupStatus: {
116
+ readonly Invalid: "Invalid";
117
+ readonly Healthy: "Healthy";
118
+ readonly Unhealthy: "Unhealthy";
119
+ readonly IRPending: "IRPending";
120
+ };
121
+ /**
122
+ * Last backup operation status. Possible values: Healthy, Unhealthy.
123
+ */
124
+ export type LastBackupStatus = (typeof LastBackupStatus)[keyof typeof LastBackupStatus];
125
+ export declare const MonthOfYear: {
126
+ readonly Invalid: "Invalid";
127
+ readonly January: "January";
128
+ readonly February: "February";
129
+ readonly March: "March";
130
+ readonly April: "April";
131
+ readonly May: "May";
132
+ readonly June: "June";
133
+ readonly July: "July";
134
+ readonly August: "August";
135
+ readonly September: "September";
136
+ readonly October: "October";
137
+ readonly November: "November";
138
+ readonly December: "December";
139
+ };
140
+ export type MonthOfYear = (typeof MonthOfYear)[keyof typeof MonthOfYear];
141
+ export declare const OperationType: {
142
+ readonly Invalid: "Invalid";
143
+ readonly Register: "Register";
144
+ readonly Reregister: "Reregister";
145
+ };
146
+ /**
147
+ * Re-Do Operation
148
+ */
149
+ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
150
+ export declare const PolicyType: {
151
+ readonly Invalid: "Invalid";
152
+ readonly Full: "Full";
153
+ readonly Differential: "Differential";
154
+ readonly Log: "Log";
155
+ readonly CopyOnlyFull: "CopyOnlyFull";
156
+ readonly Incremental: "Incremental";
157
+ readonly SnapshotFull: "SnapshotFull";
158
+ readonly SnapshotCopyOnlyFull: "SnapshotCopyOnlyFull";
159
+ };
160
+ /**
161
+ * Type of backup policy type
162
+ */
163
+ export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
164
+ export declare const PrivateEndpointConnectionStatus: {
165
+ readonly Pending: "Pending";
166
+ readonly Approved: "Approved";
167
+ readonly Rejected: "Rejected";
168
+ readonly Disconnected: "Disconnected";
169
+ };
170
+ /**
171
+ * Gets or sets the status
172
+ */
173
+ export type PrivateEndpointConnectionStatus = (typeof PrivateEndpointConnectionStatus)[keyof typeof PrivateEndpointConnectionStatus];
174
+ export declare const ProtectableContainerType: {
175
+ readonly Invalid: "Invalid";
176
+ readonly Unknown: "Unknown";
177
+ readonly IaasVMContainer: "IaasVMContainer";
178
+ readonly IaasVMServiceContainer: "IaasVMServiceContainer";
179
+ readonly DPMContainer: "DPMContainer";
180
+ readonly AzureBackupServerContainer: "AzureBackupServerContainer";
181
+ readonly MABContainer: "MABContainer";
182
+ readonly Cluster: "Cluster";
183
+ readonly AzureSqlContainer: "AzureSqlContainer";
184
+ readonly Windows: "Windows";
185
+ readonly VCenter: "VCenter";
186
+ readonly VMAppContainer: "VMAppContainer";
187
+ readonly SQLAGWorkLoadContainer: "SQLAGWorkLoadContainer";
188
+ readonly StorageContainer: "StorageContainer";
189
+ readonly GenericContainer: "GenericContainer";
190
+ readonly Microsoft_ClassicCompute_virtualMachines: "Microsoft.ClassicCompute/virtualMachines";
191
+ readonly Microsoft_Compute_virtualMachines: "Microsoft.Compute/virtualMachines";
192
+ readonly AzureWorkloadContainer: "AzureWorkloadContainer";
193
+ };
194
+ /**
195
+ * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
196
+ * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is
197
+ * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload
198
+ * Backup is VMAppContainer
199
+ */
200
+ export type ProtectableContainerType = (typeof ProtectableContainerType)[keyof typeof ProtectableContainerType];
201
+ export declare const ProtectedItemHealthStatus: {
202
+ readonly Invalid: "Invalid";
203
+ readonly Healthy: "Healthy";
204
+ readonly Unhealthy: "Unhealthy";
205
+ readonly NotReachable: "NotReachable";
206
+ readonly IRPending: "IRPending";
207
+ };
208
+ /**
209
+ * Health status of the backup item, evaluated based on last heartbeat received
210
+ */
211
+ export type ProtectedItemHealthStatus = (typeof ProtectedItemHealthStatus)[keyof typeof ProtectedItemHealthStatus];
212
+ export declare const ProtectedItemState: {
213
+ readonly Invalid: "Invalid";
214
+ readonly IRPending: "IRPending";
215
+ readonly Protected: "Protected";
216
+ readonly ProtectionError: "ProtectionError";
217
+ readonly ProtectionStopped: "ProtectionStopped";
218
+ readonly ProtectionPaused: "ProtectionPaused";
219
+ readonly BackupsSuspended: "BackupsSuspended";
220
+ };
221
+ /**
222
+ * Protection state of the backup engine
223
+ */
224
+ export type ProtectedItemState = (typeof ProtectedItemState)[keyof typeof ProtectedItemState];
225
+ export declare const ProtectionIntentItemType: {
226
+ readonly Invalid: "Invalid";
227
+ readonly AzureResourceItem: "AzureResourceItem";
228
+ readonly RecoveryServiceVaultItem: "RecoveryServiceVaultItem";
229
+ readonly AzureWorkloadContainerAutoProtectionIntent: "AzureWorkloadContainerAutoProtectionIntent";
230
+ readonly AzureWorkloadAutoProtectionIntent: "AzureWorkloadAutoProtectionIntent";
231
+ readonly AzureWorkloadSQLAutoProtectionIntent: "AzureWorkloadSQLAutoProtectionIntent";
232
+ };
233
+ /**
234
+ * backup protectionIntent type.
235
+ */
236
+ export type ProtectionIntentItemType = (typeof ProtectionIntentItemType)[keyof typeof ProtectionIntentItemType];
237
+ export declare const ProtectionState: {
238
+ readonly Invalid: "Invalid";
239
+ readonly IRPending: "IRPending";
240
+ readonly Protected: "Protected";
241
+ readonly ProtectionError: "ProtectionError";
242
+ readonly ProtectionStopped: "ProtectionStopped";
243
+ readonly ProtectionPaused: "ProtectionPaused";
244
+ readonly BackupsSuspended: "BackupsSuspended";
245
+ };
246
+ /**
247
+ * Backup state of this backup item.
248
+ */
249
+ export type ProtectionState = (typeof ProtectionState)[keyof typeof ProtectionState];
250
+ export declare const ProtectionStatus: {
251
+ readonly Invalid: "Invalid";
252
+ readonly NotProtected: "NotProtected";
253
+ readonly Protecting: "Protecting";
254
+ readonly Protected: "Protected";
255
+ readonly ProtectionFailed: "ProtectionFailed";
256
+ };
257
+ /**
258
+ * Backup state of this backup item.
259
+ */
260
+ export type ProtectionStatus = (typeof ProtectionStatus)[keyof typeof ProtectionStatus];
261
+ export declare const ProvisioningState: {
262
+ readonly Succeeded: "Succeeded";
263
+ readonly Deleting: "Deleting";
264
+ readonly Failed: "Failed";
265
+ readonly Pending: "Pending";
266
+ };
267
+ /**
268
+ * Gets or sets provisioning state of the private endpoint connection
269
+ */
270
+ export type ProvisioningState = (typeof ProvisioningState)[keyof typeof ProvisioningState];
41
271
  export declare const PublicNetworkAccess: {
42
272
  readonly Enabled: "Enabled";
43
273
  readonly Disabled: "Disabled";
@@ -46,6 +276,18 @@ export declare const PublicNetworkAccess: {
46
276
  * property to enable or disable resource provider inbound network traffic from public clients
47
277
  */
48
278
  export type PublicNetworkAccess = (typeof PublicNetworkAccess)[keyof typeof PublicNetworkAccess];
279
+ export declare const ResourceHealthStatus: {
280
+ readonly Healthy: "Healthy";
281
+ readonly TransientDegraded: "TransientDegraded";
282
+ readonly PersistentDegraded: "PersistentDegraded";
283
+ readonly TransientUnhealthy: "TransientUnhealthy";
284
+ readonly PersistentUnhealthy: "PersistentUnhealthy";
285
+ readonly Invalid: "Invalid";
286
+ };
287
+ /**
288
+ * Resource Health Status
289
+ */
290
+ export type ResourceHealthStatus = (typeof ResourceHealthStatus)[keyof typeof ResourceHealthStatus];
49
291
  export declare const ResourceIdentityType: {
50
292
  readonly SystemAssigned: "SystemAssigned";
51
293
  readonly None: "None";
@@ -56,6 +298,37 @@ export declare const ResourceIdentityType: {
56
298
  * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
57
299
  */
58
300
  export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];
301
+ export declare const RetentionDurationType: {
302
+ readonly Invalid: "Invalid";
303
+ readonly Days: "Days";
304
+ readonly Weeks: "Weeks";
305
+ readonly Months: "Months";
306
+ readonly Years: "Years";
307
+ };
308
+ /**
309
+ * Retention duration type: days/weeks/months/years
310
+ * Used only if TieringMode is set to TierAfter
311
+ */
312
+ export type RetentionDurationType = (typeof RetentionDurationType)[keyof typeof RetentionDurationType];
313
+ export declare const RetentionScheduleFormat: {
314
+ readonly Invalid: "Invalid";
315
+ readonly Daily: "Daily";
316
+ readonly Weekly: "Weekly";
317
+ };
318
+ /**
319
+ * Retention schedule format for yearly retention policy.
320
+ */
321
+ export type RetentionScheduleFormat = (typeof RetentionScheduleFormat)[keyof typeof RetentionScheduleFormat];
322
+ export declare const ScheduleRunType: {
323
+ readonly Invalid: "Invalid";
324
+ readonly Daily: "Daily";
325
+ readonly Weekly: "Weekly";
326
+ readonly Hourly: "Hourly";
327
+ };
328
+ /**
329
+ * Frequency of the schedule operation of this policy.
330
+ */
331
+ export type ScheduleRunType = (typeof ScheduleRunType)[keyof typeof ScheduleRunType];
59
332
  export declare const SkuName: {
60
333
  readonly Standard: "Standard";
61
334
  readonly RS0: "RS0";
@@ -81,3 +354,70 @@ export declare const StandardTierStorageRedundancy: {
81
354
  * The storage redundancy setting of a vault
82
355
  */
83
356
  export type StandardTierStorageRedundancy = (typeof StandardTierStorageRedundancy)[keyof typeof StandardTierStorageRedundancy];
357
+ export declare const TieringMode: {
358
+ readonly Invalid: "Invalid";
359
+ readonly TierRecommended: "TierRecommended";
360
+ readonly TierAfter: "TierAfter";
361
+ readonly DoNotTier: "DoNotTier";
362
+ };
363
+ /**
364
+ * Tiering Mode to control automatic tiering of recovery points. Supported values are:
365
+ * 1. TierRecommended: Tier all recovery points recommended to be tiered
366
+ * 2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
367
+ * 3. DoNotTier: Do not tier any recovery points
368
+ */
369
+ export type TieringMode = (typeof TieringMode)[keyof typeof TieringMode];
370
+ export declare const VaultSubResourceType: {
371
+ readonly AzureBackup: "AzureBackup";
372
+ readonly AzureBackup_secondary: "AzureBackup_secondary";
373
+ readonly AzureSiteRecovery: "AzureSiteRecovery";
374
+ };
375
+ /**
376
+ * GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery
377
+ */
378
+ export type VaultSubResourceType = (typeof VaultSubResourceType)[keyof typeof VaultSubResourceType];
379
+ export declare const WeekOfMonth: {
380
+ readonly First: "First";
381
+ readonly Second: "Second";
382
+ readonly Third: "Third";
383
+ readonly Fourth: "Fourth";
384
+ readonly Last: "Last";
385
+ readonly Invalid: "Invalid";
386
+ };
387
+ export type WeekOfMonth = (typeof WeekOfMonth)[keyof typeof WeekOfMonth];
388
+ export declare const WorkloadItemType: {
389
+ readonly Invalid: "Invalid";
390
+ readonly SQLInstance: "SQLInstance";
391
+ readonly SQLDataBase: "SQLDataBase";
392
+ readonly SAPHanaSystem: "SAPHanaSystem";
393
+ readonly SAPHanaDatabase: "SAPHanaDatabase";
394
+ readonly SAPAseSystem: "SAPAseSystem";
395
+ readonly SAPAseDatabase: "SAPAseDatabase";
396
+ readonly SAPHanaDBInstance: "SAPHanaDBInstance";
397
+ };
398
+ /**
399
+ * Workload item type of the item for which intent is to be set
400
+ */
401
+ export type WorkloadItemType = (typeof WorkloadItemType)[keyof typeof WorkloadItemType];
402
+ export declare const WorkloadType: {
403
+ readonly Invalid: "Invalid";
404
+ readonly VM: "VM";
405
+ readonly FileFolder: "FileFolder";
406
+ readonly AzureSqlDb: "AzureSqlDb";
407
+ readonly SQLDB: "SQLDB";
408
+ readonly Exchange: "Exchange";
409
+ readonly Sharepoint: "Sharepoint";
410
+ readonly VMwareVM: "VMwareVM";
411
+ readonly SystemState: "SystemState";
412
+ readonly Client: "Client";
413
+ readonly GenericDataSource: "GenericDataSource";
414
+ readonly SQLDataBase: "SQLDataBase";
415
+ readonly AzureFileShare: "AzureFileShare";
416
+ readonly SAPHanaDatabase: "SAPHanaDatabase";
417
+ readonly SAPAseDatabase: "SAPAseDatabase";
418
+ readonly SAPHanaDBInstance: "SAPHanaDBInstance";
419
+ };
420
+ /**
421
+ * Type of workload for the backup management
422
+ */
423
+ export type WorkloadType = (typeof WorkloadType)[keyof typeof WorkloadType];