@azure/arm-baremetalinfrastructure 1.0.0-beta.1 → 1.0.0-beta.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 (319) hide show
  1. package/CHANGELOG.md +82 -1
  2. package/LICENSE +4 -4
  3. package/README.md +27 -18
  4. package/{dist-esm/src → dist/browser}/bareMetalInfrastructureClient.d.ts +4 -3
  5. package/dist/browser/bareMetalInfrastructureClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/bareMetalInfrastructureClient.js +35 -26
  7. package/dist/browser/bareMetalInfrastructureClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts +11 -0
  13. package/dist/browser/lroImpl.d.ts.map +1 -0
  14. package/dist/browser/lroImpl.js +18 -0
  15. package/dist/browser/lroImpl.js.map +1 -0
  16. package/dist/browser/models/index.d.ts +808 -0
  17. package/dist/browser/models/index.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/index.js +60 -0
  19. package/dist/browser/models/index.js.map +1 -0
  20. package/dist/browser/models/mappers.d.ts +30 -0
  21. package/dist/browser/models/mappers.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/models/mappers.js +405 -109
  23. package/dist/browser/models/mappers.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/models/parameters.d.ts +3 -0
  25. package/dist/browser/models/parameters.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/models/parameters.js +27 -6
  27. package/dist/browser/models/parameters.js.map +1 -0
  28. package/dist/browser/operations/azureBareMetalInstances.d.ts +124 -0
  29. package/dist/browser/operations/azureBareMetalInstances.d.ts.map +1 -0
  30. package/dist/browser/operations/azureBareMetalInstances.js +563 -0
  31. package/dist/browser/operations/azureBareMetalInstances.js.map +1 -0
  32. package/dist/browser/operations/azureBareMetalStorageInstances.d.ts +93 -0
  33. package/dist/browser/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
  34. package/dist/browser/operations/azureBareMetalStorageInstances.js +370 -0
  35. package/dist/browser/operations/azureBareMetalStorageInstances.js.map +1 -0
  36. package/dist/browser/operations/index.d.ts +4 -0
  37. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  38. package/dist/browser/operations/index.js +11 -0
  39. package/dist/browser/operations/index.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  41. package/dist/browser/operations/operations.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/operations.js +13 -35
  43. package/dist/browser/operations/operations.js.map +1 -0
  44. package/dist/browser/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
  45. package/dist/browser/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
  48. package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
  49. package/{src/operations/index.ts → dist/browser/operationsInterfaces/azureBareMetalStorageInstances.js} +2 -3
  50. package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
  51. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  53. package/dist/browser/operationsInterfaces/index.js +11 -0
  54. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  57. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  58. package/dist/browser/package.json +3 -0
  59. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  60. package/dist/browser/pagingHelper.js.map +1 -0
  61. package/dist/commonjs/bareMetalInfrastructureClient.d.ts +22 -0
  62. package/dist/commonjs/bareMetalInfrastructureClient.d.ts.map +1 -0
  63. package/dist/commonjs/bareMetalInfrastructureClient.js +115 -0
  64. package/dist/commonjs/bareMetalInfrastructureClient.js.map +1 -0
  65. package/dist/commonjs/index.d.ts +5 -0
  66. package/dist/commonjs/index.d.ts.map +1 -0
  67. package/dist/commonjs/index.js +19 -0
  68. package/dist/commonjs/index.js.map +1 -0
  69. package/dist/commonjs/lroImpl.d.ts +11 -0
  70. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  71. package/dist/commonjs/lroImpl.js +21 -0
  72. package/dist/commonjs/lroImpl.js.map +1 -0
  73. package/dist/commonjs/models/index.d.ts +808 -0
  74. package/dist/commonjs/models/index.d.ts.map +1 -0
  75. package/dist/commonjs/models/index.js +215 -0
  76. package/dist/commonjs/models/index.js.map +1 -0
  77. package/dist/commonjs/models/mappers.d.ts +30 -0
  78. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  79. package/dist/commonjs/models/mappers.js +812 -0
  80. package/dist/commonjs/models/mappers.js.map +1 -0
  81. package/dist/commonjs/models/parameters.d.ts +14 -0
  82. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  83. package/dist/commonjs/models/parameters.js +129 -0
  84. package/dist/commonjs/models/parameters.js.map +1 -0
  85. package/dist/commonjs/operations/azureBareMetalInstances.d.ts +124 -0
  86. package/dist/commonjs/operations/azureBareMetalInstances.d.ts.map +1 -0
  87. package/dist/commonjs/operations/azureBareMetalInstances.js +568 -0
  88. package/dist/commonjs/operations/azureBareMetalInstances.js.map +1 -0
  89. package/dist/commonjs/operations/azureBareMetalStorageInstances.d.ts +93 -0
  90. package/dist/commonjs/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
  91. package/dist/commonjs/operations/azureBareMetalStorageInstances.js +375 -0
  92. package/dist/commonjs/operations/azureBareMetalStorageInstances.js.map +1 -0
  93. package/dist/commonjs/operations/index.d.ts +4 -0
  94. package/dist/commonjs/operations/index.d.ts.map +1 -0
  95. package/dist/commonjs/operations/index.js +14 -0
  96. package/dist/commonjs/operations/index.js.map +1 -0
  97. package/dist/commonjs/operations/operations.d.ts +26 -0
  98. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  99. package/dist/commonjs/operations/operations.js +84 -0
  100. package/dist/commonjs/operations/operations.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
  102. package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
  103. package/{dist-esm/src/operationsInterfaces/index.js → dist/commonjs/operationsInterfaces/azureBareMetalInstances.js} +3 -3
  104. package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
  106. package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.js +10 -0
  108. package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  110. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  112. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  114. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  115. package/{dist-esm/src/operations/index.js → dist/commonjs/operationsInterfaces/operations.js} +3 -3
  116. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  117. package/dist/commonjs/package.json +3 -0
  118. package/dist/commonjs/pagingHelper.d.ts +13 -0
  119. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  120. package/dist/commonjs/pagingHelper.js +34 -0
  121. package/dist/commonjs/pagingHelper.js.map +1 -0
  122. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  123. package/dist/esm/bareMetalInfrastructureClient.d.ts +22 -0
  124. package/dist/esm/bareMetalInfrastructureClient.d.ts.map +1 -0
  125. package/dist/esm/bareMetalInfrastructureClient.js +110 -0
  126. package/dist/esm/bareMetalInfrastructureClient.js.map +1 -0
  127. package/dist/esm/index.d.ts +5 -0
  128. package/dist/esm/index.d.ts.map +1 -0
  129. package/{src/index.ts → dist/esm/index.js} +5 -5
  130. package/dist/esm/index.js.map +1 -0
  131. package/dist/esm/lroImpl.d.ts +11 -0
  132. package/dist/esm/lroImpl.d.ts.map +1 -0
  133. package/dist/esm/lroImpl.js +18 -0
  134. package/dist/esm/lroImpl.js.map +1 -0
  135. package/dist/esm/models/index.d.ts +808 -0
  136. package/dist/esm/models/index.d.ts.map +1 -0
  137. package/dist/esm/models/index.js +212 -0
  138. package/dist/esm/models/index.js.map +1 -0
  139. package/dist/esm/models/mappers.d.ts +30 -0
  140. package/dist/esm/models/mappers.d.ts.map +1 -0
  141. package/dist/esm/models/mappers.js +809 -0
  142. package/dist/esm/models/mappers.js.map +1 -0
  143. package/dist/esm/models/parameters.d.ts +14 -0
  144. package/dist/esm/models/parameters.d.ts.map +1 -0
  145. package/dist/esm/models/parameters.js +126 -0
  146. package/dist/esm/models/parameters.js.map +1 -0
  147. package/dist/esm/operations/azureBareMetalInstances.d.ts +124 -0
  148. package/dist/esm/operations/azureBareMetalInstances.d.ts.map +1 -0
  149. package/dist/esm/operations/azureBareMetalInstances.js +563 -0
  150. package/dist/esm/operations/azureBareMetalInstances.js.map +1 -0
  151. package/dist/esm/operations/azureBareMetalStorageInstances.d.ts +93 -0
  152. package/dist/esm/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
  153. package/dist/esm/operations/azureBareMetalStorageInstances.js +370 -0
  154. package/dist/esm/operations/azureBareMetalStorageInstances.js.map +1 -0
  155. package/dist/esm/operations/index.d.ts +4 -0
  156. package/dist/esm/operations/index.d.ts.map +1 -0
  157. package/dist/esm/operations/index.js +11 -0
  158. package/dist/esm/operations/index.js.map +1 -0
  159. package/dist/esm/operations/operations.d.ts +26 -0
  160. package/dist/esm/operations/operations.d.ts.map +1 -0
  161. package/dist/esm/operations/operations.js +79 -0
  162. package/dist/esm/operations/operations.js.map +1 -0
  163. package/dist/esm/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
  164. package/dist/esm/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
  165. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/azureBareMetalInstances.js} +2 -3
  166. package/dist/esm/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
  167. package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
  168. package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
  169. package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.js +9 -0
  170. package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
  171. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  172. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  173. package/dist/esm/operationsInterfaces/index.js +11 -0
  174. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  175. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  176. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  177. package/dist/esm/operationsInterfaces/operations.js +9 -0
  178. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  179. package/dist/esm/package.json +3 -0
  180. package/dist/esm/pagingHelper.d.ts +13 -0
  181. package/dist/esm/pagingHelper.d.ts.map +1 -0
  182. package/dist/esm/pagingHelper.js +30 -0
  183. package/dist/esm/pagingHelper.js.map +1 -0
  184. package/dist/react-native/bareMetalInfrastructureClient.d.ts +22 -0
  185. package/dist/react-native/bareMetalInfrastructureClient.d.ts.map +1 -0
  186. package/dist/react-native/bareMetalInfrastructureClient.js +110 -0
  187. package/dist/react-native/bareMetalInfrastructureClient.js.map +1 -0
  188. package/dist/react-native/index.d.ts +5 -0
  189. package/dist/react-native/index.d.ts.map +1 -0
  190. package/dist/react-native/index.js +13 -0
  191. package/dist/react-native/index.js.map +1 -0
  192. package/dist/react-native/lroImpl.d.ts +11 -0
  193. package/dist/react-native/lroImpl.d.ts.map +1 -0
  194. package/dist/react-native/lroImpl.js +18 -0
  195. package/dist/react-native/lroImpl.js.map +1 -0
  196. package/dist/react-native/models/index.d.ts +808 -0
  197. package/dist/react-native/models/index.d.ts.map +1 -0
  198. package/dist/react-native/models/index.js +212 -0
  199. package/dist/react-native/models/index.js.map +1 -0
  200. package/dist/react-native/models/mappers.d.ts +30 -0
  201. package/dist/react-native/models/mappers.d.ts.map +1 -0
  202. package/dist/react-native/models/mappers.js +809 -0
  203. package/dist/react-native/models/mappers.js.map +1 -0
  204. package/dist/react-native/models/parameters.d.ts +14 -0
  205. package/dist/react-native/models/parameters.d.ts.map +1 -0
  206. package/dist/react-native/models/parameters.js +126 -0
  207. package/dist/react-native/models/parameters.js.map +1 -0
  208. package/dist/react-native/operations/azureBareMetalInstances.d.ts +124 -0
  209. package/dist/react-native/operations/azureBareMetalInstances.d.ts.map +1 -0
  210. package/dist/react-native/operations/azureBareMetalInstances.js +563 -0
  211. package/dist/react-native/operations/azureBareMetalInstances.js.map +1 -0
  212. package/dist/react-native/operations/azureBareMetalStorageInstances.d.ts +93 -0
  213. package/dist/react-native/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
  214. package/dist/react-native/operations/azureBareMetalStorageInstances.js +370 -0
  215. package/dist/react-native/operations/azureBareMetalStorageInstances.js.map +1 -0
  216. package/dist/react-native/operations/index.d.ts +4 -0
  217. package/dist/react-native/operations/index.d.ts.map +1 -0
  218. package/dist/react-native/operations/index.js +11 -0
  219. package/dist/react-native/operations/index.js.map +1 -0
  220. package/dist/react-native/operations/operations.d.ts +26 -0
  221. package/dist/react-native/operations/operations.d.ts.map +1 -0
  222. package/dist/react-native/operations/operations.js +79 -0
  223. package/dist/react-native/operations/operations.js.map +1 -0
  224. package/dist/react-native/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
  225. package/dist/react-native/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
  226. package/dist/react-native/operationsInterfaces/azureBareMetalInstances.js +9 -0
  227. package/dist/react-native/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
  228. package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
  229. package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
  230. package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.js +9 -0
  231. package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
  232. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  233. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  234. package/dist/react-native/operationsInterfaces/index.js +11 -0
  235. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  236. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  237. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  238. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  239. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  240. package/dist/react-native/package.json +3 -0
  241. package/dist/react-native/pagingHelper.d.ts +13 -0
  242. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  243. package/dist/react-native/pagingHelper.js +30 -0
  244. package/dist/react-native/pagingHelper.js.map +1 -0
  245. package/package.json +87 -76
  246. package/review/arm-baremetalinfrastructure-node.api.md +550 -0
  247. package/dist/index.js +0 -1378
  248. package/dist/index.js.map +0 -1
  249. package/dist/index.min.js +0 -1
  250. package/dist/index.min.js.map +0 -1
  251. package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.js +0 -39
  254. package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.js.map +0 -1
  255. package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.js +0 -59
  258. package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.js.map +0 -1
  259. package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.js +0 -58
  262. package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.js.map +0 -1
  263. package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.js +0 -60
  266. package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.js.map +0 -1
  267. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  270. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  271. package/dist-esm/src/bareMetalInfrastructureClient.d.ts.map +0 -1
  272. package/dist-esm/src/bareMetalInfrastructureClient.js.map +0 -1
  273. package/dist-esm/src/index.d.ts +0 -6
  274. package/dist-esm/src/index.d.ts.map +0 -1
  275. package/dist-esm/src/index.js.map +0 -1
  276. package/dist-esm/src/models/index.d.ts +0 -519
  277. package/dist-esm/src/models/index.d.ts.map +0 -1
  278. package/dist-esm/src/models/index.js.map +0 -1
  279. package/dist-esm/src/models/mappers.d.ts +0 -20
  280. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  281. package/dist-esm/src/models/mappers.js.map +0 -1
  282. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  283. package/dist-esm/src/models/parameters.js.map +0 -1
  284. package/dist-esm/src/operations/azureBareMetalInstances.d.ts +0 -73
  285. package/dist-esm/src/operations/azureBareMetalInstances.d.ts.map +0 -1
  286. package/dist-esm/src/operations/azureBareMetalInstances.js +0 -334
  287. package/dist-esm/src/operations/azureBareMetalInstances.js.map +0 -1
  288. package/dist-esm/src/operations/index.d.ts +0 -3
  289. package/dist-esm/src/operations/index.js.map +0 -1
  290. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  291. package/dist-esm/src/operations/operations.js.map +0 -1
  292. package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.d.ts +0 -35
  293. package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.d.ts.map +0 -1
  294. package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.js.map +0 -1
  295. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  296. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  297. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  298. package/dist-esm/src/pagingHelper.js.map +0 -1
  299. package/dist-esm/test/baremetalinfrastructure_operations_test.spec.d.ts +0 -4
  300. package/dist-esm/test/baremetalinfrastructure_operations_test.spec.d.ts.map +0 -1
  301. package/dist-esm/test/baremetalinfrastructure_operations_test.spec.js +0 -78
  302. package/dist-esm/test/baremetalinfrastructure_operations_test.spec.js.map +0 -1
  303. package/review/arm-baremetalinfrastructure.api.md +0 -325
  304. package/rollup.config.js +0 -122
  305. package/src/bareMetalInfrastructureClient.ts +0 -142
  306. package/src/models/index.ts +0 -566
  307. package/src/models/mappers.ts +0 -549
  308. package/src/models/parameters.ts +0 -119
  309. package/src/operations/azureBareMetalInstances.ts +0 -395
  310. package/src/operations/operations.ts +0 -103
  311. package/src/operationsInterfaces/azureBareMetalInstances.ts +0 -67
  312. package/src/operationsInterfaces/operations.ts +0 -22
  313. package/src/pagingHelper.ts +0 -39
  314. package/tsconfig.json +0 -33
  315. package/types/arm-baremetalinfrastructure.d.ts +0 -633
  316. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureBareMetalInstances.js +0 -0
  317. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  318. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  319. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,633 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
