@azure/arm-hybridcompute 4.1.0-alpha.20250619.1 → 5.0.0-alpha.20250624.3

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 (253) hide show
  1. package/CHANGELOG.md +127 -0
  2. package/LICENSE +1 -1
  3. package/README.md +1 -2
  4. package/dist/browser/hybridComputeManagementClient.d.ts +23 -3
  5. package/dist/browser/hybridComputeManagementClient.d.ts.map +1 -1
  6. package/dist/browser/hybridComputeManagementClient.js +98 -12
  7. package/dist/browser/hybridComputeManagementClient.js.map +1 -1
  8. package/dist/browser/lroImpl.d.ts.map +1 -1
  9. package/dist/browser/lroImpl.js +7 -0
  10. package/dist/browser/lroImpl.js.map +1 -1
  11. package/dist/browser/models/index.d.ts +255 -69
  12. package/dist/browser/models/index.d.ts.map +1 -1
  13. package/dist/browser/models/index.js +10 -0
  14. package/dist/browser/models/index.js.map +1 -1
  15. package/dist/browser/models/mappers.d.ts +16 -8
  16. package/dist/browser/models/mappers.d.ts.map +1 -1
  17. package/dist/browser/models/mappers.js +394 -114
  18. package/dist/browser/models/mappers.js.map +1 -1
  19. package/dist/browser/models/parameters.d.ts +2 -1
  20. package/dist/browser/models/parameters.d.ts.map +1 -1
  21. package/dist/browser/models/parameters.js +19 -15
  22. package/dist/browser/models/parameters.js.map +1 -1
  23. package/dist/browser/operations/extensionMetadataV2.d.ts +50 -0
  24. package/dist/browser/operations/extensionMetadataV2.d.ts.map +1 -0
  25. package/dist/browser/operations/extensionMetadataV2.js +186 -0
  26. package/dist/browser/operations/extensionMetadataV2.js.map +1 -0
  27. package/dist/browser/operations/extensionPublisherOperations.d.ts +35 -0
  28. package/dist/browser/operations/extensionPublisherOperations.d.ts.map +1 -0
  29. package/dist/browser/operations/extensionPublisherOperations.js +136 -0
  30. package/dist/browser/operations/extensionPublisherOperations.js.map +1 -0
  31. package/dist/browser/operations/extensionTypeOperations.d.ts +38 -0
  32. package/dist/browser/operations/extensionTypeOperations.d.ts.map +1 -0
  33. package/dist/browser/operations/extensionTypeOperations.js +144 -0
  34. package/dist/browser/operations/extensionTypeOperations.js.map +1 -0
  35. package/dist/browser/operations/gateways.js +8 -8
  36. package/dist/browser/operations/gateways.js.map +1 -1
  37. package/dist/browser/operations/index.d.ts +3 -0
  38. package/dist/browser/operations/index.d.ts.map +1 -1
  39. package/dist/browser/operations/index.js +3 -0
  40. package/dist/browser/operations/index.js.map +1 -1
  41. package/dist/browser/operations/machines.d.ts +9 -2
  42. package/dist/browser/operations/machines.d.ts.map +1 -1
  43. package/dist/browser/operations/machines.js +56 -4
  44. package/dist/browser/operations/machines.js.map +1 -1
  45. package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  46. package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  47. package/dist/browser/operationsInterfaces/extensionMetadataV2.js +9 -0
  48. package/dist/browser/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  49. package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  50. package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  51. package/dist/browser/operationsInterfaces/extensionPublisherOperations.js +9 -0
  52. package/dist/browser/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  53. package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  54. package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/extensionTypeOperations.js +9 -0
  56. package/dist/browser/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  57. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  58. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  59. package/dist/browser/operationsInterfaces/index.js +3 -0
  60. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  61. package/dist/browser/operationsInterfaces/machines.d.ts +9 -2
  62. package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -1
  63. package/dist/browser/operationsInterfaces/machines.js.map +1 -1
  64. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  65. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  66. package/dist/commonjs/hybridComputeManagementClient.d.ts +23 -3
  67. package/dist/commonjs/hybridComputeManagementClient.d.ts.map +1 -1
  68. package/dist/commonjs/hybridComputeManagementClient.js +97 -11
  69. package/dist/commonjs/hybridComputeManagementClient.js.map +1 -1
  70. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  71. package/dist/commonjs/lroImpl.js +7 -0
  72. package/dist/commonjs/lroImpl.js.map +1 -1
  73. package/dist/commonjs/models/index.d.ts +255 -69
  74. package/dist/commonjs/models/index.d.ts.map +1 -1
  75. package/dist/commonjs/models/index.js +11 -1
  76. package/dist/commonjs/models/index.js.map +1 -1
  77. package/dist/commonjs/models/mappers.d.ts +16 -8
  78. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  79. package/dist/commonjs/models/mappers.js +397 -117
  80. package/dist/commonjs/models/mappers.js.map +1 -1
  81. package/dist/commonjs/models/parameters.d.ts +2 -1
  82. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  83. package/dist/commonjs/models/parameters.js +19 -15
  84. package/dist/commonjs/models/parameters.js.map +1 -1
  85. package/dist/commonjs/operations/extensionMetadataV2.d.ts +50 -0
  86. package/dist/commonjs/operations/extensionMetadataV2.d.ts.map +1 -0
  87. package/dist/commonjs/operations/extensionMetadataV2.js +190 -0
  88. package/dist/commonjs/operations/extensionMetadataV2.js.map +1 -0
  89. package/dist/commonjs/operations/extensionPublisherOperations.d.ts +35 -0
  90. package/dist/commonjs/operations/extensionPublisherOperations.d.ts.map +1 -0
  91. package/dist/commonjs/operations/extensionPublisherOperations.js +140 -0
  92. package/dist/commonjs/operations/extensionPublisherOperations.js.map +1 -0
  93. package/dist/commonjs/operations/extensionTypeOperations.d.ts +38 -0
  94. package/dist/commonjs/operations/extensionTypeOperations.d.ts.map +1 -0
  95. package/dist/commonjs/operations/extensionTypeOperations.js +148 -0
  96. package/dist/commonjs/operations/extensionTypeOperations.js.map +1 -0
  97. package/dist/commonjs/operations/gateways.js +8 -8
  98. package/dist/commonjs/operations/gateways.js.map +1 -1
  99. package/dist/commonjs/operations/index.d.ts +3 -0
  100. package/dist/commonjs/operations/index.d.ts.map +1 -1
  101. package/dist/commonjs/operations/index.js +3 -0
  102. package/dist/commonjs/operations/index.js.map +1 -1
  103. package/dist/commonjs/operations/machines.d.ts +9 -2
  104. package/dist/commonjs/operations/machines.d.ts.map +1 -1
  105. package/dist/commonjs/operations/machines.js +56 -4
  106. package/dist/commonjs/operations/machines.js.map +1 -1
  107. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  108. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js +10 -0
  110. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  112. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js +10 -0
  114. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  116. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  120. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  121. package/dist/commonjs/operationsInterfaces/index.js +3 -0
  122. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  123. package/dist/commonjs/operationsInterfaces/machines.d.ts +9 -2
  124. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -1
  125. package/dist/commonjs/operationsInterfaces/machines.js.map +1 -1
  126. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  127. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  128. package/dist/esm/hybridComputeManagementClient.d.ts +23 -3
  129. package/dist/esm/hybridComputeManagementClient.d.ts.map +1 -1
  130. package/dist/esm/hybridComputeManagementClient.js +98 -12
  131. package/dist/esm/hybridComputeManagementClient.js.map +1 -1
  132. package/dist/esm/lroImpl.d.ts.map +1 -1
  133. package/dist/esm/lroImpl.js +7 -0
  134. package/dist/esm/lroImpl.js.map +1 -1
  135. package/dist/esm/models/index.d.ts +255 -69
  136. package/dist/esm/models/index.d.ts.map +1 -1
  137. package/dist/esm/models/index.js +10 -0
  138. package/dist/esm/models/index.js.map +1 -1
  139. package/dist/esm/models/mappers.d.ts +16 -8
  140. package/dist/esm/models/mappers.d.ts.map +1 -1
  141. package/dist/esm/models/mappers.js +394 -114
  142. package/dist/esm/models/mappers.js.map +1 -1
  143. package/dist/esm/models/parameters.d.ts +2 -1
  144. package/dist/esm/models/parameters.d.ts.map +1 -1
  145. package/dist/esm/models/parameters.js +19 -15
  146. package/dist/esm/models/parameters.js.map +1 -1
  147. package/dist/esm/operations/extensionMetadataV2.d.ts +50 -0
  148. package/dist/esm/operations/extensionMetadataV2.d.ts.map +1 -0
  149. package/dist/esm/operations/extensionMetadataV2.js +186 -0
  150. package/dist/esm/operations/extensionMetadataV2.js.map +1 -0
  151. package/dist/esm/operations/extensionPublisherOperations.d.ts +35 -0
  152. package/dist/esm/operations/extensionPublisherOperations.d.ts.map +1 -0
  153. package/dist/esm/operations/extensionPublisherOperations.js +136 -0
  154. package/dist/esm/operations/extensionPublisherOperations.js.map +1 -0
  155. package/dist/esm/operations/extensionTypeOperations.d.ts +38 -0
  156. package/dist/esm/operations/extensionTypeOperations.d.ts.map +1 -0
  157. package/dist/esm/operations/extensionTypeOperations.js +144 -0
  158. package/dist/esm/operations/extensionTypeOperations.js.map +1 -0
  159. package/dist/esm/operations/gateways.js +8 -8
  160. package/dist/esm/operations/gateways.js.map +1 -1
  161. package/dist/esm/operations/index.d.ts +3 -0
  162. package/dist/esm/operations/index.d.ts.map +1 -1
  163. package/dist/esm/operations/index.js +3 -0
  164. package/dist/esm/operations/index.js.map +1 -1
  165. package/dist/esm/operations/machines.d.ts +9 -2
  166. package/dist/esm/operations/machines.d.ts.map +1 -1
  167. package/dist/esm/operations/machines.js +56 -4
  168. package/dist/esm/operations/machines.js.map +1 -1
  169. package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  170. package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  171. package/dist/esm/operationsInterfaces/extensionMetadataV2.js +9 -0
  172. package/dist/esm/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  173. package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  174. package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  175. package/dist/esm/operationsInterfaces/extensionPublisherOperations.js +9 -0
  176. package/dist/esm/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  177. package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  178. package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  179. package/dist/esm/operationsInterfaces/extensionTypeOperations.js +9 -0
  180. package/dist/esm/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  181. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  182. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  183. package/dist/esm/operationsInterfaces/index.js +3 -0
  184. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  185. package/dist/esm/operationsInterfaces/machines.d.ts +9 -2
  186. package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -1
  187. package/dist/esm/operationsInterfaces/machines.js.map +1 -1
  188. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  189. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  190. package/dist/react-native/hybridComputeManagementClient.d.ts +23 -3
  191. package/dist/react-native/hybridComputeManagementClient.d.ts.map +1 -1
  192. package/dist/react-native/hybridComputeManagementClient.js +98 -12
  193. package/dist/react-native/hybridComputeManagementClient.js.map +1 -1
  194. package/dist/react-native/lroImpl.d.ts.map +1 -1
  195. package/dist/react-native/lroImpl.js +7 -0
  196. package/dist/react-native/lroImpl.js.map +1 -1
  197. package/dist/react-native/models/index.d.ts +255 -69
  198. package/dist/react-native/models/index.d.ts.map +1 -1
  199. package/dist/react-native/models/index.js +10 -0
  200. package/dist/react-native/models/index.js.map +1 -1
  201. package/dist/react-native/models/mappers.d.ts +16 -8
  202. package/dist/react-native/models/mappers.d.ts.map +1 -1
  203. package/dist/react-native/models/mappers.js +394 -114
  204. package/dist/react-native/models/mappers.js.map +1 -1
  205. package/dist/react-native/models/parameters.d.ts +2 -1
  206. package/dist/react-native/models/parameters.d.ts.map +1 -1
  207. package/dist/react-native/models/parameters.js +19 -15
  208. package/dist/react-native/models/parameters.js.map +1 -1
  209. package/dist/react-native/operations/extensionMetadataV2.d.ts +50 -0
  210. package/dist/react-native/operations/extensionMetadataV2.d.ts.map +1 -0
  211. package/dist/react-native/operations/extensionMetadataV2.js +186 -0
  212. package/dist/react-native/operations/extensionMetadataV2.js.map +1 -0
  213. package/dist/react-native/operations/extensionPublisherOperations.d.ts +35 -0
  214. package/dist/react-native/operations/extensionPublisherOperations.d.ts.map +1 -0
  215. package/dist/react-native/operations/extensionPublisherOperations.js +136 -0
  216. package/dist/react-native/operations/extensionPublisherOperations.js.map +1 -0
  217. package/dist/react-native/operations/extensionTypeOperations.d.ts +38 -0
  218. package/dist/react-native/operations/extensionTypeOperations.d.ts.map +1 -0
  219. package/dist/react-native/operations/extensionTypeOperations.js +144 -0
  220. package/dist/react-native/operations/extensionTypeOperations.js.map +1 -0
  221. package/dist/react-native/operations/gateways.js +8 -8
  222. package/dist/react-native/operations/gateways.js.map +1 -1
  223. package/dist/react-native/operations/index.d.ts +3 -0
  224. package/dist/react-native/operations/index.d.ts.map +1 -1
  225. package/dist/react-native/operations/index.js +3 -0
  226. package/dist/react-native/operations/index.js.map +1 -1
  227. package/dist/react-native/operations/machines.d.ts +9 -2
  228. package/dist/react-native/operations/machines.d.ts.map +1 -1
  229. package/dist/react-native/operations/machines.js +56 -4
  230. package/dist/react-native/operations/machines.js.map +1 -1
  231. package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  232. package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  233. package/dist/react-native/operationsInterfaces/extensionMetadataV2.js +9 -0
  234. package/dist/react-native/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  236. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js +9 -0
  238. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  240. package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/extensionTypeOperations.js +9 -0
  242. package/dist/react-native/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  243. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  244. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  245. package/dist/react-native/operationsInterfaces/index.js +3 -0
  246. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  247. package/dist/react-native/operationsInterfaces/machines.d.ts +9 -2
  248. package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -1
  249. package/dist/react-native/operationsInterfaces/machines.js.map +1 -1
  250. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  251. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  252. package/package.json +22 -22
  253. package/review/arm-hybridcompute.api.md +191 -32
