@azure/arm-changeanalysis 2.1.1-alpha.20250102.1 → 2.1.1-alpha.20250103.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
@@ -1,355 +1,247 @@
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
- export declare class AzureChangeAnalysisManagementClient extends coreClient.ServiceClient {
6
- $host: string;
7
- apiVersion: string;
8
- subscriptionId: string;
9
- /**
10
- * Initializes a new instance of the AzureChangeAnalysisManagementClient class.
11
- * @param credentials Subscription credentials which uniquely identify client subscription.
12
- * @param subscriptionId The ID of the target subscription.
13
- * @param options The parameter options
14
- */
15
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureChangeAnalysisManagementClientOptionalParams);
16
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
17
- private addCustomApiVersionPolicy;
18
- operations: Operations;
19
- resourceChanges: ResourceChanges;
20
- changes: Changes;
21
- }
22
-
23
- /** Optional parameters. */
24
- export declare interface AzureChangeAnalysisManagementClientOptionalParams extends coreClient.ServiceClientOptions {
25
- /** server parameter */
26
- $host?: string;
27
- /** Api Version */
28
- apiVersion?: string;
29
- /** Overrides client endpoint. */
30
- endpoint?: string;
31
- }
32
-
33
- /** The detected change. */
34
- export declare interface Change extends ProxyResource {
35
- /** The properties of a change. */
36
- properties?: ChangeProperties;
37
- }
38
-
39
- /** Defines values for ChangeCategory. */
40
- export declare type ChangeCategory = "User" | "System";
41
-
42
- /** The list of detected changes. */
43
- export declare interface ChangeList {
44
- /** The list of changes. */
45
- value?: Change[];
46
- /** The URI that can be used to request the next page of changes. */
47
- nextLink?: string;
48
- }
49
-
50
- /** The properties of a change. */
51
- export declare interface ChangeProperties {
52
- /** The resource id that the change is attached to. */
53
- resourceId?: string;
54
- /** The time when the change is detected. */
55
- timeStamp?: Date;
56
- /**
57
- * The list of identities who might initiated the change.
58
- * The identity could be user name (email address) or the object ID of the Service Principal.
59
- */
60
- initiatedByList?: string[];
61
- /** The type of the change. */
62
- changeType?: ChangeType;
63
- /** The list of detailed changes at json property level. */
64
- propertyChanges?: PropertyChange[];
65
- }
66
-
67
- /** Interface representing a Changes. */
68
- export declare interface Changes {
69
- /**
70
- * List the changes of a resource group within the specified time range. Customer data will always be
71
- * masked.
72
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
73
- * @param startTime Specifies the start time of the changes request.
74
- * @param endTime Specifies the end time of the changes request.
75
- * @param options The options parameters.
76
- */
77
- listChangesByResourceGroup(resourceGroupName: string, startTime: Date, endTime: Date, options?: ChangesListChangesByResourceGroupOptionalParams): PagedAsyncIterableIterator<Change>;
78
- /**
79
- * List the changes of a subscription within the specified time range. Customer data will always be
80
- * masked.
81
- * @param startTime Specifies the start time of the changes request.
82
- * @param endTime Specifies the end time of the changes request.
83
- * @param options The options parameters.
84
- */
85
- listChangesBySubscription(startTime: Date, endTime: Date, options?: ChangesListChangesBySubscriptionOptionalParams): PagedAsyncIterableIterator<Change>;
86
- }
87
-
88
- /** Optional parameters. */
89
- export declare interface ChangesListChangesByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
90
- /** 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. */
91
- skipToken?: string;
92
- }
93
-
94
- /** Contains response data for the listChangesByResourceGroupNext operation. */
95
- export declare type ChangesListChangesByResourceGroupNextResponse = ChangeList;
96
-
97
- /** Optional parameters. */
98
- export declare interface ChangesListChangesByResourceGroupOptionalParams extends coreClient.OperationOptions {
99
- /** 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. */
100
- skipToken?: string;
101
- }
102
-
103
- /** Contains response data for the listChangesByResourceGroup operation. */
104
- export declare type ChangesListChangesByResourceGroupResponse = ChangeList;
105
-
106
- /** Optional parameters. */
107
- export declare interface ChangesListChangesBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
108
- /** 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. */
109
- skipToken?: string;
110
- }
111
-
112
- /** Contains response data for the listChangesBySubscriptionNext operation. */
113
- export declare type ChangesListChangesBySubscriptionNextResponse = ChangeList;
114
-
115
- /** Optional parameters. */
116
- export declare interface ChangesListChangesBySubscriptionOptionalParams extends coreClient.OperationOptions {
117
- /** 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. */
118
- skipToken?: string;
119
- }
120
-
121
- /** Contains response data for the listChangesBySubscription operation. */
122
- export declare type ChangesListChangesBySubscriptionResponse = ChangeList;
123
-
124
- /**
125
- * Defines values for ChangeType. \
126
- * {@link KnownChangeType} can be used interchangeably with ChangeType,
127
- * this enum contains the known values that the service supports.
128
- * ### Known values supported by the service
129
- * **Add** \
130
- * **Remove** \
131
- * **Update**
132
- */
133
- export declare type ChangeType = string;
134
-
135
- /** The resource management error additional info. */
136
- export declare interface ErrorAdditionalInfo {
137
- /**
138
- * The additional info type.
139
- * NOTE: This property will not be serialized. It can only be populated by the server.
140
- */
141
- readonly type?: string;
142
- /**
143
- * The additional info.
144
- * NOTE: This property will not be serialized. It can only be populated by the server.
145
- */
146
- readonly info?: Record<string, unknown>;
147
- }
148
-
149
- /** The error detail. */
150
- export declare interface ErrorDetail {
151
- /**
152
- * The error code.
153
- * NOTE: This property will not be serialized. It can only be populated by the server.
154
- */
155
- readonly code?: string;
156
- /**
157
- * The error message.
158
- * NOTE: This property will not be serialized. It can only be populated by the server.
159
- */
160
- readonly message?: string;
161
- /**
162
- * The error target.
163
- * NOTE: This property will not be serialized. It can only be populated by the server.
164
- */
165
- readonly target?: string;
166
- /**
167
- * The error details.
168
- * NOTE: This property will not be serialized. It can only be populated by the server.
169
- */
170
- readonly details?: ErrorDetail[];
171
- /**
172
- * The error additional info.
173
- * NOTE: This property will not be serialized. It can only be populated by the server.
174
- */
175
- readonly additionalInfo?: ErrorAdditionalInfo[];
176
- }
177
-
178
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
179
- export declare interface ErrorResponse {
180
- /** The error object. */
181
- error?: ErrorDetail;
182
- }
183
-
184
- /**
185
- * Given a result page from a pageable operation, returns a
186
- * continuation token that can be used to begin paging from
187
- * that point later.
188
- * @param page A result object from calling .byPage() on a paged operation.
189
- * @returns The continuation token that can be passed into byPage().
190
- */
191
- export declare function getContinuationToken(page: unknown): string | undefined;
192
-
193
- /** Known values of {@link ChangeType} that the service accepts. */
194
- export declare enum KnownChangeType {
195
- /** Add */
196
- Add = "Add",
197
- /** Remove */
198
- Remove = "Remove",
199
- /** Update */
200
- Update = "Update"
201
- }
202
-
203
- /** Known values of {@link Level} that the service accepts. */
204
- export declare enum KnownLevel {
205
- /** Noisy */
206
- Noisy = "Noisy",
207
- /** Normal */
208
- Normal = "Normal",
209
- /** Important */
210
- Important = "Important"
211
- }
212
-
213
- /**
214
- * Defines values for Level. \
215
- * {@link KnownLevel} can be used interchangeably with Level,
216
- * this enum contains the known values that the service supports.
217
- * ### Known values supported by the service
218
- * **Noisy** \
219
- * **Normal** \
220
- * **Important**
221
- */
222
- export declare type Level = string;
223
-
224
- /** Interface representing a Operations. */
225
- export declare interface Operations {
226
- /**
227
- * Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with
228
- * their descriptions.
229
- * @param options The options parameters.
230
- */
231
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ResourceProviderOperationDefinition>;
232
- }
233
-
234
- /** Optional parameters. */
235
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
236
- /** 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. */
237
- skipToken?: string;
238
- }
239
-
240
- /** Contains response data for the listNext operation. */
241
- export declare type OperationsListNextResponse = ResourceProviderOperationList;
242
-
243
- /** Optional parameters. */
244
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
245
- /** 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. */
246
- skipToken?: string;
247
- }
248
-
249
- /** Contains response data for the list operation. */
250
- export declare type OperationsListResponse = ResourceProviderOperationList;
251
-
252
- /** Data of a property change. */
253
- export declare interface PropertyChange {
254
- /** The type of the change. */
255
- changeType?: ChangeType;
256
- /** The change category. */
257
- changeCategory?: ChangeCategory;
258
- /** The json path of the changed property. */
259
- jsonPath?: string;
260
- /** 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. */
261
- displayName?: string;
262
- level?: Level;
263
- /** The description of the changed property. */
264
- description?: string;
265
- /** The value of the property before the change. */
266
- oldValue?: string;
267
- /** The value of the property after the change. */
268
- newValue?: string;
269
- /** 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. */
270
- isDataMasked?: boolean;
271
- }
272
-
273
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
274
- export declare interface ProxyResource extends Resource {
275
- }
276
-
277
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
278
- export declare interface Resource {
279
- /**
280
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
281
- * NOTE: This property will not be serialized. It can only be populated by the server.
282
- */
283
- readonly id?: string;
284
- /**
285
- * The name of the resource
286
- * NOTE: This property will not be serialized. It can only be populated by the server.
287
- */
288
- readonly name?: string;
289
- /**
290
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
291
- * NOTE: This property will not be serialized. It can only be populated by the server.
292
- */
293
- readonly type?: string;
294
- }
295
-
296
- /** Interface representing a ResourceChanges. */
297
- export declare interface ResourceChanges {
298
- /**
299
- * List the changes of a resource within the specified time range. Customer data will be masked if the
300
- * user doesn't have access.
301
- * @param resourceId The identifier of the resource.
302
- * @param startTime Specifies the start time of the changes request.
303
- * @param endTime Specifies the end time of the changes request.
304
- * @param options The options parameters.
305
- */
306
- list(resourceId: string, startTime: Date, endTime: Date, options?: ResourceChangesListOptionalParams): PagedAsyncIterableIterator<Change>;
307
- }
308
-
309
- /** Optional parameters. */
310
- export declare interface ResourceChangesListNextOptionalParams extends coreClient.OperationOptions {
311
- /** 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. */
312
- skipToken?: string;
313
- }
314
-
315
- /** Contains response data for the listNext operation. */
316
- export declare type ResourceChangesListNextResponse = ChangeList;
317
-
318
- /** Optional parameters. */
319
- export declare interface ResourceChangesListOptionalParams extends coreClient.OperationOptions {
320
- /** 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. */
321
- skipToken?: string;
322
- }
323
-
324
- /** Contains response data for the list operation. */
325
- export declare type ResourceChangesListResponse = ChangeList;
326
-
327
- /** The resource provider operation definition. */
328
- export declare interface ResourceProviderOperationDefinition {
329
- /** The resource provider operation name. */
330
- name?: string;
331
- /** The resource provider operation details. */
332
- display?: ResourceProviderOperationDisplay;
333
- }
334
-
335
- /** The resource provider operation details. */
336
- export declare interface ResourceProviderOperationDisplay {
337
- /** Name of the resource provider. */
338
- provider?: string;
339
- /** Name of the resource type. */
340
- resource?: string;
341
- /** Name of the resource provider operation. */
342
- operation?: string;
343
- /** Description of the resource provider operation. */
344
- description?: string;
345
- }
346
-
347
- /** The resource provider operation list. */
348
- export declare interface ResourceProviderOperationList {
349
- /** Resource provider operations list. */
350
- value?: ResourceProviderOperationDefinition[];
351
- /** The URI that can be used to request the next page for list of Azure operations. */
352
- nextLink?: string;
353
- }
354
-
355
- export { }
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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"}