@azure/arm-kubernetesconfiguration-fluxconfigurations 1.0.0-beta.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 (218) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +115 -0
  4. package/dist/browser/fluxConfigurationClient.d.ts +21 -0
  5. package/dist/browser/fluxConfigurationClient.d.ts.map +1 -0
  6. package/dist/browser/fluxConfigurationClient.js +97 -0
  7. package/dist/browser/fluxConfigurationClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts +11 -0
  13. package/dist/browser/lroImpl.d.ts.map +1 -0
  14. package/dist/browser/lroImpl.js +21 -0
  15. package/dist/browser/lroImpl.js.map +1 -0
  16. package/dist/browser/models/index.d.ts +875 -0
  17. package/dist/browser/models/index.d.ts.map +1 -0
  18. package/dist/browser/models/index.js +98 -0
  19. package/dist/browser/models/index.js.map +1 -0
  20. package/dist/browser/models/mappers.d.ts +45 -0
  21. package/dist/browser/models/mappers.d.ts.map +1 -0
  22. package/dist/browser/models/mappers.js +1914 -0
  23. package/dist/browser/models/mappers.js.map +1 -0
  24. package/dist/browser/models/parameters.d.ts +17 -0
  25. package/dist/browser/models/parameters.d.ts.map +1 -0
  26. package/dist/browser/models/parameters.js +164 -0
  27. package/dist/browser/models/parameters.js.map +1 -0
  28. package/dist/browser/operations/fluxConfigOperationStatus.d.ts +26 -0
  29. package/dist/browser/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  30. package/dist/browser/operations/fluxConfigOperationStatus.js +71 -0
  31. package/dist/browser/operations/fluxConfigOperationStatus.js.map +1 -0
  32. package/dist/browser/operations/fluxConfigurations.d.ts +141 -0
  33. package/dist/browser/operations/fluxConfigurations.d.ts.map +1 -0
  34. package/dist/browser/operations/fluxConfigurations.js +536 -0
  35. package/dist/browser/operations/fluxConfigurations.js.map +1 -0
  36. package/dist/browser/operations/index.d.ts +3 -0
  37. package/dist/browser/operations/index.d.ts.map +1 -0
  38. package/dist/browser/operations/index.js +10 -0
  39. package/dist/browser/operations/index.js.map +1 -0
  40. package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
  41. package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.js +9 -0
  43. package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
  44. package/dist/browser/operationsInterfaces/fluxConfigurations.d.ts +108 -0
  45. package/dist/browser/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/fluxConfigurations.js +9 -0
  47. package/dist/browser/operationsInterfaces/fluxConfigurations.js.map +1 -0
  48. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  49. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/index.js +10 -0
  51. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  52. package/dist/browser/package.json +3 -0
  53. package/dist/browser/pagingHelper.d.ts +13 -0
  54. package/dist/browser/pagingHelper.d.ts.map +1 -0
  55. package/dist/browser/pagingHelper.js +32 -0
  56. package/dist/browser/pagingHelper.js.map +1 -0
  57. package/dist/commonjs/fluxConfigurationClient.d.ts +21 -0
  58. package/dist/commonjs/fluxConfigurationClient.d.ts.map +1 -0
  59. package/dist/commonjs/fluxConfigurationClient.js +102 -0
  60. package/dist/commonjs/fluxConfigurationClient.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +5 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +19 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/lroImpl.d.ts +11 -0
  66. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  67. package/dist/commonjs/lroImpl.js +24 -0
  68. package/dist/commonjs/lroImpl.js.map +1 -0
  69. package/dist/commonjs/models/index.d.ts +875 -0
  70. package/dist/commonjs/models/index.d.ts.map +1 -0
  71. package/dist/commonjs/models/index.js +101 -0
  72. package/dist/commonjs/models/index.js.map +1 -0
  73. package/dist/commonjs/models/mappers.d.ts +45 -0
  74. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  75. package/dist/commonjs/models/mappers.js +1917 -0
  76. package/dist/commonjs/models/mappers.js.map +1 -0
  77. package/dist/commonjs/models/parameters.d.ts +17 -0
  78. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/models/parameters.js +167 -0
  80. package/dist/commonjs/models/parameters.js.map +1 -0
  81. package/dist/commonjs/operations/fluxConfigOperationStatus.d.ts +26 -0
  82. package/dist/commonjs/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  83. package/dist/commonjs/operations/fluxConfigOperationStatus.js +76 -0
  84. package/dist/commonjs/operations/fluxConfigOperationStatus.js.map +1 -0
  85. package/dist/commonjs/operations/fluxConfigurations.d.ts +141 -0
  86. package/dist/commonjs/operations/fluxConfigurations.d.ts.map +1 -0
  87. package/dist/commonjs/operations/fluxConfigurations.js +540 -0
  88. package/dist/commonjs/operations/fluxConfigurations.js.map +1 -0
  89. package/dist/commonjs/operations/index.d.ts +3 -0
  90. package/dist/commonjs/operations/index.d.ts.map +1 -0
  91. package/dist/commonjs/operations/index.js +13 -0
  92. package/dist/commonjs/operations/index.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
  94. package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.js +10 -0
  96. package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/fluxConfigurations.d.ts +108 -0
  98. package/dist/commonjs/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/fluxConfigurations.js +10 -0
  100. package/dist/commonjs/operationsInterfaces/fluxConfigurations.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  102. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  104. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  105. package/dist/commonjs/package.json +3 -0
  106. package/dist/commonjs/pagingHelper.d.ts +13 -0
  107. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  108. package/dist/commonjs/pagingHelper.js +36 -0
  109. package/dist/commonjs/pagingHelper.js.map +1 -0
  110. package/dist/commonjs/tsdoc-metadata.json +11 -0
  111. package/dist/esm/fluxConfigurationClient.d.ts +21 -0
  112. package/dist/esm/fluxConfigurationClient.d.ts.map +1 -0
  113. package/dist/esm/fluxConfigurationClient.js +97 -0
  114. package/dist/esm/fluxConfigurationClient.js.map +1 -0
  115. package/dist/esm/index.d.ts +5 -0
  116. package/dist/esm/index.d.ts.map +1 -0
  117. package/dist/esm/index.js +13 -0
  118. package/dist/esm/index.js.map +1 -0
  119. package/dist/esm/lroImpl.d.ts +11 -0
  120. package/dist/esm/lroImpl.d.ts.map +1 -0
  121. package/dist/esm/lroImpl.js +21 -0
  122. package/dist/esm/lroImpl.js.map +1 -0
  123. package/dist/esm/models/index.d.ts +875 -0
  124. package/dist/esm/models/index.d.ts.map +1 -0
  125. package/dist/esm/models/index.js +98 -0
  126. package/dist/esm/models/index.js.map +1 -0
  127. package/dist/esm/models/mappers.d.ts +45 -0
  128. package/dist/esm/models/mappers.d.ts.map +1 -0
  129. package/dist/esm/models/mappers.js +1914 -0
  130. package/dist/esm/models/mappers.js.map +1 -0
  131. package/dist/esm/models/parameters.d.ts +17 -0
  132. package/dist/esm/models/parameters.d.ts.map +1 -0
  133. package/dist/esm/models/parameters.js +164 -0
  134. package/dist/esm/models/parameters.js.map +1 -0
  135. package/dist/esm/operations/fluxConfigOperationStatus.d.ts +26 -0
  136. package/dist/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  137. package/dist/esm/operations/fluxConfigOperationStatus.js +71 -0
  138. package/dist/esm/operations/fluxConfigOperationStatus.js.map +1 -0
  139. package/dist/esm/operations/fluxConfigurations.d.ts +141 -0
  140. package/dist/esm/operations/fluxConfigurations.d.ts.map +1 -0
  141. package/dist/esm/operations/fluxConfigurations.js +536 -0
  142. package/dist/esm/operations/fluxConfigurations.js.map +1 -0
  143. package/dist/esm/operations/index.d.ts +3 -0
  144. package/dist/esm/operations/index.d.ts.map +1 -0
  145. package/dist/esm/operations/index.js +10 -0
  146. package/dist/esm/operations/index.js.map +1 -0
  147. package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
  148. package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
  149. package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.js +9 -0
  150. package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
  151. package/dist/esm/operationsInterfaces/fluxConfigurations.d.ts +108 -0
  152. package/dist/esm/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
  153. package/dist/esm/operationsInterfaces/fluxConfigurations.js +9 -0
  154. package/dist/esm/operationsInterfaces/fluxConfigurations.js.map +1 -0
  155. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  156. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  157. package/dist/esm/operationsInterfaces/index.js +10 -0
  158. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  159. package/dist/esm/package.json +3 -0
  160. package/dist/esm/pagingHelper.d.ts +13 -0
  161. package/dist/esm/pagingHelper.d.ts.map +1 -0
  162. package/dist/esm/pagingHelper.js +32 -0
  163. package/dist/esm/pagingHelper.js.map +1 -0
  164. package/dist/react-native/fluxConfigurationClient.d.ts +21 -0
  165. package/dist/react-native/fluxConfigurationClient.d.ts.map +1 -0
  166. package/dist/react-native/fluxConfigurationClient.js +97 -0
  167. package/dist/react-native/fluxConfigurationClient.js.map +1 -0
  168. package/dist/react-native/index.d.ts +5 -0
  169. package/dist/react-native/index.d.ts.map +1 -0
  170. package/dist/react-native/index.js +13 -0
  171. package/dist/react-native/index.js.map +1 -0
  172. package/dist/react-native/lroImpl.d.ts +11 -0
  173. package/dist/react-native/lroImpl.d.ts.map +1 -0
  174. package/dist/react-native/lroImpl.js +21 -0
  175. package/dist/react-native/lroImpl.js.map +1 -0
  176. package/dist/react-native/models/index.d.ts +875 -0
  177. package/dist/react-native/models/index.d.ts.map +1 -0
  178. package/dist/react-native/models/index.js +98 -0
  179. package/dist/react-native/models/index.js.map +1 -0
  180. package/dist/react-native/models/mappers.d.ts +45 -0
  181. package/dist/react-native/models/mappers.d.ts.map +1 -0
  182. package/dist/react-native/models/mappers.js +1914 -0
  183. package/dist/react-native/models/mappers.js.map +1 -0
  184. package/dist/react-native/models/parameters.d.ts +17 -0
  185. package/dist/react-native/models/parameters.d.ts.map +1 -0
  186. package/dist/react-native/models/parameters.js +164 -0
  187. package/dist/react-native/models/parameters.js.map +1 -0
  188. package/dist/react-native/operations/fluxConfigOperationStatus.d.ts +26 -0
  189. package/dist/react-native/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  190. package/dist/react-native/operations/fluxConfigOperationStatus.js +71 -0
  191. package/dist/react-native/operations/fluxConfigOperationStatus.js.map +1 -0
  192. package/dist/react-native/operations/fluxConfigurations.d.ts +141 -0
  193. package/dist/react-native/operations/fluxConfigurations.d.ts.map +1 -0
  194. package/dist/react-native/operations/fluxConfigurations.js +536 -0
  195. package/dist/react-native/operations/fluxConfigurations.js.map +1 -0
  196. package/dist/react-native/operations/index.d.ts +3 -0
  197. package/dist/react-native/operations/index.d.ts.map +1 -0
  198. package/dist/react-native/operations/index.js +10 -0
  199. package/dist/react-native/operations/index.js.map +1 -0
  200. package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
  201. package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
  202. package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.js +9 -0
  203. package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
  204. package/dist/react-native/operationsInterfaces/fluxConfigurations.d.ts +108 -0
  205. package/dist/react-native/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
  206. package/dist/react-native/operationsInterfaces/fluxConfigurations.js +9 -0
  207. package/dist/react-native/operationsInterfaces/fluxConfigurations.js.map +1 -0
  208. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  209. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  210. package/dist/react-native/operationsInterfaces/index.js +10 -0
  211. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  212. package/dist/react-native/package.json +3 -0
  213. package/dist/react-native/pagingHelper.d.ts +13 -0
  214. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  215. package/dist/react-native/pagingHelper.js +32 -0
  216. package/dist/react-native/pagingHelper.js.map +1 -0
  217. package/package.json +133 -0
  218. package/review/arm-kubernetesconfiguration-fluxconfigurations.api.md +602 -0
