@azure/arm-changeanalysis 2.1.1-alpha.20250102.1 → 2.1.1-alpha.20250106.1

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 (290) hide show
  1. package/{dist-esm/src → dist/browser}/azureChangeAnalysisManagementClient.d.ts +2 -2
  2. package/dist/browser/azureChangeAnalysisManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/azureChangeAnalysisManagementClient.js +15 -18
  4. package/dist/browser/azureChangeAnalysisManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/models/index.js.map +1 -0
  10. package/dist/browser/models/mappers.js.map +1 -0
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/operations/changes.d.ts +3 -3
  13. package/dist/browser/operations/changes.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/changes.js +3 -3
  15. package/dist/browser/operations/changes.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +4 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  21. package/dist/browser/operations/operations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  23. package/dist/browser/operations/operations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/resourceChanges.d.ts +3 -3
  25. package/dist/browser/operations/resourceChanges.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/resourceChanges.js +3 -3
  27. package/dist/browser/operations/resourceChanges.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operationsInterfaces/changes.d.ts +1 -1
  29. package/dist/browser/operationsInterfaces/changes.d.ts.map +1 -0
  30. package/dist/browser/operationsInterfaces/changes.js.map +1 -0
  31. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  33. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  34. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  37. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceChanges.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/resourceChanges.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/resourceChanges.js.map +1 -0
  41. package/dist/browser/package.json +3 -0
  42. package/dist/browser/pagingHelper.js.map +1 -0
  43. package/dist/commonjs/azureChangeAnalysisManagementClient.d.ts +22 -0
  44. package/dist/commonjs/azureChangeAnalysisManagementClient.d.ts.map +1 -0
  45. package/dist/commonjs/azureChangeAnalysisManagementClient.js +104 -0
  46. package/dist/commonjs/azureChangeAnalysisManagementClient.js.map +1 -0
  47. package/dist/commonjs/index.d.ts +5 -0
  48. package/dist/commonjs/index.d.ts.map +1 -0
  49. package/dist/commonjs/index.js +19 -0
  50. package/dist/commonjs/index.js.map +1 -0
  51. package/{types/arm-changeanalysis.d.ts → dist/commonjs/models/index.d.ts} +247 -355
  52. package/dist/commonjs/models/index.d.ts.map +1 -0
  53. package/dist/commonjs/models/index.js +31 -0
  54. package/dist/commonjs/models/index.js.map +1 -0
  55. package/dist/commonjs/models/mappers.d.ts +14 -0
  56. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  57. package/dist/commonjs/models/mappers.js +370 -0
  58. package/dist/commonjs/models/mappers.js.map +1 -0
  59. package/dist/commonjs/models/parameters.d.ts +12 -0
  60. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  61. package/dist/commonjs/models/parameters.js +121 -0
  62. package/dist/commonjs/models/parameters.js.map +1 -0
  63. package/dist/commonjs/operations/changes.d.ts +71 -0
  64. package/dist/commonjs/operations/changes.d.ts.map +1 -0
  65. package/dist/commonjs/operations/changes.js +300 -0
  66. package/dist/commonjs/operations/changes.js.map +1 -0
  67. package/dist/commonjs/operations/index.d.ts +4 -0
  68. package/dist/commonjs/operations/index.d.ts.map +1 -0
  69. package/dist/commonjs/operations/index.js +14 -0
  70. package/dist/commonjs/operations/index.js.map +1 -0
  71. package/dist/commonjs/operations/operations.d.ts +34 -0
  72. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  73. package/dist/commonjs/operations/operations.js +140 -0
  74. package/dist/commonjs/operations/operations.js.map +1 -0
  75. package/dist/commonjs/operations/resourceChanges.d.ts +43 -0
  76. package/dist/commonjs/operations/resourceChanges.d.ts.map +1 -0
  77. package/dist/commonjs/operations/resourceChanges.js +159 -0
  78. package/dist/commonjs/operations/resourceChanges.js.map +1 -0
  79. package/dist/commonjs/operationsInterfaces/changes.d.ts +23 -0
  80. package/dist/commonjs/operationsInterfaces/changes.d.ts.map +1 -0
  81. package/dist/commonjs/operationsInterfaces/changes.js +10 -0
  82. package/dist/commonjs/operationsInterfaces/changes.js.map +1 -0
  83. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  84. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  86. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/operations.d.ts +12 -0
  88. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  90. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/resourceChanges.d.ts +15 -0
  92. package/dist/commonjs/operationsInterfaces/resourceChanges.d.ts.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/resourceChanges.js +10 -0
  94. package/dist/commonjs/operationsInterfaces/resourceChanges.js.map +1 -0
  95. package/dist/commonjs/package.json +3 -0
  96. package/dist/commonjs/pagingHelper.d.ts +13 -0
  97. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  98. package/dist/commonjs/pagingHelper.js +36 -0
  99. package/dist/commonjs/pagingHelper.js.map +1 -0
  100. package/dist/esm/azureChangeAnalysisManagementClient.d.ts +22 -0
  101. package/dist/esm/azureChangeAnalysisManagementClient.d.ts.map +1 -0
  102. package/dist/esm/azureChangeAnalysisManagementClient.js +99 -0
  103. package/dist/esm/azureChangeAnalysisManagementClient.js.map +1 -0
  104. package/dist/esm/index.d.ts +5 -0
  105. package/dist/esm/index.d.ts.map +1 -0
  106. package/{src/index.ts → dist/esm/index.js} +5 -5
  107. package/dist/esm/index.js.map +1 -0
  108. package/dist/esm/models/index.d.ts +247 -0
  109. package/dist/esm/models/index.d.ts.map +1 -0
  110. package/dist/esm/models/index.js +28 -0
  111. package/dist/esm/models/index.js.map +1 -0
  112. package/dist/esm/models/mappers.d.ts +14 -0
  113. package/dist/esm/models/mappers.d.ts.map +1 -0
  114. package/dist/esm/models/mappers.js +367 -0
  115. package/dist/esm/models/mappers.js.map +1 -0
  116. package/dist/esm/models/parameters.d.ts +12 -0
  117. package/dist/esm/models/parameters.d.ts.map +1 -0
  118. package/dist/esm/models/parameters.js +118 -0
  119. package/dist/esm/models/parameters.js.map +1 -0
  120. package/dist/esm/operations/changes.d.ts +71 -0
  121. package/dist/esm/operations/changes.d.ts.map +1 -0
  122. package/dist/esm/operations/changes.js +296 -0
  123. package/dist/esm/operations/changes.js.map +1 -0
  124. package/dist/esm/operations/index.d.ts +4 -0
  125. package/dist/esm/operations/index.d.ts.map +1 -0
  126. package/dist/esm/operations/index.js +11 -0
  127. package/dist/esm/operations/index.js.map +1 -0
  128. package/dist/esm/operations/operations.d.ts +34 -0
  129. package/dist/esm/operations/operations.d.ts.map +1 -0
  130. package/dist/esm/operations/operations.js +136 -0
  131. package/dist/esm/operations/operations.js.map +1 -0
  132. package/dist/esm/operations/resourceChanges.d.ts +43 -0
  133. package/dist/esm/operations/resourceChanges.d.ts.map +1 -0
  134. package/dist/esm/operations/resourceChanges.js +155 -0
  135. package/dist/esm/operations/resourceChanges.js.map +1 -0
  136. package/dist/esm/operationsInterfaces/changes.d.ts +23 -0
  137. package/dist/esm/operationsInterfaces/changes.d.ts.map +1 -0
  138. package/{src/operations/index.ts → dist/esm/operationsInterfaces/changes.js} +2 -4
  139. package/dist/esm/operationsInterfaces/changes.js.map +1 -0
  140. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  141. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  142. package/dist/esm/operationsInterfaces/index.js +11 -0
  143. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  144. package/dist/esm/operationsInterfaces/operations.d.ts +12 -0
  145. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  146. package/dist/esm/operationsInterfaces/operations.js +9 -0
  147. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  148. package/dist/esm/operationsInterfaces/resourceChanges.d.ts +15 -0
  149. package/dist/esm/operationsInterfaces/resourceChanges.d.ts.map +1 -0
  150. package/dist/esm/operationsInterfaces/resourceChanges.js +9 -0
  151. package/dist/esm/operationsInterfaces/resourceChanges.js.map +1 -0
  152. package/dist/esm/package.json +3 -0
  153. package/dist/esm/pagingHelper.d.ts +13 -0
  154. package/dist/esm/pagingHelper.d.ts.map +1 -0
  155. package/dist/esm/pagingHelper.js +32 -0
  156. package/dist/esm/pagingHelper.js.map +1 -0
  157. package/dist/react-native/azureChangeAnalysisManagementClient.d.ts +22 -0
  158. package/dist/react-native/azureChangeAnalysisManagementClient.d.ts.map +1 -0
  159. package/dist/react-native/azureChangeAnalysisManagementClient.js +99 -0
  160. package/dist/react-native/azureChangeAnalysisManagementClient.js.map +1 -0
  161. package/dist/react-native/index.d.ts +5 -0
  162. package/dist/react-native/index.d.ts.map +1 -0
  163. package/dist/react-native/index.js +13 -0
  164. package/dist/react-native/index.js.map +1 -0
  165. package/dist/react-native/models/index.d.ts +247 -0
  166. package/dist/react-native/models/index.d.ts.map +1 -0
  167. package/dist/react-native/models/index.js +28 -0
  168. package/dist/react-native/models/index.js.map +1 -0
  169. package/dist/react-native/models/mappers.d.ts +14 -0
  170. package/dist/react-native/models/mappers.d.ts.map +1 -0
  171. package/dist/react-native/models/mappers.js +367 -0
  172. package/dist/react-native/models/mappers.js.map +1 -0
  173. package/dist/react-native/models/parameters.d.ts +12 -0
  174. package/dist/react-native/models/parameters.d.ts.map +1 -0
  175. package/dist/react-native/models/parameters.js +118 -0
  176. package/dist/react-native/models/parameters.js.map +1 -0
  177. package/dist/react-native/operations/changes.d.ts +71 -0
  178. package/dist/react-native/operations/changes.d.ts.map +1 -0
  179. package/dist/react-native/operations/changes.js +296 -0
  180. package/dist/react-native/operations/changes.js.map +1 -0
  181. package/dist/react-native/operations/index.d.ts +4 -0
  182. package/dist/react-native/operations/index.d.ts.map +1 -0
  183. package/dist/react-native/operations/index.js +11 -0
  184. package/dist/react-native/operations/index.js.map +1 -0
  185. package/dist/react-native/operations/operations.d.ts +34 -0
  186. package/dist/react-native/operations/operations.d.ts.map +1 -0
  187. package/dist/react-native/operations/operations.js +136 -0
  188. package/dist/react-native/operations/operations.js.map +1 -0
  189. package/dist/react-native/operations/resourceChanges.d.ts +43 -0
  190. package/dist/react-native/operations/resourceChanges.d.ts.map +1 -0
  191. package/dist/react-native/operations/resourceChanges.js +155 -0
  192. package/dist/react-native/operations/resourceChanges.js.map +1 -0
  193. package/dist/react-native/operationsInterfaces/changes.d.ts +23 -0
  194. package/dist/react-native/operationsInterfaces/changes.d.ts.map +1 -0
  195. package/dist/react-native/operationsInterfaces/changes.js +9 -0
  196. package/dist/react-native/operationsInterfaces/changes.js.map +1 -0
  197. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  198. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  199. package/dist/react-native/operationsInterfaces/index.js +11 -0
  200. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  201. package/dist/react-native/operationsInterfaces/operations.d.ts +12 -0
  202. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  203. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  204. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  205. package/dist/react-native/operationsInterfaces/resourceChanges.d.ts +15 -0
  206. package/dist/react-native/operationsInterfaces/resourceChanges.d.ts.map +1 -0
  207. package/dist/react-native/operationsInterfaces/resourceChanges.js +9 -0
  208. package/dist/react-native/operationsInterfaces/resourceChanges.js.map +1 -0
  209. package/dist/react-native/package.json +3 -0
  210. package/dist/react-native/pagingHelper.d.ts +13 -0
  211. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  212. package/dist/react-native/pagingHelper.js +32 -0
  213. package/dist/react-native/pagingHelper.js.map +1 -0
  214. package/package.json +58 -28
  215. package/dist/index.js +0 -1262
  216. package/dist/index.js.map +0 -1
  217. package/dist/index.min.js +0 -1
  218. package/dist/index.min.js.map +0 -1
  219. package/dist-esm/samples-dev/changesListChangesByResourceGroupSample.d.ts +0 -2
  220. package/dist-esm/samples-dev/changesListChangesByResourceGroupSample.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/changesListChangesByResourceGroupSample.js +0 -48
  222. package/dist-esm/samples-dev/changesListChangesByResourceGroupSample.js.map +0 -1
  223. package/dist-esm/samples-dev/changesListChangesBySubscriptionSample.d.ts +0 -2
  224. package/dist-esm/samples-dev/changesListChangesBySubscriptionSample.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/changesListChangesBySubscriptionSample.js +0 -47
  226. package/dist-esm/samples-dev/changesListChangesBySubscriptionSample.js.map +0 -1
  227. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  228. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/operationsListSample.js +0 -45
  230. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  231. package/dist-esm/samples-dev/resourceChangesListSample.d.ts +0 -2
  232. package/dist-esm/samples-dev/resourceChangesListSample.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/resourceChangesListSample.js +0 -48
  234. package/dist-esm/samples-dev/resourceChangesListSample.js.map +0 -1
  235. package/dist-esm/src/azureChangeAnalysisManagementClient.d.ts.map +0 -1
  236. package/dist-esm/src/azureChangeAnalysisManagementClient.js.map +0 -1
  237. package/dist-esm/src/index.d.ts +0 -5
  238. package/dist-esm/src/index.js.map +0 -1
  239. package/dist-esm/src/models/index.js.map +0 -1
  240. package/dist-esm/src/models/mappers.js.map +0 -1
  241. package/dist-esm/src/models/parameters.js.map +0 -1
  242. package/dist-esm/src/operations/changes.d.ts.map +0 -1
  243. package/dist-esm/src/operations/changes.js.map +0 -1
  244. package/dist-esm/src/operations/index.d.ts +0 -4
  245. package/dist-esm/src/operations/index.js.map +0 -1
  246. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  247. package/dist-esm/src/operations/operations.js.map +0 -1
  248. package/dist-esm/src/operations/resourceChanges.d.ts.map +0 -1
  249. package/dist-esm/src/operations/resourceChanges.js.map +0 -1
  250. package/dist-esm/src/operationsInterfaces/changes.d.ts.map +0 -1
  251. package/dist-esm/src/operationsInterfaces/changes.js.map +0 -1
  252. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  253. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  254. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  255. package/dist-esm/src/operationsInterfaces/resourceChanges.d.ts.map +0 -1
  256. package/dist-esm/src/operationsInterfaces/resourceChanges.js.map +0 -1
  257. package/dist-esm/src/pagingHelper.js.map +0 -1
  258. package/dist-esm/test/sampleTest.d.ts +0 -2
  259. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  260. package/dist-esm/test/sampleTest.js +0 -42
  261. package/dist-esm/test/sampleTest.js.map +0 -1
  262. package/src/azureChangeAnalysisManagementClient.ts +0 -144
  263. package/src/models/index.ts +0 -295
  264. package/src/models/mappers.ts +0 -385
  265. package/src/models/parameters.ts +0 -133
  266. package/src/operations/changes.ts +0 -401
  267. package/src/operations/operations.ts +0 -152
  268. package/src/operations/resourceChanges.ts +0 -206
  269. package/src/operationsInterfaces/changes.ts +0 -45
  270. package/src/operationsInterfaces/index.ts +0 -11
  271. package/src/operationsInterfaces/operations.ts +0 -26
  272. package/src/operationsInterfaces/resourceChanges.ts +0 -29
  273. package/src/pagingHelper.ts +0 -39
  274. package/tsconfig.json +0 -33
  275. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  276. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  277. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  278. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  279. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  280. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  281. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  282. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  283. /package/{dist-esm/src → dist/browser}/models/parameters.js +0 -0
  284. /package/{dist-esm/src → dist/browser}/operationsInterfaces/changes.js +0 -0
  285. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  286. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceChanges.js +0 -0
  287. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  288. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  289. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  290. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,247 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The resource provider operation list. */