@@ -699,6 +699,10 @@ export interface WindowsParameters {
699
699
  excludeKbsRequiringReboot?: boolean;
700
700
  /** This is used to install patches that were published on or before this given max published date. */
701
701
  maxPatchPublishDate?: Date;
702
+ /** This is used to include patches that match the given patch name masks. Alphanumeric strings and wildcard expressions consisting of * and ? are only supported as input values in the list. Null, empty and only whitespaces strings as inputs values are not supported. */
703
+ patchNameMasksToInclude?: string[];
704
+ /** This is used to exclude patches that match the given patch name masks. Alphanumeric strings and wildcard expressions consisting of * and ? are only supported as input values in the list. Null, empty and only whitespaces strings as inputs values are not supported. */
705
+ patchNameMasksToExclude?: string[];
702
706
  }
703
707
  /** Input for InstallPatches on a Linux VM, as directly received by the API */
704
708
  export interface LinuxParameters {
@@ -813,6 +817,32 @@ export interface ExtensionTargetProperties {
813
817
  /** Properties for the specified Extension to Upgrade. */
814
818
  targetVersion?: string;
815
819
  }
820
+ /** Describes Extension Metadata properties */
821
+ export interface ExtensionValueProperties {
822
+ /**
823
+ * The version of the Extension being received.
824
+ * NOTE: This property will not be serialized. It can only be populated by the server.
825
+ */
826
+ readonly version?: string;
827
+ /**
828
+ * The type of the Extension being received.
829
+ * NOTE: This property will not be serialized. It can only be populated by the server.
830
+ */
831
+ readonly extensionType?: string;
832
+ /**
833
+ * The publisher of the Extension being received.
834
+ * NOTE: This property will not be serialized. It can only be populated by the server.
835
+ */
836
+ readonly publisher?: string;
837
+ }
838
+ /** The List Extension Metadata response. */
839
+ export interface ExtensionValueListResult {
840
+ /**
841
+ * The list of extension metadata
842
+ * NOTE: This property will not be serialized. It can only be populated by the server.
843
+ */
844
+ readonly value?: ExtensionValue[];
845
+ }
816
846
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
817
847
  export interface ResourceAutoGenerated {
818
848
  /**
@@ -837,12 +867,48 @@ export interface ResourceAutoGenerated {
837
867
  readonly systemData?: SystemData;
838
868
  }
839
869
  /** The List Extension Metadata response. */
840
- export interface ExtensionValueListResult {
870
+ export interface ExtensionValueListResultV2 {
841
871
  /**
842
- * The list of extension metadata
872
+ * The list of extension metadata.
843
873
  * NOTE: This property will not be serialized. It can only be populated by the server.
844
874
  */
845
- readonly value?: ExtensionValue[];
875
+ readonly value?: ExtensionValueV2[];
876
+ /** The URI to fetch the next page of extension metadata. */
877
+ nextLink?: string;
878
+ }
879
+ /** The List of Extension Types. */
880
+ export interface ExtensionTypeListResult {
881
+ /**
882
+ * The list of extension types.
883
+ * NOTE: This property will not be serialized. It can only be populated by the server.
884
+ */
885
+ readonly value?: ExtensionType[];
886
+ /** The URI to fetch the next page of extension types. */
887
+ nextLink?: string;
888
+ }
889
+ /** Describes an Extension Type. */
890
+ export interface ExtensionType {
891
+ /** The ID of the extension type. */
892
+ id?: string;
893
+ /** The name of the extension type. */
894
+ name?: string;
895
+ }
896
+ /** The List of Extension Publishers. */
897
+ export interface ExtensionPublisherListResult {
898
+ /**
899
+ * The list of extension publishers.
900
+ * NOTE: This property will not be serialized. It can only be populated by the server.
901
+ */
902
+ readonly value?: ExtensionPublisher[];
903
+ /** The URI to fetch the next page of extension publishers. */
904
+ nextLink?: string;
905
+ }
906
+ /** Describes an Extension Publisher. */
907
+ export interface ExtensionPublisher {
908
+ /** The ID of the extension publisher. */
909
+ id?: string;
910
+ /** The name of the extension publisher. */
911
+ name?: string;
846
912
  }
847
913
  /** The List Compute Operation operation response. */
848
914
  export interface OperationListResult {
@@ -959,39 +1025,6 @@ export interface MachineRunCommandsListResult {
959
1025
  /** The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. */
960
1026
  nextLink?: string;
961
1027
  }
962
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
963
- export interface ErrorResponseAutoGenerated {
964
- /** The error object. */
965
- error?: ErrorDetailAutoGenerated;
966
- }
967
- /** The error detail. */
968
- export interface ErrorDetailAutoGenerated {
969
- /**
970
- * The error code.
971
- * NOTE: This property will not be serialized. It can only be populated by the server.
972
- */
973
- readonly code?: string;
974
- /**
975
- * The error message.
976
- * NOTE: This property will not be serialized. It can only be populated by the server.
977
- */
978
- readonly message?: string;
979
- /**
980
- * The error target.
981
- * NOTE: This property will not be serialized. It can only be populated by the server.
982
- */
983
- readonly target?: string;
984
- /**
985
- * The error details.
986
- * NOTE: This property will not be serialized. It can only be populated by the server.
987
- */
988
- readonly details?: ErrorDetailAutoGenerated[];
989
- /**
990
- * The error additional info.
991
- * NOTE: This property will not be serialized. It can only be populated by the server.
992
- */
993
- readonly additionalInfo?: ErrorAdditionalInfo[];
994
- }
995
1028
  /** The List license operation response. */
996
1029
  export interface GatewaysListResult {
997
1030
  /** The list of Gateways. */
@@ -999,6 +1032,10 @@ export interface GatewaysListResult {
999
1032
  /** The URI to fetch the next page of Gateways. Call ListNext() with this URI to fetch the next page of Gateways. */
1000
1033
  nextLink?: string;
1001
1034
  }
1035
+ export interface SetupExtensionRequest {
1036
+ /** The list of extensions */
1037
+ extensions?: MachineExtensionProperties[];
1038
+ }
1002
1039
  /** Describes the list of Azure Arc PrivateLinkScope resources. */
1003
1040
  export interface HybridComputePrivateLinkScopeListResult {
1004
1041
  /** List of Azure Arc PrivateLinkScope definitions. */
@@ -1419,7 +1456,7 @@ export interface TrackedResource extends Resource {
1419
1456
  location: string;
1420
1457
  }
1421
1458
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1422
- export interface ProxyResourceAutoGenerated extends Resource {
1459
+ export interface ProxyResource extends Resource {
1423
1460
  }
1424
1461
  /** Describes a License Update. */
1425
1462
  export interface LicenseUpdate extends ResourceUpdate {
@@ -1495,6 +1532,10 @@ export interface MachineUpdate extends ResourceUpdate {
1495
1532
  parentClusterResourceId?: string;
1496
1533
  /** The resource id of the private link scope this machine is assigned to, if any. */
1497
1534
  privateLinkScopeResourceId?: string;
1535
+ /** Identity key store type of the machine */
1536
+ identityKeyStore?: string;
1537
+ /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */
1538
+ tpmEkCertificate?: string;
1498
1539
  }
1499
1540
  /** Describes a Machine Extension Update. */
1500
1541
  export interface MachineRunCommandUpdate extends ResourceUpdate {
@@ -1517,17 +1558,31 @@ export interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense extends Li
1517
1558
  */
1518
1559
  readonly esuKeyState?: EsuKeyState;
1519
1560
  }
1520
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1521
- export interface ProxyResource extends ResourceAutoGenerated {
1561
+ /** Describes Extension Metadata properties. */
1562
+ export interface ExtensionValueV2Properties extends ExtensionValueProperties {
1563
+ /**
1564
+ * A list of locations where the extension packages can be found.
1565
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1566
+ */
1567
+ readonly extensionUris?: string[];
1568
+ /**
1569
+ * Location of the signature files for the extension.
1570
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1571
+ */
1572
+ readonly extensionSignatureUri?: string;
1573
+ /**
1574
+ * The operating system (Windows, Linux, etc.) this extension supports.
1575
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1576
+ */
1577
+ readonly operatingSystem?: string;
1578
+ /**
1579
+ * Architectures (x64, arms64, etc.) that this extension supports.
1580
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1581
+ */
1582
+ readonly architecture?: string[];
1522
1583
  }
1523
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1524
- export interface TrackedResourceAutoGenerated extends ResourceAutoGenerated {
1525
- /** Resource tags. */
1526
- tags?: {
1527
- [propertyName: string]: string;
1528
- };
1529
- /** The geo-location where the resource lives */
1530
- location: string;
1584
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1585
+ export interface ProxyResourceAutoGenerated extends ResourceAutoGenerated {
1531
1586
  }
1532
1587
  /** An Azure Arc PrivateLinkScope definition. */
1533
1588
  export interface HybridComputePrivateLinkScope extends PrivateLinkScopesResource {
@@ -1640,6 +1695,10 @@ export interface Machine extends TrackedResource {
1640
1695
  readonly machineFqdn?: string;
1641
1696
  /** Public Key that the client provides to be used during initial resource onboarding */
1642
1697
  clientPublicKey?: string;
1698
+ /** Specifies the identity key store a machine is using. */
1699
+ identityKeyStore?: IdentityKeyStore;
1700
+ /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */
1701
+ tpmEkCertificate?: string;
1643
1702
  /**
1644
1703
  * The Operating System running on the hybrid machine.
1645
1704
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1688,6 +1747,8 @@ export interface Machine extends TrackedResource {
1688
1747
  privateLinkScopeResourceId?: string;
1689
1748
  /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
1690
1749
  parentClusterResourceId?: string;
1750
+ /** Specifies the resource ID of the associated hardware device. Only settable by HCI RP. */
1751
+ hardwareResourceId?: string;
1691
1752
  /** Specifies whether any MS SQL instance is discovered on the machine. */
1692
1753
  mssqlDiscovered?: string;
1693
1754
  /**
@@ -1806,7 +1867,47 @@ export interface MachineRunCommand extends TrackedResource {
1806
1867
  */
1807
1868
  readonly instanceView?: MachineRunCommandInstanceView;
1808
1869
  }
1809
- export interface Settings extends ProxyResourceAutoGenerated {
1870
+ /** Describes an Arc Gateway. */
1871
+ export interface Gateway extends TrackedResource {
1872
+ /**
1873
+ * The provisioning state, which only appears in the response.
1874
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1875
+ */
1876
+ readonly provisioningState?: ProvisioningState;
1877
+ /**
1878
+ * A unique, immutable, identifier for the Gateway.
1879
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1880
+ */
1881
+ readonly gatewayId?: string;
1882
+ /** The type of the Gateway resource. */
1883
+ gatewayType?: GatewayType;
1884
+ /**
1885
+ * The endpoint fqdn for the Gateway.
1886
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1887
+ */
1888
+ readonly gatewayEndpoint?: string;
1889
+ /** Specifies the list of features that are enabled for this Gateway. */
1890
+ allowedFeatures?: string[];
1891
+ }
1892
+ /** Describes a Extension Metadata */
1893
+ export interface ExtensionValue extends ProxyResource {
1894
+ /**
1895
+ * The version of the Extension being received.
1896
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1897
+ */
1898
+ readonly version?: string;
1899
+ /**
1900
+ * The type of the Extension being received.
1901
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1902
+ */
1903
+ readonly extensionType?: string;
1904
+ /**
1905
+ * The publisher of the Extension being received.
1906
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1907
+ */
1908
+ readonly publisher?: string;
1909
+ }
1910
+ export interface Settings extends ProxyResource {
1810
1911
  /**
1811
1912
  * Azure resource tenant Id
1812
1913
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1816,17 +1917,17 @@ export interface Settings extends ProxyResourceAutoGenerated {
1816
1917
  gatewayResourceId?: string;
1817
1918
  }
1818
1919
  /** A private link resource */
1819
- export interface PrivateLinkResource extends ProxyResourceAutoGenerated {
1920
+ export interface PrivateLinkResource extends ProxyResource {
1820
1921
  /** Resource properties. */
1821
1922
  properties?: PrivateLinkResourceProperties;
1822
1923
  }
1823
1924
  /** A private endpoint connection */
1824
- export interface PrivateEndpointConnection extends ProxyResourceAutoGenerated {
1925
+ export interface PrivateEndpointConnection extends ProxyResource {
1825
1926
  /** Resource properties. */
1826
1927
  properties?: PrivateEndpointConnectionProperties;
1827
1928
  }
1828
1929
  /** Defines the HybridIdentityMetadata. */
1829
- export interface HybridIdentityMetadata extends ProxyResourceAutoGenerated {
1930
+ export interface HybridIdentityMetadata extends ProxyResource {
1830
1931
  /** The unique identifier for the resource. */
1831
1932
  vmId?: string;
1832
1933
  /** The Public Key. */
@@ -1837,7 +1938,7 @@ export interface HybridIdentityMetadata extends ProxyResourceAutoGenerated {
1837
1938
  */
1838
1939
  readonly identity?: Identity;
1839
1940
  }
1840
- export interface NetworkConfiguration extends ProxyResourceAutoGenerated {
1941
+ export interface NetworkConfiguration extends ProxyResource {
1841
1942
  /** Resource location */
1842
1943
  location?: string;
1843
1944
  /**
@@ -1867,8 +1968,8 @@ export interface LicenseProfileArmEsuProperties extends LicenseProfileArmEsuProp
1867
1968
  /** The resource id of the license. */
1868
1969
  assignedLicense?: string;
1869
1970
  }
1870
- /** Describes a Extension Metadata */
1871
- export interface ExtensionValue extends ProxyResource {
1971
+ /** Describes an Extension Metadata. */
1972
+ export interface ExtensionValueV2 extends ProxyResourceAutoGenerated {
1872
1973
  /**
1873
1974
  * The version of the Extension being received.
1874
1975
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1884,28 +1985,35 @@ export interface ExtensionValue extends ProxyResource {
1884
1985
  * NOTE: This property will not be serialized. It can only be populated by the server.
1885
1986
  */
1886
1987
  readonly publisher?: string;
1887
- }
1888
- /** Describes an Arc Gateway. */
1889
- export interface Gateway extends TrackedResourceAutoGenerated {
1890
1988
  /**
1891
- * The provisioning state, which only appears in the response.
1989
+ * A list of locations where the extension packages can be found.
1892
1990
  * NOTE: This property will not be serialized. It can only be populated by the server.
1893
1991
  */
1894
- readonly provisioningState?: ProvisioningState;
1992
+ readonly extensionUris?: string[];
1895
1993
  /**
1896
- * A unique, immutable, identifier for the Gateway.
1994
+ * Location of the signature files for the extension.
1897
1995
  * NOTE: This property will not be serialized. It can only be populated by the server.
1898
1996
  */
1899
- readonly gatewayId?: string;
1900
- /** The type of the Gateway resource. */
1901
- gatewayType?: GatewayType;
1997
+ readonly extensionSignatureUri?: string;
1902
1998
  /**
1903
- * The endpoint fqdn for the Gateway.
1999
+ * The operating system (Windows, Linux, etc.) this extension supports.
1904
2000
  * NOTE: This property will not be serialized. It can only be populated by the server.
1905
2001
  */
1906
- readonly gatewayEndpoint?: string;
1907
- /** Specifies the list of features that are enabled for this Gateway. */
1908
- allowedFeatures?: string[];
2002
+ readonly operatingSystem?: string;
2003
+ /**
2004
+ * Architectures (x64, arms64, etc.) that this extension supports.
2005
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2006
+ */
2007
+ readonly architecture?: string[];
2008
+ }
2009
+ /** Defines headers for Machines_delete operation. */
2010
+ export interface MachinesDeleteHeaders {
2011
+ /** The URL of the resource used to check the status of the asynchronous operation. */
2012
+ location?: string;
2013
+ /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
2014
+ retryAfter?: number;
2015
+ /** The URI to poll for completion status. */
2016
+ azureAsyncOperation?: string;
1909
2017
  }
1910
2018
  /** Defines headers for Machines_assessPatches operation. */
1911
2019
  export interface MachinesAssessPatchesHeaders {
@@ -1971,6 +2079,15 @@ export interface HybridComputeManagementClientUpgradeExtensionsHeaders {
1971
2079
  /** The URI to poll for completion status. */
1972
2080
  azureAsyncOperation?: string;
1973
2081
  }
2082
+ /** Defines headers for HybridComputeManagementClient_setupExtensions operation. */
2083
+ export interface HybridComputeManagementClientSetupExtensionsHeaders {
2084
+ /** The URL of the resource used to check the status of the asynchronous operation. */
2085
+ location?: string;
2086
+ /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
2087
+ retryAfter?: number;
2088
+ /** The URI to poll for completion status. */
2089
+ azureAsyncOperation?: string;
2090
+ }
1974
2091
  /** Defines headers for MachineRunCommands_createOrUpdate operation. */
1975
2092
  export interface MachineRunCommandsCreateOrUpdateHeaders {
1976
2093
  /** The URL of the resource used to check the status of the asynchronous operation. */
@@ -2443,7 +2560,9 @@ export declare enum KnownStatusTypes {
2443
2560
  /** Disconnected */
2444
2561
  Disconnected = "Disconnected",
2445
2562
  /** Error */
2446
- Error = "Error"
2563
+ Error = "Error",
2564
+ /** AwaitingConnection */
2565
+ AwaitingConnection = "AwaitingConnection"
2447
2566
  }
2448
2567
  /**
2449
2568
  * Defines values for StatusTypes. \
@@ -2452,9 +2571,26 @@ export declare enum KnownStatusTypes {
2452
2571
  * ### Known values supported by the service
2453
2572
  * **Connected** \
2454
2573
  * **Disconnected** \
2455
- * **Error**
2574
+ * **Error** \
2575
+ * **AwaitingConnection**
2456
2576
  */
2457
2577
  export type StatusTypes = string;
2578
+ /** Known values of {@link IdentityKeyStore} that the service accepts. */
2579
+ export declare enum KnownIdentityKeyStore {
2580
+ /** TPM */
2581
+ TPM = "TPM",
2582
+ /** Default */
2583
+ Default = "Default"
2584
+ }
2585
+ /**
2586
+ * Defines values for IdentityKeyStore. \
2587
+ * {@link KnownIdentityKeyStore} can be used interchangeably with IdentityKeyStore,
2588
+ * this enum contains the known values that the service supports.
2589
+ * ### Known values supported by the service
2590
+ * **TPM** \
2591
+ * **Default**
2592
+ */
2593
+ export type IdentityKeyStore = string;
2458
2594
  /** Known values of {@link StatusLevelTypes} that the service accepts. */
2459
2595
  export declare enum KnownStatusLevelTypes {
2460
2596
  /** Info */
@@ -2905,7 +3041,13 @@ export interface LicensesListBySubscriptionNextOptionalParams extends coreClient
2905
3041
  export type LicensesListBySubscriptionNextResponse = LicensesListResult;
2906
3042
  /** Optional parameters. */
2907
3043
  export interface MachinesDeleteOptionalParams extends coreClient.OperationOptions {
3044
+ /** Delay to wait until next poll, in milliseconds. */
3045
+ updateIntervalInMs?: number;
3046
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3047
+ resumeFrom?: string;
2908
3048
  }
3049
+ /** Contains response data for the delete operation. */
3050
+ export type MachinesDeleteResponse = MachinesDeleteHeaders;
2909
3051
  /** Optional parameters. */
2910
3052
  export interface MachinesGetOptionalParams extends coreClient.OperationOptions {
2911
3053
  /** The expand expression to apply on the operation. */
@@ -3045,6 +3187,15 @@ export interface UpgradeExtensionsOptionalParams extends coreClient.OperationOpt
3045
3187
  resumeFrom?: string;
3046
3188
  }
3047
3189
  /** Optional parameters. */
3190
+ export interface SetupExtensionsOptionalParams extends coreClient.OperationOptions {
3191
+ /** Delay to wait until next poll, in milliseconds. */
3192
+ updateIntervalInMs?: number;
3193
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3194
+ resumeFrom?: string;
3195
+ }
3196
+ /** Contains response data for the setupExtensions operation. */
3197
+ export type SetupExtensionsResponse = SetupExtensionRequest;
3198
+ /** Optional parameters. */
3048
3199
  export interface ExtensionMetadataGetOptionalParams extends coreClient.OperationOptions {
3049
3200
  }
3050
3201
  /** Contains response data for the get operation. */
@@ -3055,6 +3206,41 @@ export interface ExtensionMetadataListOptionalParams extends coreClient.Operatio
3055
3206
  /** Contains response data for the list operation. */
3056
3207
  export type ExtensionMetadataListResponse = ExtensionValueListResult;
3057
3208
  /** Optional parameters. */
3209
+ export interface ExtensionMetadataV2GetOptionalParams extends coreClient.OperationOptions {
3210
+ }
3211
+ /** Contains response data for the get operation. */
3212
+ export type ExtensionMetadataV2GetResponse = ExtensionValueV2;
3213
+ /** Optional parameters. */
3214
+ export interface ExtensionMetadataV2ListOptionalParams extends coreClient.OperationOptions {
3215
+ }
3216
+ /** Contains response data for the list operation. */
3217
+ export type ExtensionMetadataV2ListResponse = ExtensionValueListResultV2;
3218
+ /** Optional parameters. */
3219
+ export interface ExtensionMetadataV2ListNextOptionalParams extends coreClient.OperationOptions {
3220
+ }
3221
+ /** Contains response data for the listNext operation. */
3222
+ export type ExtensionMetadataV2ListNextResponse = ExtensionValueListResultV2;
3223
+ /** Optional parameters. */
3224
+ export interface ExtensionTypeListOptionalParams extends coreClient.OperationOptions {
3225
+ }
3226
+ /** Contains response data for the list operation. */
3227
+ export type ExtensionTypeListResponse = ExtensionTypeListResult;
3228
+ /** Optional parameters. */
3229
+ export interface ExtensionTypeListNextOptionalParams extends coreClient.OperationOptions {
3230
+ }
3231
+ /** Contains response data for the listNext operation. */
3232
+ export type ExtensionTypeListNextResponse = ExtensionTypeListResult;
3233
+ /** Optional parameters. */
3234
+ export interface ExtensionPublisherListOptionalParams extends coreClient.OperationOptions {
3235
+ }
3236
+ /** Contains response data for the list operation. */
3237
+ export type ExtensionPublisherListResponse = ExtensionPublisherListResult;
3238
+ /** Optional parameters. */
3239
+ export interface ExtensionPublisherListNextOptionalParams extends coreClient.OperationOptions {
3240
+ }
3241
+ /** Contains response data for the listNext operation. */
3242
+ export type ExtensionPublisherListNextResponse = ExtensionPublisherListResult;
3243
+ /** Optional parameters. */
3058
3244
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3059
3245
  }
3060
3246
  /** Contains response data for the list operation. */