@azure/arm-kubernetesconfiguration 3.1.1 → 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 (129) hide show
  1. package/README.md +9 -11
  2. package/dist/arm-kubernetesconfiguration.js +3738 -409
  3. package/dist/arm-kubernetesconfiguration.js.map +1 -1
  4. package/dist/arm-kubernetesconfiguration.min.js +1 -1
  5. package/dist/arm-kubernetesconfiguration.min.js.map +1 -1
  6. package/esm/models/clusterExtensionTypeMappers.d.ts +2 -0
  7. package/esm/models/clusterExtensionTypeMappers.d.ts.map +1 -0
  8. package/esm/models/clusterExtensionTypeMappers.js +9 -0
  9. package/esm/models/clusterExtensionTypeMappers.js.map +1 -0
  10. package/esm/models/clusterExtensionTypesMappers.d.ts +2 -0
  11. package/esm/models/clusterExtensionTypesMappers.d.ts.map +1 -0
  12. package/esm/models/clusterExtensionTypesMappers.js +9 -0
  13. package/esm/models/clusterExtensionTypesMappers.js.map +1 -0
  14. package/esm/models/extensionTypeVersionsMappers.d.ts +2 -0
  15. package/esm/models/extensionTypeVersionsMappers.d.ts.map +1 -0
  16. package/esm/models/extensionTypeVersionsMappers.js +9 -0
  17. package/esm/models/extensionTypeVersionsMappers.js.map +1 -0
  18. package/esm/models/extensionsMappers.d.ts +2 -0
  19. package/esm/models/extensionsMappers.d.ts.map +1 -0
  20. package/esm/models/extensionsMappers.js +9 -0
  21. package/esm/models/extensionsMappers.js.map +1 -0
  22. package/esm/models/fluxConfigOperationStatusMappers.d.ts +2 -0
  23. package/esm/models/fluxConfigOperationStatusMappers.d.ts.map +1 -0
  24. package/esm/models/fluxConfigOperationStatusMappers.js +9 -0
  25. package/esm/models/fluxConfigOperationStatusMappers.js.map +1 -0
  26. package/esm/models/fluxConfigurationsMappers.d.ts +2 -0
  27. package/esm/models/fluxConfigurationsMappers.d.ts.map +1 -0
  28. package/esm/models/fluxConfigurationsMappers.js +9 -0
  29. package/esm/models/fluxConfigurationsMappers.js.map +1 -0
  30. package/esm/models/index.d.ts +2000 -224
  31. package/esm/models/index.d.ts.map +1 -1
  32. package/esm/models/locationExtensionTypesMappers.d.ts +2 -0
  33. package/esm/models/locationExtensionTypesMappers.d.ts.map +1 -0
  34. package/esm/models/locationExtensionTypesMappers.js +9 -0
  35. package/esm/models/locationExtensionTypesMappers.js.map +1 -0
  36. package/esm/models/mappers.d.ts +45 -7
  37. package/esm/models/mappers.d.ts.map +1 -1
  38. package/esm/models/mappers.js +1801 -120
  39. package/esm/models/mappers.js.map +1 -1
  40. package/esm/models/operationStatusMappers.d.ts +2 -0
  41. package/esm/models/operationStatusMappers.d.ts.map +1 -0
  42. package/esm/models/operationStatusMappers.js +9 -0
  43. package/esm/models/operationStatusMappers.js.map +1 -0
  44. package/esm/models/operationsMappers.d.ts +1 -1
  45. package/esm/models/operationsMappers.d.ts.map +1 -1
  46. package/esm/models/operationsMappers.js +1 -1
  47. package/esm/models/operationsMappers.js.map +1 -1
  48. package/esm/models/parameters.d.ts +6 -0
  49. package/esm/models/parameters.d.ts.map +1 -1
  50. package/esm/models/parameters.js +72 -0
  51. package/esm/models/parameters.js.map +1 -1
  52. package/esm/models/sourceControlConfigurationsMappers.d.ts +1 -1
  53. package/esm/models/sourceControlConfigurationsMappers.d.ts.map +1 -1
  54. package/esm/models/sourceControlConfigurationsMappers.js +1 -1
  55. package/esm/models/sourceControlConfigurationsMappers.js.map +1 -1
  56. package/esm/operations/clusterExtensionType.d.ts +55 -0
  57. package/esm/operations/clusterExtensionType.d.ts.map +1 -0
  58. package/esm/operations/clusterExtensionType.js +63 -0
  59. package/esm/operations/clusterExtensionType.js.map +1 -0
  60. package/esm/operations/clusterExtensionTypes.d.ts +70 -0
  61. package/esm/operations/clusterExtensionTypes.d.ts.map +1 -0
  62. package/esm/operations/clusterExtensionTypes.js +90 -0
  63. package/esm/operations/clusterExtensionTypes.js.map +1 -0
  64. package/esm/operations/extensionTypeVersions.d.ts +52 -0
  65. package/esm/operations/extensionTypeVersions.d.ts.map +1 -0
  66. package/esm/operations/extensionTypeVersions.js +86 -0
  67. package/esm/operations/extensionTypeVersions.js.map +1 -0
  68. package/esm/operations/extensions.d.ts +209 -0
  69. package/esm/operations/extensions.d.ts.map +1 -0
  70. package/esm/operations/extensions.js +355 -0
  71. package/esm/operations/extensions.js.map +1 -0
  72. package/esm/operations/fluxConfigOperationStatus.d.ts +58 -0
  73. package/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  74. package/esm/operations/fluxConfigOperationStatus.js +65 -0
  75. package/esm/operations/fluxConfigOperationStatus.js.map +1 -0
  76. package/esm/operations/fluxConfigurations.d.ts +209 -0
  77. package/esm/operations/fluxConfigurations.d.ts.map +1 -0
  78. package/esm/operations/fluxConfigurations.js +355 -0
  79. package/esm/operations/fluxConfigurations.js.map +1 -0
  80. package/esm/operations/index.d.ts +8 -0
  81. package/esm/operations/index.d.ts.map +1 -1
  82. package/esm/operations/index.js +8 -0
  83. package/esm/operations/index.js.map +1 -1
  84. package/esm/operations/locationExtensionTypes.d.ts +49 -0
  85. package/esm/operations/locationExtensionTypes.d.ts.map +1 -0
  86. package/esm/operations/locationExtensionTypes.js +84 -0
  87. package/esm/operations/locationExtensionTypes.js.map +1 -0
  88. package/esm/operations/operationStatus.d.ts +115 -0
  89. package/esm/operations/operationStatus.d.ts.map +1 -0
  90. package/esm/operations/operationStatus.js +129 -0
  91. package/esm/operations/operationStatus.js.map +1 -0
  92. package/esm/operations/sourceControlConfigurations.d.ts +22 -22
  93. package/esm/operations/sourceControlConfigurations.d.ts.map +1 -1
  94. package/esm/operations/sourceControlConfigurations.js +2 -2
  95. package/esm/operations/sourceControlConfigurations.js.map +1 -1
  96. package/esm/sourceControlConfigurationClient.d.ts +9 -2
  97. package/esm/sourceControlConfigurationClient.d.ts.map +1 -1
  98. package/esm/sourceControlConfigurationClient.js +9 -2
  99. package/esm/sourceControlConfigurationClient.js.map +1 -1
  100. package/esm/sourceControlConfigurationClientContext.d.ts +3 -4
  101. package/esm/sourceControlConfigurationClientContext.d.ts.map +1 -1
  102. package/esm/sourceControlConfigurationClientContext.js +3 -4
  103. package/esm/sourceControlConfigurationClientContext.js.map +1 -1
  104. package/package.json +1 -1
  105. package/src/models/clusterExtensionTypeMappers.ts +48 -0
  106. package/src/models/clusterExtensionTypesMappers.ts +49 -0
  107. package/src/models/extensionTypeVersionsMappers.ts +16 -0
  108. package/src/models/extensionsMappers.ts +48 -0
  109. package/src/models/fluxConfigOperationStatusMappers.ts +14 -0
  110. package/src/models/fluxConfigurationsMappers.ts +50 -0
  111. package/src/models/index.ts +2108 -223
  112. package/src/models/locationExtensionTypesMappers.ts +49 -0
  113. package/src/models/mappers.ts +1854 -90
  114. package/src/models/operationStatusMappers.ts +15 -0
  115. package/src/models/operationsMappers.ts +2 -1
  116. package/src/models/parameters.ts +72 -0
  117. package/src/models/sourceControlConfigurationsMappers.ts +26 -1
  118. package/src/operations/clusterExtensionType.ts +113 -0
  119. package/src/operations/clusterExtensionTypes.ts +160 -0
  120. package/src/operations/extensionTypeVersions.ts +138 -0
  121. package/src/operations/extensions.ts +496 -0
  122. package/src/operations/fluxConfigOperationStatus.ts +118 -0
  123. package/src/operations/fluxConfigurations.ts +496 -0
  124. package/src/operations/index.ts +8 -0
  125. package/src/operations/locationExtensionTypes.ts +133 -0
  126. package/src/operations/operationStatus.ts +249 -0
  127. package/src/operations/sourceControlConfigurations.ts +25 -25
  128. package/src/sourceControlConfigurationClient.ts +17 -2
  129. package/src/sourceControlConfigurationClientContext.ts +5 -6
