@azure/arm-batch 5.0.0 → 7.0.0-alpha.20211214.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -77
- package/dist/index.js +6873 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/batchManagementClient.d.ts +24 -0
- package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClient.js +31 -0
- package/dist-esm/src/batchManagementClient.js.map +1 -0
- package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
- package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClientContext.js +50 -0
- package/dist-esm/src/batchManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1780 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +112 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1814 -1452
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +303 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applicationOperations.d.ts +71 -0
- package/dist-esm/src/operations/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationOperations.js +269 -0
- package/dist-esm/src/operations/applicationOperations.js.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts +83 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.js +294 -0
- package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts +171 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.js +681 -0
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operations/certificateOperations.d.ts +106 -0
- package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/certificateOperations.js +388 -0
- package/dist-esm/src/operations/certificateOperations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/location.d.ts +71 -0
- package/dist-esm/src/operations/location.d.ts.map +1 -0
- package/dist-esm/src/operations/location.js +316 -0
- package/dist-esm/src/operations/location.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/poolOperations.d.ts +103 -0
- package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/poolOperations.js +410 -0
- package/dist-esm/src/operations/poolOperations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.js +9 -0
- package/dist-esm/src/operationsInterfaces/location.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +479 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -29
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +181 -30
- package/src/batchManagementClient.ts +61 -45
- package/src/batchManagementClientContext.ts +48 -40
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1469 -3055
- package/src/models/mappers.ts +1967 -1573
- package/src/models/parameters.ts +218 -120
- package/src/operations/applicationOperations.ts +217 -262
- package/src/operations/applicationPackageOperations.ts +254 -277
- package/src/operations/batchAccountOperations.ts +682 -466
- package/src/operations/certificateOperations.ts +365 -353
- package/src/operations/index.ts +3 -5
- package/src/operations/location.ts +344 -78
- package/src/operations/operations.ts +84 -70
- package/src/operations/poolOperations.ts +379 -375
- package/src/operations/privateEndpointConnectionOperations.ts +271 -168
- package/src/operations/privateLinkResourceOperations.ts +158 -125
- package/src/operationsInterfaces/applicationOperations.ts +90 -0
- package/src/operationsInterfaces/applicationPackageOperations.ts +106 -0
- package/src/operationsInterfaces/batchAccountOperations.ts +196 -0
- package/src/operationsInterfaces/certificateOperations.ts +139 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/location.ts +62 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/poolOperations.ts +142 -0
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +87 -0
- package/src/operationsInterfaces/privateLinkResourceOperations.ts +45 -0
- package/tsconfig.json +3 -3
- package/types/arm-batch.d.ts +2528 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-batch.js +0 -6207
- package/dist/arm-batch.js.map +0 -1
- package/dist/arm-batch.min.js +0 -1
- package/dist/arm-batch.min.js.map +0 -1
- package/esm/batchManagementClient.d.ts +0 -27
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -42
- package/esm/batchManagementClient.js.map +0 -1
- package/esm/batchManagementClientContext.d.ts +0 -17
- package/esm/batchManagementClientContext.d.ts.map +0 -1
- package/esm/batchManagementClientContext.js +0 -57
- package/esm/batchManagementClientContext.js.map +0 -1
- package/esm/models/applicationOperationsMappers.d.ts +0 -2
- package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationOperationsMappers.js +0 -9
- package/esm/models/applicationOperationsMappers.js.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.d.ts +0 -2
- package/esm/models/applicationPackageOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.js +0 -9
- package/esm/models/applicationPackageOperationsMappers.js.map +0 -1
- package/esm/models/batchAccountOperationsMappers.d.ts +0 -2
- package/esm/models/batchAccountOperationsMappers.d.ts.map +0 -1
- package/esm/models/batchAccountOperationsMappers.js +0 -9
- package/esm/models/batchAccountOperationsMappers.js.map +0 -1
- package/esm/models/certificateOperationsMappers.d.ts +0 -2
- package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
- package/esm/models/certificateOperationsMappers.js +0 -9
- package/esm/models/certificateOperationsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3392
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationMappers.d.ts +0 -2
- package/esm/models/locationMappers.d.ts.map +0 -1
- package/esm/models/locationMappers.js +0 -9
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -96
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -21
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -251
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/poolOperationsMappers.d.ts +0 -2
- package/esm/models/poolOperationsMappers.d.ts.map +0 -1
- package/esm/models/poolOperationsMappers.js +0 -9
- package/esm/models/poolOperationsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionOperationsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionOperationsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionOperationsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionOperationsMappers.js.map +0 -1
- package/esm/models/privateLinkResourceOperationsMappers.d.ts +0 -2
- package/esm/models/privateLinkResourceOperationsMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourceOperationsMappers.js +0 -9
- package/esm/models/privateLinkResourceOperationsMappers.js.map +0 -1
- package/esm/operations/applicationOperations.d.ts +0 -151
- package/esm/operations/applicationOperations.d.ts.map +0 -1
- package/esm/operations/applicationOperations.js +0 -229
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -170
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -241
- package/esm/operations/applicationPackageOperations.js.map +0 -1
- package/esm/operations/batchAccountOperations.d.ts +0 -246
- package/esm/operations/batchAccountOperations.d.ts.map +0 -1
- package/esm/operations/batchAccountOperations.js +0 -428
- package/esm/operations/batchAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -198
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -331
- package/esm/operations/certificateOperations.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -52
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -93
- package/esm/operations/location.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/poolOperations.d.ts +0 -199
- package/esm/operations/poolOperations.d.ts.map +0 -1
- package/esm/operations/poolOperations.js +0 -358
- package/esm/operations/poolOperations.js.map +0 -1
- package/esm/operations/privateEndpointConnectionOperations.d.ts +0 -104
- package/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnectionOperations.js +0 -192
- package/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/esm/operations/privateLinkResourceOperations.d.ts +0 -79
- package/esm/operations/privateLinkResourceOperations.d.ts.map +0 -1
- package/esm/operations/privateLinkResourceOperations.js +0 -118
- package/esm/operations/privateLinkResourceOperations.js.map +0 -1
- package/src/models/applicationOperationsMappers.ts +0 -72
- package/src/models/applicationPackageOperationsMappers.ts +0 -73
- package/src/models/batchAccountOperationsMappers.ts +0 -78
- package/src/models/certificateOperationsMappers.ts +0 -77
- package/src/models/locationMappers.ts +0 -14
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/poolOperationsMappers.ts +0 -78
- package/src/models/privateEndpointConnectionOperationsMappers.ts +0 -73
- package/src/models/privateLinkResourceOperationsMappers.ts +0 -72
package/src/models/parameters.ts
CHANGED
|
@@ -1,146 +1,202 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
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
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
9
|
+
import {
|
|
10
|
+
OperationParameter,
|
|
11
|
+
OperationURLParameter,
|
|
12
|
+
OperationQueryParameter
|
|
13
|
+
} from "@azure/core-client";
|
|
14
|
+
import {
|
|
15
|
+
BatchAccountCreateParameters as BatchAccountCreateParametersMapper,
|
|
16
|
+
BatchAccountUpdateParameters as BatchAccountUpdateParametersMapper,
|
|
17
|
+
BatchAccountRegenerateKeyParameters as BatchAccountRegenerateKeyParametersMapper,
|
|
18
|
+
ActivateApplicationPackageParameters as ActivateApplicationPackageParametersMapper,
|
|
19
|
+
ApplicationPackage as ApplicationPackageMapper,
|
|
20
|
+
Application as ApplicationMapper,
|
|
21
|
+
CheckNameAvailabilityParameters as CheckNameAvailabilityParametersMapper,
|
|
22
|
+
CertificateCreateOrUpdateParameters as CertificateCreateOrUpdateParametersMapper,
|
|
23
|
+
PrivateEndpointConnection as PrivateEndpointConnectionMapper,
|
|
24
|
+
Pool as PoolMapper
|
|
25
|
+
} from "../models/mappers";
|
|
12
26
|
|
|
13
|
-
export const
|
|
14
|
-
parameterPath: "
|
|
27
|
+
export const contentType: OperationParameter = {
|
|
28
|
+
parameterPath: ["options", "contentType"],
|
|
15
29
|
mapper: {
|
|
16
|
-
|
|
17
|
-
|
|
30
|
+
defaultValue: "application/json",
|
|
31
|
+
isConstant: true,
|
|
32
|
+
serializedName: "Content-Type",
|
|
18
33
|
type: {
|
|
19
34
|
name: "String"
|
|
20
35
|
}
|
|
21
36
|
}
|
|
22
37
|
};
|
|
23
|
-
|
|
24
|
-
|
|
38
|
+
|
|
39
|
+
export const parameters: OperationParameter = {
|
|
40
|
+
parameterPath: "parameters",
|
|
41
|
+
mapper: BatchAccountCreateParametersMapper
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export const accept: OperationParameter = {
|
|
45
|
+
parameterPath: "accept",
|
|
46
|
+
mapper: {
|
|
47
|
+
defaultValue: "application/json",
|
|
48
|
+
isConstant: true,
|
|
49
|
+
serializedName: "Accept",
|
|
50
|
+
type: {
|
|
51
|
+
name: "String"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export const $host: OperationURLParameter = {
|
|
57
|
+
parameterPath: "$host",
|
|
25
58
|
mapper: {
|
|
59
|
+
serializedName: "$host",
|
|
60
|
+
required: true,
|
|
61
|
+
type: {
|
|
62
|
+
name: "String"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
skipEncoding: true
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const resourceGroupName: OperationURLParameter = {
|
|
69
|
+
parameterPath: "resourceGroupName",
|
|
70
|
+
mapper: {
|
|
71
|
+
serializedName: "resourceGroupName",
|
|
26
72
|
required: true,
|
|
27
|
-
serializedName: "accountName",
|
|
28
|
-
constraints: {
|
|
29
|
-
MaxLength: 24,
|
|
30
|
-
MinLength: 3,
|
|
31
|
-
Pattern: /^[a-z0-9]+$/
|
|
32
|
-
},
|
|
33
73
|
type: {
|
|
34
74
|
name: "String"
|
|
35
75
|
}
|
|
36
76
|
}
|
|
37
77
|
};
|
|
38
|
-
|
|
78
|
+
|
|
79
|
+
export const accountName: OperationURLParameter = {
|
|
39
80
|
parameterPath: "accountName",
|
|
40
81
|
mapper: {
|
|
41
|
-
required: true,
|
|
42
|
-
serializedName: "accountName",
|
|
43
82
|
constraints: {
|
|
83
|
+
Pattern: new RegExp("^[a-z0-9]+$"),
|
|
44
84
|
MaxLength: 24,
|
|
45
|
-
MinLength: 3
|
|
46
|
-
Pattern: /^[a-zA-Z0-9]+$/
|
|
85
|
+
MinLength: 3
|
|
47
86
|
},
|
|
87
|
+
serializedName: "accountName",
|
|
88
|
+
required: true,
|
|
48
89
|
type: {
|
|
49
90
|
name: "String"
|
|
50
91
|
}
|
|
51
92
|
}
|
|
52
93
|
};
|
|
53
|
-
|
|
94
|
+
|
|
95
|
+
export const apiVersion: OperationQueryParameter = {
|
|
54
96
|
parameterPath: "apiVersion",
|
|
55
97
|
mapper: {
|
|
56
|
-
|
|
98
|
+
defaultValue: "2021-06-01",
|
|
99
|
+
isConstant: true,
|
|
57
100
|
serializedName: "api-version",
|
|
58
101
|
type: {
|
|
59
102
|
name: "String"
|
|
60
103
|
}
|
|
61
104
|
}
|
|
62
105
|
};
|
|
63
|
-
|
|
64
|
-
|
|
106
|
+
|
|
107
|
+
export const subscriptionId: OperationURLParameter = {
|
|
108
|
+
parameterPath: "subscriptionId",
|
|
65
109
|
mapper: {
|
|
110
|
+
serializedName: "subscriptionId",
|
|
66
111
|
required: true,
|
|
67
|
-
serializedName: "applicationName",
|
|
68
|
-
constraints: {
|
|
69
|
-
MaxLength: 64,
|
|
70
|
-
MinLength: 1,
|
|
71
|
-
Pattern: /^[a-zA-Z0-9_-]+$/
|
|
72
|
-
},
|
|
73
112
|
type: {
|
|
74
113
|
name: "String"
|
|
75
114
|
}
|
|
76
115
|
}
|
|
77
116
|
};
|
|
78
|
-
|
|
79
|
-
|
|
117
|
+
|
|
118
|
+
export const parameters1: OperationParameter = {
|
|
119
|
+
parameterPath: "parameters",
|
|
120
|
+
mapper: BatchAccountUpdateParametersMapper
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
export const accountName1: OperationURLParameter = {
|
|
124
|
+
parameterPath: "accountName",
|
|
80
125
|
mapper: {
|
|
81
|
-
required: true,
|
|
82
|
-
serializedName: "certificateName",
|
|
83
126
|
constraints: {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
127
|
+
Pattern: new RegExp("^[a-zA-Z0-9]+$"),
|
|
128
|
+
MaxLength: 24,
|
|
129
|
+
MinLength: 3
|
|
87
130
|
},
|
|
131
|
+
serializedName: "accountName",
|
|
132
|
+
required: true,
|
|
88
133
|
type: {
|
|
89
134
|
name: "String"
|
|
90
135
|
}
|
|
91
136
|
}
|
|
92
137
|
};
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
],
|
|
98
|
-
mapper: {
|
|
99
|
-
serializedName: "$filter",
|
|
100
|
-
type: {
|
|
101
|
-
name: "String"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
138
|
+
|
|
139
|
+
export const parameters2: OperationParameter = {
|
|
140
|
+
parameterPath: "parameters",
|
|
141
|
+
mapper: BatchAccountRegenerateKeyParametersMapper
|
|
104
142
|
};
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
"ifMatch"
|
|
109
|
-
],
|
|
143
|
+
|
|
144
|
+
export const nextLink: OperationURLParameter = {
|
|
145
|
+
parameterPath: "nextLink",
|
|
110
146
|
mapper: {
|
|
111
|
-
serializedName: "
|
|
147
|
+
serializedName: "nextLink",
|
|
148
|
+
required: true,
|
|
112
149
|
type: {
|
|
113
150
|
name: "String"
|
|
114
151
|
}
|
|
115
|
-
}
|
|
152
|
+
},
|
|
153
|
+
skipEncoding: true
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
export const parameters3: OperationParameter = {
|
|
157
|
+
parameterPath: "parameters",
|
|
158
|
+
mapper: ActivateApplicationPackageParametersMapper
|
|
116
159
|
};
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"ifNoneMatch"
|
|
121
|
-
],
|
|
160
|
+
|
|
161
|
+
export const applicationName: OperationURLParameter = {
|
|
162
|
+
parameterPath: "applicationName",
|
|
122
163
|
mapper: {
|
|
123
|
-
|
|
164
|
+
constraints: {
|
|
165
|
+
Pattern: new RegExp("^[a-zA-Z0-9_-]+$"),
|
|
166
|
+
MaxLength: 64,
|
|
167
|
+
MinLength: 1
|
|
168
|
+
},
|
|
169
|
+
serializedName: "applicationName",
|
|
170
|
+
required: true,
|
|
124
171
|
type: {
|
|
125
172
|
name: "String"
|
|
126
173
|
}
|
|
127
174
|
}
|
|
128
175
|
};
|
|
129
|
-
|
|
130
|
-
|
|
176
|
+
|
|
177
|
+
export const versionName: OperationURLParameter = {
|
|
178
|
+
parameterPath: "versionName",
|
|
131
179
|
mapper: {
|
|
180
|
+
constraints: {
|
|
181
|
+
Pattern: new RegExp("^[a-zA-Z0-9_-][a-zA-Z0-9_.-]*$"),
|
|
182
|
+
MaxLength: 64,
|
|
183
|
+
MinLength: 1
|
|
184
|
+
},
|
|
185
|
+
serializedName: "versionName",
|
|
132
186
|
required: true,
|
|
133
|
-
serializedName: "locationName",
|
|
134
187
|
type: {
|
|
135
188
|
name: "String"
|
|
136
189
|
}
|
|
137
190
|
}
|
|
138
191
|
};
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
192
|
+
|
|
193
|
+
export const parameters4: OperationParameter = {
|
|
194
|
+
parameterPath: ["options", "parameters"],
|
|
195
|
+
mapper: ApplicationPackageMapper
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
export const maxresults: OperationQueryParameter = {
|
|
199
|
+
parameterPath: ["options", "maxresults"],
|
|
144
200
|
mapper: {
|
|
145
201
|
serializedName: "maxresults",
|
|
146
202
|
type: {
|
|
@@ -148,104 +204,146 @@ export const maxresults: msRest.OperationQueryParameter = {
|
|
|
148
204
|
}
|
|
149
205
|
}
|
|
150
206
|
};
|
|
151
|
-
|
|
152
|
-
|
|
207
|
+
|
|
208
|
+
export const parameters5: OperationParameter = {
|
|
209
|
+
parameterPath: ["options", "parameters"],
|
|
210
|
+
mapper: ApplicationMapper
|
|
211
|
+
};
|
|
212
|
+
|
|
213
|
+
export const parameters6: OperationParameter = {
|
|
214
|
+
parameterPath: "parameters",
|
|
215
|
+
mapper: ApplicationMapper
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
export const locationName: OperationURLParameter = {
|
|
219
|
+
parameterPath: "locationName",
|
|
153
220
|
mapper: {
|
|
221
|
+
serializedName: "locationName",
|
|
154
222
|
required: true,
|
|
155
|
-
serializedName: "nextLink",
|
|
156
223
|
type: {
|
|
157
224
|
name: "String"
|
|
158
225
|
}
|
|
159
|
-
}
|
|
160
|
-
skipEncoding: true
|
|
226
|
+
}
|
|
161
227
|
};
|
|
162
|
-
|
|
163
|
-
|
|
228
|
+
|
|
229
|
+
export const filter: OperationQueryParameter = {
|
|
230
|
+
parameterPath: ["options", "filter"],
|
|
164
231
|
mapper: {
|
|
165
|
-
|
|
166
|
-
serializedName: "poolName",
|
|
167
|
-
constraints: {
|
|
168
|
-
MaxLength: 64,
|
|
169
|
-
MinLength: 1,
|
|
170
|
-
Pattern: /^[a-zA-Z0-9_-]+$/
|
|
171
|
-
},
|
|
232
|
+
serializedName: "$filter",
|
|
172
233
|
type: {
|
|
173
234
|
name: "String"
|
|
174
235
|
}
|
|
175
236
|
}
|
|
176
237
|
};
|
|
177
|
-
|
|
178
|
-
|
|
238
|
+
|
|
239
|
+
export const parameters7: OperationParameter = {
|
|
240
|
+
parameterPath: "parameters",
|
|
241
|
+
mapper: CheckNameAvailabilityParametersMapper
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
export const select: OperationQueryParameter = {
|
|
245
|
+
parameterPath: ["options", "select"],
|
|
179
246
|
mapper: {
|
|
180
|
-
|
|
181
|
-
serializedName: "privateEndpointConnectionName",
|
|
182
|
-
constraints: {
|
|
183
|
-
MaxLength: 101,
|
|
184
|
-
MinLength: 1,
|
|
185
|
-
Pattern: /^[a-zA-Z0-9_-]+\.?[a-fA-F0-9-]*$/
|
|
186
|
-
},
|
|
247
|
+
serializedName: "$select",
|
|
187
248
|
type: {
|
|
188
249
|
name: "String"
|
|
189
250
|
}
|
|
190
251
|
}
|
|
191
252
|
};
|
|
192
|
-
|
|
193
|
-
|
|
253
|
+
|
|
254
|
+
export const parameters8: OperationParameter = {
|
|
255
|
+
parameterPath: "parameters",
|
|
256
|
+
mapper: CertificateCreateOrUpdateParametersMapper
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
export const certificateName: OperationURLParameter = {
|
|
260
|
+
parameterPath: "certificateName",
|
|
194
261
|
mapper: {
|
|
195
|
-
required: true,
|
|
196
|
-
serializedName: "privateLinkResourceName",
|
|
197
262
|
constraints: {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
263
|
+
Pattern: new RegExp("^[\\w]+-[\\w]+$"),
|
|
264
|
+
MaxLength: 45,
|
|
265
|
+
MinLength: 5
|
|
201
266
|
},
|
|
267
|
+
serializedName: "certificateName",
|
|
268
|
+
required: true,
|
|
202
269
|
type: {
|
|
203
270
|
name: "String"
|
|
204
271
|
}
|
|
205
272
|
}
|
|
206
273
|
};
|
|
207
|
-
|
|
208
|
-
|
|
274
|
+
|
|
275
|
+
export const ifMatch: OperationParameter = {
|
|
276
|
+
parameterPath: ["options", "ifMatch"],
|
|
209
277
|
mapper: {
|
|
210
|
-
|
|
211
|
-
serializedName: "resourceGroupName",
|
|
278
|
+
serializedName: "If-Match",
|
|
212
279
|
type: {
|
|
213
280
|
name: "String"
|
|
214
281
|
}
|
|
215
282
|
}
|
|
216
283
|
};
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
"select"
|
|
221
|
-
],
|
|
284
|
+
|
|
285
|
+
export const ifNoneMatch: OperationParameter = {
|
|
286
|
+
parameterPath: ["options", "ifNoneMatch"],
|
|
222
287
|
mapper: {
|
|
223
|
-
serializedName: "
|
|
288
|
+
serializedName: "If-None-Match",
|
|
224
289
|
type: {
|
|
225
290
|
name: "String"
|
|
226
291
|
}
|
|
227
292
|
}
|
|
228
293
|
};
|
|
229
|
-
|
|
230
|
-
|
|
294
|
+
|
|
295
|
+
export const privateLinkResourceName: OperationURLParameter = {
|
|
296
|
+
parameterPath: "privateLinkResourceName",
|
|
231
297
|
mapper: {
|
|
298
|
+
constraints: {
|
|
299
|
+
Pattern: new RegExp("^[a-zA-Z0-9_-]+\\.?[a-fA-F0-9-]*$"),
|
|
300
|
+
MaxLength: 101,
|
|
301
|
+
MinLength: 1
|
|
302
|
+
},
|
|
303
|
+
serializedName: "privateLinkResourceName",
|
|
232
304
|
required: true,
|
|
233
|
-
serializedName: "subscriptionId",
|
|
234
305
|
type: {
|
|
235
306
|
name: "String"
|
|
236
307
|
}
|
|
237
308
|
}
|
|
238
309
|
};
|
|
239
|
-
|
|
240
|
-
|
|
310
|
+
|
|
311
|
+
export const privateEndpointConnectionName: OperationURLParameter = {
|
|
312
|
+
parameterPath: "privateEndpointConnectionName",
|
|
241
313
|
mapper: {
|
|
314
|
+
constraints: {
|
|
315
|
+
Pattern: new RegExp("^[a-zA-Z0-9_-]+\\.?[a-fA-F0-9-]*$"),
|
|
316
|
+
MaxLength: 101,
|
|
317
|
+
MinLength: 1
|
|
318
|
+
},
|
|
319
|
+
serializedName: "privateEndpointConnectionName",
|
|
242
320
|
required: true,
|
|
243
|
-
|
|
321
|
+
type: {
|
|
322
|
+
name: "String"
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
};
|
|
326
|
+
|
|
327
|
+
export const parameters9: OperationParameter = {
|
|
328
|
+
parameterPath: "parameters",
|
|
329
|
+
mapper: PrivateEndpointConnectionMapper
|
|
330
|
+
};
|
|
331
|
+
|
|
332
|
+
export const parameters10: OperationParameter = {
|
|
333
|
+
parameterPath: "parameters",
|
|
334
|
+
mapper: PoolMapper
|
|
335
|
+
};
|
|
336
|
+
|
|
337
|
+
export const poolName: OperationURLParameter = {
|
|
338
|
+
parameterPath: "poolName",
|
|
339
|
+
mapper: {
|
|
244
340
|
constraints: {
|
|
341
|
+
Pattern: new RegExp("^[a-zA-Z0-9_-]+$"),
|
|
245
342
|
MaxLength: 64,
|
|
246
|
-
MinLength: 1
|
|
247
|
-
Pattern: /^[a-zA-Z0-9_-][a-zA-Z0-9_.-]*$/
|
|
343
|
+
MinLength: 1
|
|
248
344
|
},
|
|
345
|
+
serializedName: "poolName",
|
|
346
|
+
required: true,
|
|
249
347
|
type: {
|
|
250
348
|
name: "String"
|
|
251
349
|
}
|