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