@@ -0,0 +1,18 @@
1
+ import { FluxConfigOperationStatusGetOptionalParams, FluxConfigOperationStatusGetResponse } from "../models/index.js";
2
+ /** Interface representing a FluxConfigOperationStatus. */
3
+ export interface FluxConfigOperationStatus {
4
+ /**
5
+ * Get Async Operation status
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
8
+ * Microsoft.HybridContainerService.
9
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
10
+ * connectedClusters, provisionedClusters, appliances.
11
+ * @param clusterName The name of the kubernetes cluster.
12
+ * @param fluxConfigurationName Name of the Flux Configuration.
13
+ * @param operationId operation Id
14
+ * @param options The options parameters.
15
+ */
16
+ get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, operationId: string, options?: FluxConfigOperationStatusGetOptionalParams): Promise<FluxConfigOperationStatusGetResponse>;
17
+ }
18
+ //# sourceMappingURL=fluxConfigOperationStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluxConfigOperationStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/fluxConfigOperationStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,0CAA0C,EAC1C,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAE5B,0DAA0D;AAC1D,MAAM,WAAW,yBAAyB;IACxC;;;;;;;;;;;OAWG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,mBAAmB,EAAE,MAAM,EAC3B,WAAW,EAAE,MAAM,EACnB,qBAAqB,EAAE,MAAM,EAC7B,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD"}
@@ -0,0 +1,9 @@
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
+ export {};
9
+ //# sourceMappingURL=fluxConfigOperationStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluxConfigOperationStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/fluxConfigOperationStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 {\n FluxConfigOperationStatusGetOptionalParams,\n FluxConfigOperationStatusGetResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a FluxConfigOperationStatus. */\nexport interface FluxConfigOperationStatus {\n /**\n * Get Async Operation status\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param operationId operation Id\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n fluxConfigurationName: string,\n operationId: string,\n options?: FluxConfigOperationStatusGetOptionalParams,\n ): Promise<FluxConfigOperationStatusGetResponse>;\n}\n"]}
@@ -0,0 +1,108 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { FluxConfiguration, FluxConfigurationsListOptionalParams, FluxConfigurationsGetOptionalParams, FluxConfigurationsGetResponse, FluxConfigurationsCreateOrUpdateOptionalParams, FluxConfigurationsCreateOrUpdateResponse, FluxConfigurationPatch, FluxConfigurationsUpdateOptionalParams, FluxConfigurationsUpdateResponse, FluxConfigurationsDeleteOptionalParams } from "../models/index.js";
4
+ /** Interface representing a FluxConfigurations. */
5
+ export interface FluxConfigurations {
6
+ /**
7
+ * List all Flux Configurations.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
10
+ * Microsoft.HybridContainerService.
11
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
12
+ * connectedClusters, provisionedClusters, appliances.
13
+ * @param clusterName The name of the kubernetes cluster.
14
+ * @param options The options parameters.
15
+ */
16
+ list(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, options?: FluxConfigurationsListOptionalParams): PagedAsyncIterableIterator<FluxConfiguration>;
17
+ /**
18
+ * Gets details of the Flux Configuration.
19
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
20
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
21
+ * Microsoft.HybridContainerService.
22
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
23
+ * connectedClusters, provisionedClusters, appliances.
24
+ * @param clusterName The name of the kubernetes cluster.
25
+ * @param fluxConfigurationName Name of the Flux Configuration.
26
+ * @param options The options parameters.
27
+ */
28
+ get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsGetOptionalParams): Promise<FluxConfigurationsGetResponse>;
29
+ /**
30
+ * Create a new Kubernetes Flux Configuration.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
33
+ * Microsoft.HybridContainerService.
34
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
35
+ * connectedClusters, provisionedClusters, appliances.
36
+ * @param clusterName The name of the kubernetes cluster.
37
+ * @param fluxConfigurationName Name of the Flux Configuration.
38
+ * @param fluxConfiguration Properties necessary to Create a FluxConfiguration.
39
+ * @param options The options parameters.
40
+ */
41
+ beginCreateOrUpdate(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfiguration: FluxConfiguration, options?: FluxConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FluxConfigurationsCreateOrUpdateResponse>, FluxConfigurationsCreateOrUpdateResponse>>;
42
+ /**
43
+ * Create a new Kubernetes Flux Configuration.
44
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
46
+ * Microsoft.HybridContainerService.
47
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
48
+ * connectedClusters, provisionedClusters, appliances.
49
+ * @param clusterName The name of the kubernetes cluster.
50
+ * @param fluxConfigurationName Name of the Flux Configuration.
51
+ * @param fluxConfiguration Properties necessary to Create a FluxConfiguration.
52
+ * @param options The options parameters.
53
+ */
54
+ beginCreateOrUpdateAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfiguration: FluxConfiguration, options?: FluxConfigurationsCreateOrUpdateOptionalParams): Promise<FluxConfigurationsCreateOrUpdateResponse>;
55
+ /**
56
+ * Update an existing Kubernetes Flux Configuration.
57
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
59
+ * Microsoft.HybridContainerService.
60
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
61
+ * connectedClusters, provisionedClusters, appliances.
62
+ * @param clusterName The name of the kubernetes cluster.
63
+ * @param fluxConfigurationName Name of the Flux Configuration.
64
+ * @param fluxConfigurationPatch Properties to Patch in an existing Flux Configuration.
65
+ * @param options The options parameters.
66
+ */
67
+ beginUpdate(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfigurationPatch: FluxConfigurationPatch, options?: FluxConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FluxConfigurationsUpdateResponse>, FluxConfigurationsUpdateResponse>>;
68
+ /**
69
+ * Update an existing Kubernetes Flux Configuration.
70
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
71
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
72
+ * Microsoft.HybridContainerService.
73
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
74
+ * connectedClusters, provisionedClusters, appliances.
75
+ * @param clusterName The name of the kubernetes cluster.
76
+ * @param fluxConfigurationName Name of the Flux Configuration.
77
+ * @param fluxConfigurationPatch Properties to Patch in an existing Flux Configuration.
78
+ * @param options The options parameters.
79
+ */
80
+ beginUpdateAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, fluxConfigurationPatch: FluxConfigurationPatch, options?: FluxConfigurationsUpdateOptionalParams): Promise<FluxConfigurationsUpdateResponse>;
81
+ /**
82
+ * This will delete the YAML file used to set up the Flux Configuration, thus stopping future sync from
83
+ * the source repo.
84
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
85
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
86
+ * Microsoft.HybridContainerService.
87
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
88
+ * connectedClusters, provisionedClusters, appliances.
89
+ * @param clusterName The name of the kubernetes cluster.
90
+ * @param fluxConfigurationName Name of the Flux Configuration.
91
+ * @param options The options parameters.
92
+ */
93
+ beginDelete(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
94
+ /**
95
+ * This will delete the YAML file used to set up the Flux Configuration, thus stopping future sync from
96
+ * the source repo.
97
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
98
+ * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
99
+ * Microsoft.HybridContainerService.
100
+ * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
101
+ * connectedClusters, provisionedClusters, appliances.
102
+ * @param clusterName The name of the kubernetes cluster.
103
+ * @param fluxConfigurationName Name of the Flux Configuration.
104
+ * @param options The options parameters.
105
+ */
106
+ beginDeleteAndWait(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, fluxConfigurationName: string, options?: FluxConfigurationsDeleteOptionalParams): Promise<void>;
107
+ }
108
+ //# sourceMappingURL=fluxConfigurations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluxConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/fluxConfigurations.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
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
+ export {};
9
+ //# sourceMappingURL=fluxConfigurations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluxConfigurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/fluxConfigurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n FluxConfiguration,\n FluxConfigurationsListOptionalParams,\n FluxConfigurationsGetOptionalParams,\n FluxConfigurationsGetResponse,\n FluxConfigurationsCreateOrUpdateOptionalParams,\n FluxConfigurationsCreateOrUpdateResponse,\n FluxConfigurationPatch,\n FluxConfigurationsUpdateOptionalParams,\n FluxConfigurationsUpdateResponse,\n FluxConfigurationsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a FluxConfigurations. */\nexport interface FluxConfigurations {\n /**\n * List all Flux Configurations.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n options?: FluxConfigurationsListOptionalParams,\n ): PagedAsyncIterableIterator<FluxConfiguration>;\n /**\n * Gets details of the Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n fluxConfigurationName: string,\n options?: FluxConfigurationsGetOptionalParams,\n ): Promise<FluxConfigurationsGetResponse>;\n /**\n * Create a new Kubernetes Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param fluxConfiguration Properties necessary to Create a FluxConfiguration.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n fluxConfigurationName: string,\n fluxConfiguration: FluxConfiguration,\n options?: FluxConfigurationsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<FluxConfigurationsCreateOrUpdateResponse>,\n FluxConfigurationsCreateOrUpdateResponse\n >\n >;\n /**\n * Create a new Kubernetes Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param fluxConfiguration Properties necessary to Create a FluxConfiguration.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n fluxConfigurationName: string,\n fluxConfiguration: FluxConfiguration,\n options?: FluxConfigurationsCreateOrUpdateOptionalParams,\n ): Promise<FluxConfigurationsCreateOrUpdateResponse>;\n /**\n * Update an existing Kubernetes Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param fluxConfigurationPatch Properties to Patch in an existing Flux Configuration.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n fluxConfigurationName: string,\n fluxConfigurationPatch: FluxConfigurationPatch,\n options?: FluxConfigurationsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<FluxConfigurationsUpdateResponse>,\n FluxConfigurationsUpdateResponse\n >\n >;\n /**\n * Update an existing Kubernetes Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param fluxConfigurationPatch Properties to Patch in an existing Flux Configuration.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n fluxConfigurationName: string,\n fluxConfigurationPatch: FluxConfigurationPatch,\n options?: FluxConfigurationsUpdateOptionalParams,\n ): Promise<FluxConfigurationsUpdateResponse>;\n /**\n * This will delete the YAML file used to set up the Flux Configuration, thus stopping future sync from\n * the source repo.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n fluxConfigurationName: string,\n options?: FluxConfigurationsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * This will delete the YAML file used to set up the Flux Configuration, thus stopping future sync from\n * the source repo.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,\n * Microsoft.HybridContainerService.\n * @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,\n * connectedClusters, provisionedClusters, appliances.\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterRp: string,\n clusterResourceName: string,\n clusterName: string,\n fluxConfigurationName: string,\n options?: FluxConfigurationsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ export * from "./fluxConfigurations.js";
2
+ export * from "./fluxConfigOperationStatus.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,10 @@
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
+ export * from "./fluxConfigurations.js";
9
+ export * from "./fluxConfigOperationStatus.js";
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC","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\nexport * from \"./fluxConfigurations.js\";\nexport * from \"./fluxConfigOperationStatus.js\";\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,13 @@
1
+ export interface PageInfo {
2
+ continuationToken?: string;
3
+ }
4
+ /**
5
+ * Given the last `.value` produced by the `byPage` iterator,
6
+ * returns a continuation token that can be used to begin paging from
7
+ * that point later.
8
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
9
+ * @returns The continuation token that can be passed into byPage() during future calls.
10
+ */
11
+ export declare function getContinuationToken(page: unknown): string | undefined;
12
+ export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
+ //# sourceMappingURL=pagingHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAO/F"}
@@ -0,0 +1,32 @@
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
+ const pageMap = new WeakMap();
9
+ /**
10
+ * Given the last `.value` produced by the `byPage` iterator,
11
+ * returns a continuation token that can be used to begin paging from
12
+ * that point later.
13
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
14
+ * @returns The continuation token that can be passed into byPage() during future calls.
15
+ */
16
+ export function getContinuationToken(page) {
17
+ var _a;
18
+ if (typeof page !== "object" || page === null) {
19
+ return undefined;
20
+ }
21
+ return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
22
+ }
23
+ export function setContinuationToken(page, continuationToken) {
24
+ var _a;
25
+ if (typeof page !== "object" || page === null || !continuationToken) {
26
+ return;
27
+ }
28
+ const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
29
+ pageInfo.continuationToken = continuationToken;
30
+ pageMap.set(page, pageInfo);
31
+ }
32
+ //# sourceMappingURL=pagingHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAa,EAAE,iBAAqC;;IACvF,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(page: unknown, continuationToken: string | undefined): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
package/package.json ADDED
@@ -0,0 +1,133 @@
1
+ {
2
+ "name": "@azure/arm-kubernetesconfiguration-fluxconfigurations",
3
+ "sdk-type": "mgmt",
4
+ "author": "Microsoft Corporation",
5
+ "description": "A generated SDK for FluxConfigurationClient.",
6
+ "version": "1.0.0-beta.1",
7
+ "engines": {
8
+ "node": ">=18.0.0"
9
+ },
10
+ "dependencies": {
11
+ "@azure/abort-controller": "^2.1.2",
12
+ "@azure/core-auth": "^1.9.0",
13
+ "@azure/core-client": "^1.9.4",
14
+ "@azure/core-lro": "^2.5.4",
15
+ "@azure/core-paging": "^1.6.2",
16
+ "@azure/core-rest-pipeline": "^1.20.0",
17
+ "tslib": "^2.8.1"
18
+ },
19
+ "keywords": [
20
+ "node",
21
+ "azure",
22
+ "typescript",
23
+ "browser",
24
+ "isomorphic",
25
+ "cloud"
26
+ ],
27
+ "license": "MIT",
28
+ "main": "./dist/commonjs/index.js",
29
+ "module": "./dist/esm/index.js",
30
+ "types": "./dist/commonjs/index.d.ts",
31
+ "type": "module",
32
+ "devDependencies": {
33
+ "@azure-tools/test-credential": "^2.0.0",
34
+ "@azure-tools/test-recorder": "^4.1.0",
35
+ "@azure-tools/test-utils-vitest": "^1.0.0",
36
+ "@azure/dev-tool": "^1.0.0",
37
+ "@azure/identity": "^4.10.0",
38
+ "@azure/logger": "^1.2.0",
39
+ "@types/node": "^18.0.0",
40
+ "@vitest/browser": "^3.0.9",
41
+ "@vitest/coverage-istanbul": "^3.0.9",
42
+ "dotenv": "^16.0.0",
43
+ "playwright": "^1.52.0",
44
+ "typescript": "~5.8.2",
45
+ "vitest": "^3.0.9"
46
+ },
47
+ "repository": "github:Azure/azure-sdk-for-js",
48
+ "bugs": {
49
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues"
50
+ },
51
+ "files": [
52
+ "dist/",
53
+ "README.md",
54
+ "LICENSE",
55
+ "review/",
56
+ "CHANGELOG.md"
57
+ ],
58
+ "scripts": {
59
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
60
+ "build:samples": "echo skipped.",
61
+ "check-format": "echo skipped",
62
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
63
+ "execute:samples": "echo skipped",
64
+ "extract-api": "dev-tool run extract-api",
65
+ "format": "echo skipped",
66
+ "lint": "echo skipped",
67
+ "pack": "npm pack 2>&1",
68
+ "prepack": "npm run build",
69
+ "test": "npm run test:node && npm run test:browser",
70
+ "test:browser": "echo skipped",
71
+ "test:node": "dev-tool run test:vitest",
72
+ "test:node:esm": "dev-tool run test:vitest --esm",
73
+ "update-snippets": "dev-tool run update-snippets"
74
+ },
75
+ "sideEffects": false,
76
+ "//metadata": {
77
+ "constantPaths": [
78
+ {
79
+ "path": "src/fluxConfigurationClient.ts",
80
+ "prefix": "packageDetails"
81
+ }
82
+ ]
83
+ },
84
+ "autoPublish": true,
85
+ "browser": "./dist/browser/index.js",
86
+ "react-native": "./dist/react-native/index.js",
87
+ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kubernetesconfiguration/arm-kubernetesconfiguration-fluxconfigurations",
88
+ "tshy": {
89
+ "project": "./tsconfig.src.json",
90
+ "exports": {
91
+ "./package.json": "./package.json",
92
+ ".": "./src/index.ts"
93
+ },
94
+ "dialects": [
95
+ "esm",
96
+ "commonjs"
97
+ ],
98
+ "esmDialects": [
99
+ "browser",
100
+ "react-native"
101
+ ],
102
+ "selfLink": false
103
+ },
104
+ "//sampleConfiguration": {
105
+ "productName": "",
106
+ "productSlugs": [
107
+ "azure"
108
+ ],
109
+ "disableDocsMs": true,
110
+ "apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-kubernetesconfiguration-fluxconfigurations?view=azure-node-preview"
111
+ },
112
+ "exports": {
113
+ "./package.json": "./package.json",
114
+ ".": {
115
+ "browser": {
116
+ "types": "./dist/browser/index.d.ts",
117
+ "default": "./dist/browser/index.js"
118
+ },
119
+ "react-native": {
120
+ "types": "./dist/react-native/index.d.ts",
121
+ "default": "./dist/react-native/index.js"
122
+ },
123
+ "import": {
124
+ "types": "./dist/esm/index.d.ts",
125
+ "default": "./dist/esm/index.js"
126
+ },
127
+ "require": {
128
+ "types": "./dist/commonjs/index.d.ts",
129
+ "default": "./dist/commonjs/index.js"
130
+ }
131
+ }
132
+ }
133
+ }