-
5
- /**
6
- * Defines values for AzureBareMetalHardwareTypeNamesEnum. \
7
- * {@link KnownAzureBareMetalHardwareTypeNamesEnum} can be used interchangeably with AzureBareMetalHardwareTypeNamesEnum,
8
- * this enum contains the known values that the service supports.
9
- * ### Known values supported by the service
10
- * **Cisco_UCS** \
11
- * **HPE**
12
- */
13
- export declare type AzureBareMetalHardwareTypeNamesEnum = string;
14
-
15
- /** AzureBareMetal instance info on Azure (ARM properties and AzureBareMetal properties) */
16
- export declare interface AzureBareMetalInstance extends TrackedResource {
17
- /**
18
- * The system metadata relating to this resource.
19
- * NOTE: This property will not be serialized. It can only be populated by the server.
20
- */
21
- readonly systemData?: SystemData;
22
- /** Specifies the hardware settings for the AzureBareMetal instance. */
23
- hardwareProfile?: HardwareProfile;
24
- /** Specifies the storage settings for the AzureBareMetal instance disks. */
25
- storageProfile?: StorageProfile;
26
- /** Specifies the operating system settings for the AzureBareMetal instance. */
27
- osProfile?: OSProfile;
28
- /** Specifies the network settings for the AzureBareMetal instance. */
29
- networkProfile?: NetworkProfile;
30
- /**
31
- * Specifies the AzureBareMetal instance unique ID.
32
- * NOTE: This property will not be serialized. It can only be populated by the server.
33
- */
34
- readonly azureBareMetalInstanceId?: string;
35
- /**
36
- * Resource power state
37
- * NOTE: This property will not be serialized. It can only be populated by the server.
38
- */
39
- readonly powerState?: AzureBareMetalInstancePowerStateEnum;
40
- /**
41
- * Resource proximity placement group
42
- * NOTE: This property will not be serialized. It can only be populated by the server.
43
- */
44
- readonly proximityPlacementGroup?: string;
45
- /**
46
- * Hardware revision of an AzureBareMetal instance
47
- * NOTE: This property will not be serialized. It can only be populated by the server.
48
- */
49
- readonly hwRevision?: string;
50
- /** ARM ID of another AzureBareMetalInstance that will share a network with this AzureBareMetalInstance */
51
- partnerNodeId?: string;
52
- /**
53
- * State of provisioning of the AzureBareMetalInstance
54
- * NOTE: This property will not be serialized. It can only be populated by the server.
55
- */
56
- readonly provisioningState?: AzureBareMetalProvisioningStatesEnum;
57
- }
58
-
59
- /**
60
- * Defines values for AzureBareMetalInstancePowerStateEnum. \
61
- * {@link KnownAzureBareMetalInstancePowerStateEnum} can be used interchangeably with AzureBareMetalInstancePowerStateEnum,
62
- * this enum contains the known values that the service supports.
63
- * ### Known values supported by the service
64
- * **starting** \
65
- * **started** \
66
- * **stopping** \
67
- * **stopped** \
68
- * **restarting** \
69
- * **unknown**
70
- */
71
- export declare type AzureBareMetalInstancePowerStateEnum = string;
72
-
73
- /** Interface representing a AzureBareMetalInstances. */
74
- export declare interface AzureBareMetalInstances {
75
- /**
76
- * Gets a list of AzureBareMetal instances in the specified subscription. The operations returns
77
- * various properties of each Azure BareMetal instance.
78
- * @param options The options parameters.
79
- */
80
- listBySubscription(options?: AzureBareMetalInstancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AzureBareMetalInstance>;
81
- /**
82
- * Gets a list of AzureBareMetal instances in the specified subscription and resource group. The
83
- * operations returns various properties of each Azure BareMetal instance.
84
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
85
- * @param options The options parameters.
86
- */
87
- listByResourceGroup(resourceGroupName: string, options?: AzureBareMetalInstancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AzureBareMetalInstance>;
88
- /**
89
- * Gets an Azure BareMetal instance for the specified subscription, resource group, and instance name.
90
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
- * @param azureBareMetalInstanceName Name of the Azure BareMetal on Azure instance.
92
- * @param options The options parameters.
93
- */
94
- get(resourceGroupName: string, azureBareMetalInstanceName: string, options?: AzureBareMetalInstancesGetOptionalParams): Promise<AzureBareMetalInstancesGetResponse>;
95
- /**
96
- * Patches the Tags field of a Azure BareMetal instance for the specified subscription, resource group,
97
- * and instance name.
98
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
99
- * @param azureBareMetalInstanceName Name of the Azure BareMetal on Azure instance.
100
- * @param tagsParameter Request body that only contains the new Tags field
101
- * @param options The options parameters.
102
- */
103
- update(resourceGroupName: string, azureBareMetalInstanceName: string, tagsParameter: Tags, options?: AzureBareMetalInstancesUpdateOptionalParams): Promise<AzureBareMetalInstancesUpdateResponse>;
104
- }
105
-
106
- /** Optional parameters. */
107
- export declare interface AzureBareMetalInstancesGetOptionalParams extends coreClient.OperationOptions {
108
- }
109
-
110
- /** Contains response data for the get operation. */
111
- export declare type AzureBareMetalInstancesGetResponse = AzureBareMetalInstance;
112
-
113
- /**
114
- * Defines values for AzureBareMetalInstanceSizeNamesEnum. \
115
- * {@link KnownAzureBareMetalInstanceSizeNamesEnum} can be used interchangeably with AzureBareMetalInstanceSizeNamesEnum,
116
- * this enum contains the known values that the service supports.
117
- * ### Known values supported by the service
118
- * **S72m** \
119
- * **S144m** \
120
- * **S72** \
121
- * **S144** \
122
- * **S192** \
123
- * **S192m** \
124
- * **S192xm** \
125
- * **S96** \
126
- * **S112** \
127
- * **S224** \
128
- * **S224m** \
129
- * **S224om** \
130
- * **S224oo** \
131
- * **S224oom** \
132
- * **S224ooo** \
133
- * **S384** \
134
- * **S384m** \
135
- * **S384xm** \
136
- * **S384xxm** \
137
- * **S448** \
138
- * **S448m** \
139
- * **S448om** \
140
- * **S448oo** \
141
- * **S448oom** \
142
- * **S448ooo** \
143
- * **S576m** \
144
- * **S576xm** \
145
- * **S672** \
146
- * **S672m** \
147
- * **S672om** \
148
- * **S672oo** \
149
- * **S672oom** \
150
- * **S672ooo** \
151
- * **S768** \
152
- * **S768m** \
153
- * **S768xm** \
154
- * **S896** \
155
- * **S896m** \
156
- * **S896om** \
157
- * **S896oo** \
158
- * **S896oom** \
159
- * **S896ooo** \
160
- * **S960m**
161
- */
162
- export declare type AzureBareMetalInstanceSizeNamesEnum = string;
163
-
164
- /** Optional parameters. */
165
- export declare interface AzureBareMetalInstancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
166
- }
167
-
168
- /** Contains response data for the listByResourceGroupNext operation. */
169
- export declare type AzureBareMetalInstancesListByResourceGroupNextResponse = AzureBareMetalInstancesListResult;
170
-
171
- /** Optional parameters. */
172
- export declare interface AzureBareMetalInstancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
173
- }
174
-
175
- /** Contains response data for the listByResourceGroup operation. */
176
- export declare type AzureBareMetalInstancesListByResourceGroupResponse = AzureBareMetalInstancesListResult;
177
-
178
- /** Optional parameters. */
179
- export declare interface AzureBareMetalInstancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
180
- }
181
-
182
- /** Contains response data for the listBySubscriptionNext operation. */
183
- export declare type AzureBareMetalInstancesListBySubscriptionNextResponse = AzureBareMetalInstancesListResult;
184
-
185
- /** Optional parameters. */
186
- export declare interface AzureBareMetalInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
187
- }
188
-
189
- /** Contains response data for the listBySubscription operation. */
190
- export declare type AzureBareMetalInstancesListBySubscriptionResponse = AzureBareMetalInstancesListResult;
191
-
192
- /** The response from the List AzureBareMetal Instances operation. */
193
- export declare interface AzureBareMetalInstancesListResult {
194
- /** The list of Azure BareMetal instances. */
195
- value?: AzureBareMetalInstance[];
196
- /** The URL to get the next set of AzureBareMetal instances. */
197
- nextLink?: string;
198
- }
199
-
200
- /** Optional parameters. */
201
- export declare interface AzureBareMetalInstancesUpdateOptionalParams extends coreClient.OperationOptions {
202
- }
203
-
204
- /** Contains response data for the update operation. */
205
- export declare type AzureBareMetalInstancesUpdateResponse = AzureBareMetalInstance;
206
-
207
- /**
208
- * Defines values for AzureBareMetalProvisioningStatesEnum. \
209
- * {@link KnownAzureBareMetalProvisioningStatesEnum} can be used interchangeably with AzureBareMetalProvisioningStatesEnum,
210
- * this enum contains the known values that the service supports.
211
- * ### Known values supported by the service
212
- * **Accepted** \
213
- * **Creating** \
214
- * **Updating** \
215
- * **Failed** \
216
- * **Succeeded** \
217
- * **Deleting** \
218
- * **Migrating**
219
- */
220
- export declare type AzureBareMetalProvisioningStatesEnum = string;
221
-
222
- export declare class BareMetalInfrastructureClient extends coreClient.ServiceClient {
223
- $host: string;
224
- apiVersion: string;
225
- subscriptionId: string;
226
- /**
227
- * Initializes a new instance of the BareMetalInfrastructureClient class.
228
- * @param credentials Subscription credentials which uniquely identify client subscription.
229
- * @param subscriptionId The ID of the target subscription.
230
- * @param options The parameter options
231
- */
232
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: BareMetalInfrastructureClientOptionalParams);
233
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
234
- private addCustomApiVersionPolicy;
235
- azureBareMetalInstances: AzureBareMetalInstances;
236
- operations: Operations;
237
- }
238
-
239
- /** Optional parameters. */
240
- export declare interface BareMetalInfrastructureClientOptionalParams extends coreClient.ServiceClientOptions {
241
- /** server parameter */
242
- $host?: string;
243
- /** Api Version */
244
- apiVersion?: string;
245
- /** Overrides client endpoint. */
246
- endpoint?: string;
247
- }
248
-
249
- /**
250
- * Defines values for CreatedByType. \
251
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
252
- * this enum contains the known values that the service supports.
253
- * ### Known values supported by the service
254
- * **User** \
255
- * **Application** \
256
- * **ManagedIdentity** \
257
- * **Key**
258
- */
259
- export declare type CreatedByType = string;
260
-
261
- /** Specifies the disk information fo the AzureBareMetal instance */
262
- export declare interface Disk {
263
- /** The disk name. */
264
- name?: string;
265
- /** Specifies the size of an empty data disk in gigabytes. */
266
- diskSizeGB?: number;
267
- /**
268
- * Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
269
- * NOTE: This property will not be serialized. It can only be populated by the server.
270
- */
271
- readonly lun?: number;
272
- }
273
-
274
- /** Detailed BareMetal operation information */
275
- export declare interface Display {
276
- /**
277
- * The localized friendly form of the resource provider name.
278
- * NOTE: This property will not be serialized. It can only be populated by the server.
279
- */
280
- readonly provider?: string;
281
- /**
282
- * The localized friendly form of the resource type related to this action/operation.
283
- * NOTE: This property will not be serialized. It can only be populated by the server.
284
- */
285
- readonly resource?: string;
286
- /**
287
- * The localized friendly name for the operation as shown to the user.
288
- * NOTE: This property will not be serialized. It can only be populated by the server.
289
- */
290
- readonly operation?: string;
291
- /**
292
- * The localized friendly description for the operation as shown to the user.
293
- * NOTE: This property will not be serialized. It can only be populated by the server.
294
- */
295
- readonly description?: string;
296
- }
297
-
298
- /** Error definition. */
299
- export declare interface ErrorDefinition {
300
- /**
301
- * Service specific error code which serves as the substatus for the HTTP error code.
302
- * NOTE: This property will not be serialized. It can only be populated by the server.
303
- */
304
- readonly code?: string;
305
- /**
306
- * Description of the error.
307
- * NOTE: This property will not be serialized. It can only be populated by the server.
308
- */
309
- readonly message?: string;
310
- /**
311
- * Internal error details.
312
- * NOTE: This property will not be serialized. It can only be populated by the server.
313
- */
314
- readonly details?: ErrorDefinition[];
315
- }
316
-
317
- /** Error response. */
318
- export declare interface ErrorResponse {
319
- /** The error details. */
320
- error?: ErrorDefinition;
321
- }
322
-
323
- /**
324
- * Given the last `.value` produced by the `byPage` iterator,
325
- * returns a continuation token that can be used to begin paging from
326
- * that point later.
327
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
328
- * @returns The continuation token that can be passed into byPage() during future calls.
329
- */
330
- export declare function getContinuationToken(page: unknown): string | undefined;
331
-
332
- /** Specifies the hardware settings for the AzureBareMetal instance. */
333
- export declare interface HardwareProfile {
334
- /**
335
- * Name of the hardware type (vendor and/or their product name)
336
- * NOTE: This property will not be serialized. It can only be populated by the server.
337
- */
338
- readonly hardwareType?: AzureBareMetalHardwareTypeNamesEnum;
339
- /**
340
- * Specifies the AzureBareMetal instance SKU.
341
- * NOTE: This property will not be serialized. It can only be populated by the server.
342
- */
343
- readonly azureBareMetalInstanceSize?: AzureBareMetalInstanceSizeNamesEnum;
344
- }
345
-
346
- /** Specifies the IP address of the network interface. */
347
- export declare interface IpAddress {
348
- /** Specifies the IP address of the network interface. */
349
- ipAddress?: string;
350
- }
351
-
352
- /** Known values of {@link AzureBareMetalHardwareTypeNamesEnum} that the service accepts. */
353
- export declare enum KnownAzureBareMetalHardwareTypeNamesEnum {
354
- /** CiscoUCS */
355
- CiscoUCS = "Cisco_UCS",
356
- /** HPE */
357
- HPE = "HPE"
358
- }
359
-
360
- /** Known values of {@link AzureBareMetalInstancePowerStateEnum} that the service accepts. */
361
- export declare enum KnownAzureBareMetalInstancePowerStateEnum {
362
- /** Starting */
363
- Starting = "starting",
364
- /** Started */
365
- Started = "started",
366
- /** Stopping */
367
- Stopping = "stopping",
368
- /** Stopped */
369
- Stopped = "stopped",
370
- /** Restarting */
371
- Restarting = "restarting",
372
- /** Unknown */
373
- Unknown = "unknown"
374
- }
375
-
376
- /** Known values of {@link AzureBareMetalInstanceSizeNamesEnum} that the service accepts. */
377
- export declare enum KnownAzureBareMetalInstanceSizeNamesEnum {
378
- /** S72M */
379
- S72M = "S72m",
380
- /** S144M */
381
- S144M = "S144m",
382
- /** S72 */
383
- S72 = "S72",
384
- /** S144 */
385
- S144 = "S144",
386
- /** S192 */
387
- S192 = "S192",
388
- /** S192M */
389
- S192M = "S192m",
390
- /** S192Xm */
391
- S192Xm = "S192xm",
392
- /** S96 */
393
- S96 = "S96",
394
- /** S112 */
395
- S112 = "S112",
396
- /** S224 */
397
- S224 = "S224",
398
- /** S224M */
399
- S224M = "S224m",
400
- /** S224Om */
401
- S224Om = "S224om",
402
- /** S224Oo */
403
- S224Oo = "S224oo",
404
- /** S224Oom */
405
- S224Oom = "S224oom",
406
- /** S224Ooo */
407
- S224Ooo = "S224ooo",
408
- /** S384 */
409
- S384 = "S384",
410
- /** S384M */
411
- S384M = "S384m",
412
- /** S384Xm */
413
- S384Xm = "S384xm",
414
- /** S384Xxm */
415
- S384Xxm = "S384xxm",
416
- /** S448 */
417
- S448 = "S448",
418
- /** S448M */
419
- S448M = "S448m",
420
- /** S448Om */
421
- S448Om = "S448om",
422
- /** S448Oo */
423
- S448Oo = "S448oo",
424
- /** S448Oom */
425
- S448Oom = "S448oom",
426
- /** S448Ooo */
427
- S448Ooo = "S448ooo",
428
- /** S576M */
429
- S576M = "S576m",
430
- /** S576Xm */
431
- S576Xm = "S576xm",
432
- /** S672 */
433
- S672 = "S672",
434
- /** S672M */
435
- S672M = "S672m",
436
- /** S672Om */
437
- S672Om = "S672om",
438
- /** S672Oo */
439
- S672Oo = "S672oo",
440
- /** S672Oom */
441
- S672Oom = "S672oom",
442
- /** S672Ooo */
443
- S672Ooo = "S672ooo",
444
- /** S768 */
445
- S768 = "S768",
446
- /** S768M */
447
- S768M = "S768m",
448
- /** S768Xm */
449
- S768Xm = "S768xm",
450
- /** S896 */
451
- S896 = "S896",
452
- /** S896M */
453
- S896M = "S896m",
454
- /** S896Om */
455
- S896Om = "S896om",
456
- /** S896Oo */
457
- S896Oo = "S896oo",
458
- /** S896Oom */
459
- S896Oom = "S896oom",
460
- /** S896Ooo */
461
- S896Ooo = "S896ooo",
462
- /** S960M */
463
- S960M = "S960m"
464
- }
465
-
466
- /** Known values of {@link AzureBareMetalProvisioningStatesEnum} that the service accepts. */
467
- export declare enum KnownAzureBareMetalProvisioningStatesEnum {
468
- /** Accepted */
469
- Accepted = "Accepted",
470
- /** Creating */
471
- Creating = "Creating",
472
- /** Updating */
473
- Updating = "Updating",
474
- /** Failed */
475
- Failed = "Failed",
476
- /** Succeeded */
477
- Succeeded = "Succeeded",
478
- /** Deleting */
479
- Deleting = "Deleting",
480
- /** Migrating */
481
- Migrating = "Migrating"
482
- }
483
-
484
- /** Known values of {@link CreatedByType} that the service accepts. */
485
- export declare enum KnownCreatedByType {
486
- /** User */
487
- User = "User",
488
- /** Application */
489
- Application = "Application",
490
- /** ManagedIdentity */
491
- ManagedIdentity = "ManagedIdentity",
492
- /** Key */
493
- Key = "Key"
494
- }
495
-
496
- /** Specifies the network settings for the AzureBareMetal instance disks. */
497
- export declare interface NetworkProfile {
498
- /** Specifies the network interfaces for the AzureBareMetal instance. */
499
- networkInterfaces?: IpAddress[];
500
- /**
501
- * Specifies the circuit id for connecting to express route.
502
- * NOTE: This property will not be serialized. It can only be populated by the server.
503
- */
504
- readonly circuitId?: string;
505
- }
506
-
507
- /** AzureBareMetal operation information */
508
- export declare interface Operation {
509
- /**
510
- * The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service.
511
- * NOTE: This property will not be serialized. It can only be populated by the server.
512
- */
513
- readonly name?: string;
514
- /** Displayed AzureBareMetal operation information */
515
- display?: Display;
516
- /**
517
- * indicates whether an operation is a data action or not.
518
- * NOTE: This property will not be serialized. It can only be populated by the server.
519
- */
520
- readonly isDataAction?: boolean;
521
- }
522
-
523
- /** List of AzureBareMetal operations */
524
- export declare interface OperationList {
525
- /** List of AzureBareMetal operations */
526
- value?: Operation[];
527
- }
528
-
529
- /** Interface representing a Operations. */
530
- export declare interface Operations {
531
- /**
532
- * Gets a list of AzureBareMetal management operations.
533
- * @param options The options parameters.
534
- */
535
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
536
- }
537
-
538
- /** Optional parameters. */
539
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
540
- }
541
-
542
- /** Contains response data for the list operation. */
543
- export declare type OperationsListResponse = OperationList;
544
-
545
- /** Specifies the operating system settings for the AzureBareMetal instance. */
546
- export declare interface OSProfile {
547
- /** Specifies the host OS name of the AzureBareMetal instance. */
548
- computerName?: string;
549
- /**
550
- * This property allows you to specify the type of the OS.
551
- * NOTE: This property will not be serialized. It can only be populated by the server.
552
- */
553
- readonly osType?: string;
554
- /**
555
- * Specifies version of operating system.
556
- * NOTE: This property will not be serialized. It can only be populated by the server.
557
- */
558
- readonly version?: string;
559
- /** Specifies the SSH public key used to access the operating system. */
560
- sshPublicKey?: string;
561
- }
562
-
563
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
564
- export declare interface Resource {
565
- /**
566
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
567
- * NOTE: This property will not be serialized. It can only be populated by the server.
568
- */
569
- readonly id?: string;
570
- /**
571
- * The name of the resource
572
- * NOTE: This property will not be serialized. It can only be populated by the server.
573
- */
574
- readonly name?: string;
575
- /**
576
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
577
- * NOTE: This property will not be serialized. It can only be populated by the server.
578
- */
579
- readonly type?: string;
580
- }
581
-
582
- /** Sample result definition */
583
- export declare interface Result {
584
- /** Sample property of type string */
585
- sampleProperty?: string;
586
- }
587
-
588
- /** Specifies the storage settings for the AzureBareMetal instance disks. */
589
- export declare interface StorageProfile {
590
- /**
591
- * IP Address to connect to storage.
592
- * NOTE: This property will not be serialized. It can only be populated by the server.
593
- */
594
- readonly nfsIpAddress?: string;
595
- /** Specifies information about the operating system disk used by baremetal instance. */
596
- osDisks?: Disk[];
597
- }
598
-
599
- /** Metadata pertaining to creation and last modification of the resource. */
600
- export declare interface SystemData {
601
- /** The identity that created the resource. */
602
- createdBy?: string;
603
- /** The type of identity that created the resource. */
604
- createdByType?: CreatedByType;
605
- /** The timestamp of resource creation (UTC). */
606
- createdAt?: Date;
607
- /** The identity that last modified the resource. */
608
- lastModifiedBy?: string;
609
- /** The type of identity that last modified the resource. */
610
- lastModifiedByType?: CreatedByType;
611
- /** The timestamp of resource last modification (UTC) */
612
- lastModifiedAt?: Date;
613
- }
614
-
615
- /** Tags field of the AzureBareMetal instance. */
616
- export declare interface Tags {
617
- /** Tags field of the AzureBareMetal instance. */
618
- tags?: {
619
- [propertyName: string]: string;
620
- };
621
- }
622
-
623
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
624
- export declare interface TrackedResource extends Resource {
625
- /** Resource tags. */
626
- tags?: {
627
- [propertyName: string]: string;
628
- };
629
- /** The geo-location where the resource lives */
630
- location: string;
631
- }
632
-
633
- export { }