@azure/arm-cognitiveservices 5.2.0 → 7.0.0-alpha.20211202.3
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 +16 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -77
- package/dist/index.js +4800 -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/cognitiveServicesManagementClient.d.ts +42 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -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 +1310 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +128 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +68 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1474 -738
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +199 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +138 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +628 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.js +293 -0
- package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.js +132 -0
- package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +232 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/deployments.d.ts +81 -0
- package/dist-esm/src/operations/deployments.d.ts.map +1 -0
- package/dist-esm/src/operations/deployments.js +331 -0
- package/dist-esm/src/operations/deployments.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +4 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +17 -0
- package/dist-esm/src/operations/index.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/privateEndpointConnections.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
- package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/resourceSkus.js +124 -0
- package/dist-esm/src/operations/resourceSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js +9 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
- package/dist-esm/src/operationsInterfaces/deployments.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/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/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.js +127 -0
- package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
- package/package.json +65 -21
- package/review/arm-cognitiveservices.api.md +1150 -0
- package/rollup.config.js +181 -30
- package/src/cognitiveServicesManagementClient.ts +163 -142
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1223 -1103
- package/src/models/mappers.ts +1513 -736
- package/src/models/parameters.ts +162 -47
- package/src/operations/accounts.ts +610 -495
- package/src/operations/commitmentPlans.ts +394 -0
- package/src/operations/commitmentTiers.ts +158 -0
- package/src/operations/deletedAccounts.ts +298 -0
- package/src/operations/deployments.ts +464 -0
- package/src/operations/index.ts +7 -5
- package/src/operations/operations.ts +91 -77
- package/src/operations/privateEndpointConnections.ts +281 -134
- package/src/operations/privateLinkResources.ts +40 -55
- package/src/operations/resourceSkus.ts +96 -80
- package/src/operationsInterfaces/accounts.ts +195 -0
- package/src/operationsInterfaces/commitmentPlans.ts +93 -0
- package/src/operationsInterfaces/commitmentTiers.ts +24 -0
- package/src/operationsInterfaces/deletedAccounts.ts +68 -0
- package/src/operationsInterfaces/deployments.ts +109 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +8 -6
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/resourceSkus.ts +22 -0
- package/tsconfig.json +3 -3
- package/types/arm-cognitiveservices.d.ts +1860 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-cognitiveservices.js +0 -2719
- package/dist/arm-cognitiveservices.js.map +0 -1
- package/dist/arm-cognitiveservices.min.js +0 -1
- package/dist/arm-cognitiveservices.min.js.map +0 -1
- package/esm/cognitiveServicesManagementClient.d.ts +0 -70
- package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClient.js +0 -116
- package/esm/cognitiveServicesManagementClient.js.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.d.ts +0 -16
- package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.js +0 -56
- package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1277
- 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/mappers.d.ts +0 -50
- 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 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -119
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/resourceSkusMappers.d.ts +0 -2
- package/esm/models/resourceSkusMappers.d.ts.map +0 -1
- package/esm/models/resourceSkusMappers.js +0 -9
- package/esm/models/resourceSkusMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -260
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -411
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.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/privateEndpointConnections.d.ts +0 -99
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -131
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -58
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/resourceSkus.d.ts +0 -46
- package/esm/operations/resourceSkus.d.ts.map +0 -1
- package/esm/operations/resourceSkus.js +0 -80
- package/esm/operations/resourceSkus.js.map +0 -1
- package/src/cognitiveServicesManagementClientContext.ts +0 -62
- package/src/models/accountsMappers.ts +0 -44
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/privateEndpointConnectionsMappers.ts +0 -35
- package/src/models/privateLinkResourcesMappers.ts +0 -36
- package/src/models/resourceSkusMappers.ts +0 -15
package/src/models/parameters.ts
CHANGED
|
@@ -1,58 +1,131 @@
|
|
|
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
|
+
Account as AccountMapper,
|
|
16
|
+
RegenerateKeyParameters as RegenerateKeyParametersMapper,
|
|
17
|
+
CheckSkuAvailabilityParameter as CheckSkuAvailabilityParameterMapper,
|
|
18
|
+
CheckDomainAvailabilityParameter as CheckDomainAvailabilityParameterMapper,
|
|
19
|
+
PrivateEndpointConnection as PrivateEndpointConnectionMapper,
|
|
20
|
+
Deployment as DeploymentMapper,
|
|
21
|
+
CommitmentPlan as CommitmentPlanMapper
|
|
22
|
+
} from "../models/mappers";
|
|
12
23
|
|
|
13
|
-
export const
|
|
14
|
-
parameterPath: "
|
|
24
|
+
export const contentType: OperationParameter = {
|
|
25
|
+
parameterPath: ["options", "contentType"],
|
|
15
26
|
mapper: {
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
defaultValue: "application/json",
|
|
28
|
+
isConstant: true,
|
|
29
|
+
serializedName: "Content-Type",
|
|
18
30
|
type: {
|
|
19
31
|
name: "String"
|
|
20
32
|
}
|
|
21
33
|
}
|
|
22
34
|
};
|
|
23
|
-
|
|
24
|
-
|
|
35
|
+
|
|
36
|
+
export const account: OperationParameter = {
|
|
37
|
+
parameterPath: "account",
|
|
38
|
+
mapper: AccountMapper
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export const accept: OperationParameter = {
|
|
42
|
+
parameterPath: "accept",
|
|
25
43
|
mapper: {
|
|
44
|
+
defaultValue: "application/json",
|
|
45
|
+
isConstant: true,
|
|
46
|
+
serializedName: "Accept",
|
|
47
|
+
type: {
|
|
48
|
+
name: "String"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
export const $host: OperationURLParameter = {
|
|
54
|
+
parameterPath: "$host",
|
|
55
|
+
mapper: {
|
|
56
|
+
serializedName: "$host",
|
|
26
57
|
required: true,
|
|
27
|
-
|
|
58
|
+
type: {
|
|
59
|
+
name: "String"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
skipEncoding: true
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
export const resourceGroupName: OperationURLParameter = {
|
|
66
|
+
parameterPath: "resourceGroupName",
|
|
67
|
+
mapper: {
|
|
68
|
+
constraints: {
|
|
69
|
+
MaxLength: 90,
|
|
70
|
+
MinLength: 1
|
|
71
|
+
},
|
|
72
|
+
serializedName: "resourceGroupName",
|
|
73
|
+
required: true,
|
|
74
|
+
type: {
|
|
75
|
+
name: "String"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export const accountName: OperationURLParameter = {
|
|
81
|
+
parameterPath: "accountName",
|
|
82
|
+
mapper: {
|
|
28
83
|
constraints: {
|
|
84
|
+
Pattern: new RegExp("^[a-zA-Z0-9][a-zA-Z0-9_.-]*$"),
|
|
29
85
|
MaxLength: 64,
|
|
30
|
-
MinLength: 2
|
|
31
|
-
Pattern: /^[a-zA-Z0-9][a-zA-Z0-9_.-]*$/
|
|
86
|
+
MinLength: 2
|
|
32
87
|
},
|
|
88
|
+
serializedName: "accountName",
|
|
89
|
+
required: true,
|
|
33
90
|
type: {
|
|
34
91
|
name: "String"
|
|
35
92
|
}
|
|
36
93
|
}
|
|
37
94
|
};
|
|
38
|
-
|
|
95
|
+
|
|
96
|
+
export const apiVersion: OperationQueryParameter = {
|
|
39
97
|
parameterPath: "apiVersion",
|
|
40
98
|
mapper: {
|
|
41
|
-
|
|
99
|
+
defaultValue: "2021-10-01",
|
|
100
|
+
isConstant: true,
|
|
42
101
|
serializedName: "api-version",
|
|
102
|
+
type: {
|
|
103
|
+
name: "String"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
export const subscriptionId: OperationURLParameter = {
|
|
109
|
+
parameterPath: "subscriptionId",
|
|
110
|
+
mapper: {
|
|
43
111
|
constraints: {
|
|
44
112
|
MinLength: 1
|
|
45
113
|
},
|
|
114
|
+
serializedName: "subscriptionId",
|
|
115
|
+
required: true,
|
|
46
116
|
type: {
|
|
47
117
|
name: "String"
|
|
48
118
|
}
|
|
49
119
|
}
|
|
50
120
|
};
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
121
|
+
|
|
122
|
+
export const keyName: OperationParameter = {
|
|
123
|
+
parameterPath: "keyName",
|
|
124
|
+
mapper: RegenerateKeyParametersMapper
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
export const filter: OperationQueryParameter = {
|
|
128
|
+
parameterPath: ["options", "filter"],
|
|
56
129
|
mapper: {
|
|
57
130
|
serializedName: "$filter",
|
|
58
131
|
type: {
|
|
@@ -60,62 +133,104 @@ export const filter: msRest.OperationQueryParameter = {
|
|
|
60
133
|
}
|
|
61
134
|
}
|
|
62
135
|
};
|
|
63
|
-
|
|
64
|
-
|
|
136
|
+
|
|
137
|
+
export const nextLink: OperationURLParameter = {
|
|
138
|
+
parameterPath: "nextLink",
|
|
65
139
|
mapper: {
|
|
140
|
+
serializedName: "nextLink",
|
|
66
141
|
required: true,
|
|
67
|
-
serializedName: "location",
|
|
68
142
|
type: {
|
|
69
143
|
name: "String"
|
|
70
144
|
}
|
|
71
|
-
}
|
|
145
|
+
},
|
|
146
|
+
skipEncoding: true
|
|
72
147
|
};
|
|
73
|
-
|
|
74
|
-
|
|
148
|
+
|
|
149
|
+
export const location: OperationURLParameter = {
|
|
150
|
+
parameterPath: "location",
|
|
75
151
|
mapper: {
|
|
152
|
+
serializedName: "location",
|
|
76
153
|
required: true,
|
|
77
|
-
serializedName: "nextLink",
|
|
78
154
|
type: {
|
|
79
155
|
name: "String"
|
|
80
156
|
}
|
|
81
|
-
}
|
|
82
|
-
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
export const skus: OperationParameter = {
|
|
161
|
+
parameterPath: "skus",
|
|
162
|
+
mapper: CheckSkuAvailabilityParameterMapper
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
export const kind: OperationParameter = {
|
|
166
|
+
parameterPath: "kind",
|
|
167
|
+
mapper: CheckSkuAvailabilityParameterMapper
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
export const typeParam: OperationParameter = {
|
|
171
|
+
parameterPath: "typeParam",
|
|
172
|
+
mapper: CheckSkuAvailabilityParameterMapper
|
|
83
173
|
};
|
|
84
|
-
|
|
174
|
+
|
|
175
|
+
export const subdomainName: OperationParameter = {
|
|
176
|
+
parameterPath: "subdomainName",
|
|
177
|
+
mapper: CheckDomainAvailabilityParameterMapper
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
export const typeParam1: OperationParameter = {
|
|
181
|
+
parameterPath: "typeParam",
|
|
182
|
+
mapper: CheckDomainAvailabilityParameterMapper
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
export const kind1: OperationParameter = {
|
|
186
|
+
parameterPath: ["options", "kind"],
|
|
187
|
+
mapper: CheckDomainAvailabilityParameterMapper
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
export const privateEndpointConnectionName: OperationURLParameter = {
|
|
85
191
|
parameterPath: "privateEndpointConnectionName",
|
|
86
192
|
mapper: {
|
|
87
|
-
required: true,
|
|
88
193
|
serializedName: "privateEndpointConnectionName",
|
|
194
|
+
required: true,
|
|
89
195
|
type: {
|
|
90
196
|
name: "String"
|
|
91
197
|
}
|
|
92
198
|
}
|
|
93
199
|
};
|
|
94
|
-
|
|
95
|
-
|
|
200
|
+
|
|
201
|
+
export const properties: OperationParameter = {
|
|
202
|
+
parameterPath: "properties",
|
|
203
|
+
mapper: PrivateEndpointConnectionMapper
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
export const deploymentName: OperationURLParameter = {
|
|
207
|
+
parameterPath: "deploymentName",
|
|
96
208
|
mapper: {
|
|
209
|
+
serializedName: "deploymentName",
|
|
97
210
|
required: true,
|
|
98
|
-
serializedName: "resourceGroupName",
|
|
99
|
-
constraints: {
|
|
100
|
-
MaxLength: 90,
|
|
101
|
-
MinLength: 1,
|
|
102
|
-
Pattern: /^[-\w\._\(\)]+$/
|
|
103
|
-
},
|
|
104
211
|
type: {
|
|
105
212
|
name: "String"
|
|
106
213
|
}
|
|
107
214
|
}
|
|
108
215
|
};
|
|
109
|
-
|
|
110
|
-
|
|
216
|
+
|
|
217
|
+
export const deployment: OperationParameter = {
|
|
218
|
+
parameterPath: "deployment",
|
|
219
|
+
mapper: DeploymentMapper
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
export const commitmentPlanName: OperationURLParameter = {
|
|
223
|
+
parameterPath: "commitmentPlanName",
|
|
111
224
|
mapper: {
|
|
225
|
+
serializedName: "commitmentPlanName",
|
|
112
226
|
required: true,
|
|
113
|
-
serializedName: "subscriptionId",
|
|
114
|
-
constraints: {
|
|
115
|
-
MinLength: 1
|
|
116
|
-
},
|
|
117
227
|
type: {
|
|
118
228
|
name: "String"
|
|
119
229
|
}
|
|
120
230
|
}
|
|
121
231
|
};
|
|
232
|
+
|
|
233
|
+
export const commitmentPlan: OperationParameter = {
|
|
234
|
+
parameterPath: "commitmentPlan",
|
|
235
|
+
mapper: CommitmentPlanMapper
|
|
236
|
+
};
|