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