@@ -1 +1 @@
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,2BAA2B,EAAE,UAAU,CAAC,2BAA2B,CAAC;IACpE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAElC;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uCAAuC;CAK7J;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"}
@@ -21,12 +21,19 @@ var SourceControlConfigurationClient = /** @class */ (function (_super) {
21
21
  * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
22
22
  * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
23
23
  * @azure/ms-rest-browserauth are also supported.
24
- * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
25
- * 00000000-0000-0000-0000-000000000000)
24
+ * @param subscriptionId The ID of the target subscription.
26
25
  * @param [options] The parameter options
27
26
  */
28
27
  function SourceControlConfigurationClient(credentials, subscriptionId, options) {
29
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);
30
37
  _this.sourceControlConfigurations = new operations.SourceControlConfigurations(_this);
31
38
  _this.operations = new operations.Operations(_this);
32
39
  return _this;
@@ -1 +1 @@
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;IAKpF;;;;;;;;;;;OAWG;IACH,0CAAY,WAA8D,EAAE,cAAsB,EAAE,OAAwD;QAA5J,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,AAtBD,CAA+C,uCAAuC,GAsBrF;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,11 +1,11 @@
1
1
  import * as Models from "./models";
2
2
  import * as msRest from "@azure/ms-rest-js";
3
- import { TokenCredential } from "@azure/core-auth";
4
3
  import * as msRestAzure from "@azure/ms-rest-azure-js";
4
+ import { TokenCredential } from "@azure/core-auth";
5
5
  export declare class SourceControlConfigurationClientContext extends msRestAzure.AzureServiceClient {
6
6
  credentials: msRest.ServiceClientCredentials | TokenCredential;
7
- subscriptionId: string;
8
7
  apiVersion?: string;
8
+ subscriptionId: string;
9
9
  /**
10
10
  * Initializes a new instance of the SourceControlConfigurationClient class.
11
11
  * @param credentials Credentials needed for the client to connect to Azure. Credentials
@@ -14,8 +14,7 @@ export declare class SourceControlConfigurationClientContext extends msRestAzure
14
14
  * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
15
15
  * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
16
16
  * @azure/ms-rest-browserauth are also supported.
17
- * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
18
- * 00000000-0000-0000-0000-000000000000)
17
+ * @param subscriptionId The ID of the target subscription.
19
18
  * @param [options] The parameter options
20
19
  */
21
20
  constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions);
@@ -1 +1 @@
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,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,uCAAwC,SAAQ,WAAW,CAAC,kBAAkB;IACzF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uCAAuC;CAiC7J"}
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"}
@@ -9,7 +9,7 @@
9
9
  import { __extends } from "tslib";
10
10
  import * as msRestAzure from "@azure/ms-rest-azure-js";
11
11
  var packageName = "@azure/arm-kubernetesconfiguration";
12
- var packageVersion = "3.1.1";
12
+ var packageVersion = "4.0.0";
13
13
  var SourceControlConfigurationClientContext = /** @class */ (function (_super) {
14
14
  __extends(SourceControlConfigurationClientContext, _super);
15
15
  /**
@@ -20,8 +20,7 @@ var SourceControlConfigurationClientContext = /** @class */ (function (_super) {
20
20
  * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
21
21
  * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
22
22
  * @azure/ms-rest-browserauth are also supported.
23
- * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
24
- * 00000000-0000-0000-0000-000000000000)
23
+ * @param subscriptionId The ID of the target subscription.
25
24
  * @param [options] The parameter options
26
25
  */
27
26
  function SourceControlConfigurationClientContext(credentials, subscriptionId, options) {
@@ -40,7 +39,7 @@ var SourceControlConfigurationClientContext = /** @class */ (function (_super) {
40
39
  options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
41
40
  }
42
41
  _this = _super.call(this, credentials, options) || this;
43
- _this.apiVersion = '2021-03-01';
42
+ _this.apiVersion = '2022-01-01-preview';
44
43
  _this.acceptLanguage = 'en-US';
45
44
  _this.longRunningOperationRetryTimeout = 30;
46
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;;;;;;;GAOG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,oCAAoC,CAAC;AACzD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAA6D,2DAA8B;IAKzF;;;;;;;;;;;OAWG;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,YAAY,CAAC;QAC/B,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,AAlDD,CAA6D,WAAW,CAAC,kBAAkB,GAkD1F"}
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,7 +2,7 @@
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": "3.1.1",
5
+ "version": "4.0.0",
6
6
  "dependencies": {
7
7
  "@azure/ms-rest-azure-js": "^2.1.0",
8
8
  "@azure/ms-rest-js": "^2.2.0",
@@ -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";