@azure/arm-keyvault-profile-2020-09-01-hybrid 1.1.0 → 2.0.0-alpha.20220314.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 +80 -83
- package/dist/index.js +3453 -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/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/keyVaultManagementClient.d.ts +23 -0
- package/dist-esm/src/keyVaultManagementClient.d.ts.map +1 -0
- package/dist-esm/src/keyVaultManagementClient.js +56 -0
- package/dist-esm/src/keyVaultManagementClient.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 +1008 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +123 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +48 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +728 -617
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +220 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +51 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +187 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/secrets.d.ts +72 -0
- package/dist-esm/src/operations/secrets.d.ts.map +1 -0
- package/dist-esm/src/operations/secrets.js +247 -0
- package/dist-esm/src/operations/secrets.js.map +1 -0
- package/dist-esm/src/operations/vaults.d.ts +166 -0
- package/dist-esm/src/operations/vaults.d.ts.map +1 -0
- package/dist-esm/src/operations/vaults.js +816 -0
- package/dist-esm/src/operations/vaults.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/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/secrets.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secrets.js +9 -0
- package/dist-esm/src/operationsInterfaces/secrets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.js +9 -0
- package/dist-esm/src/operationsInterfaces/vaults.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 +73 -22
- package/review/arm-keyvault-profile-2020-09-01-hybrid.api.md +876 -0
- package/rollup.config.js +115 -30
- package/src/index.ts +12 -0
- package/src/keyVaultManagementClient.ts +84 -45
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +849 -1276
- package/src/models/mappers.ts +730 -609
- package/src/models/parameters.ts +153 -76
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +87 -73
- package/src/operations/privateEndpointConnections.ts +174 -154
- package/src/operations/privateLinkResources.ts +39 -54
- package/src/operations/secrets.ts +215 -248
- package/src/operations/vaults.ts +731 -629
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +85 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/secrets.ts +86 -0
- package/src/operationsInterfaces/vaults.ts +197 -0
- package/tsconfig.json +14 -6
- package/types/arm-keyvault-profile-2020-09-01-hybrid.d.ts +1360 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.js +0 -3058
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.js.map +0 -1
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.min.js +0 -1
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.min.js.map +0 -1
- package/esm/keyVaultManagementClient.d.ts +0 -29
- package/esm/keyVaultManagementClient.d.ts.map +0 -1
- package/esm/keyVaultManagementClient.js +0 -43
- package/esm/keyVaultManagementClient.js.map +0 -1
- package/esm/keyVaultManagementClientContext.d.ts +0 -23
- package/esm/keyVaultManagementClientContext.d.ts.map +0 -1
- package/esm/keyVaultManagementClientContext.js +0 -62
- package/esm/keyVaultManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1449
- 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 -46
- 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 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -178
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/secretsMappers.d.ts +0 -2
- package/esm/models/secretsMappers.d.ts.map +0 -1
- package/esm/models/secretsMappers.js +0 -9
- package/esm/models/secretsMappers.js.map +0 -1
- package/esm/models/vaultsMappers.d.ts +0 -2
- package/esm/models/vaultsMappers.d.ts.map +0 -1
- package/esm/models/vaultsMappers.js +0 -9
- package/esm/models/vaultsMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -91
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -164
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -58
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/secrets.d.ts +0 -139
- package/esm/operations/secrets.d.ts.map +0 -1
- package/esm/operations/secrets.js +0 -201
- package/esm/operations/secrets.js.map +0 -1
- package/esm/operations/vaults.d.ts +0 -317
- package/esm/operations/vaults.d.ts.map +0 -1
- package/esm/operations/vaults.js +0 -557
- package/esm/operations/vaults.js.map +0 -1
- package/src/keyVaultManagementClientContext.ts +0 -69
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/privateEndpointConnectionsMappers.ts +0 -40
- package/src/models/privateLinkResourcesMappers.ts +0 -39
- package/src/models/secretsMappers.ts +0 -39
- package/src/models/vaultsMappers.ts +0 -45
package/src/models/mappers.ts
CHANGED
|
@@ -1,93 +1,161 @@
|
|
|
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 Sku: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "Sku",
|
|
11
|
+
export const VaultCreateOrUpdateParameters: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "VaultCreateOrUpdateParameters",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
16
|
+
location: {
|
|
17
|
+
serializedName: "location",
|
|
22
18
|
required: true,
|
|
23
|
-
isConstant: true,
|
|
24
|
-
serializedName: "family",
|
|
25
|
-
defaultValue: 'A',
|
|
26
19
|
type: {
|
|
27
20
|
name: "String"
|
|
28
21
|
}
|
|
29
22
|
},
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
serializedName: "name",
|
|
23
|
+
tags: {
|
|
24
|
+
serializedName: "tags",
|
|
33
25
|
type: {
|
|
34
|
-
name: "
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
26
|
+
name: "Dictionary",
|
|
27
|
+
value: { type: { name: "String" } }
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
properties: {
|
|
31
|
+
serializedName: "properties",
|
|
32
|
+
type: {
|
|
33
|
+
name: "Composite",
|
|
34
|
+
className: "VaultProperties"
|
|
39
35
|
}
|
|
40
36
|
}
|
|
41
37
|
}
|
|
42
38
|
}
|
|
43
39
|
};
|
|
44
40
|
|
|
45
|
-
export const
|
|
46
|
-
serializedName: "Permissions",
|
|
41
|
+
export const VaultProperties: coreClient.CompositeMapper = {
|
|
47
42
|
type: {
|
|
48
43
|
name: "Composite",
|
|
49
|
-
className: "
|
|
44
|
+
className: "VaultProperties",
|
|
50
45
|
modelProperties: {
|
|
51
|
-
|
|
52
|
-
serializedName: "
|
|
46
|
+
tenantId: {
|
|
47
|
+
serializedName: "tenantId",
|
|
48
|
+
required: true,
|
|
53
49
|
type: {
|
|
54
|
-
name: "
|
|
55
|
-
element: {
|
|
56
|
-
type: {
|
|
57
|
-
name: "String"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
50
|
+
name: "Uuid"
|
|
60
51
|
}
|
|
61
52
|
},
|
|
62
|
-
|
|
63
|
-
serializedName: "
|
|
53
|
+
sku: {
|
|
54
|
+
serializedName: "sku",
|
|
64
55
|
type: {
|
|
65
|
-
name: "
|
|
66
|
-
|
|
67
|
-
type: {
|
|
68
|
-
name: "String"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
56
|
+
name: "Composite",
|
|
57
|
+
className: "Sku"
|
|
71
58
|
}
|
|
72
59
|
},
|
|
73
|
-
|
|
74
|
-
serializedName: "
|
|
60
|
+
accessPolicies: {
|
|
61
|
+
serializedName: "accessPolicies",
|
|
75
62
|
type: {
|
|
76
63
|
name: "Sequence",
|
|
77
64
|
element: {
|
|
78
65
|
type: {
|
|
79
|
-
name: "
|
|
66
|
+
name: "Composite",
|
|
67
|
+
className: "AccessPolicyEntry"
|
|
80
68
|
}
|
|
81
69
|
}
|
|
82
70
|
}
|
|
83
71
|
},
|
|
84
|
-
|
|
85
|
-
serializedName: "
|
|
72
|
+
vaultUri: {
|
|
73
|
+
serializedName: "vaultUri",
|
|
74
|
+
type: {
|
|
75
|
+
name: "String"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
hsmPoolResourceId: {
|
|
79
|
+
serializedName: "hsmPoolResourceId",
|
|
80
|
+
readOnly: true,
|
|
81
|
+
type: {
|
|
82
|
+
name: "String"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
enabledForDeployment: {
|
|
86
|
+
serializedName: "enabledForDeployment",
|
|
87
|
+
type: {
|
|
88
|
+
name: "Boolean"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
enabledForDiskEncryption: {
|
|
92
|
+
serializedName: "enabledForDiskEncryption",
|
|
93
|
+
type: {
|
|
94
|
+
name: "Boolean"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
enabledForTemplateDeployment: {
|
|
98
|
+
serializedName: "enabledForTemplateDeployment",
|
|
99
|
+
type: {
|
|
100
|
+
name: "Boolean"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
enableSoftDelete: {
|
|
104
|
+
defaultValue: true,
|
|
105
|
+
serializedName: "enableSoftDelete",
|
|
106
|
+
type: {
|
|
107
|
+
name: "Boolean"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
softDeleteRetentionInDays: {
|
|
111
|
+
defaultValue: 90,
|
|
112
|
+
serializedName: "softDeleteRetentionInDays",
|
|
113
|
+
type: {
|
|
114
|
+
name: "Number"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
enableRbacAuthorization: {
|
|
118
|
+
defaultValue: false,
|
|
119
|
+
serializedName: "enableRbacAuthorization",
|
|
120
|
+
type: {
|
|
121
|
+
name: "Boolean"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
createMode: {
|
|
125
|
+
serializedName: "createMode",
|
|
126
|
+
type: {
|
|
127
|
+
name: "Enum",
|
|
128
|
+
allowedValues: ["recover", "default"]
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
enablePurgeProtection: {
|
|
132
|
+
serializedName: "enablePurgeProtection",
|
|
133
|
+
type: {
|
|
134
|
+
name: "Boolean"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
networkAcls: {
|
|
138
|
+
serializedName: "networkAcls",
|
|
139
|
+
type: {
|
|
140
|
+
name: "Composite",
|
|
141
|
+
className: "NetworkRuleSet"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
provisioningState: {
|
|
145
|
+
serializedName: "provisioningState",
|
|
146
|
+
type: {
|
|
147
|
+
name: "String"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
privateEndpointConnections: {
|
|
151
|
+
serializedName: "privateEndpointConnections",
|
|
152
|
+
readOnly: true,
|
|
86
153
|
type: {
|
|
87
154
|
name: "Sequence",
|
|
88
155
|
element: {
|
|
89
156
|
type: {
|
|
90
|
-
name: "
|
|
157
|
+
name: "Composite",
|
|
158
|
+
className: "PrivateEndpointConnectionItem"
|
|
91
159
|
}
|
|
92
160
|
}
|
|
93
161
|
}
|
|
@@ -96,22 +164,45 @@ export const Permissions: msRest.CompositeMapper = {
|
|
|
96
164
|
}
|
|
97
165
|
};
|
|
98
166
|
|
|
99
|
-
export const
|
|
100
|
-
|
|
167
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
168
|
+
type: {
|
|
169
|
+
name: "Composite",
|
|
170
|
+
className: "Sku",
|
|
171
|
+
modelProperties: {
|
|
172
|
+
family: {
|
|
173
|
+
serializedName: "family",
|
|
174
|
+
required: true,
|
|
175
|
+
type: {
|
|
176
|
+
name: "String"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
name: {
|
|
180
|
+
serializedName: "name",
|
|
181
|
+
required: true,
|
|
182
|
+
type: {
|
|
183
|
+
name: "Enum",
|
|
184
|
+
allowedValues: ["standard", "premium"]
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
|
|
191
|
+
export const AccessPolicyEntry: coreClient.CompositeMapper = {
|
|
101
192
|
type: {
|
|
102
193
|
name: "Composite",
|
|
103
194
|
className: "AccessPolicyEntry",
|
|
104
195
|
modelProperties: {
|
|
105
196
|
tenantId: {
|
|
106
|
-
required: true,
|
|
107
197
|
serializedName: "tenantId",
|
|
198
|
+
required: true,
|
|
108
199
|
type: {
|
|
109
200
|
name: "Uuid"
|
|
110
201
|
}
|
|
111
202
|
},
|
|
112
203
|
objectId: {
|
|
113
|
-
required: true,
|
|
114
204
|
serializedName: "objectId",
|
|
205
|
+
required: true,
|
|
115
206
|
type: {
|
|
116
207
|
name: "String"
|
|
117
208
|
}
|
|
@@ -123,7 +214,6 @@ export const AccessPolicyEntry: msRest.CompositeMapper = {
|
|
|
123
214
|
}
|
|
124
215
|
},
|
|
125
216
|
permissions: {
|
|
126
|
-
required: true,
|
|
127
217
|
serializedName: "permissions",
|
|
128
218
|
type: {
|
|
129
219
|
name: "Composite",
|
|
@@ -134,42 +224,60 @@ export const AccessPolicyEntry: msRest.CompositeMapper = {
|
|
|
134
224
|
}
|
|
135
225
|
};
|
|
136
226
|
|
|
137
|
-
export const
|
|
138
|
-
serializedName: "IPRule",
|
|
227
|
+
export const Permissions: coreClient.CompositeMapper = {
|
|
139
228
|
type: {
|
|
140
229
|
name: "Composite",
|
|
141
|
-
className: "
|
|
230
|
+
className: "Permissions",
|
|
142
231
|
modelProperties: {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
serializedName: "value",
|
|
232
|
+
keys: {
|
|
233
|
+
serializedName: "keys",
|
|
146
234
|
type: {
|
|
147
|
-
name: "
|
|
235
|
+
name: "Sequence",
|
|
236
|
+
element: {
|
|
237
|
+
type: {
|
|
238
|
+
name: "String"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
148
241
|
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
export const VirtualNetworkRule: msRest.CompositeMapper = {
|
|
155
|
-
serializedName: "VirtualNetworkRule",
|
|
156
|
-
type: {
|
|
157
|
-
name: "Composite",
|
|
158
|
-
className: "VirtualNetworkRule",
|
|
159
|
-
modelProperties: {
|
|
160
|
-
id: {
|
|
161
|
-
required: true,
|
|
162
|
-
serializedName: "id",
|
|
242
|
+
},
|
|
243
|
+
secrets: {
|
|
244
|
+
serializedName: "secrets",
|
|
163
245
|
type: {
|
|
164
|
-
name: "
|
|
246
|
+
name: "Sequence",
|
|
247
|
+
element: {
|
|
248
|
+
type: {
|
|
249
|
+
name: "String"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
certificates: {
|
|
255
|
+
serializedName: "certificates",
|
|
256
|
+
type: {
|
|
257
|
+
name: "Sequence",
|
|
258
|
+
element: {
|
|
259
|
+
type: {
|
|
260
|
+
name: "String"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
storage: {
|
|
266
|
+
serializedName: "storage",
|
|
267
|
+
type: {
|
|
268
|
+
name: "Sequence",
|
|
269
|
+
element: {
|
|
270
|
+
type: {
|
|
271
|
+
name: "String"
|
|
272
|
+
}
|
|
273
|
+
}
|
|
165
274
|
}
|
|
166
275
|
}
|
|
167
276
|
}
|
|
168
277
|
}
|
|
169
278
|
};
|
|
170
279
|
|
|
171
|
-
export const NetworkRuleSet:
|
|
172
|
-
serializedName: "NetworkRuleSet",
|
|
280
|
+
export const NetworkRuleSet: coreClient.CompositeMapper = {
|
|
173
281
|
type: {
|
|
174
282
|
name: "Composite",
|
|
175
283
|
className: "NetworkRuleSet",
|
|
@@ -214,15 +322,14 @@ export const NetworkRuleSet: msRest.CompositeMapper = {
|
|
|
214
322
|
}
|
|
215
323
|
};
|
|
216
324
|
|
|
217
|
-
export const
|
|
218
|
-
serializedName: "PrivateEndpoint",
|
|
325
|
+
export const IPRule: coreClient.CompositeMapper = {
|
|
219
326
|
type: {
|
|
220
327
|
name: "Composite",
|
|
221
|
-
className: "
|
|
328
|
+
className: "IPRule",
|
|
222
329
|
modelProperties: {
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
330
|
+
value: {
|
|
331
|
+
serializedName: "value",
|
|
332
|
+
required: true,
|
|
226
333
|
type: {
|
|
227
334
|
name: "String"
|
|
228
335
|
}
|
|
@@ -231,40 +338,45 @@ export const PrivateEndpoint: msRest.CompositeMapper = {
|
|
|
231
338
|
}
|
|
232
339
|
};
|
|
233
340
|
|
|
234
|
-
export const
|
|
235
|
-
serializedName: "PrivateLinkServiceConnectionState",
|
|
341
|
+
export const VirtualNetworkRule: coreClient.CompositeMapper = {
|
|
236
342
|
type: {
|
|
237
343
|
name: "Composite",
|
|
238
|
-
className: "
|
|
344
|
+
className: "VirtualNetworkRule",
|
|
239
345
|
modelProperties: {
|
|
240
|
-
|
|
241
|
-
serializedName: "
|
|
242
|
-
|
|
243
|
-
name: "String"
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
description: {
|
|
247
|
-
serializedName: "description",
|
|
346
|
+
id: {
|
|
347
|
+
serializedName: "id",
|
|
348
|
+
required: true,
|
|
248
349
|
type: {
|
|
249
350
|
name: "String"
|
|
250
351
|
}
|
|
251
352
|
},
|
|
252
|
-
|
|
253
|
-
serializedName: "
|
|
353
|
+
ignoreMissingVnetServiceEndpoint: {
|
|
354
|
+
serializedName: "ignoreMissingVnetServiceEndpoint",
|
|
254
355
|
type: {
|
|
255
|
-
name: "
|
|
356
|
+
name: "Boolean"
|
|
256
357
|
}
|
|
257
358
|
}
|
|
258
359
|
}
|
|
259
360
|
}
|
|
260
361
|
};
|
|
261
362
|
|
|
262
|
-
export const PrivateEndpointConnectionItem:
|
|
263
|
-
serializedName: "PrivateEndpointConnectionItem",
|
|
363
|
+
export const PrivateEndpointConnectionItem: coreClient.CompositeMapper = {
|
|
264
364
|
type: {
|
|
265
365
|
name: "Composite",
|
|
266
366
|
className: "PrivateEndpointConnectionItem",
|
|
267
367
|
modelProperties: {
|
|
368
|
+
id: {
|
|
369
|
+
serializedName: "id",
|
|
370
|
+
type: {
|
|
371
|
+
name: "String"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
etag: {
|
|
375
|
+
serializedName: "etag",
|
|
376
|
+
type: {
|
|
377
|
+
name: "String"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
268
380
|
privateEndpoint: {
|
|
269
381
|
serializedName: "properties.privateEndpoint",
|
|
270
382
|
type: {
|
|
@@ -281,6 +393,7 @@ export const PrivateEndpointConnectionItem: msRest.CompositeMapper = {
|
|
|
281
393
|
},
|
|
282
394
|
provisioningState: {
|
|
283
395
|
serializedName: "properties.provisioningState",
|
|
396
|
+
readOnly: true,
|
|
284
397
|
type: {
|
|
285
398
|
name: "String"
|
|
286
399
|
}
|
|
@@ -289,127 +402,160 @@ export const PrivateEndpointConnectionItem: msRest.CompositeMapper = {
|
|
|
289
402
|
}
|
|
290
403
|
};
|
|
291
404
|
|
|
292
|
-
export const
|
|
293
|
-
serializedName: "VaultProperties",
|
|
405
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
294
406
|
type: {
|
|
295
407
|
name: "Composite",
|
|
296
|
-
className: "
|
|
408
|
+
className: "PrivateEndpoint",
|
|
297
409
|
modelProperties: {
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
410
|
+
id: {
|
|
411
|
+
serializedName: "id",
|
|
412
|
+
readOnly: true,
|
|
301
413
|
type: {
|
|
302
|
-
name: "
|
|
414
|
+
name: "String"
|
|
303
415
|
}
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
422
|
+
type: {
|
|
423
|
+
name: "Composite",
|
|
424
|
+
className: "PrivateLinkServiceConnectionState",
|
|
425
|
+
modelProperties: {
|
|
426
|
+
status: {
|
|
427
|
+
serializedName: "status",
|
|
309
428
|
type: {
|
|
310
|
-
name: "
|
|
311
|
-
className: "Sku"
|
|
429
|
+
name: "String"
|
|
312
430
|
}
|
|
313
431
|
},
|
|
314
|
-
|
|
315
|
-
serializedName: "
|
|
432
|
+
description: {
|
|
433
|
+
serializedName: "description",
|
|
316
434
|
type: {
|
|
317
|
-
name: "
|
|
318
|
-
element: {
|
|
319
|
-
type: {
|
|
320
|
-
name: "Composite",
|
|
321
|
-
className: "AccessPolicyEntry"
|
|
322
|
-
}
|
|
323
|
-
}
|
|
435
|
+
name: "String"
|
|
324
436
|
}
|
|
325
437
|
},
|
|
326
|
-
|
|
327
|
-
serializedName: "
|
|
438
|
+
actionsRequired: {
|
|
439
|
+
serializedName: "actionsRequired",
|
|
328
440
|
type: {
|
|
329
441
|
name: "String"
|
|
330
442
|
}
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
};
|
|
447
|
+
|
|
448
|
+
export const Vault: coreClient.CompositeMapper = {
|
|
449
|
+
type: {
|
|
450
|
+
name: "Composite",
|
|
451
|
+
className: "Vault",
|
|
452
|
+
modelProperties: {
|
|
453
|
+
id: {
|
|
454
|
+
serializedName: "id",
|
|
455
|
+
readOnly: true,
|
|
334
456
|
type: {
|
|
335
|
-
name: "
|
|
457
|
+
name: "String"
|
|
336
458
|
}
|
|
337
459
|
},
|
|
338
|
-
|
|
339
|
-
serializedName: "
|
|
460
|
+
name: {
|
|
461
|
+
serializedName: "name",
|
|
462
|
+
readOnly: true,
|
|
340
463
|
type: {
|
|
341
|
-
name: "
|
|
464
|
+
name: "String"
|
|
342
465
|
}
|
|
343
466
|
},
|
|
344
|
-
|
|
345
|
-
serializedName: "
|
|
467
|
+
type: {
|
|
468
|
+
serializedName: "type",
|
|
469
|
+
readOnly: true,
|
|
346
470
|
type: {
|
|
347
|
-
name: "
|
|
471
|
+
name: "String"
|
|
348
472
|
}
|
|
349
473
|
},
|
|
350
|
-
|
|
351
|
-
serializedName: "
|
|
352
|
-
defaultValue: true,
|
|
474
|
+
location: {
|
|
475
|
+
serializedName: "location",
|
|
353
476
|
type: {
|
|
354
|
-
name: "
|
|
477
|
+
name: "String"
|
|
355
478
|
}
|
|
356
479
|
},
|
|
357
|
-
|
|
358
|
-
serializedName: "
|
|
359
|
-
defaultValue: 90,
|
|
480
|
+
tags: {
|
|
481
|
+
serializedName: "tags",
|
|
360
482
|
type: {
|
|
361
|
-
name: "
|
|
483
|
+
name: "Dictionary",
|
|
484
|
+
value: { type: { name: "String" } }
|
|
362
485
|
}
|
|
363
486
|
},
|
|
364
|
-
|
|
365
|
-
serializedName: "
|
|
366
|
-
defaultValue: false,
|
|
487
|
+
properties: {
|
|
488
|
+
serializedName: "properties",
|
|
367
489
|
type: {
|
|
368
|
-
name: "
|
|
490
|
+
name: "Composite",
|
|
491
|
+
className: "VaultProperties"
|
|
369
492
|
}
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
};
|
|
497
|
+
|
|
498
|
+
export const CloudError: coreClient.CompositeMapper = {
|
|
499
|
+
type: {
|
|
500
|
+
name: "Composite",
|
|
501
|
+
className: "CloudError",
|
|
502
|
+
modelProperties: {
|
|
503
|
+
error: {
|
|
504
|
+
serializedName: "error",
|
|
373
505
|
type: {
|
|
374
|
-
name: "
|
|
375
|
-
|
|
376
|
-
"recover",
|
|
377
|
-
"default"
|
|
378
|
-
]
|
|
506
|
+
name: "Composite",
|
|
507
|
+
className: "CloudErrorBody"
|
|
379
508
|
}
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
};
|
|
513
|
+
|
|
514
|
+
export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
515
|
+
type: {
|
|
516
|
+
name: "Composite",
|
|
517
|
+
className: "CloudErrorBody",
|
|
518
|
+
modelProperties: {
|
|
519
|
+
code: {
|
|
520
|
+
serializedName: "code",
|
|
383
521
|
type: {
|
|
384
|
-
name: "
|
|
522
|
+
name: "String"
|
|
385
523
|
}
|
|
386
524
|
},
|
|
387
|
-
|
|
388
|
-
serializedName: "
|
|
525
|
+
message: {
|
|
526
|
+
serializedName: "message",
|
|
389
527
|
type: {
|
|
390
|
-
name: "
|
|
391
|
-
|
|
528
|
+
name: "String"
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
export const VaultPatchParameters: coreClient.CompositeMapper = {
|
|
536
|
+
type: {
|
|
537
|
+
name: "Composite",
|
|
538
|
+
className: "VaultPatchParameters",
|
|
539
|
+
modelProperties: {
|
|
540
|
+
tags: {
|
|
541
|
+
serializedName: "tags",
|
|
542
|
+
type: {
|
|
543
|
+
name: "Dictionary",
|
|
544
|
+
value: { type: { name: "String" } }
|
|
392
545
|
}
|
|
393
546
|
},
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
serializedName: "privateEndpointConnections",
|
|
547
|
+
properties: {
|
|
548
|
+
serializedName: "properties",
|
|
397
549
|
type: {
|
|
398
|
-
name: "
|
|
399
|
-
|
|
400
|
-
type: {
|
|
401
|
-
name: "Composite",
|
|
402
|
-
className: "PrivateEndpointConnectionItem"
|
|
403
|
-
}
|
|
404
|
-
}
|
|
550
|
+
name: "Composite",
|
|
551
|
+
className: "VaultPatchProperties"
|
|
405
552
|
}
|
|
406
553
|
}
|
|
407
554
|
}
|
|
408
555
|
}
|
|
409
556
|
};
|
|
410
557
|
|
|
411
|
-
export const VaultPatchProperties:
|
|
412
|
-
serializedName: "VaultPatchProperties",
|
|
558
|
+
export const VaultPatchProperties: coreClient.CompositeMapper = {
|
|
413
559
|
type: {
|
|
414
560
|
name: "Composite",
|
|
415
561
|
className: "VaultPatchProperties",
|
|
@@ -479,10 +625,7 @@ export const VaultPatchProperties: msRest.CompositeMapper = {
|
|
|
479
625
|
serializedName: "createMode",
|
|
480
626
|
type: {
|
|
481
627
|
name: "Enum",
|
|
482
|
-
allowedValues: [
|
|
483
|
-
"recover",
|
|
484
|
-
"default"
|
|
485
|
-
]
|
|
628
|
+
allowedValues: ["recover", "default"]
|
|
486
629
|
}
|
|
487
630
|
},
|
|
488
631
|
enablePurgeProtection: {
|
|
@@ -502,353 +645,303 @@ export const VaultPatchProperties: msRest.CompositeMapper = {
|
|
|
502
645
|
}
|
|
503
646
|
};
|
|
504
647
|
|
|
505
|
-
export const
|
|
506
|
-
serializedName: "VaultAccessPolicyProperties",
|
|
507
|
-
type: {
|
|
508
|
-
name: "Composite",
|
|
509
|
-
className: "VaultAccessPolicyProperties",
|
|
510
|
-
modelProperties: {
|
|
511
|
-
accessPolicies: {
|
|
512
|
-
required: true,
|
|
513
|
-
serializedName: "accessPolicies",
|
|
514
|
-
type: {
|
|
515
|
-
name: "Sequence",
|
|
516
|
-
element: {
|
|
517
|
-
type: {
|
|
518
|
-
name: "Composite",
|
|
519
|
-
className: "AccessPolicyEntry"
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
};
|
|
527
|
-
|
|
528
|
-
export const DeletedVaultProperties: msRest.CompositeMapper = {
|
|
529
|
-
serializedName: "DeletedVaultProperties",
|
|
648
|
+
export const VaultAccessPolicyParameters: coreClient.CompositeMapper = {
|
|
530
649
|
type: {
|
|
531
650
|
name: "Composite",
|
|
532
|
-
className: "
|
|
651
|
+
className: "VaultAccessPolicyParameters",
|
|
533
652
|
modelProperties: {
|
|
534
|
-
|
|
653
|
+
id: {
|
|
654
|
+
serializedName: "id",
|
|
535
655
|
readOnly: true,
|
|
536
|
-
serializedName: "vaultId",
|
|
537
656
|
type: {
|
|
538
657
|
name: "String"
|
|
539
658
|
}
|
|
540
659
|
},
|
|
541
|
-
|
|
660
|
+
name: {
|
|
661
|
+
serializedName: "name",
|
|
542
662
|
readOnly: true,
|
|
543
|
-
serializedName: "location",
|
|
544
663
|
type: {
|
|
545
664
|
name: "String"
|
|
546
665
|
}
|
|
547
666
|
},
|
|
548
|
-
|
|
667
|
+
type: {
|
|
668
|
+
serializedName: "type",
|
|
549
669
|
readOnly: true,
|
|
550
|
-
serializedName: "deletionDate",
|
|
551
670
|
type: {
|
|
552
|
-
name: "
|
|
671
|
+
name: "String"
|
|
553
672
|
}
|
|
554
673
|
},
|
|
555
|
-
|
|
674
|
+
location: {
|
|
675
|
+
serializedName: "location",
|
|
556
676
|
readOnly: true,
|
|
557
|
-
serializedName: "scheduledPurgeDate",
|
|
558
677
|
type: {
|
|
559
|
-
name: "
|
|
678
|
+
name: "String"
|
|
560
679
|
}
|
|
561
680
|
},
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
serializedName: "tags",
|
|
681
|
+
properties: {
|
|
682
|
+
serializedName: "properties",
|
|
565
683
|
type: {
|
|
566
|
-
name: "
|
|
567
|
-
|
|
568
|
-
type: {
|
|
569
|
-
name: "String"
|
|
570
|
-
}
|
|
571
|
-
}
|
|
684
|
+
name: "Composite",
|
|
685
|
+
className: "VaultAccessPolicyProperties"
|
|
572
686
|
}
|
|
573
687
|
}
|
|
574
688
|
}
|
|
575
689
|
}
|
|
576
690
|
};
|
|
577
691
|
|
|
578
|
-
export const
|
|
579
|
-
serializedName: "VaultCreateOrUpdateParameters",
|
|
692
|
+
export const VaultAccessPolicyProperties: coreClient.CompositeMapper = {
|
|
580
693
|
type: {
|
|
581
694
|
name: "Composite",
|
|
582
|
-
className: "
|
|
695
|
+
className: "VaultAccessPolicyProperties",
|
|
583
696
|
modelProperties: {
|
|
584
|
-
|
|
697
|
+
accessPolicies: {
|
|
698
|
+
serializedName: "accessPolicies",
|
|
585
699
|
required: true,
|
|
586
|
-
serializedName: "location",
|
|
587
700
|
type: {
|
|
588
|
-
name: "
|
|
701
|
+
name: "Sequence",
|
|
702
|
+
element: {
|
|
703
|
+
type: {
|
|
704
|
+
name: "Composite",
|
|
705
|
+
className: "AccessPolicyEntry"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
589
708
|
}
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
};
|
|
713
|
+
|
|
714
|
+
export const VaultListResult: coreClient.CompositeMapper = {
|
|
715
|
+
type: {
|
|
716
|
+
name: "Composite",
|
|
717
|
+
className: "VaultListResult",
|
|
718
|
+
modelProperties: {
|
|
719
|
+
value: {
|
|
720
|
+
serializedName: "value",
|
|
593
721
|
type: {
|
|
594
|
-
name: "
|
|
595
|
-
|
|
722
|
+
name: "Sequence",
|
|
723
|
+
element: {
|
|
596
724
|
type: {
|
|
597
|
-
name: "
|
|
725
|
+
name: "Composite",
|
|
726
|
+
className: "Vault"
|
|
598
727
|
}
|
|
599
728
|
}
|
|
600
729
|
}
|
|
601
730
|
},
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
serializedName: "properties",
|
|
605
|
-
defaultValue: {},
|
|
731
|
+
nextLink: {
|
|
732
|
+
serializedName: "nextLink",
|
|
606
733
|
type: {
|
|
607
|
-
name: "
|
|
608
|
-
className: "VaultProperties"
|
|
734
|
+
name: "String"
|
|
609
735
|
}
|
|
610
736
|
}
|
|
611
737
|
}
|
|
612
738
|
}
|
|
613
739
|
};
|
|
614
740
|
|
|
615
|
-
export const
|
|
616
|
-
serializedName: "VaultPatchParameters",
|
|
741
|
+
export const DeletedVaultListResult: coreClient.CompositeMapper = {
|
|
617
742
|
type: {
|
|
618
743
|
name: "Composite",
|
|
619
|
-
className: "
|
|
744
|
+
className: "DeletedVaultListResult",
|
|
620
745
|
modelProperties: {
|
|
621
|
-
|
|
622
|
-
serializedName: "
|
|
746
|
+
value: {
|
|
747
|
+
serializedName: "value",
|
|
623
748
|
type: {
|
|
624
|
-
name: "
|
|
625
|
-
|
|
749
|
+
name: "Sequence",
|
|
750
|
+
element: {
|
|
626
751
|
type: {
|
|
627
|
-
name: "
|
|
752
|
+
name: "Composite",
|
|
753
|
+
className: "DeletedVault"
|
|
628
754
|
}
|
|
629
755
|
}
|
|
630
756
|
}
|
|
631
757
|
},
|
|
632
|
-
|
|
633
|
-
serializedName: "
|
|
758
|
+
nextLink: {
|
|
759
|
+
serializedName: "nextLink",
|
|
634
760
|
type: {
|
|
635
|
-
name: "
|
|
636
|
-
className: "VaultPatchProperties"
|
|
761
|
+
name: "String"
|
|
637
762
|
}
|
|
638
763
|
}
|
|
639
764
|
}
|
|
640
765
|
}
|
|
641
766
|
};
|
|
642
767
|
|
|
643
|
-
export const
|
|
644
|
-
serializedName: "VaultAccessPolicyParameters",
|
|
768
|
+
export const DeletedVault: coreClient.CompositeMapper = {
|
|
645
769
|
type: {
|
|
646
770
|
name: "Composite",
|
|
647
|
-
className: "
|
|
771
|
+
className: "DeletedVault",
|
|
648
772
|
modelProperties: {
|
|
649
773
|
id: {
|
|
650
|
-
readOnly: true,
|
|
651
774
|
serializedName: "id",
|
|
775
|
+
readOnly: true,
|
|
652
776
|
type: {
|
|
653
777
|
name: "String"
|
|
654
778
|
}
|
|
655
779
|
},
|
|
656
780
|
name: {
|
|
657
|
-
readOnly: true,
|
|
658
781
|
serializedName: "name",
|
|
782
|
+
readOnly: true,
|
|
659
783
|
type: {
|
|
660
784
|
name: "String"
|
|
661
785
|
}
|
|
662
786
|
},
|
|
663
787
|
type: {
|
|
664
|
-
readOnly: true,
|
|
665
788
|
serializedName: "type",
|
|
666
|
-
type: {
|
|
667
|
-
name: "String"
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
location: {
|
|
671
789
|
readOnly: true,
|
|
672
|
-
serializedName: "location",
|
|
673
790
|
type: {
|
|
674
791
|
name: "String"
|
|
675
792
|
}
|
|
676
793
|
},
|
|
677
794
|
properties: {
|
|
678
|
-
required: true,
|
|
679
795
|
serializedName: "properties",
|
|
680
796
|
type: {
|
|
681
797
|
name: "Composite",
|
|
682
|
-
className: "
|
|
798
|
+
className: "DeletedVaultProperties"
|
|
683
799
|
}
|
|
684
800
|
}
|
|
685
801
|
}
|
|
686
802
|
}
|
|
687
803
|
};
|
|
688
804
|
|
|
689
|
-
export const
|
|
690
|
-
serializedName: "Vault",
|
|
805
|
+
export const DeletedVaultProperties: coreClient.CompositeMapper = {
|
|
691
806
|
type: {
|
|
692
807
|
name: "Composite",
|
|
693
|
-
className: "
|
|
808
|
+
className: "DeletedVaultProperties",
|
|
694
809
|
modelProperties: {
|
|
695
|
-
|
|
810
|
+
vaultId: {
|
|
811
|
+
serializedName: "vaultId",
|
|
696
812
|
readOnly: true,
|
|
697
|
-
serializedName: "id",
|
|
698
813
|
type: {
|
|
699
814
|
name: "String"
|
|
700
815
|
}
|
|
701
816
|
},
|
|
702
|
-
|
|
817
|
+
location: {
|
|
818
|
+
serializedName: "location",
|
|
703
819
|
readOnly: true,
|
|
704
|
-
serializedName: "name",
|
|
705
820
|
type: {
|
|
706
821
|
name: "String"
|
|
707
822
|
}
|
|
708
823
|
},
|
|
709
|
-
|
|
824
|
+
deletionDate: {
|
|
825
|
+
serializedName: "deletionDate",
|
|
710
826
|
readOnly: true,
|
|
711
|
-
serializedName: "type",
|
|
712
827
|
type: {
|
|
713
|
-
name: "
|
|
828
|
+
name: "DateTime"
|
|
714
829
|
}
|
|
715
830
|
},
|
|
716
|
-
|
|
717
|
-
serializedName: "
|
|
831
|
+
scheduledPurgeDate: {
|
|
832
|
+
serializedName: "scheduledPurgeDate",
|
|
833
|
+
readOnly: true,
|
|
718
834
|
type: {
|
|
719
|
-
name: "
|
|
835
|
+
name: "DateTime"
|
|
720
836
|
}
|
|
721
837
|
},
|
|
722
838
|
tags: {
|
|
723
839
|
serializedName: "tags",
|
|
840
|
+
readOnly: true,
|
|
724
841
|
type: {
|
|
725
842
|
name: "Dictionary",
|
|
726
|
-
value: {
|
|
727
|
-
type: {
|
|
728
|
-
name: "String"
|
|
729
|
-
}
|
|
730
|
-
}
|
|
843
|
+
value: { type: { name: "String" } }
|
|
731
844
|
}
|
|
732
845
|
},
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
defaultValue: {},
|
|
846
|
+
purgeProtectionEnabled: {
|
|
847
|
+
serializedName: "purgeProtectionEnabled",
|
|
848
|
+
readOnly: true,
|
|
737
849
|
type: {
|
|
738
|
-
name: "
|
|
739
|
-
className: "VaultProperties"
|
|
850
|
+
name: "Boolean"
|
|
740
851
|
}
|
|
741
852
|
}
|
|
742
853
|
}
|
|
743
854
|
}
|
|
744
855
|
};
|
|
745
856
|
|
|
746
|
-
export const
|
|
747
|
-
serializedName: "DeletedVault",
|
|
857
|
+
export const ResourceListResult: coreClient.CompositeMapper = {
|
|
748
858
|
type: {
|
|
749
859
|
name: "Composite",
|
|
750
|
-
className: "
|
|
860
|
+
className: "ResourceListResult",
|
|
751
861
|
modelProperties: {
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
serializedName: "id",
|
|
755
|
-
type: {
|
|
756
|
-
name: "String"
|
|
757
|
-
}
|
|
758
|
-
},
|
|
759
|
-
name: {
|
|
760
|
-
readOnly: true,
|
|
761
|
-
serializedName: "name",
|
|
862
|
+
value: {
|
|
863
|
+
serializedName: "value",
|
|
762
864
|
type: {
|
|
763
|
-
name: "
|
|
865
|
+
name: "Sequence",
|
|
866
|
+
element: {
|
|
867
|
+
type: {
|
|
868
|
+
name: "Composite",
|
|
869
|
+
className: "Resource"
|
|
870
|
+
}
|
|
871
|
+
}
|
|
764
872
|
}
|
|
765
873
|
},
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
serializedName: "type",
|
|
874
|
+
nextLink: {
|
|
875
|
+
serializedName: "nextLink",
|
|
769
876
|
type: {
|
|
770
877
|
name: "String"
|
|
771
878
|
}
|
|
772
|
-
},
|
|
773
|
-
properties: {
|
|
774
|
-
serializedName: "properties",
|
|
775
|
-
type: {
|
|
776
|
-
name: "Composite",
|
|
777
|
-
className: "DeletedVaultProperties"
|
|
778
|
-
}
|
|
779
879
|
}
|
|
780
880
|
}
|
|
781
881
|
}
|
|
782
882
|
};
|
|
783
883
|
|
|
784
|
-
export const Resource:
|
|
785
|
-
serializedName: "Resource",
|
|
884
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
786
885
|
type: {
|
|
787
886
|
name: "Composite",
|
|
788
887
|
className: "Resource",
|
|
789
888
|
modelProperties: {
|
|
790
889
|
id: {
|
|
791
|
-
readOnly: true,
|
|
792
890
|
serializedName: "id",
|
|
891
|
+
readOnly: true,
|
|
793
892
|
type: {
|
|
794
893
|
name: "String"
|
|
795
894
|
}
|
|
796
895
|
},
|
|
797
896
|
name: {
|
|
798
|
-
readOnly: true,
|
|
799
897
|
serializedName: "name",
|
|
898
|
+
readOnly: true,
|
|
800
899
|
type: {
|
|
801
900
|
name: "String"
|
|
802
901
|
}
|
|
803
902
|
},
|
|
804
903
|
type: {
|
|
805
|
-
readOnly: true,
|
|
806
904
|
serializedName: "type",
|
|
905
|
+
readOnly: true,
|
|
807
906
|
type: {
|
|
808
907
|
name: "String"
|
|
809
908
|
}
|
|
810
909
|
},
|
|
811
910
|
location: {
|
|
812
|
-
readOnly: true,
|
|
813
911
|
serializedName: "location",
|
|
912
|
+
readOnly: true,
|
|
814
913
|
type: {
|
|
815
914
|
name: "String"
|
|
816
915
|
}
|
|
817
916
|
},
|
|
818
917
|
tags: {
|
|
819
|
-
readOnly: true,
|
|
820
918
|
serializedName: "tags",
|
|
919
|
+
readOnly: true,
|
|
821
920
|
type: {
|
|
822
921
|
name: "Dictionary",
|
|
823
|
-
value: {
|
|
824
|
-
type: {
|
|
825
|
-
name: "String"
|
|
826
|
-
}
|
|
827
|
-
}
|
|
922
|
+
value: { type: { name: "String" } }
|
|
828
923
|
}
|
|
829
924
|
}
|
|
830
925
|
}
|
|
831
926
|
}
|
|
832
927
|
};
|
|
833
928
|
|
|
834
|
-
export const VaultCheckNameAvailabilityParameters:
|
|
835
|
-
serializedName: "VaultCheckNameAvailabilityParameters",
|
|
929
|
+
export const VaultCheckNameAvailabilityParameters: coreClient.CompositeMapper = {
|
|
836
930
|
type: {
|
|
837
931
|
name: "Composite",
|
|
838
932
|
className: "VaultCheckNameAvailabilityParameters",
|
|
839
933
|
modelProperties: {
|
|
840
934
|
name: {
|
|
841
|
-
required: true,
|
|
842
935
|
serializedName: "name",
|
|
936
|
+
required: true,
|
|
843
937
|
type: {
|
|
844
938
|
name: "String"
|
|
845
939
|
}
|
|
846
940
|
},
|
|
847
941
|
type: {
|
|
848
|
-
|
|
942
|
+
defaultValue: "Microsoft.KeyVault/vaults",
|
|
849
943
|
isConstant: true,
|
|
850
944
|
serializedName: "type",
|
|
851
|
-
defaultValue: 'Microsoft.KeyVault/vaults',
|
|
852
945
|
type: {
|
|
853
946
|
name: "String"
|
|
854
947
|
}
|
|
@@ -857,33 +950,29 @@ export const VaultCheckNameAvailabilityParameters: msRest.CompositeMapper = {
|
|
|
857
950
|
}
|
|
858
951
|
};
|
|
859
952
|
|
|
860
|
-
export const CheckNameAvailabilityResult:
|
|
861
|
-
serializedName: "CheckNameAvailabilityResult",
|
|
953
|
+
export const CheckNameAvailabilityResult: coreClient.CompositeMapper = {
|
|
862
954
|
type: {
|
|
863
955
|
name: "Composite",
|
|
864
956
|
className: "CheckNameAvailabilityResult",
|
|
865
957
|
modelProperties: {
|
|
866
958
|
nameAvailable: {
|
|
867
|
-
readOnly: true,
|
|
868
959
|
serializedName: "nameAvailable",
|
|
960
|
+
readOnly: true,
|
|
869
961
|
type: {
|
|
870
962
|
name: "Boolean"
|
|
871
963
|
}
|
|
872
964
|
},
|
|
873
965
|
reason: {
|
|
874
|
-
readOnly: true,
|
|
875
966
|
serializedName: "reason",
|
|
967
|
+
readOnly: true,
|
|
876
968
|
type: {
|
|
877
969
|
name: "Enum",
|
|
878
|
-
allowedValues: [
|
|
879
|
-
"AccountNameInvalid",
|
|
880
|
-
"AlreadyExists"
|
|
881
|
-
]
|
|
970
|
+
allowedValues: ["AccountNameInvalid", "AlreadyExists"]
|
|
882
971
|
}
|
|
883
972
|
},
|
|
884
973
|
message: {
|
|
885
|
-
readOnly: true,
|
|
886
974
|
serializedName: "message",
|
|
975
|
+
readOnly: true,
|
|
887
976
|
type: {
|
|
888
977
|
name: "String"
|
|
889
978
|
}
|
|
@@ -892,101 +981,96 @@ export const CheckNameAvailabilityResult: msRest.CompositeMapper = {
|
|
|
892
981
|
}
|
|
893
982
|
};
|
|
894
983
|
|
|
895
|
-
export const
|
|
896
|
-
serializedName: "PrivateEndpointConnection",
|
|
984
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
897
985
|
type: {
|
|
898
986
|
name: "Composite",
|
|
899
|
-
className: "
|
|
987
|
+
className: "PrivateLinkResourceListResult",
|
|
900
988
|
modelProperties: {
|
|
901
|
-
|
|
902
|
-
serializedName: "
|
|
903
|
-
type: {
|
|
904
|
-
name: "Composite",
|
|
905
|
-
className: "PrivateEndpoint"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
privateLinkServiceConnectionState: {
|
|
909
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
|
910
|
-
type: {
|
|
911
|
-
name: "Composite",
|
|
912
|
-
className: "PrivateLinkServiceConnectionState"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
provisioningState: {
|
|
916
|
-
serializedName: "properties.provisioningState",
|
|
989
|
+
value: {
|
|
990
|
+
serializedName: "value",
|
|
917
991
|
type: {
|
|
918
|
-
name: "
|
|
992
|
+
name: "Sequence",
|
|
993
|
+
element: {
|
|
994
|
+
type: {
|
|
995
|
+
name: "Composite",
|
|
996
|
+
className: "PrivateLinkResource"
|
|
997
|
+
}
|
|
998
|
+
}
|
|
919
999
|
}
|
|
920
1000
|
}
|
|
921
1001
|
}
|
|
922
1002
|
}
|
|
923
1003
|
};
|
|
924
1004
|
|
|
925
|
-
export const
|
|
926
|
-
serializedName: "PrivateLinkResource",
|
|
1005
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
927
1006
|
type: {
|
|
928
1007
|
name: "Composite",
|
|
929
|
-
className: "
|
|
1008
|
+
className: "OperationListResult",
|
|
930
1009
|
modelProperties: {
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
readOnly: true,
|
|
934
|
-
serializedName: "properties.groupId",
|
|
935
|
-
type: {
|
|
936
|
-
name: "String"
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
requiredMembers: {
|
|
940
|
-
readOnly: true,
|
|
941
|
-
serializedName: "properties.requiredMembers",
|
|
1010
|
+
value: {
|
|
1011
|
+
serializedName: "value",
|
|
942
1012
|
type: {
|
|
943
1013
|
name: "Sequence",
|
|
944
1014
|
element: {
|
|
945
1015
|
type: {
|
|
946
|
-
name: "
|
|
1016
|
+
name: "Composite",
|
|
1017
|
+
className: "Operation"
|
|
947
1018
|
}
|
|
948
1019
|
}
|
|
949
1020
|
}
|
|
950
1021
|
},
|
|
951
|
-
|
|
952
|
-
serializedName: "
|
|
1022
|
+
nextLink: {
|
|
1023
|
+
serializedName: "nextLink",
|
|
953
1024
|
type: {
|
|
954
|
-
name: "
|
|
955
|
-
element: {
|
|
956
|
-
type: {
|
|
957
|
-
name: "String"
|
|
958
|
-
}
|
|
959
|
-
}
|
|
1025
|
+
name: "String"
|
|
960
1026
|
}
|
|
961
1027
|
}
|
|
962
1028
|
}
|
|
963
1029
|
}
|
|
964
1030
|
};
|
|
965
1031
|
|
|
966
|
-
export const
|
|
967
|
-
serializedName: "PrivateLinkResourceListResult",
|
|
1032
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
968
1033
|
type: {
|
|
969
1034
|
name: "Composite",
|
|
970
|
-
className: "
|
|
1035
|
+
className: "Operation",
|
|
971
1036
|
modelProperties: {
|
|
972
|
-
|
|
973
|
-
serializedName: "
|
|
1037
|
+
name: {
|
|
1038
|
+
serializedName: "name",
|
|
974
1039
|
type: {
|
|
975
|
-
name: "
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
1040
|
+
name: "String"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
display: {
|
|
1044
|
+
serializedName: "display",
|
|
1045
|
+
type: {
|
|
1046
|
+
name: "Composite",
|
|
1047
|
+
className: "OperationDisplay"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
origin: {
|
|
1051
|
+
serializedName: "origin",
|
|
1052
|
+
type: {
|
|
1053
|
+
name: "String"
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
isDataAction: {
|
|
1057
|
+
serializedName: "isDataAction",
|
|
1058
|
+
type: {
|
|
1059
|
+
name: "Boolean"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
serviceSpecification: {
|
|
1063
|
+
serializedName: "properties.serviceSpecification",
|
|
1064
|
+
type: {
|
|
1065
|
+
name: "Composite",
|
|
1066
|
+
className: "ServiceSpecification"
|
|
982
1067
|
}
|
|
983
1068
|
}
|
|
984
1069
|
}
|
|
985
1070
|
}
|
|
986
1071
|
};
|
|
987
1072
|
|
|
988
|
-
export const OperationDisplay:
|
|
989
|
-
serializedName: "Operation_display",
|
|
1073
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
990
1074
|
type: {
|
|
991
1075
|
name: "Composite",
|
|
992
1076
|
className: "OperationDisplay",
|
|
@@ -1019,8 +1103,40 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
|
1019
1103
|
}
|
|
1020
1104
|
};
|
|
1021
1105
|
|
|
1022
|
-
export const
|
|
1023
|
-
|
|
1106
|
+
export const ServiceSpecification: coreClient.CompositeMapper = {
|
|
1107
|
+
type: {
|
|
1108
|
+
name: "Composite",
|
|
1109
|
+
className: "ServiceSpecification",
|
|
1110
|
+
modelProperties: {
|
|
1111
|
+
logSpecifications: {
|
|
1112
|
+
serializedName: "logSpecifications",
|
|
1113
|
+
type: {
|
|
1114
|
+
name: "Sequence",
|
|
1115
|
+
element: {
|
|
1116
|
+
type: {
|
|
1117
|
+
name: "Composite",
|
|
1118
|
+
className: "LogSpecification"
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
metricSpecifications: {
|
|
1124
|
+
serializedName: "metricSpecifications",
|
|
1125
|
+
type: {
|
|
1126
|
+
name: "Sequence",
|
|
1127
|
+
element: {
|
|
1128
|
+
type: {
|
|
1129
|
+
name: "Composite",
|
|
1130
|
+
className: "MetricSpecification"
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
};
|
|
1138
|
+
|
|
1139
|
+
export const LogSpecification: coreClient.CompositeMapper = {
|
|
1024
1140
|
type: {
|
|
1025
1141
|
name: "Composite",
|
|
1026
1142
|
className: "LogSpecification",
|
|
@@ -1047,119 +1163,148 @@ export const LogSpecification: msRest.CompositeMapper = {
|
|
|
1047
1163
|
}
|
|
1048
1164
|
};
|
|
1049
1165
|
|
|
1050
|
-
export const
|
|
1051
|
-
serializedName: "ServiceSpecification",
|
|
1166
|
+
export const MetricSpecification: coreClient.CompositeMapper = {
|
|
1052
1167
|
type: {
|
|
1053
1168
|
name: "Composite",
|
|
1054
|
-
className: "
|
|
1169
|
+
className: "MetricSpecification",
|
|
1055
1170
|
modelProperties: {
|
|
1056
|
-
|
|
1057
|
-
serializedName: "
|
|
1171
|
+
name: {
|
|
1172
|
+
serializedName: "name",
|
|
1173
|
+
type: {
|
|
1174
|
+
name: "String"
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
displayName: {
|
|
1178
|
+
serializedName: "displayName",
|
|
1179
|
+
type: {
|
|
1180
|
+
name: "String"
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
displayDescription: {
|
|
1184
|
+
serializedName: "displayDescription",
|
|
1185
|
+
type: {
|
|
1186
|
+
name: "String"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
unit: {
|
|
1190
|
+
serializedName: "unit",
|
|
1191
|
+
type: {
|
|
1192
|
+
name: "String"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
aggregationType: {
|
|
1196
|
+
serializedName: "aggregationType",
|
|
1197
|
+
type: {
|
|
1198
|
+
name: "String"
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1201
|
+
supportedAggregationTypes: {
|
|
1202
|
+
serializedName: "supportedAggregationTypes",
|
|
1058
1203
|
type: {
|
|
1059
1204
|
name: "Sequence",
|
|
1060
1205
|
element: {
|
|
1061
1206
|
type: {
|
|
1062
|
-
name: "
|
|
1063
|
-
className: "LogSpecification"
|
|
1207
|
+
name: "String"
|
|
1064
1208
|
}
|
|
1065
1209
|
}
|
|
1066
1210
|
}
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1211
|
+
},
|
|
1212
|
+
supportedTimeGrainTypes: {
|
|
1213
|
+
serializedName: "supportedTimeGrainTypes",
|
|
1214
|
+
type: {
|
|
1215
|
+
name: "Sequence",
|
|
1216
|
+
element: {
|
|
1217
|
+
type: {
|
|
1218
|
+
name: "String"
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
lockAggregationType: {
|
|
1224
|
+
serializedName: "lockAggregationType",
|
|
1080
1225
|
type: {
|
|
1081
1226
|
name: "String"
|
|
1082
1227
|
}
|
|
1083
1228
|
},
|
|
1084
|
-
|
|
1085
|
-
serializedName: "
|
|
1229
|
+
dimensions: {
|
|
1230
|
+
serializedName: "dimensions",
|
|
1086
1231
|
type: {
|
|
1087
|
-
name: "
|
|
1088
|
-
|
|
1232
|
+
name: "Sequence",
|
|
1233
|
+
element: {
|
|
1234
|
+
type: {
|
|
1235
|
+
name: "Composite",
|
|
1236
|
+
className: "DimensionProperties"
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1089
1239
|
}
|
|
1090
1240
|
},
|
|
1091
|
-
|
|
1092
|
-
serializedName: "
|
|
1241
|
+
fillGapWithZero: {
|
|
1242
|
+
serializedName: "fillGapWithZero",
|
|
1093
1243
|
type: {
|
|
1094
|
-
name: "
|
|
1244
|
+
name: "Boolean"
|
|
1095
1245
|
}
|
|
1096
1246
|
},
|
|
1097
|
-
|
|
1098
|
-
serializedName: "
|
|
1247
|
+
internalMetricName: {
|
|
1248
|
+
serializedName: "internalMetricName",
|
|
1099
1249
|
type: {
|
|
1100
|
-
name: "
|
|
1101
|
-
className: "ServiceSpecification"
|
|
1250
|
+
name: "String"
|
|
1102
1251
|
}
|
|
1103
1252
|
}
|
|
1104
1253
|
}
|
|
1105
1254
|
}
|
|
1106
1255
|
};
|
|
1107
1256
|
|
|
1108
|
-
export const
|
|
1109
|
-
serializedName: "Attributes",
|
|
1257
|
+
export const DimensionProperties: coreClient.CompositeMapper = {
|
|
1110
1258
|
type: {
|
|
1111
1259
|
name: "Composite",
|
|
1112
|
-
className: "
|
|
1260
|
+
className: "DimensionProperties",
|
|
1113
1261
|
modelProperties: {
|
|
1114
|
-
|
|
1115
|
-
serializedName: "
|
|
1116
|
-
type: {
|
|
1117
|
-
name: "Boolean"
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
notBefore: {
|
|
1121
|
-
serializedName: "nbf",
|
|
1122
|
-
type: {
|
|
1123
|
-
name: "UnixTime"
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
expires: {
|
|
1127
|
-
serializedName: "exp",
|
|
1262
|
+
name: {
|
|
1263
|
+
serializedName: "name",
|
|
1128
1264
|
type: {
|
|
1129
|
-
name: "
|
|
1265
|
+
name: "String"
|
|
1130
1266
|
}
|
|
1131
1267
|
},
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
serializedName: "created",
|
|
1268
|
+
displayName: {
|
|
1269
|
+
serializedName: "displayName",
|
|
1135
1270
|
type: {
|
|
1136
|
-
name: "
|
|
1271
|
+
name: "String"
|
|
1137
1272
|
}
|
|
1138
1273
|
},
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
serializedName: "updated",
|
|
1274
|
+
toBeExportedForShoebox: {
|
|
1275
|
+
serializedName: "toBeExportedForShoebox",
|
|
1142
1276
|
type: {
|
|
1143
|
-
name: "
|
|
1277
|
+
name: "Boolean"
|
|
1144
1278
|
}
|
|
1145
1279
|
}
|
|
1146
1280
|
}
|
|
1147
1281
|
}
|
|
1148
1282
|
};
|
|
1149
1283
|
|
|
1150
|
-
export const
|
|
1151
|
-
serializedName: "SecretAttributes",
|
|
1284
|
+
export const SecretCreateOrUpdateParameters: coreClient.CompositeMapper = {
|
|
1152
1285
|
type: {
|
|
1153
1286
|
name: "Composite",
|
|
1154
|
-
className: "
|
|
1287
|
+
className: "SecretCreateOrUpdateParameters",
|
|
1155
1288
|
modelProperties: {
|
|
1156
|
-
|
|
1289
|
+
tags: {
|
|
1290
|
+
serializedName: "tags",
|
|
1291
|
+
type: {
|
|
1292
|
+
name: "Dictionary",
|
|
1293
|
+
value: { type: { name: "String" } }
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
properties: {
|
|
1297
|
+
serializedName: "properties",
|
|
1298
|
+
type: {
|
|
1299
|
+
name: "Composite",
|
|
1300
|
+
className: "SecretProperties"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1157
1303
|
}
|
|
1158
1304
|
}
|
|
1159
1305
|
};
|
|
1160
1306
|
|
|
1161
|
-
export const SecretProperties:
|
|
1162
|
-
serializedName: "SecretProperties",
|
|
1307
|
+
export const SecretProperties: coreClient.CompositeMapper = {
|
|
1163
1308
|
type: {
|
|
1164
1309
|
name: "Composite",
|
|
1165
1310
|
className: "SecretProperties",
|
|
@@ -1184,15 +1329,15 @@ export const SecretProperties: msRest.CompositeMapper = {
|
|
|
1184
1329
|
}
|
|
1185
1330
|
},
|
|
1186
1331
|
secretUri: {
|
|
1187
|
-
readOnly: true,
|
|
1188
1332
|
serializedName: "secretUri",
|
|
1333
|
+
readOnly: true,
|
|
1189
1334
|
type: {
|
|
1190
1335
|
name: "String"
|
|
1191
1336
|
}
|
|
1192
1337
|
},
|
|
1193
1338
|
secretUriWithVersion: {
|
|
1194
|
-
readOnly: true,
|
|
1195
1339
|
serializedName: "secretUriWithVersion",
|
|
1340
|
+
readOnly: true,
|
|
1196
1341
|
type: {
|
|
1197
1342
|
name: "String"
|
|
1198
1343
|
}
|
|
@@ -1201,66 +1346,48 @@ export const SecretProperties: msRest.CompositeMapper = {
|
|
|
1201
1346
|
}
|
|
1202
1347
|
};
|
|
1203
1348
|
|
|
1204
|
-
export const
|
|
1205
|
-
serializedName: "SecretPatchProperties",
|
|
1349
|
+
export const Attributes: coreClient.CompositeMapper = {
|
|
1206
1350
|
type: {
|
|
1207
1351
|
name: "Composite",
|
|
1208
|
-
className: "
|
|
1352
|
+
className: "Attributes",
|
|
1209
1353
|
modelProperties: {
|
|
1210
|
-
|
|
1211
|
-
serializedName: "
|
|
1354
|
+
enabled: {
|
|
1355
|
+
serializedName: "enabled",
|
|
1212
1356
|
type: {
|
|
1213
|
-
name: "
|
|
1357
|
+
name: "Boolean"
|
|
1214
1358
|
}
|
|
1215
1359
|
},
|
|
1216
|
-
|
|
1217
|
-
serializedName: "
|
|
1360
|
+
notBefore: {
|
|
1361
|
+
serializedName: "nbf",
|
|
1218
1362
|
type: {
|
|
1219
|
-
name: "
|
|
1363
|
+
name: "UnixTime"
|
|
1220
1364
|
}
|
|
1221
1365
|
},
|
|
1222
|
-
|
|
1223
|
-
serializedName: "
|
|
1366
|
+
expires: {
|
|
1367
|
+
serializedName: "exp",
|
|
1224
1368
|
type: {
|
|
1225
|
-
name: "
|
|
1226
|
-
className: "SecretAttributes"
|
|
1369
|
+
name: "UnixTime"
|
|
1227
1370
|
}
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
export const SecretCreateOrUpdateParameters: msRest.CompositeMapper = {
|
|
1234
|
-
serializedName: "SecretCreateOrUpdateParameters",
|
|
1235
|
-
type: {
|
|
1236
|
-
name: "Composite",
|
|
1237
|
-
className: "SecretCreateOrUpdateParameters",
|
|
1238
|
-
modelProperties: {
|
|
1239
|
-
tags: {
|
|
1240
|
-
serializedName: "tags",
|
|
1371
|
+
},
|
|
1372
|
+
created: {
|
|
1373
|
+
serializedName: "created",
|
|
1374
|
+
readOnly: true,
|
|
1241
1375
|
type: {
|
|
1242
|
-
name: "
|
|
1243
|
-
value: {
|
|
1244
|
-
type: {
|
|
1245
|
-
name: "String"
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1376
|
+
name: "UnixTime"
|
|
1248
1377
|
}
|
|
1249
1378
|
},
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1379
|
+
updated: {
|
|
1380
|
+
serializedName: "updated",
|
|
1381
|
+
readOnly: true,
|
|
1253
1382
|
type: {
|
|
1254
|
-
name: "
|
|
1255
|
-
className: "SecretProperties"
|
|
1383
|
+
name: "UnixTime"
|
|
1256
1384
|
}
|
|
1257
1385
|
}
|
|
1258
1386
|
}
|
|
1259
1387
|
}
|
|
1260
1388
|
};
|
|
1261
1389
|
|
|
1262
|
-
export const SecretPatchParameters:
|
|
1263
|
-
serializedName: "SecretPatchParameters",
|
|
1390
|
+
export const SecretPatchParameters: coreClient.CompositeMapper = {
|
|
1264
1391
|
type: {
|
|
1265
1392
|
name: "Composite",
|
|
1266
1393
|
className: "SecretPatchParameters",
|
|
@@ -1269,11 +1396,7 @@ export const SecretPatchParameters: msRest.CompositeMapper = {
|
|
|
1269
1396
|
serializedName: "tags",
|
|
1270
1397
|
type: {
|
|
1271
1398
|
name: "Dictionary",
|
|
1272
|
-
value: {
|
|
1273
|
-
type: {
|
|
1274
|
-
name: "String"
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1399
|
+
value: { type: { name: "String" } }
|
|
1277
1400
|
}
|
|
1278
1401
|
},
|
|
1279
1402
|
properties: {
|
|
@@ -1287,39 +1410,53 @@ export const SecretPatchParameters: msRest.CompositeMapper = {
|
|
|
1287
1410
|
}
|
|
1288
1411
|
};
|
|
1289
1412
|
|
|
1290
|
-
export const
|
|
1291
|
-
serializedName: "Secret",
|
|
1413
|
+
export const SecretPatchProperties: coreClient.CompositeMapper = {
|
|
1292
1414
|
type: {
|
|
1293
1415
|
name: "Composite",
|
|
1294
|
-
className: "
|
|
1416
|
+
className: "SecretPatchProperties",
|
|
1295
1417
|
modelProperties: {
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1418
|
+
value: {
|
|
1419
|
+
serializedName: "value",
|
|
1420
|
+
type: {
|
|
1421
|
+
name: "String"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
contentType: {
|
|
1425
|
+
serializedName: "contentType",
|
|
1426
|
+
type: {
|
|
1427
|
+
name: "String"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
attributes: {
|
|
1431
|
+
serializedName: "attributes",
|
|
1300
1432
|
type: {
|
|
1301
1433
|
name: "Composite",
|
|
1302
|
-
className: "
|
|
1434
|
+
className: "SecretAttributes"
|
|
1303
1435
|
}
|
|
1304
1436
|
}
|
|
1305
1437
|
}
|
|
1306
1438
|
}
|
|
1307
1439
|
};
|
|
1308
1440
|
|
|
1309
|
-
export const
|
|
1310
|
-
serializedName: "privateendpointconnections-put-headers",
|
|
1441
|
+
export const SecretListResult: coreClient.CompositeMapper = {
|
|
1311
1442
|
type: {
|
|
1312
1443
|
name: "Composite",
|
|
1313
|
-
className: "
|
|
1444
|
+
className: "SecretListResult",
|
|
1314
1445
|
modelProperties: {
|
|
1315
|
-
|
|
1316
|
-
serializedName: "
|
|
1446
|
+
value: {
|
|
1447
|
+
serializedName: "value",
|
|
1317
1448
|
type: {
|
|
1318
|
-
name: "
|
|
1449
|
+
name: "Sequence",
|
|
1450
|
+
element: {
|
|
1451
|
+
type: {
|
|
1452
|
+
name: "Composite",
|
|
1453
|
+
className: "Secret"
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1319
1456
|
}
|
|
1320
1457
|
},
|
|
1321
|
-
|
|
1322
|
-
serializedName: "
|
|
1458
|
+
nextLink: {
|
|
1459
|
+
serializedName: "nextLink",
|
|
1323
1460
|
type: {
|
|
1324
1461
|
name: "String"
|
|
1325
1462
|
}
|
|
@@ -1328,20 +1465,35 @@ export const PrivateEndpointConnectionsPutHeaders: msRest.CompositeMapper = {
|
|
|
1328
1465
|
}
|
|
1329
1466
|
};
|
|
1330
1467
|
|
|
1331
|
-
export const
|
|
1332
|
-
serializedName: "privateendpointconnections-delete-headers",
|
|
1468
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
1333
1469
|
type: {
|
|
1334
1470
|
name: "Composite",
|
|
1335
|
-
className: "
|
|
1471
|
+
className: "PrivateEndpointConnection",
|
|
1336
1472
|
modelProperties: {
|
|
1337
|
-
|
|
1338
|
-
|
|
1473
|
+
...Resource.type.modelProperties,
|
|
1474
|
+
etag: {
|
|
1475
|
+
serializedName: "etag",
|
|
1339
1476
|
type: {
|
|
1340
|
-
name: "
|
|
1477
|
+
name: "String"
|
|
1341
1478
|
}
|
|
1342
1479
|
},
|
|
1343
|
-
|
|
1344
|
-
serializedName: "
|
|
1480
|
+
privateEndpoint: {
|
|
1481
|
+
serializedName: "properties.privateEndpoint",
|
|
1482
|
+
type: {
|
|
1483
|
+
name: "Composite",
|
|
1484
|
+
className: "PrivateEndpoint"
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
privateLinkServiceConnectionState: {
|
|
1488
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1489
|
+
type: {
|
|
1490
|
+
name: "Composite",
|
|
1491
|
+
className: "PrivateLinkServiceConnectionState"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
provisioningState: {
|
|
1495
|
+
serializedName: "properties.provisioningState",
|
|
1496
|
+
readOnly: true,
|
|
1345
1497
|
type: {
|
|
1346
1498
|
name: "String"
|
|
1347
1499
|
}
|
|
@@ -1350,110 +1502,86 @@ export const PrivateEndpointConnectionsDeleteHeaders: msRest.CompositeMapper = {
|
|
|
1350
1502
|
}
|
|
1351
1503
|
};
|
|
1352
1504
|
|
|
1353
|
-
export const
|
|
1354
|
-
serializedName: "VaultListResult",
|
|
1505
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
1355
1506
|
type: {
|
|
1356
1507
|
name: "Composite",
|
|
1357
|
-
className: "
|
|
1508
|
+
className: "PrivateLinkResource",
|
|
1358
1509
|
modelProperties: {
|
|
1359
|
-
|
|
1360
|
-
|
|
1510
|
+
...Resource.type.modelProperties,
|
|
1511
|
+
groupId: {
|
|
1512
|
+
serializedName: "properties.groupId",
|
|
1513
|
+
readOnly: true,
|
|
1514
|
+
type: {
|
|
1515
|
+
name: "String"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
requiredMembers: {
|
|
1519
|
+
serializedName: "properties.requiredMembers",
|
|
1520
|
+
readOnly: true,
|
|
1361
1521
|
type: {
|
|
1362
1522
|
name: "Sequence",
|
|
1363
1523
|
element: {
|
|
1364
1524
|
type: {
|
|
1365
|
-
name: "
|
|
1366
|
-
className: "Vault"
|
|
1525
|
+
name: "String"
|
|
1367
1526
|
}
|
|
1368
1527
|
}
|
|
1369
1528
|
}
|
|
1370
1529
|
},
|
|
1371
|
-
|
|
1372
|
-
serializedName: "
|
|
1530
|
+
requiredZoneNames: {
|
|
1531
|
+
serializedName: "properties.requiredZoneNames",
|
|
1373
1532
|
type: {
|
|
1374
|
-
name: "
|
|
1533
|
+
name: "Sequence",
|
|
1534
|
+
element: {
|
|
1535
|
+
type: {
|
|
1536
|
+
name: "String"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1375
1539
|
}
|
|
1376
1540
|
}
|
|
1377
1541
|
}
|
|
1378
1542
|
}
|
|
1379
1543
|
};
|
|
1380
1544
|
|
|
1381
|
-
export const
|
|
1382
|
-
serializedName: "DeletedVaultListResult",
|
|
1545
|
+
export const Secret: coreClient.CompositeMapper = {
|
|
1383
1546
|
type: {
|
|
1384
1547
|
name: "Composite",
|
|
1385
|
-
className: "
|
|
1548
|
+
className: "Secret",
|
|
1386
1549
|
modelProperties: {
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
name: "Sequence",
|
|
1391
|
-
element: {
|
|
1392
|
-
type: {
|
|
1393
|
-
name: "Composite",
|
|
1394
|
-
className: "DeletedVault"
|
|
1395
|
-
}
|
|
1396
|
-
}
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
nextLink: {
|
|
1400
|
-
serializedName: "nextLink",
|
|
1550
|
+
...Resource.type.modelProperties,
|
|
1551
|
+
properties: {
|
|
1552
|
+
serializedName: "properties",
|
|
1401
1553
|
type: {
|
|
1402
|
-
name: "
|
|
1554
|
+
name: "Composite",
|
|
1555
|
+
className: "SecretProperties"
|
|
1403
1556
|
}
|
|
1404
1557
|
}
|
|
1405
1558
|
}
|
|
1406
1559
|
}
|
|
1407
1560
|
};
|
|
1408
1561
|
|
|
1409
|
-
export const
|
|
1410
|
-
serializedName: "ResourceListResult",
|
|
1562
|
+
export const SecretAttributes: coreClient.CompositeMapper = {
|
|
1411
1563
|
type: {
|
|
1412
1564
|
name: "Composite",
|
|
1413
|
-
className: "
|
|
1565
|
+
className: "SecretAttributes",
|
|
1414
1566
|
modelProperties: {
|
|
1415
|
-
|
|
1416
|
-
serializedName: "",
|
|
1417
|
-
type: {
|
|
1418
|
-
name: "Sequence",
|
|
1419
|
-
element: {
|
|
1420
|
-
type: {
|
|
1421
|
-
name: "Composite",
|
|
1422
|
-
className: "Resource"
|
|
1423
|
-
}
|
|
1424
|
-
}
|
|
1425
|
-
}
|
|
1426
|
-
},
|
|
1427
|
-
nextLink: {
|
|
1428
|
-
serializedName: "nextLink",
|
|
1429
|
-
type: {
|
|
1430
|
-
name: "String"
|
|
1431
|
-
}
|
|
1432
|
-
}
|
|
1567
|
+
...Attributes.type.modelProperties
|
|
1433
1568
|
}
|
|
1434
1569
|
}
|
|
1435
1570
|
};
|
|
1436
1571
|
|
|
1437
|
-
export const
|
|
1438
|
-
serializedName: "OperationListResult",
|
|
1572
|
+
export const PrivateEndpointConnectionsPutHeaders: coreClient.CompositeMapper = {
|
|
1439
1573
|
type: {
|
|
1440
1574
|
name: "Composite",
|
|
1441
|
-
className: "
|
|
1575
|
+
className: "PrivateEndpointConnectionsPutHeaders",
|
|
1442
1576
|
modelProperties: {
|
|
1443
|
-
|
|
1444
|
-
serializedName: "",
|
|
1577
|
+
retryAfter: {
|
|
1578
|
+
serializedName: "retry-after",
|
|
1445
1579
|
type: {
|
|
1446
|
-
name: "
|
|
1447
|
-
element: {
|
|
1448
|
-
type: {
|
|
1449
|
-
name: "Composite",
|
|
1450
|
-
className: "Operation"
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1580
|
+
name: "Number"
|
|
1453
1581
|
}
|
|
1454
1582
|
},
|
|
1455
|
-
|
|
1456
|
-
serializedName: "
|
|
1583
|
+
azureAsyncOperation: {
|
|
1584
|
+
serializedName: "azure-asyncoperation",
|
|
1457
1585
|
type: {
|
|
1458
1586
|
name: "String"
|
|
1459
1587
|
}
|
|
@@ -1462,26 +1590,19 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
1462
1590
|
}
|
|
1463
1591
|
};
|
|
1464
1592
|
|
|
1465
|
-
export const
|
|
1466
|
-
serializedName: "SecretListResult",
|
|
1593
|
+
export const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper = {
|
|
1467
1594
|
type: {
|
|
1468
1595
|
name: "Composite",
|
|
1469
|
-
className: "
|
|
1596
|
+
className: "PrivateEndpointConnectionsDeleteHeaders",
|
|
1470
1597
|
modelProperties: {
|
|
1471
|
-
|
|
1472
|
-
serializedName: "",
|
|
1598
|
+
retryAfter: {
|
|
1599
|
+
serializedName: "retry-after",
|
|
1473
1600
|
type: {
|
|
1474
|
-
name: "
|
|
1475
|
-
element: {
|
|
1476
|
-
type: {
|
|
1477
|
-
name: "Composite",
|
|
1478
|
-
className: "Secret"
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1601
|
+
name: "Number"
|
|
1481
1602
|
}
|
|
1482
1603
|
},
|
|
1483
|
-
|
|
1484
|
-
serializedName: "
|
|
1604
|
+
location: {
|
|
1605
|
+
serializedName: "location",
|
|
1485
1606
|
type: {
|
|
1486
1607
|
name: "String"
|
|
1487
1608
|
}
|