@azure/arm-appconfiguration 1.2.0 → 3.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +72 -75
- package/dist/index.js +3105 -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/appConfigurationManagementClient.d.ts +22 -0
- package/dist-esm/src/appConfigurationManagementClient.d.ts.map +1 -0
- package/dist-esm/src/appConfigurationManagementClient.js +55 -0
- package/dist-esm/src/appConfigurationManagementClient.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 +826 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +59 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +38 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +588 -313
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +20 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +162 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/configurationStores.d.ts +139 -0
- package/dist-esm/src/operations/configurationStores.d.ts.map +1 -0
- package/dist-esm/src/operations/configurationStores.js +655 -0
- package/dist-esm/src/operations/configurationStores.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/keyValues.d.ts +76 -0
- package/dist-esm/src/operations/keyValues.d.ts.map +1 -0
- package/dist-esm/src/operations/keyValues.js +284 -0
- package/dist-esm/src/operations/keyValues.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +39 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +147 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +84 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +350 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +170 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.js +9 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/keyValues.js +9 -0
- package/dist-esm/src/operationsInterfaces/keyValues.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -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 +58 -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 +21 -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/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-appconfiguration.api.md +665 -0
- package/rollup.config.js +181 -30
- package/src/appConfigurationManagementClient.ts +82 -35
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +680 -893
- package/src/models/mappers.ts +657 -367
- package/src/models/parameters.ts +126 -44
- package/src/operations/configurationStores.ts +657 -495
- package/src/operations/index.ts +4 -5
- package/src/operations/keyValues.ts +396 -0
- package/src/operations/operations.ts +113 -123
- package/src/operations/privateEndpointConnections.ts +350 -186
- package/src/operations/privateLinkResources.ts +162 -126
- package/src/operationsInterfaces/configurationStores.ts +168 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/keyValues.ts +91 -0
- package/src/operationsInterfaces/operations.ts +38 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +111 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/tsconfig.json +3 -3
- package/types/arm-appconfiguration.d.ts +1171 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appconfiguration.js +0 -2213
- package/dist/arm-appconfiguration.js.map +0 -1
- package/dist/arm-appconfiguration.min.js +0 -1
- package/dist/arm-appconfiguration.min.js.map +0 -1
- package/esm/appConfigurationManagementClient.d.ts +0 -21
- package/esm/appConfigurationManagementClient.d.ts.map +0 -1
- package/esm/appConfigurationManagementClient.js +0 -36
- package/esm/appConfigurationManagementClient.js.map +0 -1
- package/esm/appConfigurationManagementClientContext.d.ts +0 -16
- package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
- package/esm/appConfigurationManagementClientContext.js +0 -56
- package/esm/appConfigurationManagementClientContext.js.map +0 -1
- package/esm/models/configurationStoresMappers.d.ts +0 -2
- package/esm/models/configurationStoresMappers.d.ts.map +0 -1
- package/esm/models/configurationStoresMappers.js +0 -9
- package/esm/models/configurationStoresMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1073
- 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 -31
- 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 -108
- 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/operations/configurationStores.d.ts +0 -243
- package/esm/operations/configurationStores.d.ts.map +0 -1
- package/esm/operations/configurationStores.js +0 -466
- package/esm/operations/configurationStores.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 -67
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -111
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -117
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -236
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -76
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -117
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/src/appConfigurationManagementClientContext.ts +0 -62
- package/src/models/configurationStoresMappers.ts +0 -30
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/privateEndpointConnectionsMappers.ts +0 -24
- package/src/models/privateLinkResourcesMappers.ts +0 -13
package/src/models/mappers.ts
CHANGED
|
@@ -1,33 +1,32 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const UserIdentity: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "UserIdentity",
|
|
11
|
+
export const ConfigurationStoreListResult: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "ConfigurationStoreListResult",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
serializedName: "principalId",
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
24
18
|
type: {
|
|
25
|
-
name: "
|
|
19
|
+
name: "Sequence",
|
|
20
|
+
element: {
|
|
21
|
+
type: {
|
|
22
|
+
name: "Composite",
|
|
23
|
+
className: "ConfigurationStore"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
serializedName: "clientId",
|
|
28
|
+
nextLink: {
|
|
29
|
+
serializedName: "nextLink",
|
|
31
30
|
type: {
|
|
32
31
|
name: "String"
|
|
33
32
|
}
|
|
@@ -36,8 +35,7 @@ export const UserIdentity: msRest.CompositeMapper = {
|
|
|
36
35
|
}
|
|
37
36
|
};
|
|
38
37
|
|
|
39
|
-
export const ResourceIdentity:
|
|
40
|
-
serializedName: "ResourceIdentity",
|
|
38
|
+
export const ResourceIdentity: coreClient.CompositeMapper = {
|
|
41
39
|
type: {
|
|
42
40
|
name: "Composite",
|
|
43
41
|
className: "ResourceIdentity",
|
|
@@ -52,24 +50,19 @@ export const ResourceIdentity: msRest.CompositeMapper = {
|
|
|
52
50
|
serializedName: "userAssignedIdentities",
|
|
53
51
|
type: {
|
|
54
52
|
name: "Dictionary",
|
|
55
|
-
value: {
|
|
56
|
-
type: {
|
|
57
|
-
name: "Composite",
|
|
58
|
-
className: "UserIdentity"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
53
|
+
value: { type: { name: "Composite", className: "UserIdentity" } }
|
|
61
54
|
}
|
|
62
55
|
},
|
|
63
56
|
principalId: {
|
|
64
|
-
readOnly: true,
|
|
65
57
|
serializedName: "principalId",
|
|
58
|
+
readOnly: true,
|
|
66
59
|
type: {
|
|
67
60
|
name: "String"
|
|
68
61
|
}
|
|
69
62
|
},
|
|
70
63
|
tenantId: {
|
|
71
|
-
readOnly: true,
|
|
72
64
|
serializedName: "tenantId",
|
|
65
|
+
readOnly: true,
|
|
73
66
|
type: {
|
|
74
67
|
name: "String"
|
|
75
68
|
}
|
|
@@ -78,20 +71,21 @@ export const ResourceIdentity: msRest.CompositeMapper = {
|
|
|
78
71
|
}
|
|
79
72
|
};
|
|
80
73
|
|
|
81
|
-
export const
|
|
82
|
-
serializedName: "KeyVaultProperties",
|
|
74
|
+
export const UserIdentity: coreClient.CompositeMapper = {
|
|
83
75
|
type: {
|
|
84
76
|
name: "Composite",
|
|
85
|
-
className: "
|
|
77
|
+
className: "UserIdentity",
|
|
86
78
|
modelProperties: {
|
|
87
|
-
|
|
88
|
-
serializedName: "
|
|
79
|
+
principalId: {
|
|
80
|
+
serializedName: "principalId",
|
|
81
|
+
readOnly: true,
|
|
89
82
|
type: {
|
|
90
83
|
name: "String"
|
|
91
84
|
}
|
|
92
85
|
},
|
|
93
|
-
|
|
94
|
-
serializedName: "
|
|
86
|
+
clientId: {
|
|
87
|
+
serializedName: "clientId",
|
|
88
|
+
readOnly: true,
|
|
95
89
|
type: {
|
|
96
90
|
name: "String"
|
|
97
91
|
}
|
|
@@ -100,8 +94,7 @@ export const KeyVaultProperties: msRest.CompositeMapper = {
|
|
|
100
94
|
}
|
|
101
95
|
};
|
|
102
96
|
|
|
103
|
-
export const EncryptionProperties:
|
|
104
|
-
serializedName: "EncryptionProperties",
|
|
97
|
+
export const EncryptionProperties: coreClient.CompositeMapper = {
|
|
105
98
|
type: {
|
|
106
99
|
name: "Composite",
|
|
107
100
|
className: "EncryptionProperties",
|
|
@@ -117,43 +110,19 @@ export const EncryptionProperties: msRest.CompositeMapper = {
|
|
|
117
110
|
}
|
|
118
111
|
};
|
|
119
112
|
|
|
120
|
-
export const
|
|
121
|
-
serializedName: "PrivateEndpoint",
|
|
122
|
-
type: {
|
|
123
|
-
name: "Composite",
|
|
124
|
-
className: "PrivateEndpoint",
|
|
125
|
-
modelProperties: {
|
|
126
|
-
id: {
|
|
127
|
-
serializedName: "id",
|
|
128
|
-
type: {
|
|
129
|
-
name: "String"
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
137
|
-
serializedName: "PrivateLinkServiceConnectionState",
|
|
113
|
+
export const KeyVaultProperties: coreClient.CompositeMapper = {
|
|
138
114
|
type: {
|
|
139
115
|
name: "Composite",
|
|
140
|
-
className: "
|
|
116
|
+
className: "KeyVaultProperties",
|
|
141
117
|
modelProperties: {
|
|
142
|
-
|
|
143
|
-
serializedName: "
|
|
144
|
-
type: {
|
|
145
|
-
name: "String"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
description: {
|
|
149
|
-
serializedName: "description",
|
|
118
|
+
keyIdentifier: {
|
|
119
|
+
serializedName: "keyIdentifier",
|
|
150
120
|
type: {
|
|
151
121
|
name: "String"
|
|
152
122
|
}
|
|
153
123
|
},
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
serializedName: "actionsRequired",
|
|
124
|
+
identityClientId: {
|
|
125
|
+
serializedName: "identityClientId",
|
|
157
126
|
type: {
|
|
158
127
|
name: "String"
|
|
159
128
|
}
|
|
@@ -162,36 +131,35 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
|
162
131
|
}
|
|
163
132
|
};
|
|
164
133
|
|
|
165
|
-
export const PrivateEndpointConnectionReference:
|
|
166
|
-
serializedName: "PrivateEndpointConnectionReference",
|
|
134
|
+
export const PrivateEndpointConnectionReference: coreClient.CompositeMapper = {
|
|
167
135
|
type: {
|
|
168
136
|
name: "Composite",
|
|
169
137
|
className: "PrivateEndpointConnectionReference",
|
|
170
138
|
modelProperties: {
|
|
171
139
|
id: {
|
|
172
|
-
readOnly: true,
|
|
173
140
|
serializedName: "id",
|
|
141
|
+
readOnly: true,
|
|
174
142
|
type: {
|
|
175
143
|
name: "String"
|
|
176
144
|
}
|
|
177
145
|
},
|
|
178
146
|
name: {
|
|
179
|
-
readOnly: true,
|
|
180
147
|
serializedName: "name",
|
|
148
|
+
readOnly: true,
|
|
181
149
|
type: {
|
|
182
150
|
name: "String"
|
|
183
151
|
}
|
|
184
152
|
},
|
|
185
153
|
type: {
|
|
186
|
-
readOnly: true,
|
|
187
154
|
serializedName: "type",
|
|
155
|
+
readOnly: true,
|
|
188
156
|
type: {
|
|
189
157
|
name: "String"
|
|
190
158
|
}
|
|
191
159
|
},
|
|
192
160
|
provisioningState: {
|
|
193
|
-
readOnly: true,
|
|
194
161
|
serializedName: "properties.provisioningState",
|
|
162
|
+
readOnly: true,
|
|
195
163
|
type: {
|
|
196
164
|
name: "String"
|
|
197
165
|
}
|
|
@@ -204,7 +172,6 @@ export const PrivateEndpointConnectionReference: msRest.CompositeMapper = {
|
|
|
204
172
|
}
|
|
205
173
|
},
|
|
206
174
|
privateLinkServiceConnectionState: {
|
|
207
|
-
required: true,
|
|
208
175
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
209
176
|
type: {
|
|
210
177
|
name: "Composite",
|
|
@@ -215,15 +182,13 @@ export const PrivateEndpointConnectionReference: msRest.CompositeMapper = {
|
|
|
215
182
|
}
|
|
216
183
|
};
|
|
217
184
|
|
|
218
|
-
export const
|
|
219
|
-
serializedName: "Sku",
|
|
185
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
220
186
|
type: {
|
|
221
187
|
name: "Composite",
|
|
222
|
-
className: "
|
|
188
|
+
className: "PrivateEndpoint",
|
|
223
189
|
modelProperties: {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
serializedName: "name",
|
|
190
|
+
id: {
|
|
191
|
+
serializedName: "id",
|
|
227
192
|
type: {
|
|
228
193
|
name: "String"
|
|
229
194
|
}
|
|
@@ -232,287 +197,265 @@ export const Sku: msRest.CompositeMapper = {
|
|
|
232
197
|
}
|
|
233
198
|
};
|
|
234
199
|
|
|
235
|
-
export const
|
|
236
|
-
serializedName: "Resource",
|
|
200
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
237
201
|
type: {
|
|
238
202
|
name: "Composite",
|
|
239
|
-
className: "
|
|
203
|
+
className: "PrivateLinkServiceConnectionState",
|
|
240
204
|
modelProperties: {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
serializedName: "id",
|
|
205
|
+
status: {
|
|
206
|
+
serializedName: "status",
|
|
244
207
|
type: {
|
|
245
208
|
name: "String"
|
|
246
209
|
}
|
|
247
210
|
},
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
serializedName: "name",
|
|
211
|
+
description: {
|
|
212
|
+
serializedName: "description",
|
|
251
213
|
type: {
|
|
252
214
|
name: "String"
|
|
253
215
|
}
|
|
254
216
|
},
|
|
255
|
-
|
|
217
|
+
actionsRequired: {
|
|
218
|
+
serializedName: "actionsRequired",
|
|
256
219
|
readOnly: true,
|
|
257
|
-
serializedName: "type",
|
|
258
220
|
type: {
|
|
259
221
|
name: "String"
|
|
260
222
|
}
|
|
261
|
-
}
|
|
262
|
-
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
229
|
+
type: {
|
|
230
|
+
name: "Composite",
|
|
231
|
+
className: "Sku",
|
|
232
|
+
modelProperties: {
|
|
233
|
+
name: {
|
|
234
|
+
serializedName: "name",
|
|
263
235
|
required: true,
|
|
264
|
-
serializedName: "location",
|
|
265
236
|
type: {
|
|
266
237
|
name: "String"
|
|
267
238
|
}
|
|
268
|
-
},
|
|
269
|
-
tags: {
|
|
270
|
-
serializedName: "tags",
|
|
271
|
-
type: {
|
|
272
|
-
name: "Dictionary",
|
|
273
|
-
value: {
|
|
274
|
-
type: {
|
|
275
|
-
name: "String"
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
239
|
}
|
|
280
240
|
}
|
|
281
241
|
}
|
|
282
242
|
};
|
|
283
243
|
|
|
284
|
-
export const
|
|
285
|
-
serializedName: "ConfigurationStore",
|
|
244
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
286
245
|
type: {
|
|
287
246
|
name: "Composite",
|
|
288
|
-
className: "
|
|
247
|
+
className: "SystemData",
|
|
289
248
|
modelProperties: {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
serializedName: "identity",
|
|
249
|
+
createdBy: {
|
|
250
|
+
serializedName: "createdBy",
|
|
293
251
|
type: {
|
|
294
|
-
name: "
|
|
295
|
-
className: "ResourceIdentity"
|
|
252
|
+
name: "String"
|
|
296
253
|
}
|
|
297
254
|
},
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
serializedName: "properties.provisioningState",
|
|
255
|
+
createdByType: {
|
|
256
|
+
serializedName: "createdByType",
|
|
301
257
|
type: {
|
|
302
258
|
name: "String"
|
|
303
259
|
}
|
|
304
260
|
},
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
serializedName: "properties.creationDate",
|
|
261
|
+
createdAt: {
|
|
262
|
+
serializedName: "createdAt",
|
|
308
263
|
type: {
|
|
309
264
|
name: "DateTime"
|
|
310
265
|
}
|
|
311
266
|
},
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
serializedName: "properties.endpoint",
|
|
267
|
+
lastModifiedBy: {
|
|
268
|
+
serializedName: "lastModifiedBy",
|
|
315
269
|
type: {
|
|
316
270
|
name: "String"
|
|
317
271
|
}
|
|
318
272
|
},
|
|
319
|
-
|
|
320
|
-
serializedName: "
|
|
321
|
-
type: {
|
|
322
|
-
name: "Composite",
|
|
323
|
-
className: "EncryptionProperties"
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
privateEndpointConnections: {
|
|
327
|
-
readOnly: true,
|
|
328
|
-
serializedName: "properties.privateEndpointConnections",
|
|
329
|
-
type: {
|
|
330
|
-
name: "Sequence",
|
|
331
|
-
element: {
|
|
332
|
-
type: {
|
|
333
|
-
name: "Composite",
|
|
334
|
-
className: "PrivateEndpointConnectionReference"
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
publicNetworkAccess: {
|
|
340
|
-
serializedName: "properties.publicNetworkAccess",
|
|
273
|
+
lastModifiedByType: {
|
|
274
|
+
serializedName: "lastModifiedByType",
|
|
341
275
|
type: {
|
|
342
276
|
name: "String"
|
|
343
277
|
}
|
|
344
278
|
},
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
serializedName: "sku",
|
|
279
|
+
lastModifiedAt: {
|
|
280
|
+
serializedName: "lastModifiedAt",
|
|
348
281
|
type: {
|
|
349
|
-
name: "
|
|
350
|
-
className: "Sku"
|
|
282
|
+
name: "DateTime"
|
|
351
283
|
}
|
|
352
284
|
}
|
|
353
285
|
}
|
|
354
286
|
}
|
|
355
287
|
};
|
|
356
288
|
|
|
357
|
-
export const
|
|
358
|
-
serializedName: "ConfigurationStoreUpdateParameters",
|
|
289
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
359
290
|
type: {
|
|
360
291
|
name: "Composite",
|
|
361
|
-
className: "
|
|
292
|
+
className: "Resource",
|
|
362
293
|
modelProperties: {
|
|
363
|
-
|
|
364
|
-
serializedName: "
|
|
365
|
-
|
|
366
|
-
name: "Composite",
|
|
367
|
-
className: "EncryptionProperties"
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
identity: {
|
|
371
|
-
serializedName: "identity",
|
|
294
|
+
id: {
|
|
295
|
+
serializedName: "id",
|
|
296
|
+
readOnly: true,
|
|
372
297
|
type: {
|
|
373
|
-
name: "
|
|
374
|
-
className: "ResourceIdentity"
|
|
298
|
+
name: "String"
|
|
375
299
|
}
|
|
376
300
|
},
|
|
377
|
-
|
|
378
|
-
serializedName: "
|
|
301
|
+
name: {
|
|
302
|
+
serializedName: "name",
|
|
303
|
+
readOnly: true,
|
|
379
304
|
type: {
|
|
380
|
-
name: "
|
|
381
|
-
className: "Sku"
|
|
305
|
+
name: "String"
|
|
382
306
|
}
|
|
383
307
|
},
|
|
384
|
-
|
|
385
|
-
serializedName: "
|
|
308
|
+
type: {
|
|
309
|
+
serializedName: "type",
|
|
310
|
+
readOnly: true,
|
|
386
311
|
type: {
|
|
387
|
-
name: "
|
|
388
|
-
value: {
|
|
389
|
-
type: {
|
|
390
|
-
name: "String"
|
|
391
|
-
}
|
|
392
|
-
}
|
|
312
|
+
name: "String"
|
|
393
313
|
}
|
|
394
314
|
}
|
|
395
315
|
}
|
|
396
316
|
}
|
|
397
317
|
};
|
|
398
318
|
|
|
399
|
-
export const
|
|
400
|
-
serializedName: "CheckNameAvailabilityParameters",
|
|
319
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
401
320
|
type: {
|
|
402
321
|
name: "Composite",
|
|
403
|
-
className: "
|
|
322
|
+
className: "ErrorResponse",
|
|
404
323
|
modelProperties: {
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
serializedName: "name",
|
|
408
|
-
type: {
|
|
409
|
-
name: "String"
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
type: {
|
|
413
|
-
required: true,
|
|
414
|
-
isConstant: true,
|
|
415
|
-
serializedName: "type",
|
|
416
|
-
defaultValue: 'Microsoft.AppConfiguration/configurationStores',
|
|
324
|
+
error: {
|
|
325
|
+
serializedName: "error",
|
|
417
326
|
type: {
|
|
418
|
-
name: "
|
|
327
|
+
name: "Composite",
|
|
328
|
+
className: "ErrorDetails"
|
|
419
329
|
}
|
|
420
330
|
}
|
|
421
331
|
}
|
|
422
332
|
}
|
|
423
333
|
};
|
|
424
334
|
|
|
425
|
-
export const
|
|
426
|
-
serializedName: "NameAvailabilityStatus",
|
|
335
|
+
export const ErrorDetails: coreClient.CompositeMapper = {
|
|
427
336
|
type: {
|
|
428
337
|
name: "Composite",
|
|
429
|
-
className: "
|
|
338
|
+
className: "ErrorDetails",
|
|
430
339
|
modelProperties: {
|
|
431
|
-
|
|
340
|
+
code: {
|
|
341
|
+
serializedName: "code",
|
|
432
342
|
readOnly: true,
|
|
433
|
-
serializedName: "nameAvailable",
|
|
434
343
|
type: {
|
|
435
|
-
name: "
|
|
344
|
+
name: "String"
|
|
436
345
|
}
|
|
437
346
|
},
|
|
438
347
|
message: {
|
|
439
|
-
readOnly: true,
|
|
440
348
|
serializedName: "message",
|
|
349
|
+
readOnly: true,
|
|
441
350
|
type: {
|
|
442
351
|
name: "String"
|
|
443
352
|
}
|
|
444
353
|
},
|
|
445
|
-
|
|
354
|
+
additionalInfo: {
|
|
355
|
+
serializedName: "additionalInfo",
|
|
446
356
|
readOnly: true,
|
|
447
|
-
serializedName: "reason",
|
|
448
357
|
type: {
|
|
449
|
-
name: "
|
|
358
|
+
name: "Sequence",
|
|
359
|
+
element: {
|
|
360
|
+
type: {
|
|
361
|
+
name: "Composite",
|
|
362
|
+
className: "ErrorAdditionalInfo"
|
|
363
|
+
}
|
|
364
|
+
}
|
|
450
365
|
}
|
|
451
366
|
}
|
|
452
367
|
}
|
|
453
368
|
}
|
|
454
369
|
};
|
|
455
370
|
|
|
456
|
-
export const
|
|
457
|
-
serializedName: "ApiKey",
|
|
371
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
458
372
|
type: {
|
|
459
373
|
name: "Composite",
|
|
460
|
-
className: "
|
|
374
|
+
className: "ErrorAdditionalInfo",
|
|
461
375
|
modelProperties: {
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
serializedName: "id",
|
|
465
|
-
type: {
|
|
466
|
-
name: "String"
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
name: {
|
|
376
|
+
type: {
|
|
377
|
+
serializedName: "type",
|
|
470
378
|
readOnly: true,
|
|
471
|
-
serializedName: "name",
|
|
472
379
|
type: {
|
|
473
380
|
name: "String"
|
|
474
381
|
}
|
|
475
382
|
},
|
|
476
|
-
|
|
383
|
+
info: {
|
|
384
|
+
serializedName: "info",
|
|
477
385
|
readOnly: true,
|
|
478
|
-
serializedName: "value",
|
|
479
386
|
type: {
|
|
480
|
-
name: "
|
|
387
|
+
name: "Dictionary",
|
|
388
|
+
value: { type: { name: "any" } }
|
|
481
389
|
}
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
export const ConfigurationStoreUpdateParameters: coreClient.CompositeMapper = {
|
|
396
|
+
type: {
|
|
397
|
+
name: "Composite",
|
|
398
|
+
className: "ConfigurationStoreUpdateParameters",
|
|
399
|
+
modelProperties: {
|
|
400
|
+
identity: {
|
|
401
|
+
serializedName: "identity",
|
|
486
402
|
type: {
|
|
487
|
-
name: "
|
|
403
|
+
name: "Composite",
|
|
404
|
+
className: "ResourceIdentity"
|
|
488
405
|
}
|
|
489
406
|
},
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
serializedName: "lastModified",
|
|
407
|
+
sku: {
|
|
408
|
+
serializedName: "sku",
|
|
493
409
|
type: {
|
|
494
|
-
name: "
|
|
410
|
+
name: "Composite",
|
|
411
|
+
className: "Sku"
|
|
495
412
|
}
|
|
496
413
|
},
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
414
|
+
tags: {
|
|
415
|
+
serializedName: "tags",
|
|
416
|
+
type: {
|
|
417
|
+
name: "Dictionary",
|
|
418
|
+
value: { type: { name: "String" } }
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
encryption: {
|
|
422
|
+
serializedName: "properties.encryption",
|
|
423
|
+
type: {
|
|
424
|
+
name: "Composite",
|
|
425
|
+
className: "EncryptionProperties"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
disableLocalAuth: {
|
|
429
|
+
serializedName: "properties.disableLocalAuth",
|
|
500
430
|
type: {
|
|
501
431
|
name: "Boolean"
|
|
502
432
|
}
|
|
433
|
+
},
|
|
434
|
+
publicNetworkAccess: {
|
|
435
|
+
serializedName: "properties.publicNetworkAccess",
|
|
436
|
+
type: {
|
|
437
|
+
name: "String"
|
|
438
|
+
}
|
|
503
439
|
}
|
|
504
440
|
}
|
|
505
441
|
}
|
|
506
442
|
};
|
|
507
443
|
|
|
508
|
-
export const
|
|
509
|
-
serializedName: "RegenerateKeyParameters",
|
|
444
|
+
export const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {
|
|
510
445
|
type: {
|
|
511
446
|
name: "Composite",
|
|
512
|
-
className: "
|
|
447
|
+
className: "CheckNameAvailabilityParameters",
|
|
513
448
|
modelProperties: {
|
|
514
|
-
|
|
515
|
-
serializedName: "
|
|
449
|
+
name: {
|
|
450
|
+
serializedName: "name",
|
|
451
|
+
required: true,
|
|
452
|
+
type: {
|
|
453
|
+
name: "String"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
type: {
|
|
457
|
+
serializedName: "type",
|
|
458
|
+
required: true,
|
|
516
459
|
type: {
|
|
517
460
|
name: "String"
|
|
518
461
|
}
|
|
@@ -521,21 +464,28 @@ export const RegenerateKeyParameters: msRest.CompositeMapper = {
|
|
|
521
464
|
}
|
|
522
465
|
};
|
|
523
466
|
|
|
524
|
-
export const
|
|
525
|
-
serializedName: "ListKeyValueParameters",
|
|
467
|
+
export const NameAvailabilityStatus: coreClient.CompositeMapper = {
|
|
526
468
|
type: {
|
|
527
469
|
name: "Composite",
|
|
528
|
-
className: "
|
|
470
|
+
className: "NameAvailabilityStatus",
|
|
529
471
|
modelProperties: {
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
472
|
+
nameAvailable: {
|
|
473
|
+
serializedName: "nameAvailable",
|
|
474
|
+
readOnly: true,
|
|
475
|
+
type: {
|
|
476
|
+
name: "Boolean"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
message: {
|
|
480
|
+
serializedName: "message",
|
|
481
|
+
readOnly: true,
|
|
533
482
|
type: {
|
|
534
483
|
name: "String"
|
|
535
484
|
}
|
|
536
485
|
},
|
|
537
|
-
|
|
538
|
-
serializedName: "
|
|
486
|
+
reason: {
|
|
487
|
+
serializedName: "reason",
|
|
488
|
+
readOnly: true,
|
|
539
489
|
type: {
|
|
540
490
|
name: "String"
|
|
541
491
|
}
|
|
@@ -544,117 +494,344 @@ export const ListKeyValueParameters: msRest.CompositeMapper = {
|
|
|
544
494
|
}
|
|
545
495
|
};
|
|
546
496
|
|
|
547
|
-
export const
|
|
548
|
-
serializedName: "KeyValue",
|
|
497
|
+
export const ApiKeyListResult: coreClient.CompositeMapper = {
|
|
549
498
|
type: {
|
|
550
499
|
name: "Composite",
|
|
551
|
-
className: "
|
|
500
|
+
className: "ApiKeyListResult",
|
|
552
501
|
modelProperties: {
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
serializedName: "key",
|
|
502
|
+
value: {
|
|
503
|
+
serializedName: "value",
|
|
556
504
|
type: {
|
|
557
|
-
name: "
|
|
505
|
+
name: "Sequence",
|
|
506
|
+
element: {
|
|
507
|
+
type: {
|
|
508
|
+
name: "Composite",
|
|
509
|
+
className: "ApiKey"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
558
512
|
}
|
|
559
513
|
},
|
|
560
|
-
|
|
514
|
+
nextLink: {
|
|
515
|
+
serializedName: "nextLink",
|
|
516
|
+
type: {
|
|
517
|
+
name: "String"
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
};
|
|
523
|
+
|
|
524
|
+
export const ApiKey: coreClient.CompositeMapper = {
|
|
525
|
+
type: {
|
|
526
|
+
name: "Composite",
|
|
527
|
+
className: "ApiKey",
|
|
528
|
+
modelProperties: {
|
|
529
|
+
id: {
|
|
530
|
+
serializedName: "id",
|
|
561
531
|
readOnly: true,
|
|
562
|
-
serializedName: "label",
|
|
563
532
|
type: {
|
|
564
533
|
name: "String"
|
|
565
534
|
}
|
|
566
535
|
},
|
|
567
|
-
|
|
536
|
+
name: {
|
|
537
|
+
serializedName: "name",
|
|
568
538
|
readOnly: true,
|
|
569
|
-
serializedName: "value",
|
|
570
539
|
type: {
|
|
571
540
|
name: "String"
|
|
572
541
|
}
|
|
573
542
|
},
|
|
574
|
-
|
|
543
|
+
value: {
|
|
544
|
+
serializedName: "value",
|
|
575
545
|
readOnly: true,
|
|
576
|
-
serializedName: "contentType",
|
|
577
546
|
type: {
|
|
578
547
|
name: "String"
|
|
579
548
|
}
|
|
580
549
|
},
|
|
581
|
-
|
|
550
|
+
connectionString: {
|
|
551
|
+
serializedName: "connectionString",
|
|
582
552
|
readOnly: true,
|
|
583
|
-
serializedName: "eTag",
|
|
584
553
|
type: {
|
|
585
554
|
name: "String"
|
|
586
555
|
}
|
|
587
556
|
},
|
|
588
557
|
lastModified: {
|
|
589
|
-
readOnly: true,
|
|
590
558
|
serializedName: "lastModified",
|
|
559
|
+
readOnly: true,
|
|
591
560
|
type: {
|
|
592
561
|
name: "DateTime"
|
|
593
562
|
}
|
|
594
563
|
},
|
|
595
|
-
|
|
564
|
+
readOnly: {
|
|
565
|
+
serializedName: "readOnly",
|
|
596
566
|
readOnly: true,
|
|
597
|
-
serializedName: "locked",
|
|
598
567
|
type: {
|
|
599
568
|
name: "Boolean"
|
|
600
569
|
}
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
};
|
|
574
|
+
|
|
575
|
+
export const RegenerateKeyParameters: coreClient.CompositeMapper = {
|
|
576
|
+
type: {
|
|
577
|
+
name: "Composite",
|
|
578
|
+
className: "RegenerateKeyParameters",
|
|
579
|
+
modelProperties: {
|
|
580
|
+
id: {
|
|
581
|
+
serializedName: "id",
|
|
605
582
|
type: {
|
|
606
|
-
name: "
|
|
607
|
-
|
|
583
|
+
name: "String"
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
};
|
|
589
|
+
|
|
590
|
+
export const OperationDefinitionListResult: coreClient.CompositeMapper = {
|
|
591
|
+
type: {
|
|
592
|
+
name: "Composite",
|
|
593
|
+
className: "OperationDefinitionListResult",
|
|
594
|
+
modelProperties: {
|
|
595
|
+
value: {
|
|
596
|
+
serializedName: "value",
|
|
597
|
+
type: {
|
|
598
|
+
name: "Sequence",
|
|
599
|
+
element: {
|
|
608
600
|
type: {
|
|
609
|
-
name: "
|
|
601
|
+
name: "Composite",
|
|
602
|
+
className: "OperationDefinition"
|
|
610
603
|
}
|
|
611
604
|
}
|
|
612
605
|
}
|
|
606
|
+
},
|
|
607
|
+
nextLink: {
|
|
608
|
+
serializedName: "nextLink",
|
|
609
|
+
type: {
|
|
610
|
+
name: "String"
|
|
611
|
+
}
|
|
613
612
|
}
|
|
614
613
|
}
|
|
615
614
|
}
|
|
616
615
|
};
|
|
617
616
|
|
|
618
|
-
export const
|
|
619
|
-
|
|
617
|
+
export const OperationDefinition: coreClient.CompositeMapper = {
|
|
618
|
+
type: {
|
|
619
|
+
name: "Composite",
|
|
620
|
+
className: "OperationDefinition",
|
|
621
|
+
modelProperties: {
|
|
622
|
+
name: {
|
|
623
|
+
serializedName: "name",
|
|
624
|
+
type: {
|
|
625
|
+
name: "String"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
isDataAction: {
|
|
629
|
+
serializedName: "isDataAction",
|
|
630
|
+
type: {
|
|
631
|
+
name: "Boolean"
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
display: {
|
|
635
|
+
serializedName: "display",
|
|
636
|
+
type: {
|
|
637
|
+
name: "Composite",
|
|
638
|
+
className: "OperationDefinitionDisplay"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
origin: {
|
|
642
|
+
serializedName: "origin",
|
|
643
|
+
type: {
|
|
644
|
+
name: "String"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
properties: {
|
|
648
|
+
serializedName: "properties",
|
|
649
|
+
type: {
|
|
650
|
+
name: "Composite",
|
|
651
|
+
className: "OperationProperties"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
};
|
|
657
|
+
|
|
658
|
+
export const OperationDefinitionDisplay: coreClient.CompositeMapper = {
|
|
620
659
|
type: {
|
|
621
660
|
name: "Composite",
|
|
622
661
|
className: "OperationDefinitionDisplay",
|
|
623
662
|
modelProperties: {
|
|
624
663
|
provider: {
|
|
625
|
-
readOnly: true,
|
|
626
664
|
serializedName: "provider",
|
|
665
|
+
readOnly: true,
|
|
666
|
+
type: {
|
|
667
|
+
name: "String"
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
resource: {
|
|
671
|
+
serializedName: "resource",
|
|
672
|
+
type: {
|
|
673
|
+
name: "String"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
operation: {
|
|
677
|
+
serializedName: "operation",
|
|
678
|
+
type: {
|
|
679
|
+
name: "String"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
description: {
|
|
683
|
+
serializedName: "description",
|
|
684
|
+
type: {
|
|
685
|
+
name: "String"
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
export const OperationProperties: coreClient.CompositeMapper = {
|
|
693
|
+
type: {
|
|
694
|
+
name: "Composite",
|
|
695
|
+
className: "OperationProperties",
|
|
696
|
+
modelProperties: {
|
|
697
|
+
serviceSpecification: {
|
|
698
|
+
serializedName: "serviceSpecification",
|
|
699
|
+
type: {
|
|
700
|
+
name: "Composite",
|
|
701
|
+
className: "ServiceSpecification"
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
};
|
|
707
|
+
|
|
708
|
+
export const ServiceSpecification: coreClient.CompositeMapper = {
|
|
709
|
+
type: {
|
|
710
|
+
name: "Composite",
|
|
711
|
+
className: "ServiceSpecification",
|
|
712
|
+
modelProperties: {
|
|
713
|
+
logSpecifications: {
|
|
714
|
+
serializedName: "logSpecifications",
|
|
715
|
+
type: {
|
|
716
|
+
name: "Sequence",
|
|
717
|
+
element: {
|
|
718
|
+
type: {
|
|
719
|
+
name: "Composite",
|
|
720
|
+
className: "LogSpecification"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
metricSpecifications: {
|
|
726
|
+
serializedName: "metricSpecifications",
|
|
727
|
+
type: {
|
|
728
|
+
name: "Sequence",
|
|
729
|
+
element: {
|
|
730
|
+
type: {
|
|
731
|
+
name: "Composite",
|
|
732
|
+
className: "MetricSpecification"
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
};
|
|
740
|
+
|
|
741
|
+
export const LogSpecification: coreClient.CompositeMapper = {
|
|
742
|
+
type: {
|
|
743
|
+
name: "Composite",
|
|
744
|
+
className: "LogSpecification",
|
|
745
|
+
modelProperties: {
|
|
746
|
+
name: {
|
|
747
|
+
serializedName: "name",
|
|
748
|
+
type: {
|
|
749
|
+
name: "String"
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
displayName: {
|
|
753
|
+
serializedName: "displayName",
|
|
754
|
+
type: {
|
|
755
|
+
name: "String"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
blobDuration: {
|
|
759
|
+
serializedName: "blobDuration",
|
|
760
|
+
type: {
|
|
761
|
+
name: "String"
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
};
|
|
767
|
+
|
|
768
|
+
export const MetricSpecification: coreClient.CompositeMapper = {
|
|
769
|
+
type: {
|
|
770
|
+
name: "Composite",
|
|
771
|
+
className: "MetricSpecification",
|
|
772
|
+
modelProperties: {
|
|
773
|
+
name: {
|
|
774
|
+
serializedName: "name",
|
|
775
|
+
type: {
|
|
776
|
+
name: "String"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
displayName: {
|
|
780
|
+
serializedName: "displayName",
|
|
781
|
+
type: {
|
|
782
|
+
name: "String"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
displayDescription: {
|
|
786
|
+
serializedName: "displayDescription",
|
|
787
|
+
type: {
|
|
788
|
+
name: "String"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
unit: {
|
|
792
|
+
serializedName: "unit",
|
|
627
793
|
type: {
|
|
628
794
|
name: "String"
|
|
629
795
|
}
|
|
630
796
|
},
|
|
631
|
-
|
|
632
|
-
serializedName: "
|
|
797
|
+
aggregationType: {
|
|
798
|
+
serializedName: "aggregationType",
|
|
633
799
|
type: {
|
|
634
800
|
name: "String"
|
|
635
801
|
}
|
|
636
802
|
},
|
|
637
|
-
|
|
638
|
-
serializedName: "
|
|
803
|
+
internalMetricName: {
|
|
804
|
+
serializedName: "internalMetricName",
|
|
639
805
|
type: {
|
|
640
806
|
name: "String"
|
|
641
807
|
}
|
|
642
808
|
},
|
|
643
|
-
|
|
644
|
-
serializedName: "
|
|
809
|
+
dimensions: {
|
|
810
|
+
serializedName: "dimensions",
|
|
645
811
|
type: {
|
|
646
|
-
name: "
|
|
812
|
+
name: "Sequence",
|
|
813
|
+
element: {
|
|
814
|
+
type: {
|
|
815
|
+
name: "Composite",
|
|
816
|
+
className: "MetricDimension"
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
fillGapWithZero: {
|
|
822
|
+
serializedName: "fillGapWithZero",
|
|
823
|
+
type: {
|
|
824
|
+
name: "Boolean"
|
|
647
825
|
}
|
|
648
826
|
}
|
|
649
827
|
}
|
|
650
828
|
}
|
|
651
829
|
};
|
|
652
830
|
|
|
653
|
-
export const
|
|
654
|
-
serializedName: "OperationDefinition",
|
|
831
|
+
export const MetricDimension: coreClient.CompositeMapper = {
|
|
655
832
|
type: {
|
|
656
833
|
name: "Composite",
|
|
657
|
-
className: "
|
|
834
|
+
className: "MetricDimension",
|
|
658
835
|
modelProperties: {
|
|
659
836
|
name: {
|
|
660
837
|
serializedName: "name",
|
|
@@ -662,31 +839,41 @@ export const OperationDefinition: msRest.CompositeMapper = {
|
|
|
662
839
|
name: "String"
|
|
663
840
|
}
|
|
664
841
|
},
|
|
665
|
-
|
|
666
|
-
serializedName: "
|
|
842
|
+
displayName: {
|
|
843
|
+
serializedName: "displayName",
|
|
667
844
|
type: {
|
|
668
|
-
name: "
|
|
669
|
-
|
|
845
|
+
name: "String"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
internalName: {
|
|
849
|
+
serializedName: "internalName",
|
|
850
|
+
type: {
|
|
851
|
+
name: "String"
|
|
670
852
|
}
|
|
671
853
|
}
|
|
672
854
|
}
|
|
673
855
|
}
|
|
674
856
|
};
|
|
675
857
|
|
|
676
|
-
export const
|
|
677
|
-
serializedName: "Error",
|
|
858
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
678
859
|
type: {
|
|
679
860
|
name: "Composite",
|
|
680
|
-
className: "
|
|
861
|
+
className: "PrivateEndpointConnectionListResult",
|
|
681
862
|
modelProperties: {
|
|
682
|
-
|
|
683
|
-
serializedName: "
|
|
863
|
+
value: {
|
|
864
|
+
serializedName: "value",
|
|
684
865
|
type: {
|
|
685
|
-
name: "
|
|
866
|
+
name: "Sequence",
|
|
867
|
+
element: {
|
|
868
|
+
type: {
|
|
869
|
+
name: "Composite",
|
|
870
|
+
className: "PrivateEndpointConnection"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
686
873
|
}
|
|
687
874
|
},
|
|
688
|
-
|
|
689
|
-
serializedName: "
|
|
875
|
+
nextLink: {
|
|
876
|
+
serializedName: "nextLink",
|
|
690
877
|
type: {
|
|
691
878
|
name: "String"
|
|
692
879
|
}
|
|
@@ -695,36 +882,35 @@ export const ErrorModel: msRest.CompositeMapper = {
|
|
|
695
882
|
}
|
|
696
883
|
};
|
|
697
884
|
|
|
698
|
-
export const PrivateEndpointConnection:
|
|
699
|
-
serializedName: "PrivateEndpointConnection",
|
|
885
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
700
886
|
type: {
|
|
701
887
|
name: "Composite",
|
|
702
888
|
className: "PrivateEndpointConnection",
|
|
703
889
|
modelProperties: {
|
|
704
890
|
id: {
|
|
705
|
-
readOnly: true,
|
|
706
891
|
serializedName: "id",
|
|
892
|
+
readOnly: true,
|
|
707
893
|
type: {
|
|
708
894
|
name: "String"
|
|
709
895
|
}
|
|
710
896
|
},
|
|
711
897
|
name: {
|
|
712
|
-
readOnly: true,
|
|
713
898
|
serializedName: "name",
|
|
899
|
+
readOnly: true,
|
|
714
900
|
type: {
|
|
715
901
|
name: "String"
|
|
716
902
|
}
|
|
717
903
|
},
|
|
718
904
|
type: {
|
|
719
|
-
readOnly: true,
|
|
720
905
|
serializedName: "type",
|
|
906
|
+
readOnly: true,
|
|
721
907
|
type: {
|
|
722
908
|
name: "String"
|
|
723
909
|
}
|
|
724
910
|
},
|
|
725
911
|
provisioningState: {
|
|
726
|
-
readOnly: true,
|
|
727
912
|
serializedName: "properties.provisioningState",
|
|
913
|
+
readOnly: true,
|
|
728
914
|
type: {
|
|
729
915
|
name: "String"
|
|
730
916
|
}
|
|
@@ -737,7 +923,6 @@ export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
|
737
923
|
}
|
|
738
924
|
},
|
|
739
925
|
privateLinkServiceConnectionState: {
|
|
740
|
-
required: true,
|
|
741
926
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
742
927
|
type: {
|
|
743
928
|
name: "Composite",
|
|
@@ -748,43 +933,69 @@ export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
|
748
933
|
}
|
|
749
934
|
};
|
|
750
935
|
|
|
751
|
-
export const
|
|
752
|
-
|
|
936
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
937
|
+
type: {
|
|
938
|
+
name: "Composite",
|
|
939
|
+
className: "PrivateLinkResourceListResult",
|
|
940
|
+
modelProperties: {
|
|
941
|
+
value: {
|
|
942
|
+
serializedName: "value",
|
|
943
|
+
type: {
|
|
944
|
+
name: "Sequence",
|
|
945
|
+
element: {
|
|
946
|
+
type: {
|
|
947
|
+
name: "Composite",
|
|
948
|
+
className: "PrivateLinkResource"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
nextLink: {
|
|
954
|
+
serializedName: "nextLink",
|
|
955
|
+
type: {
|
|
956
|
+
name: "String"
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
};
|
|
962
|
+
|
|
963
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
753
964
|
type: {
|
|
754
965
|
name: "Composite",
|
|
755
966
|
className: "PrivateLinkResource",
|
|
756
967
|
modelProperties: {
|
|
757
968
|
id: {
|
|
758
|
-
readOnly: true,
|
|
759
969
|
serializedName: "id",
|
|
970
|
+
readOnly: true,
|
|
760
971
|
type: {
|
|
761
972
|
name: "String"
|
|
762
973
|
}
|
|
763
974
|
},
|
|
764
975
|
name: {
|
|
765
|
-
readOnly: true,
|
|
766
976
|
serializedName: "name",
|
|
977
|
+
readOnly: true,
|
|
767
978
|
type: {
|
|
768
979
|
name: "String"
|
|
769
980
|
}
|
|
770
981
|
},
|
|
771
982
|
type: {
|
|
772
|
-
readOnly: true,
|
|
773
983
|
serializedName: "type",
|
|
984
|
+
readOnly: true,
|
|
774
985
|
type: {
|
|
775
986
|
name: "String"
|
|
776
987
|
}
|
|
777
988
|
},
|
|
778
989
|
groupId: {
|
|
779
|
-
readOnly: true,
|
|
780
990
|
serializedName: "properties.groupId",
|
|
991
|
+
readOnly: true,
|
|
781
992
|
type: {
|
|
782
993
|
name: "String"
|
|
783
994
|
}
|
|
784
995
|
},
|
|
785
996
|
requiredMembers: {
|
|
786
|
-
readOnly: true,
|
|
787
997
|
serializedName: "properties.requiredMembers",
|
|
998
|
+
readOnly: true,
|
|
788
999
|
type: {
|
|
789
1000
|
name: "Sequence",
|
|
790
1001
|
element: {
|
|
@@ -795,8 +1006,8 @@ export const PrivateLinkResource: msRest.CompositeMapper = {
|
|
|
795
1006
|
}
|
|
796
1007
|
},
|
|
797
1008
|
requiredZoneNames: {
|
|
798
|
-
readOnly: true,
|
|
799
1009
|
serializedName: "properties.requiredZoneNames",
|
|
1010
|
+
readOnly: true,
|
|
800
1011
|
type: {
|
|
801
1012
|
name: "Sequence",
|
|
802
1013
|
element: {
|
|
@@ -810,20 +1021,19 @@ export const PrivateLinkResource: msRest.CompositeMapper = {
|
|
|
810
1021
|
}
|
|
811
1022
|
};
|
|
812
1023
|
|
|
813
|
-
export const
|
|
814
|
-
serializedName: "ConfigurationStoreListResult",
|
|
1024
|
+
export const KeyValueListResult: coreClient.CompositeMapper = {
|
|
815
1025
|
type: {
|
|
816
1026
|
name: "Composite",
|
|
817
|
-
className: "
|
|
1027
|
+
className: "KeyValueListResult",
|
|
818
1028
|
modelProperties: {
|
|
819
1029
|
value: {
|
|
820
|
-
serializedName: "",
|
|
1030
|
+
serializedName: "value",
|
|
821
1031
|
type: {
|
|
822
1032
|
name: "Sequence",
|
|
823
1033
|
element: {
|
|
824
1034
|
type: {
|
|
825
1035
|
name: "Composite",
|
|
826
|
-
className: "
|
|
1036
|
+
className: "KeyValue"
|
|
827
1037
|
}
|
|
828
1038
|
}
|
|
829
1039
|
}
|
|
@@ -838,82 +1048,106 @@ export const ConfigurationStoreListResult: msRest.CompositeMapper = {
|
|
|
838
1048
|
}
|
|
839
1049
|
};
|
|
840
1050
|
|
|
841
|
-
export const
|
|
842
|
-
serializedName: "ApiKeyListResult",
|
|
1051
|
+
export const KeyValue: coreClient.CompositeMapper = {
|
|
843
1052
|
type: {
|
|
844
1053
|
name: "Composite",
|
|
845
|
-
className: "
|
|
1054
|
+
className: "KeyValue",
|
|
846
1055
|
modelProperties: {
|
|
847
|
-
|
|
848
|
-
serializedName: "",
|
|
1056
|
+
id: {
|
|
1057
|
+
serializedName: "id",
|
|
1058
|
+
readOnly: true,
|
|
849
1059
|
type: {
|
|
850
|
-
name: "
|
|
851
|
-
element: {
|
|
852
|
-
type: {
|
|
853
|
-
name: "Composite",
|
|
854
|
-
className: "ApiKey"
|
|
855
|
-
}
|
|
856
|
-
}
|
|
1060
|
+
name: "String"
|
|
857
1061
|
}
|
|
858
1062
|
},
|
|
859
|
-
|
|
860
|
-
serializedName: "
|
|
1063
|
+
name: {
|
|
1064
|
+
serializedName: "name",
|
|
1065
|
+
readOnly: true,
|
|
861
1066
|
type: {
|
|
862
1067
|
name: "String"
|
|
863
1068
|
}
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
1069
|
+
},
|
|
1070
|
+
type: {
|
|
1071
|
+
serializedName: "type",
|
|
1072
|
+
readOnly: true,
|
|
1073
|
+
type: {
|
|
1074
|
+
name: "String"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
key: {
|
|
1078
|
+
serializedName: "properties.key",
|
|
1079
|
+
readOnly: true,
|
|
1080
|
+
type: {
|
|
1081
|
+
name: "String"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
label: {
|
|
1085
|
+
serializedName: "properties.label",
|
|
1086
|
+
readOnly: true,
|
|
1087
|
+
type: {
|
|
1088
|
+
name: "String"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
875
1091
|
value: {
|
|
876
|
-
serializedName: "",
|
|
1092
|
+
serializedName: "properties.value",
|
|
877
1093
|
type: {
|
|
878
|
-
name: "
|
|
879
|
-
element: {
|
|
880
|
-
type: {
|
|
881
|
-
name: "Composite",
|
|
882
|
-
className: "OperationDefinition"
|
|
883
|
-
}
|
|
884
|
-
}
|
|
1094
|
+
name: "String"
|
|
885
1095
|
}
|
|
886
1096
|
},
|
|
887
|
-
|
|
888
|
-
serializedName: "
|
|
1097
|
+
contentType: {
|
|
1098
|
+
serializedName: "properties.contentType",
|
|
1099
|
+
type: {
|
|
1100
|
+
name: "String"
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
eTag: {
|
|
1104
|
+
serializedName: "properties.eTag",
|
|
1105
|
+
readOnly: true,
|
|
889
1106
|
type: {
|
|
890
1107
|
name: "String"
|
|
891
1108
|
}
|
|
1109
|
+
},
|
|
1110
|
+
lastModified: {
|
|
1111
|
+
serializedName: "properties.lastModified",
|
|
1112
|
+
readOnly: true,
|
|
1113
|
+
type: {
|
|
1114
|
+
name: "DateTime"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
locked: {
|
|
1118
|
+
serializedName: "properties.locked",
|
|
1119
|
+
readOnly: true,
|
|
1120
|
+
type: {
|
|
1121
|
+
name: "Boolean"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
tags: {
|
|
1125
|
+
serializedName: "properties.tags",
|
|
1126
|
+
type: {
|
|
1127
|
+
name: "Dictionary",
|
|
1128
|
+
value: { type: { name: "String" } }
|
|
1129
|
+
}
|
|
892
1130
|
}
|
|
893
1131
|
}
|
|
894
1132
|
}
|
|
895
1133
|
};
|
|
896
1134
|
|
|
897
|
-
export const
|
|
898
|
-
serializedName: "PrivateEndpointConnectionListResult",
|
|
1135
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
899
1136
|
type: {
|
|
900
1137
|
name: "Composite",
|
|
901
|
-
className: "
|
|
1138
|
+
className: "TrackedResource",
|
|
902
1139
|
modelProperties: {
|
|
903
|
-
|
|
904
|
-
|
|
1140
|
+
...Resource.type.modelProperties,
|
|
1141
|
+
tags: {
|
|
1142
|
+
serializedName: "tags",
|
|
905
1143
|
type: {
|
|
906
|
-
name: "
|
|
907
|
-
|
|
908
|
-
type: {
|
|
909
|
-
name: "Composite",
|
|
910
|
-
className: "PrivateEndpointConnection"
|
|
911
|
-
}
|
|
912
|
-
}
|
|
1144
|
+
name: "Dictionary",
|
|
1145
|
+
value: { type: { name: "String" } }
|
|
913
1146
|
}
|
|
914
1147
|
},
|
|
915
|
-
|
|
916
|
-
serializedName: "
|
|
1148
|
+
location: {
|
|
1149
|
+
serializedName: "location",
|
|
1150
|
+
required: true,
|
|
917
1151
|
type: {
|
|
918
1152
|
name: "String"
|
|
919
1153
|
}
|
|
@@ -922,29 +1156,85 @@ export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
|
|
|
922
1156
|
}
|
|
923
1157
|
};
|
|
924
1158
|
|
|
925
|
-
export const
|
|
926
|
-
serializedName: "PrivateLinkResourceListResult",
|
|
1159
|
+
export const ConfigurationStore: coreClient.CompositeMapper = {
|
|
927
1160
|
type: {
|
|
928
1161
|
name: "Composite",
|
|
929
|
-
className: "
|
|
1162
|
+
className: "ConfigurationStore",
|
|
930
1163
|
modelProperties: {
|
|
931
|
-
|
|
932
|
-
|
|
1164
|
+
...TrackedResource.type.modelProperties,
|
|
1165
|
+
identity: {
|
|
1166
|
+
serializedName: "identity",
|
|
1167
|
+
type: {
|
|
1168
|
+
name: "Composite",
|
|
1169
|
+
className: "ResourceIdentity"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
sku: {
|
|
1173
|
+
serializedName: "sku",
|
|
1174
|
+
type: {
|
|
1175
|
+
name: "Composite",
|
|
1176
|
+
className: "Sku"
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
systemData: {
|
|
1180
|
+
serializedName: "systemData",
|
|
1181
|
+
type: {
|
|
1182
|
+
name: "Composite",
|
|
1183
|
+
className: "SystemData"
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1186
|
+
provisioningState: {
|
|
1187
|
+
serializedName: "properties.provisioningState",
|
|
1188
|
+
readOnly: true,
|
|
1189
|
+
type: {
|
|
1190
|
+
name: "String"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
creationDate: {
|
|
1194
|
+
serializedName: "properties.creationDate",
|
|
1195
|
+
readOnly: true,
|
|
1196
|
+
type: {
|
|
1197
|
+
name: "DateTime"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
endpoint: {
|
|
1201
|
+
serializedName: "properties.endpoint",
|
|
1202
|
+
readOnly: true,
|
|
1203
|
+
type: {
|
|
1204
|
+
name: "String"
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
encryption: {
|
|
1208
|
+
serializedName: "properties.encryption",
|
|
1209
|
+
type: {
|
|
1210
|
+
name: "Composite",
|
|
1211
|
+
className: "EncryptionProperties"
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
privateEndpointConnections: {
|
|
1215
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1216
|
+
readOnly: true,
|
|
933
1217
|
type: {
|
|
934
1218
|
name: "Sequence",
|
|
935
1219
|
element: {
|
|
936
1220
|
type: {
|
|
937
1221
|
name: "Composite",
|
|
938
|
-
className: "
|
|
1222
|
+
className: "PrivateEndpointConnectionReference"
|
|
939
1223
|
}
|
|
940
1224
|
}
|
|
941
1225
|
}
|
|
942
1226
|
},
|
|
943
|
-
|
|
944
|
-
serializedName: "
|
|
1227
|
+
publicNetworkAccess: {
|
|
1228
|
+
serializedName: "properties.publicNetworkAccess",
|
|
945
1229
|
type: {
|
|
946
1230
|
name: "String"
|
|
947
1231
|
}
|
|
1232
|
+
},
|
|
1233
|
+
disableLocalAuth: {
|
|
1234
|
+
serializedName: "properties.disableLocalAuth",
|
|
1235
|
+
type: {
|
|
1236
|
+
name: "Boolean"
|
|
1237
|
+
}
|
|
948
1238
|
}
|
|
949
1239
|
}
|
|
950
1240
|
}
|