@azure/arm-kubernetesconfiguration 2.0.0 → 4.0.0

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 (136) hide show
  1. package/LICENSE.txt +1 -1
  2. package/README.md +64 -57
  3. package/dist/arm-kubernetesconfiguration.js +3776 -331
  4. package/dist/arm-kubernetesconfiguration.js.map +1 -1
  5. package/dist/arm-kubernetesconfiguration.min.js +1 -1
  6. package/dist/arm-kubernetesconfiguration.min.js.map +1 -1
  7. package/esm/models/clusterExtensionTypeMappers.d.ts +2 -0
  8. package/esm/models/clusterExtensionTypeMappers.d.ts.map +1 -0
  9. package/esm/models/clusterExtensionTypeMappers.js +9 -0
  10. package/esm/models/clusterExtensionTypeMappers.js.map +1 -0
  11. package/esm/models/clusterExtensionTypesMappers.d.ts +2 -0
  12. package/esm/models/clusterExtensionTypesMappers.d.ts.map +1 -0
  13. package/esm/models/clusterExtensionTypesMappers.js +9 -0
  14. package/esm/models/clusterExtensionTypesMappers.js.map +1 -0
  15. package/esm/models/extensionTypeVersionsMappers.d.ts +2 -0
  16. package/esm/models/extensionTypeVersionsMappers.d.ts.map +1 -0
  17. package/esm/models/extensionTypeVersionsMappers.js +9 -0
  18. package/esm/models/extensionTypeVersionsMappers.js.map +1 -0
  19. package/esm/models/extensionsMappers.d.ts +2 -0
  20. package/esm/models/extensionsMappers.d.ts.map +1 -0
  21. package/esm/models/extensionsMappers.js +9 -0
  22. package/esm/models/extensionsMappers.js.map +1 -0
  23. package/esm/models/fluxConfigOperationStatusMappers.d.ts +2 -0
  24. package/esm/models/fluxConfigOperationStatusMappers.d.ts.map +1 -0
  25. package/esm/models/fluxConfigOperationStatusMappers.js +9 -0
  26. package/esm/models/fluxConfigOperationStatusMappers.js.map +1 -0
  27. package/esm/models/fluxConfigurationsMappers.d.ts +2 -0
  28. package/esm/models/fluxConfigurationsMappers.d.ts.map +1 -0
  29. package/esm/models/fluxConfigurationsMappers.js +9 -0
  30. package/esm/models/fluxConfigurationsMappers.js.map +1 -0
  31. package/esm/models/index.d.ts +2032 -179
  32. package/esm/models/index.d.ts.map +1 -1
  33. package/esm/models/index.js +2 -2
  34. package/esm/models/locationExtensionTypesMappers.d.ts +2 -0
  35. package/esm/models/locationExtensionTypesMappers.d.ts.map +1 -0
  36. package/esm/models/locationExtensionTypesMappers.js +9 -0
  37. package/esm/models/locationExtensionTypesMappers.js.map +1 -0
  38. package/esm/models/mappers.d.ts +43 -2
  39. package/esm/models/mappers.d.ts.map +1 -1
  40. package/esm/models/mappers.js +1811 -32
  41. package/esm/models/mappers.js.map +1 -1
  42. package/esm/models/operationStatusMappers.d.ts +2 -0
  43. package/esm/models/operationStatusMappers.d.ts.map +1 -0
  44. package/esm/models/operationStatusMappers.js +9 -0
  45. package/esm/models/operationStatusMappers.js.map +1 -0
  46. package/esm/models/operationsMappers.d.ts +1 -1
  47. package/esm/models/operationsMappers.d.ts.map +1 -1
  48. package/esm/models/operationsMappers.js +3 -3
  49. package/esm/models/operationsMappers.js.map +1 -1
  50. package/esm/models/parameters.d.ts +6 -0
  51. package/esm/models/parameters.d.ts.map +1 -1
  52. package/esm/models/parameters.js +74 -3
  53. package/esm/models/parameters.js.map +1 -1
  54. package/esm/models/sourceControlConfigurationsMappers.d.ts +1 -1
  55. package/esm/models/sourceControlConfigurationsMappers.d.ts.map +1 -1
  56. package/esm/models/sourceControlConfigurationsMappers.js +3 -3
  57. package/esm/models/sourceControlConfigurationsMappers.js.map +1 -1
  58. package/esm/operations/clusterExtensionType.d.ts +55 -0
  59. package/esm/operations/clusterExtensionType.d.ts.map +1 -0
  60. package/esm/operations/clusterExtensionType.js +63 -0
  61. package/esm/operations/clusterExtensionType.js.map +1 -0
  62. package/esm/operations/clusterExtensionTypes.d.ts +70 -0
  63. package/esm/operations/clusterExtensionTypes.d.ts.map +1 -0
  64. package/esm/operations/clusterExtensionTypes.js +90 -0
  65. package/esm/operations/clusterExtensionTypes.js.map +1 -0
  66. package/esm/operations/extensionTypeVersions.d.ts +52 -0
  67. package/esm/operations/extensionTypeVersions.d.ts.map +1 -0
  68. package/esm/operations/extensionTypeVersions.js +86 -0
  69. package/esm/operations/extensionTypeVersions.js.map +1 -0
  70. package/esm/operations/extensions.d.ts +209 -0
  71. package/esm/operations/extensions.d.ts.map +1 -0
  72. package/esm/operations/extensions.js +355 -0
  73. package/esm/operations/extensions.js.map +1 -0
  74. package/esm/operations/fluxConfigOperationStatus.d.ts +58 -0
  75. package/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  76. package/esm/operations/fluxConfigOperationStatus.js +65 -0
  77. package/esm/operations/fluxConfigOperationStatus.js.map +1 -0
  78. package/esm/operations/fluxConfigurations.d.ts +209 -0
  79. package/esm/operations/fluxConfigurations.d.ts.map +1 -0
  80. package/esm/operations/fluxConfigurations.js +355 -0
  81. package/esm/operations/fluxConfigurations.js.map +1 -0
  82. package/esm/operations/index.d.ts +8 -0
  83. package/esm/operations/index.d.ts.map +1 -1
  84. package/esm/operations/index.js +10 -3
  85. package/esm/operations/index.js.map +1 -1
  86. package/esm/operations/locationExtensionTypes.d.ts +49 -0
  87. package/esm/operations/locationExtensionTypes.d.ts.map +1 -0
  88. package/esm/operations/locationExtensionTypes.js +84 -0
  89. package/esm/operations/locationExtensionTypes.js.map +1 -0
  90. package/esm/operations/operationStatus.d.ts +115 -0
  91. package/esm/operations/operationStatus.d.ts.map +1 -0
  92. package/esm/operations/operationStatus.js +129 -0
  93. package/esm/operations/operationStatus.js.map +1 -0
  94. package/esm/operations/operations.d.ts.map +1 -1
  95. package/esm/operations/operations.js +7 -5
  96. package/esm/operations/operations.js.map +1 -1
  97. package/esm/operations/sourceControlConfigurations.d.ts +22 -22
  98. package/esm/operations/sourceControlConfigurations.d.ts.map +1 -1
  99. package/esm/operations/sourceControlConfigurations.js +7 -5
  100. package/esm/operations/sourceControlConfigurations.js.map +1 -1
  101. package/esm/sourceControlConfigurationClient.d.ts +17 -4
  102. package/esm/sourceControlConfigurationClient.d.ts.map +1 -1
  103. package/esm/sourceControlConfigurationClient.js +17 -6
  104. package/esm/sourceControlConfigurationClient.js.map +1 -1
  105. package/esm/sourceControlConfigurationClientContext.d.ts +11 -6
  106. package/esm/sourceControlConfigurationClientContext.d.ts.map +1 -1
  107. package/esm/sourceControlConfigurationClientContext.js +11 -8
  108. package/esm/sourceControlConfigurationClientContext.js.map +1 -1
  109. package/package.json +6 -5
  110. package/rollup.config.js +2 -2
  111. package/src/models/clusterExtensionTypeMappers.ts +48 -0
  112. package/src/models/clusterExtensionTypesMappers.ts +49 -0
  113. package/src/models/extensionTypeVersionsMappers.ts +16 -0
  114. package/src/models/extensionsMappers.ts +48 -0
  115. package/src/models/fluxConfigOperationStatusMappers.ts +14 -0
  116. package/src/models/fluxConfigurationsMappers.ts +50 -0
  117. package/src/models/index.ts +2143 -182
  118. package/src/models/locationExtensionTypesMappers.ts +49 -0
  119. package/src/models/mappers.ts +1898 -23
  120. package/src/models/operationStatusMappers.ts +15 -0
  121. package/src/models/operationsMappers.ts +5 -3
  122. package/src/models/parameters.ts +74 -3
  123. package/src/models/sourceControlConfigurationsMappers.ts +32 -4
  124. package/src/operations/clusterExtensionType.ts +113 -0
  125. package/src/operations/clusterExtensionTypes.ts +160 -0
  126. package/src/operations/extensionTypeVersions.ts +138 -0
  127. package/src/operations/extensions.ts +496 -0
  128. package/src/operations/fluxConfigOperationStatus.ts +118 -0
  129. package/src/operations/fluxConfigurations.ts +496 -0
  130. package/src/operations/index.ts +10 -3
  131. package/src/operations/locationExtensionTypes.ts +133 -0
  132. package/src/operations/operationStatus.ts +249 -0
  133. package/src/operations/operations.ts +7 -5
  134. package/src/operations/sourceControlConfigurations.ts +30 -28
  135. package/src/sourceControlConfigurationClient.ts +27 -7
  136. package/src/sourceControlConfigurationClientContext.ts +18 -14