3
+ export interface ResourceProviderOperationList {
4
+ /** Resource provider operations list. */
5
+ value?: ResourceProviderOperationDefinition[];
6
+ /** The URI that can be used to request the next page for list of Azure operations. */
7
+ nextLink?: string;
8
+ }
9
+ /** The resource provider operation definition. */
10
+ export interface ResourceProviderOperationDefinition {
11
+ /** The resource provider operation name. */
12
+ name?: string;
13
+ /** The resource provider operation details. */
14
+ display?: ResourceProviderOperationDisplay;
15
+ }
16
+ /** The resource provider operation details. */
17
+ export interface ResourceProviderOperationDisplay {
18
+ /** Name of the resource provider. */
19
+ provider?: string;
20
+ /** Name of the resource type. */
21
+ resource?: string;
22
+ /** Name of the resource provider operation. */
23
+ operation?: string;
24
+ /** Description of the resource provider operation. */
25
+ description?: string;
26
+ }
27
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
28
+ export interface ErrorResponse {
29
+ /** The error object. */
30
+ error?: ErrorDetail;
31
+ }
32
+ /** The error detail. */
33
+ export interface ErrorDetail {
34
+ /**
35
+ * The error code.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly code?: string;
39
+ /**
40
+ * The error message.
41
+ * NOTE: This property will not be serialized. It can only be populated by the server.
42
+ */
43
+ readonly message?: string;
44
+ /**
45
+ * The error target.
46
+ * NOTE: This property will not be serialized. It can only be populated by the server.
47
+ */
48
+ readonly target?: string;
49
+ /**
50
+ * The error details.
51
+ * NOTE: This property will not be serialized. It can only be populated by the server.
52
+ */
53
+ readonly details?: ErrorDetail[];
54
+ /**
55
+ * The error additional info.
56
+ * NOTE: This property will not be serialized. It can only be populated by the server.
57
+ */
58
+ readonly additionalInfo?: ErrorAdditionalInfo[];
59
+ }
60
+ /** The resource management error additional info. */
61
+ export interface ErrorAdditionalInfo {
62
+ /**
63
+ * The additional info type.
64
+ * NOTE: This property will not be serialized. It can only be populated by the server.
65
+ */
66
+ readonly type?: string;
67
+ /**
68
+ * The additional info.
69
+ * NOTE: This property will not be serialized. It can only be populated by the server.
70
+ */
71
+ readonly info?: Record<string, unknown>;
72
+ }
73
+ /** The list of detected changes. */
74
+ export interface ChangeList {
75
+ /** The list of changes. */
76
+ value?: Change[];
77
+ /** The URI that can be used to request the next page of changes. */
78
+ nextLink?: string;
79
+ }
80
+ /** The properties of a change. */
81
+ export interface ChangeProperties {
82
+ /** The resource id that the change is attached to. */
83
+ resourceId?: string;
84
+ /** The time when the change is detected. */
85
+ timeStamp?: Date;
86
+ /**
87
+ * The list of identities who might initiated the change.
88
+ * The identity could be user name (email address) or the object ID of the Service Principal.
89
+ */
90
+ initiatedByList?: string[];
91
+ /** The type of the change. */
92
+ changeType?: ChangeType;
93
+ /** The list of detailed changes at json property level. */
94
+ propertyChanges?: PropertyChange[];
95
+ }
96
+ /** Data of a property change. */
97
+ export interface PropertyChange {
98
+ /** The type of the change. */
99
+ changeType?: ChangeType;
100
+ /** The change category. */
101
+ changeCategory?: ChangeCategory;
102
+ /** The json path of the changed property. */
103
+ jsonPath?: string;
104
+ /** The enhanced display name of the json path. E.g., the json path value[0].properties will be translated to something meaningful like slots["Staging"].properties. */
105
+ displayName?: string;
106
+ level?: Level;
107
+ /** The description of the changed property. */
108
+ description?: string;
109
+ /** The value of the property before the change. */
110
+ oldValue?: string;
111
+ /** The value of the property after the change. */
112
+ newValue?: string;
113
+ /** The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to. */
114
+ isDataMasked?: boolean;
115
+ }
116
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
117
+ export interface Resource {
118
+ /**
119
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
121
+ */
122
+ readonly id?: string;
123
+ /**
124
+ * The name of the resource
125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
126
+ */
127
+ readonly name?: string;
128
+ /**
129
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly type?: string;
133
+ }
134
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
135
+ export interface ProxyResource extends Resource {
136
+ }
137
+ /** The detected change. */
138
+ export interface Change extends ProxyResource {
139
+ /** The properties of a change. */
140
+ properties?: ChangeProperties;
141
+ }
142
+ /** Known values of {@link ChangeType} that the service accepts. */
143
+ export declare enum KnownChangeType {
144
+ /** Add */
145
+ Add = "Add",
146
+ /** Remove */
147
+ Remove = "Remove",
148
+ /** Update */
149
+ Update = "Update"
150
+ }
151
+ /**
152
+ * Defines values for ChangeType. \
153
+ * {@link KnownChangeType} can be used interchangeably with ChangeType,
154
+ * this enum contains the known values that the service supports.
155
+ * ### Known values supported by the service
156
+ * **Add** \
157
+ * **Remove** \
158
+ * **Update**
159
+ */
160
+ export type ChangeType = string;
161
+ /** Known values of {@link Level} that the service accepts. */
162
+ export declare enum KnownLevel {
163
+ /** Noisy */
164
+ Noisy = "Noisy",
165
+ /** Normal */
166
+ Normal = "Normal",
167
+ /** Important */
168
+ Important = "Important"
169
+ }
170
+ /**
171
+ * Defines values for Level. \
172
+ * {@link KnownLevel} can be used interchangeably with Level,
173
+ * this enum contains the known values that the service supports.
174
+ * ### Known values supported by the service
175
+ * **Noisy** \
176
+ * **Normal** \
177
+ * **Important**
178
+ */
179
+ export type Level = string;
180
+ /** Defines values for ChangeCategory. */
181
+ export type ChangeCategory = "User" | "System";
182
+ /** Optional parameters. */
183
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
184
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
185
+ skipToken?: string;
186
+ }
187
+ /** Contains response data for the list operation. */
188
+ export type OperationsListResponse = ResourceProviderOperationList;
189
+ /** Optional parameters. */
190
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
191
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
192
+ skipToken?: string;
193
+ }
194
+ /** Contains response data for the listNext operation. */
195
+ export type OperationsListNextResponse = ResourceProviderOperationList;
196
+ /** Optional parameters. */
197
+ export interface ResourceChangesListOptionalParams extends coreClient.OperationOptions {
198
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
199
+ skipToken?: string;
200
+ }
201
+ /** Contains response data for the list operation. */
202
+ export type ResourceChangesListResponse = ChangeList;
203
+ /** Optional parameters. */
204
+ export interface ResourceChangesListNextOptionalParams extends coreClient.OperationOptions {
205
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
206
+ skipToken?: string;
207
+ }
208
+ /** Contains response data for the listNext operation. */
209
+ export type ResourceChangesListNextResponse = ChangeList;
210
+ /** Optional parameters. */
211
+ export interface ChangesListChangesByResourceGroupOptionalParams extends coreClient.OperationOptions {
212
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
213
+ skipToken?: string;
214
+ }
215
+ /** Contains response data for the listChangesByResourceGroup operation. */
216
+ export type ChangesListChangesByResourceGroupResponse = ChangeList;
217
+ /** Optional parameters. */
218
+ export interface ChangesListChangesBySubscriptionOptionalParams extends coreClient.OperationOptions {
219
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
220
+ skipToken?: string;
221
+ }
222
+ /** Contains response data for the listChangesBySubscription operation. */
223
+ export type ChangesListChangesBySubscriptionResponse = ChangeList;
224
+ /** Optional parameters. */
225
+ export interface ChangesListChangesByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
226
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
227
+ skipToken?: string;
228
+ }
229
+ /** Contains response data for the listChangesByResourceGroupNext operation. */
230
+ export type ChangesListChangesByResourceGroupNextResponse = ChangeList;
231
+ /** Optional parameters. */
232
+ export interface ChangesListChangesBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
233
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
234
+ skipToken?: string;
235
+ }
236
+ /** Contains response data for the listChangesBySubscriptionNext operation. */
237
+ export type ChangesListChangesBySubscriptionNextResponse = ChangeList;
238
+ /** Optional parameters. */
239
+ export interface AzureChangeAnalysisManagementClientOptionalParams extends coreClient.ServiceClientOptions {
240
+ /** server parameter */
241
+ $host?: string;
242
+ /** Api Version */
243
+ apiVersion?: string;
244
+ /** Overrides client endpoint. */
245
+ endpoint?: string;
246
+ }
247
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,28 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link ChangeType} that the service accepts. */
9
+ export var KnownChangeType;
10
+ (function (KnownChangeType) {
11
+ /** Add */
12
+ KnownChangeType["Add"] = "Add";
13
+ /** Remove */
14
+ KnownChangeType["Remove"] = "Remove";
15
+ /** Update */
16
+ KnownChangeType["Update"] = "Update";
17
+ })(KnownChangeType || (KnownChangeType = {}));
18
+ /** Known values of {@link Level} that the service accepts. */
19
+ export var KnownLevel;
20
+ (function (KnownLevel) {
21
+ /** Noisy */
22
+ KnownLevel["Noisy"] = "Noisy";
23
+ /** Normal */
24
+ KnownLevel["Normal"] = "Normal";
25
+ /** Important */
26
+ KnownLevel["Important"] = "Important";
27
+ })(KnownLevel || (KnownLevel = {}));
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2JH,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,UAAU;IACV,8BAAW,CAAA;IACX,aAAa;IACb,oCAAiB,CAAA;IACjB,aAAa;IACb,oCAAiB,CAAA;AACnB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,8DAA8D;AAC9D,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,YAAY;IACZ,6BAAe,CAAA;IACf,aAAa;IACb,+BAAiB,CAAA;IACjB,gBAAgB;IAChB,qCAAuB,CAAA;AACzB,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The resource provider operation list. */\nexport interface ResourceProviderOperationList {\n /** Resource provider operations list. */\n value?: ResourceProviderOperationDefinition[];\n /** The URI that can be used to request the next page for list of Azure operations. */\n nextLink?: string;\n}\n\n/** The resource provider operation definition. */\nexport interface ResourceProviderOperationDefinition {\n /** The resource provider operation name. */\n name?: string;\n /** The resource provider operation details. */\n display?: ResourceProviderOperationDisplay;\n}\n\n/** The resource provider operation details. */\nexport interface ResourceProviderOperationDisplay {\n /** Name of the resource provider. */\n provider?: string;\n /** Name of the resource type. */\n resource?: string;\n /** Name of the resource provider operation. */\n operation?: string;\n /** Description of the resource provider operation. */\n description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The list of detected changes. */\nexport interface ChangeList {\n /** The list of changes. */\n value?: Change[];\n /** The URI that can be used to request the next page of changes. */\n nextLink?: string;\n}\n\n/** The properties of a change. */\nexport interface ChangeProperties {\n /** The resource id that the change is attached to. */\n resourceId?: string;\n /** The time when the change is detected. */\n timeStamp?: Date;\n /**\n * The list of identities who might initiated the change.\n * The identity could be user name (email address) or the object ID of the Service Principal.\n */\n initiatedByList?: string[];\n /** The type of the change. */\n changeType?: ChangeType;\n /** The list of detailed changes at json property level. */\n propertyChanges?: PropertyChange[];\n}\n\n/** Data of a property change. */\nexport interface PropertyChange {\n /** The type of the change. */\n changeType?: ChangeType;\n /** The change category. */\n changeCategory?: ChangeCategory;\n /** The json path of the changed property. */\n jsonPath?: string;\n /** The enhanced display name of the json path. E.g., the json path value[0].properties will be translated to something meaningful like slots[\"Staging\"].properties. */\n displayName?: string;\n level?: Level;\n /** The description of the changed property. */\n description?: string;\n /** The value of the property before the change. */\n oldValue?: string;\n /** The value of the property after the change. */\n newValue?: string;\n /** The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to. */\n isDataMasked?: boolean;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The detected change. */\nexport interface Change extends ProxyResource {\n /** The properties of a change. */\n properties?: ChangeProperties;\n}\n\n/** Known values of {@link ChangeType} that the service accepts. */\nexport enum KnownChangeType {\n /** Add */\n Add = \"Add\",\n /** Remove */\n Remove = \"Remove\",\n /** Update */\n Update = \"Update\"\n}\n\n/**\n * Defines values for ChangeType. \\\n * {@link KnownChangeType} can be used interchangeably with ChangeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Add** \\\n * **Remove** \\\n * **Update**\n */\nexport type ChangeType = string;\n\n/** Known values of {@link Level} that the service accepts. */\nexport enum KnownLevel {\n /** Noisy */\n Noisy = \"Noisy\",\n /** Normal */\n Normal = \"Normal\",\n /** Important */\n Important = \"Important\"\n}\n\n/**\n * Defines values for Level. \\\n * {@link KnownLevel} can be used interchangeably with Level,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Noisy** \\\n * **Normal** \\\n * **Important**\n */\nexport type Level = string;\n/** Defines values for ChangeCategory. */\nexport type ChangeCategory = \"User\" | \"System\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = ResourceProviderOperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = ResourceProviderOperationList;\n\n/** Optional parameters. */\nexport interface ResourceChangesListOptionalParams\n extends coreClient.OperationOptions {\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ResourceChangesListResponse = ChangeList;\n\n/** Optional parameters. */\nexport interface ResourceChangesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ResourceChangesListNextResponse = ChangeList;\n\n/** Optional parameters. */\nexport interface ChangesListChangesByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the listChangesByResourceGroup operation. */\nexport type ChangesListChangesByResourceGroupResponse = ChangeList;\n\n/** Optional parameters. */\nexport interface ChangesListChangesBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the listChangesBySubscription operation. */\nexport type ChangesListChangesBySubscriptionResponse = ChangeList;\n\n/** Optional parameters. */\nexport interface ChangesListChangesByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the listChangesByResourceGroupNext operation. */\nexport type ChangesListChangesByResourceGroupNextResponse = ChangeList;\n\n/** Optional parameters. */\nexport interface ChangesListChangesBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skipToken?: string;\n}\n\n/** Contains response data for the listChangesBySubscriptionNext operation. */\nexport type ChangesListChangesBySubscriptionNextResponse = ChangeList;\n\n/** Optional parameters. */\nexport interface AzureChangeAnalysisManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,14 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const ResourceProviderOperationList: coreClient.CompositeMapper;
3
+ export declare const ResourceProviderOperationDefinition: coreClient.CompositeMapper;
4
+ export declare const ResourceProviderOperationDisplay: coreClient.CompositeMapper;
5
+ export declare const ErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorDetail: coreClient.CompositeMapper;
7
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
8
+ export declare const ChangeList: coreClient.CompositeMapper;
9
+ export declare const ChangeProperties: coreClient.CompositeMapper;
10
+ export declare const PropertyChange: coreClient.CompositeMapper;
11
+ export declare const Resource: coreClient.CompositeMapper;
12
+ export declare const ProxyResource: coreClient.CompositeMapper;
13
+ export declare const Change: coreClient.CompositeMapper;
14
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAoB5D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA+BzD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAyBnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAgDzC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA8DvC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA4BjC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,UAAU,CAAC,eAe/B,CAAC"}