@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.
- package/README.md +9 -11
- package/dist/arm-kubernetesconfiguration.js +3738 -409
- package/dist/arm-kubernetesconfiguration.js.map +1 -1
- package/dist/arm-kubernetesconfiguration.min.js +1 -1
- package/dist/arm-kubernetesconfiguration.min.js.map +1 -1
- package/esm/models/clusterExtensionTypeMappers.d.ts +2 -0
- package/esm/models/clusterExtensionTypeMappers.d.ts.map +1 -0
- package/esm/models/clusterExtensionTypeMappers.js +9 -0
- package/esm/models/clusterExtensionTypeMappers.js.map +1 -0
- package/esm/models/clusterExtensionTypesMappers.d.ts +2 -0
- package/esm/models/clusterExtensionTypesMappers.d.ts.map +1 -0
- package/esm/models/clusterExtensionTypesMappers.js +9 -0
- package/esm/models/clusterExtensionTypesMappers.js.map +1 -0
- package/esm/models/extensionTypeVersionsMappers.d.ts +2 -0
- package/esm/models/extensionTypeVersionsMappers.d.ts.map +1 -0
- package/esm/models/extensionTypeVersionsMappers.js +9 -0
- package/esm/models/extensionTypeVersionsMappers.js.map +1 -0
- package/esm/models/extensionsMappers.d.ts +2 -0
- package/esm/models/extensionsMappers.d.ts.map +1 -0
- package/esm/models/extensionsMappers.js +9 -0
- package/esm/models/extensionsMappers.js.map +1 -0
- package/esm/models/fluxConfigOperationStatusMappers.d.ts +2 -0
- package/esm/models/fluxConfigOperationStatusMappers.d.ts.map +1 -0
- package/esm/models/fluxConfigOperationStatusMappers.js +9 -0
- package/esm/models/fluxConfigOperationStatusMappers.js.map +1 -0
- package/esm/models/fluxConfigurationsMappers.d.ts +2 -0
- package/esm/models/fluxConfigurationsMappers.d.ts.map +1 -0
- package/esm/models/fluxConfigurationsMappers.js +9 -0
- package/esm/models/fluxConfigurationsMappers.js.map +1 -0
- package/esm/models/index.d.ts +2000 -224
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/locationExtensionTypesMappers.d.ts +2 -0
- package/esm/models/locationExtensionTypesMappers.d.ts.map +1 -0
- package/esm/models/locationExtensionTypesMappers.js +9 -0
- package/esm/models/locationExtensionTypesMappers.js.map +1 -0
- package/esm/models/mappers.d.ts +45 -7
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +1801 -120
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/operationStatusMappers.d.ts +2 -0
- package/esm/models/operationStatusMappers.d.ts.map +1 -0
- package/esm/models/operationStatusMappers.js +9 -0
- package/esm/models/operationStatusMappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +1 -1
- package/esm/models/operationsMappers.d.ts.map +1 -1
- package/esm/models/operationsMappers.js +1 -1
- package/esm/models/operationsMappers.js.map +1 -1
- package/esm/models/parameters.d.ts +6 -0
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +72 -0
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/sourceControlConfigurationsMappers.d.ts +1 -1
- package/esm/models/sourceControlConfigurationsMappers.d.ts.map +1 -1
- package/esm/models/sourceControlConfigurationsMappers.js +1 -1
- package/esm/models/sourceControlConfigurationsMappers.js.map +1 -1
- package/esm/operations/clusterExtensionType.d.ts +55 -0
- package/esm/operations/clusterExtensionType.d.ts.map +1 -0
- package/esm/operations/clusterExtensionType.js +63 -0
- package/esm/operations/clusterExtensionType.js.map +1 -0
- package/esm/operations/clusterExtensionTypes.d.ts +70 -0
- package/esm/operations/clusterExtensionTypes.d.ts.map +1 -0
- package/esm/operations/clusterExtensionTypes.js +90 -0
- package/esm/operations/clusterExtensionTypes.js.map +1 -0
- package/esm/operations/extensionTypeVersions.d.ts +52 -0
- package/esm/operations/extensionTypeVersions.d.ts.map +1 -0
- package/esm/operations/extensionTypeVersions.js +86 -0
- package/esm/operations/extensionTypeVersions.js.map +1 -0
- package/esm/operations/extensions.d.ts +209 -0
- package/esm/operations/extensions.d.ts.map +1 -0
- package/esm/operations/extensions.js +355 -0
- package/esm/operations/extensions.js.map +1 -0
- package/esm/operations/fluxConfigOperationStatus.d.ts +58 -0
- package/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/esm/operations/fluxConfigOperationStatus.js +65 -0
- package/esm/operations/fluxConfigOperationStatus.js.map +1 -0
- package/esm/operations/fluxConfigurations.d.ts +209 -0
- package/esm/operations/fluxConfigurations.d.ts.map +1 -0
- package/esm/operations/fluxConfigurations.js +355 -0
- package/esm/operations/fluxConfigurations.js.map +1 -0
- package/esm/operations/index.d.ts +8 -0
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +8 -0
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/locationExtensionTypes.d.ts +49 -0
- package/esm/operations/locationExtensionTypes.d.ts.map +1 -0
- package/esm/operations/locationExtensionTypes.js +84 -0
- package/esm/operations/locationExtensionTypes.js.map +1 -0
- package/esm/operations/operationStatus.d.ts +115 -0
- package/esm/operations/operationStatus.d.ts.map +1 -0
- package/esm/operations/operationStatus.js +129 -0
- package/esm/operations/operationStatus.js.map +1 -0
- package/esm/operations/sourceControlConfigurations.d.ts +22 -22
- package/esm/operations/sourceControlConfigurations.d.ts.map +1 -1
- package/esm/operations/sourceControlConfigurations.js +2 -2
- package/esm/operations/sourceControlConfigurations.js.map +1 -1
- package/esm/sourceControlConfigurationClient.d.ts +9 -2
- package/esm/sourceControlConfigurationClient.d.ts.map +1 -1
- package/esm/sourceControlConfigurationClient.js +9 -2
- package/esm/sourceControlConfigurationClient.js.map +1 -1
- package/esm/sourceControlConfigurationClientContext.d.ts +3 -4
- package/esm/sourceControlConfigurationClientContext.d.ts.map +1 -1
- package/esm/sourceControlConfigurationClientContext.js +3 -4
- package/esm/sourceControlConfigurationClientContext.js.map +1 -1
- package/package.json +1 -1
- package/src/models/clusterExtensionTypeMappers.ts +48 -0
- package/src/models/clusterExtensionTypesMappers.ts +49 -0
- package/src/models/extensionTypeVersionsMappers.ts +16 -0
- package/src/models/extensionsMappers.ts +48 -0
- package/src/models/fluxConfigOperationStatusMappers.ts +14 -0
- package/src/models/fluxConfigurationsMappers.ts +50 -0
- package/src/models/index.ts +2108 -223
- package/src/models/locationExtensionTypesMappers.ts +49 -0
- package/src/models/mappers.ts +1854 -90
- package/src/models/operationStatusMappers.ts +15 -0
- package/src/models/operationsMappers.ts +2 -1
- package/src/models/parameters.ts +72 -0
- package/src/models/sourceControlConfigurationsMappers.ts +26 -1
- package/src/operations/clusterExtensionType.ts +113 -0
- package/src/operations/clusterExtensionTypes.ts +160 -0
- package/src/operations/extensionTypeVersions.ts +138 -0
- package/src/operations/extensions.ts +496 -0
- package/src/operations/fluxConfigOperationStatus.ts +118 -0
- package/src/operations/fluxConfigurations.ts +496 -0
- package/src/operations/index.ts +8 -0
- package/src/operations/locationExtensionTypes.ts +133 -0
- package/src/operations/operationStatus.ts +249 -0
- package/src/operations/sourceControlConfigurations.ts +25 -25
- package/src/sourceControlConfigurationClient.ts +17 -2
- package/src/sourceControlConfigurationClientContext.ts +5 -6
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
+
import * as Models from "../models";
|
|
3
|
+
import { SourceControlConfigurationClientContext } from "../sourceControlConfigurationClientContext";
|
|
4
|
+
/** Class representing a LocationExtensionTypes. */
|
|
5
|
+
export declare class LocationExtensionTypes {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Create a LocationExtensionTypes.
|
|
9
|
+
* @param {SourceControlConfigurationClientContext} client Reference to the service client.
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: SourceControlConfigurationClientContext);
|
|
12
|
+
/**
|
|
13
|
+
* List all Extension Types
|
|
14
|
+
* @param location extension location
|
|
15
|
+
* @param [options] The optional parameters
|
|
16
|
+
* @returns Promise<Models.LocationExtensionTypesListResponse>
|
|
17
|
+
*/
|
|
18
|
+
list(location: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationExtensionTypesListResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* @param location extension location
|
|
21
|
+
* @param callback The callback
|
|
22
|
+
*/
|
|
23
|
+
list(location: string, callback: msRest.ServiceCallback<Models.ExtensionTypeList>): void;
|
|
24
|
+
/**
|
|
25
|
+
* @param location extension location
|
|
26
|
+
* @param options The optional parameters
|
|
27
|
+
* @param callback The callback
|
|
28
|
+
*/
|
|
29
|
+
list(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionTypeList>): void;
|
|
30
|
+
/**
|
|
31
|
+
* List all Extension Types
|
|
32
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
33
|
+
* @param [options] The optional parameters
|
|
34
|
+
* @returns Promise<Models.LocationExtensionTypesListNextResponse>
|
|
35
|
+
*/
|
|
36
|
+
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationExtensionTypesListNextResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
39
|
+
* @param callback The callback
|
|
40
|
+
*/
|
|
41
|
+
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ExtensionTypeList>): void;
|
|
42
|
+
/**
|
|
43
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
44
|
+
* @param options The optional parameters
|
|
45
|
+
* @param callback The callback
|
|
46
|
+
*/
|
|
47
|
+
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionTypeList>): void;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=locationExtensionTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locationExtensionTypes.d.ts","sourceRoot":"","sources":["../../src/operations/locationExtensionTypes.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,uCAAuC,EAAE,MAAM,4CAA4C,CAAC;AAErG,mDAAmD;AACnD,qBAAa,sBAAsB;IACjC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE;;;OAGG;gBACS,MAAM,EAAE,uCAAuC;IAI3D;;;;;OAKG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,kCAAkC,CAAC;IAC/G;;;OAGG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IACxF;;;;OAIG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAW5H;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sCAAsC,CAAC;IAC3H;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAChG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;CAUrI"}
|
|
@@ -0,0 +1,84 @@
|
|
|
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
|
|
7
|
+
* regenerated.
|
|
8
|
+
*/
|
|
9
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
10
|
+
import * as Mappers from "../models/locationExtensionTypesMappers";
|
|
11
|
+
import * as Parameters from "../models/parameters";
|
|
12
|
+
/** Class representing a LocationExtensionTypes. */
|
|
13
|
+
var LocationExtensionTypes = /** @class */ (function () {
|
|
14
|
+
/**
|
|
15
|
+
* Create a LocationExtensionTypes.
|
|
16
|
+
* @param {SourceControlConfigurationClientContext} client Reference to the service client.
|
|
17
|
+
*/
|
|
18
|
+
function LocationExtensionTypes(client) {
|
|
19
|
+
this.client = client;
|
|
20
|
+
}
|
|
21
|
+
LocationExtensionTypes.prototype.list = function (location, options, callback) {
|
|
22
|
+
return this.client.sendOperationRequest({
|
|
23
|
+
location: location,
|
|
24
|
+
options: options
|
|
25
|
+
}, listOperationSpec, callback);
|
|
26
|
+
};
|
|
27
|
+
LocationExtensionTypes.prototype.listNext = function (nextPageLink, options, callback) {
|
|
28
|
+
return this.client.sendOperationRequest({
|
|
29
|
+
nextPageLink: nextPageLink,
|
|
30
|
+
options: options
|
|
31
|
+
}, listNextOperationSpec, callback);
|
|
32
|
+
};
|
|
33
|
+
return LocationExtensionTypes;
|
|
34
|
+
}());
|
|
35
|
+
export { LocationExtensionTypes };
|
|
36
|
+
// Operation Specifications
|
|
37
|
+
var serializer = new msRest.Serializer(Mappers);
|
|
38
|
+
var listOperationSpec = {
|
|
39
|
+
httpMethod: "GET",
|
|
40
|
+
path: "subscriptions/{subscriptionId}/providers/Microsoft.KubernetesConfiguration/locations/{location}/extensionTypes",
|
|
41
|
+
urlParameters: [
|
|
42
|
+
Parameters.subscriptionId,
|
|
43
|
+
Parameters.location
|
|
44
|
+
],
|
|
45
|
+
queryParameters: [
|
|
46
|
+
Parameters.apiVersion
|
|
47
|
+
],
|
|
48
|
+
headerParameters: [
|
|
49
|
+
Parameters.acceptLanguage
|
|
50
|
+
],
|
|
51
|
+
responses: {
|
|
52
|
+
200: {
|
|
53
|
+
bodyMapper: Mappers.ExtensionTypeList
|
|
54
|
+
},
|
|
55
|
+
default: {
|
|
56
|
+
bodyMapper: Mappers.ErrorResponse
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
serializer: serializer
|
|
60
|
+
};
|
|
61
|
+
var listNextOperationSpec = {
|
|
62
|
+
httpMethod: "GET",
|
|
63
|
+
baseUrl: "https://management.azure.com",
|
|
64
|
+
path: "{nextLink}",
|
|
65
|
+
urlParameters: [
|
|
66
|
+
Parameters.nextPageLink
|
|
67
|
+
],
|
|
68
|
+
queryParameters: [
|
|
69
|
+
Parameters.apiVersion
|
|
70
|
+
],
|
|
71
|
+
headerParameters: [
|
|
72
|
+
Parameters.acceptLanguage
|
|
73
|
+
],
|
|
74
|
+
responses: {
|
|
75
|
+
200: {
|
|
76
|
+
bodyMapper: Mappers.ExtensionTypeList
|
|
77
|
+
},
|
|
78
|
+
default: {
|
|
79
|
+
bodyMapper: Mappers.ErrorResponse
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
serializer: serializer
|
|
83
|
+
};
|
|
84
|
+
//# sourceMappingURL=locationExtensionTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locationExtensionTypes.js","sourceRoot":"","sources":["../../src/operations/locationExtensionTypes.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,yCAAyC,CAAC;AACnE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,mDAAmD;AACnD;IAGE;;;OAGG;IACH,gCAAY,MAA+C;QACzD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAoBD,qCAAI,GAAJ,UAAK,QAAgB,EAAE,OAAsF,EAAE,QAA2D;QACxK,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,QAAQ,UAAA;YACR,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAAuD,CAAC;IACpE,CAAC;IAoBD,yCAAQ,GAAR,UAAS,YAAoB,EAAE,OAAsF,EAAE,QAA2D;QAChL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAA2D,CAAC;IACxE,CAAC;IACH,6BAAC;AAAD,CAAC,AAlED,IAkEC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,gHAAgH;IACtH,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;KACpB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
+
import * as Models from "../models";
|
|
3
|
+
import { SourceControlConfigurationClientContext } from "../sourceControlConfigurationClientContext";
|
|
4
|
+
/** Class representing a OperationStatus. */
|
|
5
|
+
export declare class OperationStatus {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Create a OperationStatus.
|
|
9
|
+
* @param {SourceControlConfigurationClientContext} client Reference to the service client.
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: SourceControlConfigurationClientContext);
|
|
12
|
+
/**
|
|
13
|
+
* Get Async Operation status
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
16
|
+
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
17
|
+
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
18
|
+
* @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for
|
|
19
|
+
* AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:
|
|
20
|
+
* 'managedClusters', 'connectedClusters'
|
|
21
|
+
* @param clusterName The name of the kubernetes cluster.
|
|
22
|
+
* @param extensionName Name of the Extension.
|
|
23
|
+
* @param operationId operation Id
|
|
24
|
+
* @param [options] The optional parameters
|
|
25
|
+
* @returns Promise<Models.OperationStatusGetResponse>
|
|
26
|
+
*/
|
|
27
|
+
get(resourceGroupName: string, clusterRp: Models.ClusterRp7, clusterResourceName: Models.ClusterResourceName7, clusterName: string, extensionName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationStatusGetResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
31
|
+
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
32
|
+
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
33
|
+
* @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for
|
|
34
|
+
* AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:
|
|
35
|
+
* 'managedClusters', 'connectedClusters'
|
|
36
|
+
* @param clusterName The name of the kubernetes cluster.
|
|
37
|
+
* @param extensionName Name of the Extension.
|
|
38
|
+
* @param operationId operation Id
|
|
39
|
+
* @param callback The callback
|
|
40
|
+
*/
|
|
41
|
+
get(resourceGroupName: string, clusterRp: Models.ClusterRp7, clusterResourceName: Models.ClusterResourceName7, clusterName: string, extensionName: string, operationId: string, callback: msRest.ServiceCallback<Models.OperationStatusResult>): void;
|
|
42
|
+
/**
|
|
43
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
|
+
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
45
|
+
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
46
|
+
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
47
|
+
* @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for
|
|
48
|
+
* AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:
|
|
49
|
+
* 'managedClusters', 'connectedClusters'
|
|
50
|
+
* @param clusterName The name of the kubernetes cluster.
|
|
51
|
+
* @param extensionName Name of the Extension.
|
|
52
|
+
* @param operationId operation Id
|
|
53
|
+
* @param options The optional parameters
|
|
54
|
+
* @param callback The callback
|
|
55
|
+
*/
|
|
56
|
+
get(resourceGroupName: string, clusterRp: Models.ClusterRp7, clusterResourceName: Models.ClusterResourceName7, clusterName: string, extensionName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationStatusResult>): void;
|
|
57
|
+
/**
|
|
58
|
+
* List Async Operations, currently in progress, in a cluster
|
|
59
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
60
|
+
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
61
|
+
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
62
|
+
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
63
|
+
* @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for
|
|
64
|
+
* AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:
|
|
65
|
+
* 'managedClusters', 'connectedClusters'
|
|
66
|
+
* @param clusterName The name of the kubernetes cluster.
|
|
67
|
+
* @param [options] The optional parameters
|
|
68
|
+
* @returns Promise<Models.OperationStatusListResponse>
|
|
69
|
+
*/
|
|
70
|
+
list(resourceGroupName: string, clusterRp: Models.ClusterRp8, clusterResourceName: Models.ClusterResourceName8, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationStatusListResponse>;
|
|
71
|
+
/**
|
|
72
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
73
|
+
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
74
|
+
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
75
|
+
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
76
|
+
* @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for
|
|
77
|
+
* AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:
|
|
78
|
+
* 'managedClusters', 'connectedClusters'
|
|
79
|
+
* @param clusterName The name of the kubernetes cluster.
|
|
80
|
+
* @param callback The callback
|
|
81
|
+
*/
|
|
82
|
+
list(resourceGroupName: string, clusterRp: Models.ClusterRp8, clusterResourceName: Models.ClusterResourceName8, clusterName: string, callback: msRest.ServiceCallback<Models.OperationStatusList>): void;
|
|
83
|
+
/**
|
|
84
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
85
|
+
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
86
|
+
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
87
|
+
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
88
|
+
* @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for
|
|
89
|
+
* AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:
|
|
90
|
+
* 'managedClusters', 'connectedClusters'
|
|
91
|
+
* @param clusterName The name of the kubernetes cluster.
|
|
92
|
+
* @param options The optional parameters
|
|
93
|
+
* @param callback The callback
|
|
94
|
+
*/
|
|
95
|
+
list(resourceGroupName: string, clusterRp: Models.ClusterRp8, clusterResourceName: Models.ClusterResourceName8, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationStatusList>): void;
|
|
96
|
+
/**
|
|
97
|
+
* List Async Operations, currently in progress, in a cluster
|
|
98
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
99
|
+
* @param [options] The optional parameters
|
|
100
|
+
* @returns Promise<Models.OperationStatusListNextResponse>
|
|
101
|
+
*/
|
|
102
|
+
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationStatusListNextResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
105
|
+
* @param callback The callback
|
|
106
|
+
*/
|
|
107
|
+
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationStatusList>): void;
|
|
108
|
+
/**
|
|
109
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
110
|
+
* @param options The optional parameters
|
|
111
|
+
* @param callback The callback
|
|
112
|
+
*/
|
|
113
|
+
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationStatusList>): void;
|
|
114
|
+
}
|
|
115
|
+
//# sourceMappingURL=operationStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operationStatus.d.ts","sourceRoot":"","sources":["../../src/operations/operationStatus.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,129 @@
|
|
|
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
|
|
7
|
+
* regenerated.
|
|
8
|
+
*/
|
|
9
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
10
|
+
import * as Mappers from "../models/operationStatusMappers";
|
|
11
|
+
import * as Parameters from "../models/parameters";
|
|
12
|
+
/** Class representing a OperationStatus. */
|
|
13
|
+
var OperationStatus = /** @class */ (function () {
|
|
14
|
+
/**
|
|
15
|
+
* Create a OperationStatus.
|
|
16
|
+
* @param {SourceControlConfigurationClientContext} client Reference to the service client.
|
|
17
|
+
*/
|
|
18
|
+
function OperationStatus(client) {
|
|
19
|
+
this.client = client;
|
|
20
|
+
}
|
|
21
|
+
OperationStatus.prototype.get = function (resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, operationId, options, callback) {
|
|
22
|
+
return this.client.sendOperationRequest({
|
|
23
|
+
resourceGroupName: resourceGroupName,
|
|
24
|
+
clusterRp: clusterRp,
|
|
25
|
+
clusterResourceName: clusterResourceName,
|
|
26
|
+
clusterName: clusterName,
|
|
27
|
+
extensionName: extensionName,
|
|
28
|
+
operationId: operationId,
|
|
29
|
+
options: options
|
|
30
|
+
}, getOperationSpec, callback);
|
|
31
|
+
};
|
|
32
|
+
OperationStatus.prototype.list = function (resourceGroupName, clusterRp, clusterResourceName, clusterName, options, callback) {
|
|
33
|
+
return this.client.sendOperationRequest({
|
|
34
|
+
resourceGroupName: resourceGroupName,
|
|
35
|
+
clusterRp: clusterRp,
|
|
36
|
+
clusterResourceName: clusterResourceName,
|
|
37
|
+
clusterName: clusterName,
|
|
38
|
+
options: options
|
|
39
|
+
}, listOperationSpec, callback);
|
|
40
|
+
};
|
|
41
|
+
OperationStatus.prototype.listNext = function (nextPageLink, options, callback) {
|
|
42
|
+
return this.client.sendOperationRequest({
|
|
43
|
+
nextPageLink: nextPageLink,
|
|
44
|
+
options: options
|
|
45
|
+
}, listNextOperationSpec, callback);
|
|
46
|
+
};
|
|
47
|
+
return OperationStatus;
|
|
48
|
+
}());
|
|
49
|
+
export { OperationStatus };
|
|
50
|
+
// Operation Specifications
|
|
51
|
+
var serializer = new msRest.Serializer(Mappers);
|
|
52
|
+
var getOperationSpec = {
|
|
53
|
+
httpMethod: "GET",
|
|
54
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}/operations/{operationId}",
|
|
55
|
+
urlParameters: [
|
|
56
|
+
Parameters.subscriptionId,
|
|
57
|
+
Parameters.resourceGroupName,
|
|
58
|
+
Parameters.clusterRp,
|
|
59
|
+
Parameters.clusterResourceName,
|
|
60
|
+
Parameters.clusterName,
|
|
61
|
+
Parameters.extensionName,
|
|
62
|
+
Parameters.operationId
|
|
63
|
+
],
|
|
64
|
+
queryParameters: [
|
|
65
|
+
Parameters.apiVersion
|
|
66
|
+
],
|
|
67
|
+
headerParameters: [
|
|
68
|
+
Parameters.acceptLanguage
|
|
69
|
+
],
|
|
70
|
+
responses: {
|
|
71
|
+
200: {
|
|
72
|
+
bodyMapper: Mappers.OperationStatusResult
|
|
73
|
+
},
|
|
74
|
+
default: {
|
|
75
|
+
bodyMapper: Mappers.ErrorResponse
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
serializer: serializer
|
|
79
|
+
};
|
|
80
|
+
var listOperationSpec = {
|
|
81
|
+
httpMethod: "GET",
|
|
82
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/operations",
|
|
83
|
+
urlParameters: [
|
|
84
|
+
Parameters.subscriptionId,
|
|
85
|
+
Parameters.resourceGroupName,
|
|
86
|
+
Parameters.clusterRp,
|
|
87
|
+
Parameters.clusterResourceName,
|
|
88
|
+
Parameters.clusterName
|
|
89
|
+
],
|
|
90
|
+
queryParameters: [
|
|
91
|
+
Parameters.apiVersion
|
|
92
|
+
],
|
|
93
|
+
headerParameters: [
|
|
94
|
+
Parameters.acceptLanguage
|
|
95
|
+
],
|
|
96
|
+
responses: {
|
|
97
|
+
200: {
|
|
98
|
+
bodyMapper: Mappers.OperationStatusList
|
|
99
|
+
},
|
|
100
|
+
default: {
|
|
101
|
+
bodyMapper: Mappers.ErrorResponse
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
serializer: serializer
|
|
105
|
+
};
|
|
106
|
+
var listNextOperationSpec = {
|
|
107
|
+
httpMethod: "GET",
|
|
108
|
+
baseUrl: "https://management.azure.com",
|
|
109
|
+
path: "{nextLink}",
|
|
110
|
+
urlParameters: [
|
|
111
|
+
Parameters.nextPageLink
|
|
112
|
+
],
|
|
113
|
+
queryParameters: [
|
|
114
|
+
Parameters.apiVersion
|
|
115
|
+
],
|
|
116
|
+
headerParameters: [
|
|
117
|
+
Parameters.acceptLanguage
|
|
118
|
+
],
|
|
119
|
+
responses: {
|
|
120
|
+
200: {
|
|
121
|
+
bodyMapper: Mappers.OperationStatusList
|
|
122
|
+
},
|
|
123
|
+
default: {
|
|
124
|
+
bodyMapper: Mappers.ErrorResponse
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
serializer: serializer
|
|
128
|
+
};
|
|
129
|
+
//# sourceMappingURL=operationStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operationStatus.js","sourceRoot":"","sources":["../../src/operations/operationStatus.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@ export declare class SourceControlConfigurations {
|
|
|
12
12
|
constructor(client: SourceControlConfigurationClientContext);
|
|
13
13
|
/**
|
|
14
14
|
* Gets details of the Source Control Configuration.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
16
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
17
17
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
18
18
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -24,9 +24,9 @@ export declare class SourceControlConfigurations {
|
|
|
24
24
|
* @param [options] The optional parameters
|
|
25
25
|
* @returns Promise<Models.SourceControlConfigurationsGetResponse>
|
|
26
26
|
*/
|
|
27
|
-
get(resourceGroupName: string, clusterRp: Models.
|
|
27
|
+
get(resourceGroupName: string, clusterRp: Models.ClusterRp15, clusterResourceName: Models.ClusterResourceName15, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsGetResponse>;
|
|
28
28
|
/**
|
|
29
|
-
* @param resourceGroupName The name of the resource group.
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
30
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
31
31
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
32
32
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -37,9 +37,9 @@ export declare class SourceControlConfigurations {
|
|
|
37
37
|
* @param sourceControlConfigurationName Name of the Source Control Configuration.
|
|
38
38
|
* @param callback The callback
|
|
39
39
|
*/
|
|
40
|
-
get(resourceGroupName: string, clusterRp: Models.
|
|
40
|
+
get(resourceGroupName: string, clusterRp: Models.ClusterRp15, clusterResourceName: Models.ClusterResourceName15, clusterName: string, sourceControlConfigurationName: string, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;
|
|
41
41
|
/**
|
|
42
|
-
* @param resourceGroupName The name of the resource group.
|
|
42
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
43
43
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
44
44
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
45
45
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -51,10 +51,10 @@ export declare class SourceControlConfigurations {
|
|
|
51
51
|
* @param options The optional parameters
|
|
52
52
|
* @param callback The callback
|
|
53
53
|
*/
|
|
54
|
-
get(resourceGroupName: string, clusterRp: Models.
|
|
54
|
+
get(resourceGroupName: string, clusterRp: Models.ClusterRp15, clusterResourceName: Models.ClusterResourceName15, clusterName: string, sourceControlConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;
|
|
55
55
|
/**
|
|
56
56
|
* Create a new Kubernetes Source Control Configuration.
|
|
57
|
-
* @param resourceGroupName The name of the resource group.
|
|
57
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
58
58
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
59
59
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
60
60
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -67,9 +67,9 @@ export declare class SourceControlConfigurations {
|
|
|
67
67
|
* @param [options] The optional parameters
|
|
68
68
|
* @returns Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse>
|
|
69
69
|
*/
|
|
70
|
-
createOrUpdate(resourceGroupName: string, clusterRp: Models.
|
|
70
|
+
createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp16, clusterResourceName: Models.ClusterResourceName16, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse>;
|
|
71
71
|
/**
|
|
72
|
-
* @param resourceGroupName The name of the resource group.
|
|
72
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
73
73
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
74
74
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
75
75
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -81,9 +81,9 @@ export declare class SourceControlConfigurations {
|
|
|
81
81
|
* @param sourceControlConfiguration Properties necessary to Create KubernetesConfiguration.
|
|
82
82
|
* @param callback The callback
|
|
83
83
|
*/
|
|
84
|
-
createOrUpdate(resourceGroupName: string, clusterRp: Models.
|
|
84
|
+
createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp16, clusterResourceName: Models.ClusterResourceName16, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;
|
|
85
85
|
/**
|
|
86
|
-
* @param resourceGroupName The name of the resource group.
|
|
86
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
87
87
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
88
88
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
89
89
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -96,11 +96,11 @@ export declare class SourceControlConfigurations {
|
|
|
96
96
|
* @param options The optional parameters
|
|
97
97
|
* @param callback The callback
|
|
98
98
|
*/
|
|
99
|
-
createOrUpdate(resourceGroupName: string, clusterRp: Models.
|
|
99
|
+
createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp16, clusterResourceName: Models.ClusterResourceName16, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;
|
|
100
100
|
/**
|
|
101
101
|
* This will delete the YAML file used to set up the Source control configuration, thus stopping
|
|
102
102
|
* future sync from the source repo.
|
|
103
|
-
* @param resourceGroupName The name of the resource group.
|
|
103
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
104
104
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
105
105
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
106
106
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -112,10 +112,10 @@ export declare class SourceControlConfigurations {
|
|
|
112
112
|
* @param [options] The optional parameters
|
|
113
113
|
* @returns Promise<msRest.RestResponse>
|
|
114
114
|
*/
|
|
115
|
-
deleteMethod(resourceGroupName: string, clusterRp: Models.
|
|
115
|
+
deleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp17, clusterResourceName: Models.ClusterResourceName17, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
116
116
|
/**
|
|
117
117
|
* List all Source Control Configurations.
|
|
118
|
-
* @param resourceGroupName The name of the resource group.
|
|
118
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
119
119
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
120
120
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
121
121
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -126,9 +126,9 @@ export declare class SourceControlConfigurations {
|
|
|
126
126
|
* @param [options] The optional parameters
|
|
127
127
|
* @returns Promise<Models.SourceControlConfigurationsListResponse>
|
|
128
128
|
*/
|
|
129
|
-
list(resourceGroupName: string, clusterRp: Models.
|
|
129
|
+
list(resourceGroupName: string, clusterRp: Models.ClusterRp18, clusterResourceName: Models.ClusterResourceName18, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsListResponse>;
|
|
130
130
|
/**
|
|
131
|
-
* @param resourceGroupName The name of the resource group.
|
|
131
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
132
132
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
133
133
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
134
134
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -138,9 +138,9 @@ export declare class SourceControlConfigurations {
|
|
|
138
138
|
* @param clusterName The name of the kubernetes cluster.
|
|
139
139
|
* @param callback The callback
|
|
140
140
|
*/
|
|
141
|
-
list(resourceGroupName: string, clusterRp: Models.
|
|
141
|
+
list(resourceGroupName: string, clusterRp: Models.ClusterRp18, clusterResourceName: Models.ClusterResourceName18, clusterName: string, callback: msRest.ServiceCallback<Models.SourceControlConfigurationList>): void;
|
|
142
142
|
/**
|
|
143
|
-
* @param resourceGroupName The name of the resource group.
|
|
143
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
144
144
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
145
145
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
146
146
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -151,11 +151,11 @@ export declare class SourceControlConfigurations {
|
|
|
151
151
|
* @param options The optional parameters
|
|
152
152
|
* @param callback The callback
|
|
153
153
|
*/
|
|
154
|
-
list(resourceGroupName: string, clusterRp: Models.
|
|
154
|
+
list(resourceGroupName: string, clusterRp: Models.ClusterRp18, clusterResourceName: Models.ClusterResourceName18, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfigurationList>): void;
|
|
155
155
|
/**
|
|
156
156
|
* This will delete the YAML file used to set up the Source control configuration, thus stopping
|
|
157
157
|
* future sync from the source repo.
|
|
158
|
-
* @param resourceGroupName The name of the resource group.
|
|
158
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
159
159
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
160
160
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
161
161
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -167,7 +167,7 @@ export declare class SourceControlConfigurations {
|
|
|
167
167
|
* @param [options] The optional parameters
|
|
168
168
|
* @returns Promise<msRestAzure.LROPoller>
|
|
169
169
|
*/
|
|
170
|
-
beginDeleteMethod(resourceGroupName: string, clusterRp: Models.
|
|
170
|
+
beginDeleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp17, clusterResourceName: Models.ClusterResourceName17, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
171
171
|
/**
|
|
172
172
|
* List all Source Control Configurations.
|
|
173
173
|
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sourceControlConfigurations.d.ts","sourceRoot":"","sources":["../../src/operations/sourceControlConfigurations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,uCAAuC,EAAE,MAAM,4CAA4C,CAAC;AAErG,wDAAwD;AACxD,qBAAa,2BAA2B;IACtC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE;;;OAGG;gBACS,MAAM,EAAE,uCAAuC;IAI3D;;;;;;;;;;;;;OAaG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"sourceControlConfigurations.d.ts","sourceRoot":"","sources":["../../src/operations/sourceControlConfigurations.ts"],"names":[],"mappings":"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"}
|
|
@@ -43,7 +43,7 @@ var SourceControlConfigurations = /** @class */ (function () {
|
|
|
43
43
|
/**
|
|
44
44
|
* This will delete the YAML file used to set up the Source control configuration, thus stopping
|
|
45
45
|
* future sync from the source repo.
|
|
46
|
-
* @param resourceGroupName The name of the resource group.
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
47
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
48
48
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
49
49
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -71,7 +71,7 @@ var SourceControlConfigurations = /** @class */ (function () {
|
|
|
71
71
|
/**
|
|
72
72
|
* This will delete the YAML file used to set up the Source control configuration, thus stopping
|
|
73
73
|
* future sync from the source repo.
|
|
74
|
-
* @param resourceGroupName The name of the resource group.
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
75
|
* @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS
|
|
76
76
|
* clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:
|
|
77
77
|
* 'Microsoft.ContainerService', 'Microsoft.Kubernetes'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sourceControlConfigurations.js","sourceRoot":"","sources":["../../src/operations/sourceControlConfigurations.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAG5C,OAAO,KAAK,OAAO,MAAM,8CAA8C,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,wDAAwD;AACxD;IAGE;;;OAGG;IACH,qCAAY,MAA+C;QACzD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IA4CD,yCAAG,GAAH,UAAI,iBAAyB,EAAE,
|
|
1
|
+
{"version":3,"file":"sourceControlConfigurations.js","sourceRoot":"","sources":["../../src/operations/sourceControlConfigurations.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,14 @@ import * as Mappers from "./models/mappers";
|
|
|
5
5
|
import * as operations from "./operations";
|
|
6
6
|
import { SourceControlConfigurationClientContext } from "./sourceControlConfigurationClientContext";
|
|
7
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;
|
|
8
16
|
sourceControlConfigurations: operations.SourceControlConfigurations;
|
|
9
17
|
operations: operations.Operations;
|
|
10
18
|
/**
|
|
@@ -15,8 +23,7 @@ declare class SourceControlConfigurationClient extends SourceControlConfiguratio
|
|
|
15
23
|
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
16
24
|
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
17
25
|
* @azure/ms-rest-browserauth are also supported.
|
|
18
|
-
* @param subscriptionId The
|
|
19
|
-
* 00000000-0000-0000-0000-000000000000)
|
|
26
|
+
* @param subscriptionId The ID of the target subscription.
|
|
20
27
|
* @param [options] The parameter options
|
|
21
28
|
*/
|
|
22
29
|
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions);
|