@@ -1,7 +1,6 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
6
  * Changes may cause incorrect behavior and will be lost if the code is
@@ -44,7 +43,7 @@ var SourceControlConfigurations = /** @class */ (function () {
44
43
  /**
45
44
  * This will delete the YAML file used to set up the Source control configuration, thus stopping
46
45
  * future sync from the source repo.
47
- * @param resourceGroupName The name of the resource group.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
48
47
  * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
49
48
  * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
50
49
  * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
@@ -72,7 +71,7 @@ var SourceControlConfigurations = /** @class */ (function () {
72
71
  /**
73
72
  * This will delete the YAML file used to set up the Source control configuration, thus stopping
74
73
  * future sync from the source repo.
75
- * @param resourceGroupName The name of the resource group.
74
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
76
75
  * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
77
76
  * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
78
77
  * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
@@ -225,6 +224,9 @@ var listNextOperationSpec = {
225
224
  urlParameters: [
226
225
  Parameters.nextPageLink
227
226
  ],
227
+ queryParameters: [
228
+ Parameters.apiVersion
229
+ ],
228
230
  headerParameters: [
229
231
  Parameters.acceptLanguage
230
232
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"sourceControlConfigurations.js","sourceRoot":"","sources":["../../src/operations/sourceControlConfigurations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sourceControlConfigurations.js","sourceRoot":"","sources":["../../src/operations/sourceControlConfigurations.ts"],"names":[],"mappings":"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"}
@@ -1,19 +1,32 @@
1
1
  import * as msRest from "@azure/ms-rest-js";
2
+ import { TokenCredential } from "@azure/core-auth";
2
3
  import * as Models from "./models";
3
4
  import * as Mappers from "./models/mappers";
4
5
  import * as operations from "./operations";
5
6
  import { SourceControlConfigurationClientContext } from "./sourceControlConfigurationClientContext";
6
7
  declare class SourceControlConfigurationClient extends SourceControlConfigurationClientContext {
8
+ clusterExtensionType: operations.ClusterExtensionType;
9
+ clusterExtensionTypes: operations.ClusterExtensionTypes;
10
+ extensionTypeVersions: operations.ExtensionTypeVersions;
11
+ locationExtensionTypes: operations.LocationExtensionTypes;
12
+ extensions: operations.Extensions;
13
+ operationStatus: operations.OperationStatus;
14
+ fluxConfigurations: operations.FluxConfigurations;
15
+ fluxConfigOperationStatus: operations.FluxConfigOperationStatus;
7
16
  sourceControlConfigurations: operations.SourceControlConfigurations;
8
17
  operations: operations.Operations;
9
18
  /**
10
19
  * Initializes a new instance of the SourceControlConfigurationClient class.
11
- * @param credentials Credentials needed for the client to connect to Azure.
12
- * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
13
- * 00000000-0000-0000-0000-000000000000)
20
+ * @param credentials Credentials needed for the client to connect to Azure. Credentials
21
+ * implementing the TokenCredential interface from the @azure/identity package are recommended. For
22
+ * more information about these credentials, see
23
+ * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
24
+ * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
25
+ * @azure/ms-rest-browserauth are also supported.
26
+ * @param subscriptionId The ID of the target subscription.
14
27
  * @param [options] The parameter options
15
28
  */
16
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions);
29
+ constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions);
17
30
  }
18
31
  export { SourceControlConfigurationClient, SourceControlConfigurationClientContext, Models as SourceControlConfigurationModels, Mappers as SourceControlConfigurationMappers };
19
32
  export * from "./operations";
@@ -1 +1 @@
1
- {"version":3,"file":"sourceControlConfigurationClient.d.ts","sourceRoot":"","sources":["../src/sourceControlConfigurationClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAGpG,cAAM,gCAAiC,SAAQ,uCAAuC;IAEpF,2BAA2B,EAAE,UAAU,CAAC,2BAA2B,CAAC;IACpE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAElC;;;;;;OAMG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uCAAuC;CAK3I;AAID,OAAO,EACL,gCAAgC,EAChC,uCAAuC,EACvC,MAAM,IAAI,gCAAgC,EAC1C,OAAO,IAAI,iCAAiC,EAC7C,CAAC;AACF,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"sourceControlConfigurationClient.d.ts","sourceRoot":"","sources":["../src/sourceControlConfigurationClient.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAGpG,cAAM,gCAAiC,SAAQ,uCAAuC;IAEpF,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IACtD,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,CAAC;IACxD,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,CAAC;IACxD,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC;IAC1D,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,CAAC;IAClD,yBAAyB,EAAE,UAAU,CAAC,yBAAyB,CAAC;IAChE,2BAA2B,EAAE,UAAU,CAAC,2BAA2B,CAAC;IACpE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAElC;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uCAAuC;CAa7J;AAID,OAAO,EACL,gCAAgC,EAChC,uCAAuC,EACvC,MAAM,IAAI,gCAAgC,EAC1C,OAAO,IAAI,iCAAiC,EAC7C,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,7 +1,6 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
6
  * Changes may cause incorrect behavior and will be lost if the code is
@@ -16,13 +15,25 @@ var SourceControlConfigurationClient = /** @class */ (function (_super) {
16
15
  __extends(SourceControlConfigurationClient, _super);
17
16
  /**
18
17
  * Initializes a new instance of the SourceControlConfigurationClient class.
19
- * @param credentials Credentials needed for the client to connect to Azure.
20
- * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
21
- * 00000000-0000-0000-0000-000000000000)
18
+ * @param credentials Credentials needed for the client to connect to Azure. Credentials
19
+ * implementing the TokenCredential interface from the @azure/identity package are recommended. For
20
+ * more information about these credentials, see
21
+ * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
22
+ * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
23
+ * @azure/ms-rest-browserauth are also supported.
24
+ * @param subscriptionId The ID of the target subscription.
22
25
  * @param [options] The parameter options
23
26
  */
24
27
  function SourceControlConfigurationClient(credentials, subscriptionId, options) {
25
28
  var _this = _super.call(this, credentials, subscriptionId, options) || this;
29
+ _this.clusterExtensionType = new operations.ClusterExtensionType(_this);
30
+ _this.clusterExtensionTypes = new operations.ClusterExtensionTypes(_this);
31
+ _this.extensionTypeVersions = new operations.ExtensionTypeVersions(_this);
32
+ _this.locationExtensionTypes = new operations.LocationExtensionTypes(_this);
33
+ _this.extensions = new operations.Extensions(_this);
34
+ _this.operationStatus = new operations.OperationStatus(_this);
35
+ _this.fluxConfigurations = new operations.FluxConfigurations(_this);
36
+ _this.fluxConfigOperationStatus = new operations.FluxConfigOperationStatus(_this);
26
37
  _this.sourceControlConfigurations = new operations.SourceControlConfigurations(_this);
27
38
  _this.operations = new operations.Operations(_this);
28
39
  return _this;
@@ -1 +1 @@
1
- {"version":3,"file":"sourceControlConfigurationClient.js","sourceRoot":"","sources":["../src/sourceControlConfigurationClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAGH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAGpG;IAA+C,oDAAuC;IAKpF;;;;;;OAMG;IACH,0CAAY,WAA4C,EAAE,cAAsB,EAAE,OAAwD;QAA1I,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAG5C;QAFC,KAAI,CAAC,2BAA2B,GAAG,IAAI,UAAU,CAAC,2BAA2B,CAAC,KAAI,CAAC,CAAC;QACpF,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;;IACpD,CAAC;IACH,uCAAC;AAAD,CAAC,AAjBD,CAA+C,uCAAuC,GAiBrF;AAED,2BAA2B;AAE3B,OAAO,EACL,gCAAgC,EAChC,uCAAuC,EACvC,MAAM,IAAI,gCAAgC,EAC1C,OAAO,IAAI,iCAAiC,EAC7C,CAAC;AACF,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"sourceControlConfigurationClient.js","sourceRoot":"","sources":["../src/sourceControlConfigurationClient.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAGpG;IAA+C,oDAAuC;IAapF;;;;;;;;;;OAUG;IACH,0CAAY,WAA8D,EAAE,cAAsB,EAAE,OAAwD;QAA5J,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAW5C;QAVC,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;QACtE,KAAI,CAAC,qBAAqB,GAAG,IAAI,UAAU,CAAC,qBAAqB,CAAC,KAAI,CAAC,CAAC;QACxE,KAAI,CAAC,qBAAqB,GAAG,IAAI,UAAU,CAAC,qBAAqB,CAAC,KAAI,CAAC,CAAC;QACxE,KAAI,CAAC,sBAAsB,GAAG,IAAI,UAAU,CAAC,sBAAsB,CAAC,KAAI,CAAC,CAAC;QAC1E,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,eAAe,GAAG,IAAI,UAAU,CAAC,eAAe,CAAC,KAAI,CAAC,CAAC;QAC5D,KAAI,CAAC,kBAAkB,GAAG,IAAI,UAAU,CAAC,kBAAkB,CAAC,KAAI,CAAC,CAAC;QAClE,KAAI,CAAC,yBAAyB,GAAG,IAAI,UAAU,CAAC,yBAAyB,CAAC,KAAI,CAAC,CAAC;QAChF,KAAI,CAAC,2BAA2B,GAAG,IAAI,UAAU,CAAC,2BAA2B,CAAC,KAAI,CAAC,CAAC;QACpF,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;;IACpD,CAAC;IACH,uCAAC;AAAD,CAAC,AArCD,CAA+C,uCAAuC,GAqCrF;AAED,2BAA2B;AAE3B,OAAO,EACL,gCAAgC,EAChC,uCAAuC,EACvC,MAAM,IAAI,gCAAgC,EAC1C,OAAO,IAAI,iCAAiC,EAC7C,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,17 +1,22 @@
1
1
  import * as Models from "./models";
2
2
  import * as msRest from "@azure/ms-rest-js";
3
3
  import * as msRestAzure from "@azure/ms-rest-azure-js";
4
+ import { TokenCredential } from "@azure/core-auth";
4
5
  export declare class SourceControlConfigurationClientContext extends msRestAzure.AzureServiceClient {
5
- credentials: msRest.ServiceClientCredentials;
6
- subscriptionId: string;
6
+ credentials: msRest.ServiceClientCredentials | TokenCredential;
7
7
  apiVersion?: string;
8
+ subscriptionId: string;
8
9
  /**
9
10
  * Initializes a new instance of the SourceControlConfigurationClient class.
10
- * @param credentials Credentials needed for the client to connect to Azure.
11
- * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
12
- * 00000000-0000-0000-0000-000000000000)
11
+ * @param credentials Credentials needed for the client to connect to Azure. Credentials
12
+ * implementing the TokenCredential interface from the @azure/identity package are recommended. For
13
+ * more information about these credentials, see
14
+ * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
15
+ * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
16
+ * @azure/ms-rest-browserauth are also supported.
17
+ * @param subscriptionId The ID of the target subscription.
13
18
  * @param [options] The parameter options
14
19
  */
15
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions);
20
+ constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions);
16
21
  }
17
22
  //# sourceMappingURL=sourceControlConfigurationClientContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sourceControlConfigurationClientContext.d.ts","sourceRoot":"","sources":["../src/sourceControlConfigurationClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,uCAAwC,SAAQ,WAAW,CAAC,kBAAkB;IACzF,WAAW,EAAE,MAAM,CAAC,wBAAwB,CAAC;IAC7C,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;OAMG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uCAAuC;CAiC3I"}
1
+ {"version":3,"file":"sourceControlConfigurationClientContext.d.ts","sourceRoot":"","sources":["../src/sourceControlConfigurationClientContext.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKnD,qBAAa,uCAAwC,SAAQ,WAAW,CAAC,kBAAkB;IACzF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uCAAuC;CAiC7J"}
@@ -1,7 +1,6 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
6
  * Changes may cause incorrect behavior and will be lost if the code is
@@ -10,14 +9,18 @@
10
9
  import { __extends } from "tslib";
11
10
  import * as msRestAzure from "@azure/ms-rest-azure-js";
12
11
  var packageName = "@azure/arm-kubernetesconfiguration";
13
- var packageVersion = "2.0.0";
12
+ var packageVersion = "4.0.0";
14
13
  var SourceControlConfigurationClientContext = /** @class */ (function (_super) {
15
14
  __extends(SourceControlConfigurationClientContext, _super);
16
15
  /**
17
16
  * Initializes a new instance of the SourceControlConfigurationClient class.
18
- * @param credentials Credentials needed for the client to connect to Azure.
19
- * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
20
- * 00000000-0000-0000-0000-000000000000)
17
+ * @param credentials Credentials needed for the client to connect to Azure. Credentials
18
+ * implementing the TokenCredential interface from the @azure/identity package are recommended. For
19
+ * more information about these credentials, see
20
+ * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
21
+ * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
22
+ * @azure/ms-rest-browserauth are also supported.
23
+ * @param subscriptionId The ID of the target subscription.
21
24
  * @param [options] The parameter options
22
25
  */
23
26
  function SourceControlConfigurationClientContext(credentials, subscriptionId, options) {
@@ -36,7 +39,7 @@ var SourceControlConfigurationClientContext = /** @class */ (function (_super) {
36
39
  options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
37
40
  }
38
41
  _this = _super.call(this, credentials, options) || this;
39
- _this.apiVersion = '2019-11-01-preview';
42
+ _this.apiVersion = '2022-01-01-preview';
40
43
  _this.acceptLanguage = 'en-US';
41
44
  _this.longRunningOperationRetryTimeout = 30;
42
45
  _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
@@ -1 +1 @@
1
- {"version":3,"file":"sourceControlConfigurationClientContext.js","sourceRoot":"","sources":["../src/sourceControlConfigurationClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,oCAAoC,CAAC;AACzD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAA6D,2DAA8B;IAKzF;;;;;;OAMG;IACH,iDAAY,WAA4C,EAAE,cAAsB,EAAE,OAAwD;QAA1I,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAG,CAAC,OAAO,CAAC,SAAS,EAAE;YACrB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,oBAAoB,CAAC;QACvC,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAG,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC1E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAG,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC9G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,8CAAC;AAAD,CAAC,AA7CD,CAA6D,WAAW,CAAC,kBAAkB,GA6C1F"}
1
+ {"version":3,"file":"sourceControlConfigurationClientContext.js","sourceRoot":"","sources":["../src/sourceControlConfigurationClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAGvD,IAAM,WAAW,GAAG,oCAAoC,CAAC;AACzD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAA6D,2DAA8B;IAKzF;;;;;;;;;;OAUG;IACH,iDAAY,WAA8D,EAAE,cAAsB,EAAE,OAAwD;QAA5J,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,oBAAoB,CAAC;QACvC,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,8CAAC;AAAD,CAAC,AAjDD,CAA6D,WAAW,CAAC,kBAAkB,GAiD1F"}
package/package.json CHANGED
@@ -2,10 +2,11 @@
2
2
  "name": "@azure/arm-kubernetesconfiguration",
3
3
  "author": "Microsoft Corporation",
4
4
  "description": "SourceControlConfigurationClient Library with typescript type definitions for node.js and browser.",
5
- "version": "2.0.0",
5
+ "version": "4.0.0",
6
6
  "dependencies": {
7
- "@azure/ms-rest-azure-js": "^2.0.1",
8
- "@azure/ms-rest-js": "^2.0.4",
7
+ "@azure/ms-rest-azure-js": "^2.1.0",
8
+ "@azure/ms-rest-js": "^2.2.0",
9
+ "@azure/core-auth": "^1.1.4",
9
10
  "tslib": "^1.10.0"
10
11
  },
11
12
  "keywords": [
@@ -20,13 +21,13 @@
20
21
  "module": "./esm/sourceControlConfigurationClient.js",
21
22
  "types": "./esm/sourceControlConfigurationClient.d.ts",
22
23
  "devDependencies": {
23
- "typescript": "^3.5.3",
24
+ "typescript": "^3.6.0",
24
25
  "rollup": "^1.18.0",
25
26
  "rollup-plugin-node-resolve": "^5.2.0",
26
27
  "rollup-plugin-sourcemaps": "^0.4.2",
27
28
  "uglify-js": "^3.6.0"
28
29
  },
29
- "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/kubernetesconfiguration/arm-kubernetesconfiguration",
30
+ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/kubernetesconfiguration/arm-kubernetesconfiguration",
30
31
  "repository": {
31
32
  "type": "git",
32
33
  "url": "https://github.com/Azure/azure-sdk-for-js.git"
package/rollup.config.js CHANGED
@@ -21,8 +21,8 @@ const config = {
21
21
  "@azure/ms-rest-azure-js": "msRestAzure"
22
22
  },
23
23
  banner: `/*
24
- * Copyright (c) Microsoft Corporation. All rights reserved.
25
- * Licensed under the MIT License. See License.txt in the project root for license information.
24
+ * Copyright (c) Microsoft Corporation.
25
+ * Licensed under the MIT License.
26
26
  *
27
27
  * Code generated by Microsoft (R) AutoRest Code Generator.
28
28
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
@@ -0,0 +1,48 @@
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
+
9
+ export {
10
+ AzureEntityResource,
11
+ BaseResource,
12
+ BucketDefinition,
13
+ ClusterScopeSettings,
14
+ ComplianceStatus,
15
+ DependsOnDefinition,
16
+ ErrorAdditionalInfo,
17
+ ErrorDetail,
18
+ ErrorResponse,
19
+ Extension,
20
+ ExtensionPropertiesAksAssignedIdentity,
21
+ ExtensionStatus,
22
+ ExtensionType,
23
+ FluxConfiguration,
24
+ GitRepositoryDefinition,
25
+ HelmOperatorProperties,
26
+ HelmReleasePropertiesDefinition,
27
+ Identity,
28
+ KustomizationDefinition,
29
+ ObjectReferenceDefinition,
30
+ ObjectStatusConditionDefinition,
31
+ ObjectStatusDefinition,
32
+ Plan,
33
+ ProxyResource,
34
+ RepositoryRefDefinition,
35
+ Resource,
36
+ ResourceModelWithAllowedPropertySet,
37
+ ResourceModelWithAllowedPropertySetIdentity,
38
+ ResourceModelWithAllowedPropertySetPlan,
39
+ ResourceModelWithAllowedPropertySetSku,
40
+ Scope,
41
+ ScopeCluster,
42
+ ScopeNamespace,
43
+ Sku,
44
+ SourceControlConfiguration,
45
+ SupportedScopes,
46
+ SystemData,
47
+ TrackedResource
48
+ } from "../models/mappers";
@@ -0,0 +1,49 @@
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
+
9
+ export {
10
+ AzureEntityResource,
11
+ BaseResource,
12
+ BucketDefinition,
13
+ ClusterScopeSettings,
14
+ ComplianceStatus,
15
+ DependsOnDefinition,
16
+ ErrorAdditionalInfo,
17
+ ErrorDetail,
18
+ ErrorResponse,
19
+ Extension,
20
+ ExtensionPropertiesAksAssignedIdentity,
21
+ ExtensionStatus,
22
+ ExtensionType,
23
+ ExtensionTypeList,
24
+ FluxConfiguration,
25
+ GitRepositoryDefinition,
26
+ HelmOperatorProperties,
27
+ HelmReleasePropertiesDefinition,
28
+ Identity,
29
+ KustomizationDefinition,
30
+ ObjectReferenceDefinition,
31
+ ObjectStatusConditionDefinition,
32
+ ObjectStatusDefinition,
33
+ Plan,
34
+ ProxyResource,
35
+ RepositoryRefDefinition,
36
+ Resource,
37
+ ResourceModelWithAllowedPropertySet,
38
+ ResourceModelWithAllowedPropertySetIdentity,
39
+ ResourceModelWithAllowedPropertySetPlan,
40
+ ResourceModelWithAllowedPropertySetSku,
41
+ Scope,
42
+ ScopeCluster,
43
+ ScopeNamespace,
44
+ Sku,
45
+ SourceControlConfiguration,
46
+ SupportedScopes,
47
+ SystemData,
48
+ TrackedResource
49
+ } from "../models/mappers";
@@ -0,0 +1,16 @@
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
+
9
+ export {
10
+ ErrorAdditionalInfo,
11
+ ErrorDetail,
12
+ ErrorResponse,
13
+ ExtensionVersionList,
14
+ ExtensionVersionListVersionsItem,
15
+ SystemData
16
+ } from "../models/mappers";
@@ -0,0 +1,48 @@
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
+
9
+ export {
10
+ AzureEntityResource,
11
+ BaseResource,
12
+ BucketDefinition,
13
+ ClusterScopeSettings,
14
+ ComplianceStatus,
15
+ DependsOnDefinition,
16
+ ErrorAdditionalInfo,
17
+ ErrorDetail,
18
+ ErrorResponse,
19
+ Extension,
20
+ ExtensionPropertiesAksAssignedIdentity,
21
+ ExtensionsList,
22
+ ExtensionStatus,
23
+ FluxConfiguration,
24
+ GitRepositoryDefinition,
25
+ HelmOperatorProperties,
26
+ HelmReleasePropertiesDefinition,
27
+ Identity,
28
+ KustomizationDefinition,
29
+ ObjectReferenceDefinition,
30
+ ObjectStatusConditionDefinition,
31
+ ObjectStatusDefinition,
32
+ PatchExtension,
33
+ Plan,
34
+ ProxyResource,
35
+ RepositoryRefDefinition,
36
+ Resource,
37
+ ResourceModelWithAllowedPropertySet,
38
+ ResourceModelWithAllowedPropertySetIdentity,
39
+ ResourceModelWithAllowedPropertySetPlan,
40
+ ResourceModelWithAllowedPropertySetSku,
41
+ Scope,
42
+ ScopeCluster,
43
+ ScopeNamespace,
44
+ Sku,
45
+ SourceControlConfiguration,
46
+ SystemData,
47
+ TrackedResource
48
+ } from "../models/mappers";
@@ -0,0 +1,14 @@
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
+
9
+ export {
10
+ ErrorAdditionalInfo,
11
+ ErrorDetail,
12
+ ErrorResponse,
13
+ OperationStatusResult
14
+ } from "../models/mappers";
@@ -0,0 +1,50 @@
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
+
9
+ export {
10
+ AzureEntityResource,
11
+ BaseResource,
12
+ BucketDefinition,
13
+ ClusterScopeSettings,
14
+ ComplianceStatus,
15
+ DependsOnDefinition,
16
+ ErrorAdditionalInfo,
17
+ ErrorDetail,
18
+ ErrorResponse,
19
+ Extension,
20
+ ExtensionPropertiesAksAssignedIdentity,
21
+ ExtensionStatus,
22
+ FluxConfiguration,
23
+ FluxConfigurationPatch,
24
+ FluxConfigurationsList,
25
+ GitRepositoryDefinition,
26
+ GitRepositoryPatchDefinition,
27
+ HelmOperatorProperties,
28
+ HelmReleasePropertiesDefinition,
29
+ Identity,
30
+ KustomizationDefinition,
31
+ KustomizationPatchDefinition,
32
+ ObjectReferenceDefinition,
33
+ ObjectStatusConditionDefinition,
34
+ ObjectStatusDefinition,
35
+ Plan,
36
+ ProxyResource,
37
+ RepositoryRefDefinition,
38
+ Resource,
39
+ ResourceModelWithAllowedPropertySet,
40
+ ResourceModelWithAllowedPropertySetIdentity,
41
+ ResourceModelWithAllowedPropertySetPlan,
42
+ ResourceModelWithAllowedPropertySetSku,
43
+ Scope,
44
+ ScopeCluster,
45
+ ScopeNamespace,
46
+ Sku,
47
+ SourceControlConfiguration,
48
+ SystemData,
49
+ TrackedResource
50
+ } from "../models/mappers";