@azure/arm-keyvault 3.1.1-alpha.20250326.1 → 3.2.0

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.
Files changed (214) hide show
  1. package/CHANGELOG.md +6 -9
  2. package/LICENSE +1 -1
  3. package/README.md +2 -5
  4. package/dist/browser/keyVaultManagementClient.js +11 -10
  5. package/dist/browser/keyVaultManagementClient.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts.map +1 -1
  7. package/dist/browser/lroImpl.js +8 -1
  8. package/dist/browser/lroImpl.js.map +1 -1
  9. package/dist/browser/models/index.d.ts +14 -11
  10. package/dist/browser/models/index.d.ts.map +1 -1
  11. package/dist/browser/models/index.js +2 -0
  12. package/dist/browser/models/index.js.map +1 -1
  13. package/dist/browser/models/mappers.d.ts.map +1 -1
  14. package/dist/browser/models/mappers.js +1105 -1096
  15. package/dist/browser/models/mappers.js.map +1 -1
  16. package/dist/browser/models/parameters.js +86 -86
  17. package/dist/browser/models/parameters.js.map +1 -1
  18. package/dist/browser/operations/keys.js +37 -37
  19. package/dist/browser/operations/keys.js.map +1 -1
  20. package/dist/browser/operations/managedHsmKeys.js +37 -37
  21. package/dist/browser/operations/managedHsmKeys.js.map +1 -1
  22. package/dist/browser/operations/managedHsms.d.ts.map +1 -1
  23. package/dist/browser/operations/managedHsms.js +90 -90
  24. package/dist/browser/operations/managedHsms.js.map +1 -1
  25. package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  26. package/dist/browser/operations/mhsmPrivateEndpointConnections.js +35 -35
  27. package/dist/browser/operations/mhsmPrivateEndpointConnections.js.map +1 -1
  28. package/dist/browser/operations/mhsmPrivateLinkResources.js +5 -5
  29. package/dist/browser/operations/mhsmPrivateLinkResources.js.map +1 -1
  30. package/dist/browser/operations/mhsmRegions.js +11 -11
  31. package/dist/browser/operations/mhsmRegions.js.map +1 -1
  32. package/dist/browser/operations/operations.js +9 -9
  33. package/dist/browser/operations/operations.js.map +1 -1
  34. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  35. package/dist/browser/operations/privateEndpointConnections.js +36 -36
  36. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  37. package/dist/browser/operations/privateLinkResources.js +5 -5
  38. package/dist/browser/operations/privateLinkResources.js.map +1 -1
  39. package/dist/browser/operations/secrets.js +28 -28
  40. package/dist/browser/operations/secrets.js.map +1 -1
  41. package/dist/browser/operations/vaults.d.ts.map +1 -1
  42. package/dist/browser/operations/vaults.js +92 -92
  43. package/dist/browser/operations/vaults.js.map +1 -1
  44. package/dist/browser/operationsInterfaces/keys.js.map +1 -1
  45. package/dist/browser/operationsInterfaces/managedHsmKeys.js.map +1 -1
  46. package/dist/browser/operationsInterfaces/managedHsms.js.map +1 -1
  47. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
  48. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
  49. package/dist/browser/operationsInterfaces/mhsmRegions.js.map +1 -1
  50. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  51. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  52. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
  53. package/dist/browser/operationsInterfaces/secrets.js.map +1 -1
  54. package/dist/browser/operationsInterfaces/vaults.js.map +1 -1
  55. package/dist/browser/pagingHelper.js.map +1 -1
  56. package/dist/commonjs/keyVaultManagementClient.js +10 -9
  57. package/dist/commonjs/keyVaultManagementClient.js.map +1 -1
  58. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  59. package/dist/commonjs/lroImpl.js +8 -1
  60. package/dist/commonjs/lroImpl.js.map +1 -1
  61. package/dist/commonjs/models/index.d.ts +14 -11
  62. package/dist/commonjs/models/index.d.ts.map +1 -1
  63. package/dist/commonjs/models/index.js +2 -0
  64. package/dist/commonjs/models/index.js.map +1 -1
  65. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  66. package/dist/commonjs/models/mappers.js +1105 -1096
  67. package/dist/commonjs/models/mappers.js.map +1 -1
  68. package/dist/commonjs/models/parameters.js +85 -85
  69. package/dist/commonjs/models/parameters.js.map +1 -1
  70. package/dist/commonjs/operations/keys.js +37 -37
  71. package/dist/commonjs/operations/keys.js.map +1 -1
  72. package/dist/commonjs/operations/managedHsmKeys.js +37 -37
  73. package/dist/commonjs/operations/managedHsmKeys.js.map +1 -1
  74. package/dist/commonjs/operations/managedHsms.d.ts.map +1 -1
  75. package/dist/commonjs/operations/managedHsms.js +89 -89
  76. package/dist/commonjs/operations/managedHsms.js.map +1 -1
  77. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  78. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js +34 -34
  79. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js.map +1 -1
  80. package/dist/commonjs/operations/mhsmPrivateLinkResources.js +5 -5
  81. package/dist/commonjs/operations/mhsmPrivateLinkResources.js.map +1 -1
  82. package/dist/commonjs/operations/mhsmRegions.js +11 -11
  83. package/dist/commonjs/operations/mhsmRegions.js.map +1 -1
  84. package/dist/commonjs/operations/operations.js +9 -9
  85. package/dist/commonjs/operations/operations.js.map +1 -1
  86. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  87. package/dist/commonjs/operations/privateEndpointConnections.js +35 -35
  88. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  89. package/dist/commonjs/operations/privateLinkResources.js +5 -5
  90. package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
  91. package/dist/commonjs/operations/secrets.js +28 -28
  92. package/dist/commonjs/operations/secrets.js.map +1 -1
  93. package/dist/commonjs/operations/vaults.d.ts.map +1 -1
  94. package/dist/commonjs/operations/vaults.js +91 -91
  95. package/dist/commonjs/operations/vaults.js.map +1 -1
  96. package/dist/commonjs/operationsInterfaces/keys.js.map +1 -1
  97. package/dist/commonjs/operationsInterfaces/managedHsmKeys.js.map +1 -1
  98. package/dist/commonjs/operationsInterfaces/managedHsms.js.map +1 -1
  99. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
  100. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
  101. package/dist/commonjs/operationsInterfaces/mhsmRegions.js.map +1 -1
  102. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  103. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  104. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
  105. package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -1
  106. package/dist/commonjs/operationsInterfaces/vaults.js.map +1 -1
  107. package/dist/commonjs/pagingHelper.js.map +1 -1
  108. package/dist/commonjs/tsdoc-metadata.json +1 -1
  109. package/dist/esm/keyVaultManagementClient.js +11 -10
  110. package/dist/esm/keyVaultManagementClient.js.map +1 -1
  111. package/dist/esm/lroImpl.d.ts.map +1 -1
  112. package/dist/esm/lroImpl.js +8 -1
  113. package/dist/esm/lroImpl.js.map +1 -1
  114. package/dist/esm/models/index.d.ts +14 -11
  115. package/dist/esm/models/index.d.ts.map +1 -1
  116. package/dist/esm/models/index.js +2 -0
  117. package/dist/esm/models/index.js.map +1 -1
  118. package/dist/esm/models/mappers.d.ts.map +1 -1
  119. package/dist/esm/models/mappers.js +1105 -1096
  120. package/dist/esm/models/mappers.js.map +1 -1
  121. package/dist/esm/models/parameters.js +86 -86
  122. package/dist/esm/models/parameters.js.map +1 -1
  123. package/dist/esm/operations/keys.js +37 -37
  124. package/dist/esm/operations/keys.js.map +1 -1
  125. package/dist/esm/operations/managedHsmKeys.js +37 -37
  126. package/dist/esm/operations/managedHsmKeys.js.map +1 -1
  127. package/dist/esm/operations/managedHsms.d.ts.map +1 -1
  128. package/dist/esm/operations/managedHsms.js +90 -90
  129. package/dist/esm/operations/managedHsms.js.map +1 -1
  130. package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  131. package/dist/esm/operations/mhsmPrivateEndpointConnections.js +35 -35
  132. package/dist/esm/operations/mhsmPrivateEndpointConnections.js.map +1 -1
  133. package/dist/esm/operations/mhsmPrivateLinkResources.js +5 -5
  134. package/dist/esm/operations/mhsmPrivateLinkResources.js.map +1 -1
  135. package/dist/esm/operations/mhsmRegions.js +11 -11
  136. package/dist/esm/operations/mhsmRegions.js.map +1 -1
  137. package/dist/esm/operations/operations.js +9 -9
  138. package/dist/esm/operations/operations.js.map +1 -1
  139. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  140. package/dist/esm/operations/privateEndpointConnections.js +36 -36
  141. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  142. package/dist/esm/operations/privateLinkResources.js +5 -5
  143. package/dist/esm/operations/privateLinkResources.js.map +1 -1
  144. package/dist/esm/operations/secrets.js +28 -28
  145. package/dist/esm/operations/secrets.js.map +1 -1
  146. package/dist/esm/operations/vaults.d.ts.map +1 -1
  147. package/dist/esm/operations/vaults.js +92 -92
  148. package/dist/esm/operations/vaults.js.map +1 -1
  149. package/dist/esm/operationsInterfaces/keys.js.map +1 -1
  150. package/dist/esm/operationsInterfaces/managedHsmKeys.js.map +1 -1
  151. package/dist/esm/operationsInterfaces/managedHsms.js.map +1 -1
  152. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
  153. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
  154. package/dist/esm/operationsInterfaces/mhsmRegions.js.map +1 -1
  155. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  156. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  157. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
  158. package/dist/esm/operationsInterfaces/secrets.js.map +1 -1
  159. package/dist/esm/operationsInterfaces/vaults.js.map +1 -1
  160. package/dist/esm/pagingHelper.js.map +1 -1
  161. package/dist/react-native/keyVaultManagementClient.js +11 -10
  162. package/dist/react-native/keyVaultManagementClient.js.map +1 -1
  163. package/dist/react-native/lroImpl.d.ts.map +1 -1
  164. package/dist/react-native/lroImpl.js +8 -1
  165. package/dist/react-native/lroImpl.js.map +1 -1
  166. package/dist/react-native/models/index.d.ts +14 -11
  167. package/dist/react-native/models/index.d.ts.map +1 -1
  168. package/dist/react-native/models/index.js +2 -0
  169. package/dist/react-native/models/index.js.map +1 -1
  170. package/dist/react-native/models/mappers.d.ts.map +1 -1
  171. package/dist/react-native/models/mappers.js +1105 -1096
  172. package/dist/react-native/models/mappers.js.map +1 -1
  173. package/dist/react-native/models/parameters.js +86 -86
  174. package/dist/react-native/models/parameters.js.map +1 -1
  175. package/dist/react-native/operations/keys.js +37 -37
  176. package/dist/react-native/operations/keys.js.map +1 -1
  177. package/dist/react-native/operations/managedHsmKeys.js +37 -37
  178. package/dist/react-native/operations/managedHsmKeys.js.map +1 -1
  179. package/dist/react-native/operations/managedHsms.d.ts.map +1 -1
  180. package/dist/react-native/operations/managedHsms.js +90 -90
  181. package/dist/react-native/operations/managedHsms.js.map +1 -1
  182. package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  183. package/dist/react-native/operations/mhsmPrivateEndpointConnections.js +35 -35
  184. package/dist/react-native/operations/mhsmPrivateEndpointConnections.js.map +1 -1
  185. package/dist/react-native/operations/mhsmPrivateLinkResources.js +5 -5
  186. package/dist/react-native/operations/mhsmPrivateLinkResources.js.map +1 -1
  187. package/dist/react-native/operations/mhsmRegions.js +11 -11
  188. package/dist/react-native/operations/mhsmRegions.js.map +1 -1
  189. package/dist/react-native/operations/operations.js +9 -9
  190. package/dist/react-native/operations/operations.js.map +1 -1
  191. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  192. package/dist/react-native/operations/privateEndpointConnections.js +36 -36
  193. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  194. package/dist/react-native/operations/privateLinkResources.js +5 -5
  195. package/dist/react-native/operations/privateLinkResources.js.map +1 -1
  196. package/dist/react-native/operations/secrets.js +28 -28
  197. package/dist/react-native/operations/secrets.js.map +1 -1
  198. package/dist/react-native/operations/vaults.d.ts.map +1 -1
  199. package/dist/react-native/operations/vaults.js +92 -92
  200. package/dist/react-native/operations/vaults.js.map +1 -1
  201. package/dist/react-native/operationsInterfaces/keys.js.map +1 -1
  202. package/dist/react-native/operationsInterfaces/managedHsmKeys.js.map +1 -1
  203. package/dist/react-native/operationsInterfaces/managedHsms.js.map +1 -1
  204. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
  205. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
  206. package/dist/react-native/operationsInterfaces/mhsmRegions.js.map +1 -1
  207. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  208. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  209. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
  210. package/dist/react-native/operationsInterfaces/secrets.js.map +1 -1
  211. package/dist/react-native/operationsInterfaces/vaults.js.map +1 -1
  212. package/dist/react-native/pagingHelper.js.map +1 -1
  213. package/package.json +12 -10
  214. package/review/arm-keyvault.api.md +4 -2
@@ -14,18 +14,18 @@ export const KeyCreateParameters = {
14
14
  serializedName: "tags",
15
15
  type: {
16
16
  name: "Dictionary",
17
- value: { type: { name: "String" } }
18
- }
17
+ value: { type: { name: "String" } },
18
+ },
19
19
  },
20
20
  properties: {
21
21
  serializedName: "properties",
22
22
  type: {
23
23
  name: "Composite",
24
- className: "KeyProperties"
25
- }
26
- }
27
- }
28
- }
24
+ className: "KeyProperties",
25
+ },
26
+ },
27
+ },
28
+ },
29
29
  };
30
30
  export const KeyProperties = {
31
31
  type: {
@@ -36,14 +36,14 @@ export const KeyProperties = {
36
36
  serializedName: "attributes",
37
37
  type: {
38
38
  name: "Composite",
39
- className: "KeyAttributes"
40
- }
39
+ className: "KeyAttributes",
40
+ },
41
41
  },
42
42
  kty: {
43
43
  serializedName: "kty",
44
44
  type: {
45
- name: "String"
46
- }
45
+ name: "String",
46
+ },
47
47
  },
48
48
  keyOps: {
49
49
  serializedName: "keyOps",
@@ -51,53 +51,53 @@ export const KeyProperties = {
51
51
  name: "Sequence",
52
52
  element: {
53
53
  type: {
54
- name: "String"
55
- }
56
- }
57
- }
54
+ name: "String",
55
+ },
56
+ },
57
+ },
58
58
  },
59
59
  keySize: {
60
60
  serializedName: "keySize",
61
61
  type: {
62
- name: "Number"
63
- }
62
+ name: "Number",
63
+ },
64
64
  },
65
65
  curveName: {
66
66
  serializedName: "curveName",
67
67
  type: {
68
- name: "String"
69
- }
68
+ name: "String",
69
+ },
70
70
  },
71
71
  keyUri: {
72
72
  serializedName: "keyUri",
73
73
  readOnly: true,
74
74
  type: {
75
- name: "String"
76
- }
75
+ name: "String",
76
+ },
77
77
  },
78
78
  keyUriWithVersion: {
79
79
  serializedName: "keyUriWithVersion",
80
80
  readOnly: true,
81
81
  type: {
82
- name: "String"
83
- }
82
+ name: "String",
83
+ },
84
84
  },
85
85
  rotationPolicy: {
86
86
  serializedName: "rotationPolicy",
87
87
  type: {
88
88
  name: "Composite",
89
- className: "RotationPolicy"
90
- }
89
+ className: "RotationPolicy",
90
+ },
91
91
  },
92
92
  releasePolicy: {
93
93
  serializedName: "release_policy",
94
94
  type: {
95
95
  name: "Composite",
96
- className: "KeyReleasePolicy"
97
- }
98
- }
99
- }
100
- }
96
+ className: "KeyReleasePolicy",
97
+ },
98
+ },
99
+ },
100
+ },
101
101
  };
102
102
  export const KeyAttributes = {
103
103
  type: {
@@ -107,51 +107,51 @@ export const KeyAttributes = {
107
107
  enabled: {
108
108
  serializedName: "enabled",
109
109
  type: {
110
- name: "Boolean"
111
- }
110
+ name: "Boolean",
111
+ },
112
112
  },
113
113
  notBefore: {
114
114
  serializedName: "nbf",
115
115
  type: {
116
- name: "Number"
117
- }
116
+ name: "Number",
117
+ },
118
118
  },
119
119
  expires: {
120
120
  serializedName: "exp",
121
121
  type: {
122
- name: "Number"
123
- }
122
+ name: "Number",
123
+ },
124
124
  },
125
125
  created: {
126
126
  serializedName: "created",
127
127
  readOnly: true,
128
128
  type: {
129
- name: "Number"
130
- }
129
+ name: "Number",
130
+ },
131
131
  },
132
132
  updated: {
133
133
  serializedName: "updated",
134
134
  readOnly: true,
135
135
  type: {
136
- name: "Number"
137
- }
136
+ name: "Number",
137
+ },
138
138
  },
139
139
  recoveryLevel: {
140
140
  serializedName: "recoveryLevel",
141
141
  readOnly: true,
142
142
  type: {
143
- name: "String"
144
- }
143
+ name: "String",
144
+ },
145
145
  },
146
146
  exportable: {
147
147
  defaultValue: false,
148
148
  serializedName: "exportable",
149
149
  type: {
150
- name: "Boolean"
151
- }
152
- }
153
- }
154
- }
150
+ name: "Boolean",
151
+ },
152
+ },
153
+ },
154
+ },
155
155
  };
156
156
  export const RotationPolicy = {
157
157
  type: {
@@ -162,8 +162,8 @@ export const RotationPolicy = {
162
162
  serializedName: "attributes",
163
163
  type: {
164
164
  name: "Composite",
165
- className: "KeyRotationPolicyAttributes"
166
- }
165
+ className: "KeyRotationPolicyAttributes",
166
+ },
167
167
  },
168
168
  lifetimeActions: {
169
169
  serializedName: "lifetimeActions",
@@ -172,13 +172,13 @@ export const RotationPolicy = {
172
172
  element: {
173
173
  type: {
174
174
  name: "Composite",
175
- className: "LifetimeAction"
176
- }
177
- }
178
- }
179
- }
180
- }
181
- }
175
+ className: "LifetimeAction",
176
+ },
177
+ },
178
+ },
179
+ },
180
+ },
181
+ },
182
182
  };
183
183
  export const KeyRotationPolicyAttributes = {
184
184
  type: {
@@ -189,24 +189,24 @@ export const KeyRotationPolicyAttributes = {
189
189
  serializedName: "created",
190
190
  readOnly: true,
191
191
  type: {
192
- name: "Number"
193
- }
192
+ name: "Number",
193
+ },
194
194
  },
195
195
  updated: {
196
196
  serializedName: "updated",
197
197
  readOnly: true,
198
198
  type: {
199
- name: "Number"
200
- }
199
+ name: "Number",
200
+ },
201
201
  },
202
202
  expiryTime: {
203
203
  serializedName: "expiryTime",
204
204
  type: {
205
- name: "String"
206
- }
207
- }
208
- }
209
- }
205
+ name: "String",
206
+ },
207
+ },
208
+ },
209
+ },
210
210
  };
211
211
  export const LifetimeAction = {
212
212
  type: {
@@ -217,18 +217,18 @@ export const LifetimeAction = {
217
217
  serializedName: "trigger",
218
218
  type: {
219
219
  name: "Composite",
220
- className: "Trigger"
221
- }
220
+ className: "Trigger",
221
+ },
222
222
  },
223
223
  action: {
224
224
  serializedName: "action",
225
225
  type: {
226
226
  name: "Composite",
227
- className: "Action"
228
- }
229
- }
230
- }
231
- }
227
+ className: "Action",
228
+ },
229
+ },
230
+ },
231
+ },
232
232
  };
233
233
  export const Trigger = {
234
234
  type: {
@@ -238,17 +238,17 @@ export const Trigger = {
238
238
  timeAfterCreate: {
239
239
  serializedName: "timeAfterCreate",
240
240
  type: {
241
- name: "String"
242
- }
241
+ name: "String",
242
+ },
243
243
  },
244
244
  timeBeforeExpiry: {
245
245
  serializedName: "timeBeforeExpiry",
246
246
  type: {
247
- name: "String"
248
- }
249
- }
250
- }
251
- }
247
+ name: "String",
248
+ },
249
+ },
250
+ },
251
+ },
252
252
  };
253
253
  export const Action = {
254
254
  type: {
@@ -259,11 +259,11 @@ export const Action = {
259
259
  serializedName: "type",
260
260
  type: {
261
261
  name: "Enum",
262
- allowedValues: ["rotate", "notify"]
263
- }
264
- }
265
- }
266
- }
262
+ allowedValues: ["rotate", "notify"],
263
+ },
264
+ },
265
+ },
266
+ },
267
267
  };
268
268
  export const KeyReleasePolicy = {
269
269
  type: {
@@ -274,17 +274,17 @@ export const KeyReleasePolicy = {
274
274
  defaultValue: "application/json; charset=utf-8",
275
275
  serializedName: "contentType",
276
276
  type: {
277
- name: "String"
278
- }
277
+ name: "String",
278
+ },
279
279
  },
280
280
  data: {
281
281
  serializedName: "data",
282
282
  type: {
283
- name: "Base64Url"
284
- }
285
- }
286
- }
287
- }
283
+ name: "Base64Url",
284
+ },
285
+ },
286
+ },
287
+ },
288
288
  };
289
289
  export const Resource = {
290
290
  type: {
@@ -295,40 +295,40 @@ export const Resource = {
295
295
  serializedName: "id",
296
296
  readOnly: true,
297
297
  type: {
298
- name: "String"
299
- }
298
+ name: "String",
299
+ },
300
300
  },
301
301
  name: {
302
302
  serializedName: "name",
303
303
  readOnly: true,
304
304
  type: {
305
- name: "String"
306
- }
305
+ name: "String",
306
+ },
307
307
  },
308
308
  type: {
309
309
  serializedName: "type",
310
310
  readOnly: true,
311
311
  type: {
312
- name: "String"
313
- }
312
+ name: "String",
313
+ },
314
314
  },
315
315
  location: {
316
316
  serializedName: "location",
317
317
  readOnly: true,
318
318
  type: {
319
- name: "String"
320
- }
319
+ name: "String",
320
+ },
321
321
  },
322
322
  tags: {
323
323
  serializedName: "tags",
324
324
  readOnly: true,
325
325
  type: {
326
326
  name: "Dictionary",
327
- value: { type: { name: "String" } }
328
- }
329
- }
330
- }
331
- }
327
+ value: { type: { name: "String" } },
328
+ },
329
+ },
330
+ },
331
+ },
332
332
  };
333
333
  export const CloudError = {
334
334
  type: {
@@ -339,11 +339,11 @@ export const CloudError = {
339
339
  serializedName: "error",
340
340
  type: {
341
341
  name: "Composite",
342
- className: "CloudErrorBody"
343
- }
344
- }
345
- }
346
- }
342
+ className: "CloudErrorBody",
343
+ },
344
+ },
345
+ },
346
+ },
347
347
  };
348
348
  export const CloudErrorBody = {
349
349
  type: {
@@ -353,17 +353,17 @@ export const CloudErrorBody = {
353
353
  code: {
354
354
  serializedName: "code",
355
355
  type: {
356
- name: "String"
357
- }
356
+ name: "String",
357
+ },
358
358
  },
359
359
  message: {
360
360
  serializedName: "message",
361
361
  type: {
362
- name: "String"
363
- }
364
- }
365
- }
366
- }
362
+ name: "String",
363
+ },
364
+ },
365
+ },
366
+ },
367
367
  };
368
368
  export const KeyListResult = {
369
369
  type: {
@@ -377,19 +377,19 @@ export const KeyListResult = {
377
377
  element: {
378
378
  type: {
379
379
  name: "Composite",
380
- className: "Key"
381
- }
382
- }
383
- }
380
+ className: "Key",
381
+ },
382
+ },
383
+ },
384
384
  },
385
385
  nextLink: {
386
386
  serializedName: "nextLink",
387
387
  type: {
388
- name: "String"
389
- }
390
- }
391
- }
392
- }
388
+ name: "String",
389
+ },
390
+ },
391
+ },
392
+ },
393
393
  };
394
394
  export const ManagedHsmKeyCreateParameters = {
395
395
  type: {
@@ -400,18 +400,18 @@ export const ManagedHsmKeyCreateParameters = {
400
400
  serializedName: "tags",
401
401
  type: {
402
402
  name: "Dictionary",
403
- value: { type: { name: "String" } }
404
- }
403
+ value: { type: { name: "String" } },
404
+ },
405
405
  },
406
406
  properties: {
407
407
  serializedName: "properties",
408
408
  type: {
409
409
  name: "Composite",
410
- className: "ManagedHsmKeyProperties"
411
- }
412
- }
413
- }
414
- }
410
+ className: "ManagedHsmKeyProperties",
411
+ },
412
+ },
413
+ },
414
+ },
415
415
  };
416
416
  export const ManagedHsmKeyProperties = {
417
417
  type: {
@@ -422,14 +422,14 @@ export const ManagedHsmKeyProperties = {
422
422
  serializedName: "attributes",
423
423
  type: {
424
424
  name: "Composite",
425
- className: "ManagedHsmKeyAttributes"
426
- }
425
+ className: "ManagedHsmKeyAttributes",
426
+ },
427
427
  },
428
428
  kty: {
429
429
  serializedName: "kty",
430
430
  type: {
431
- name: "String"
432
- }
431
+ name: "String",
432
+ },
433
433
  },
434
434
  keyOps: {
435
435
  serializedName: "keyOps",
@@ -437,53 +437,53 @@ export const ManagedHsmKeyProperties = {
437
437
  name: "Sequence",
438
438
  element: {
439
439
  type: {
440
- name: "String"
441
- }
442
- }
443
- }
440
+ name: "String",
441
+ },
442
+ },
443
+ },
444
444
  },
445
445
  keySize: {
446
446
  serializedName: "keySize",
447
447
  type: {
448
- name: "Number"
449
- }
448
+ name: "Number",
449
+ },
450
450
  },
451
451
  curveName: {
452
452
  serializedName: "curveName",
453
453
  type: {
454
- name: "String"
455
- }
454
+ name: "String",
455
+ },
456
456
  },
457
457
  keyUri: {
458
458
  serializedName: "keyUri",
459
459
  readOnly: true,
460
460
  type: {
461
- name: "String"
462
- }
461
+ name: "String",
462
+ },
463
463
  },
464
464
  keyUriWithVersion: {
465
465
  serializedName: "keyUriWithVersion",
466
466
  readOnly: true,
467
467
  type: {
468
- name: "String"
469
- }
468
+ name: "String",
469
+ },
470
470
  },
471
471
  rotationPolicy: {
472
472
  serializedName: "rotationPolicy",
473
473
  type: {
474
474
  name: "Composite",
475
- className: "ManagedHsmRotationPolicy"
476
- }
475
+ className: "ManagedHsmRotationPolicy",
476
+ },
477
477
  },
478
478
  releasePolicy: {
479
479
  serializedName: "release_policy",
480
480
  type: {
481
481
  name: "Composite",
482
- className: "ManagedHsmKeyReleasePolicy"
483
- }
484
- }
485
- }
486
- }
482
+ className: "ManagedHsmKeyReleasePolicy",
483
+ },
484
+ },
485
+ },
486
+ },
487
487
  };
488
488
  export const ManagedHsmKeyAttributes = {
489
489
  type: {
@@ -493,50 +493,50 @@ export const ManagedHsmKeyAttributes = {
493
493
  enabled: {
494
494
  serializedName: "enabled",
495
495
  type: {
496
- name: "Boolean"
497
- }
496
+ name: "Boolean",
497
+ },
498
498
  },
499
499
  notBefore: {
500
500
  serializedName: "nbf",
501
501
  type: {
502
- name: "Number"
503
- }
502
+ name: "Number",
503
+ },
504
504
  },
505
505
  expires: {
506
506
  serializedName: "exp",
507
507
  type: {
508
- name: "Number"
509
- }
508
+ name: "Number",
509
+ },
510
510
  },
511
511
  created: {
512
512
  serializedName: "created",
513
513
  readOnly: true,
514
514
  type: {
515
- name: "Number"
516
- }
515
+ name: "Number",
516
+ },
517
517
  },
518
518
  updated: {
519
519
  serializedName: "updated",
520
520
  readOnly: true,
521
521
  type: {
522
- name: "Number"
523
- }
522
+ name: "Number",
523
+ },
524
524
  },
525
525
  recoveryLevel: {
526
526
  serializedName: "recoveryLevel",
527
527
  readOnly: true,
528
528
  type: {
529
- name: "String"
530
- }
529
+ name: "String",
530
+ },
531
531
  },
532
532
  exportable: {
533
533
  serializedName: "exportable",
534
534
  type: {
535
- name: "Boolean"
536
- }
537
- }
538
- }
539
- }
535
+ name: "Boolean",
536
+ },
537
+ },
538
+ },
539
+ },
540
540
  };
541
541
  export const ManagedHsmRotationPolicy = {
542
542
  type: {
@@ -547,8 +547,8 @@ export const ManagedHsmRotationPolicy = {
547
547
  serializedName: "attributes",
548
548
  type: {
549
549
  name: "Composite",
550
- className: "ManagedHsmKeyRotationPolicyAttributes"
551
- }
550
+ className: "ManagedHsmKeyRotationPolicyAttributes",
551
+ },
552
552
  },
553
553
  lifetimeActions: {
554
554
  serializedName: "lifetimeActions",
@@ -557,13 +557,13 @@ export const ManagedHsmRotationPolicy = {
557
557
  element: {
558
558
  type: {
559
559
  name: "Composite",
560
- className: "ManagedHsmLifetimeAction"
561
- }
562
- }
563
- }
564
- }
565
- }
566
- }
560
+ className: "ManagedHsmLifetimeAction",
561
+ },
562
+ },
563
+ },
564
+ },
565
+ },
566
+ },
567
567
  };
568
568
  export const ManagedHsmKeyRotationPolicyAttributes = {
569
569
  type: {
@@ -574,24 +574,24 @@ export const ManagedHsmKeyRotationPolicyAttributes = {
574
574
  serializedName: "created",
575
575
  readOnly: true,
576
576
  type: {
577
- name: "Number"
578
- }
577
+ name: "Number",
578
+ },
579
579
  },
580
580
  updated: {
581
581
  serializedName: "updated",
582
582
  readOnly: true,
583
583
  type: {
584
- name: "Number"
585
- }
584
+ name: "Number",
585
+ },
586
586
  },
587
587
  expiryTime: {
588
588
  serializedName: "expiryTime",
589
589
  type: {
590
- name: "String"
591
- }
592
- }
593
- }
594
- }
590
+ name: "String",
591
+ },
592
+ },
593
+ },
594
+ },
595
595
  };
596
596
  export const ManagedHsmLifetimeAction = {
597
597
  type: {
@@ -602,18 +602,18 @@ export const ManagedHsmLifetimeAction = {
602
602
  serializedName: "trigger",
603
603
  type: {
604
604
  name: "Composite",
605
- className: "ManagedHsmTrigger"
606
- }
605
+ className: "ManagedHsmTrigger",
606
+ },
607
607
  },
608
608
  action: {
609
609
  serializedName: "action",
610
610
  type: {
611
611
  name: "Composite",
612
- className: "ManagedHsmAction"
613
- }
614
- }
615
- }
616
- }
612
+ className: "ManagedHsmAction",
613
+ },
614
+ },
615
+ },
616
+ },
617
617
  };
618
618
  export const ManagedHsmTrigger = {
619
619
  type: {
@@ -623,17 +623,17 @@ export const ManagedHsmTrigger = {
623
623
  timeAfterCreate: {
624
624
  serializedName: "timeAfterCreate",
625
625
  type: {
626
- name: "String"
627
- }
626
+ name: "String",
627
+ },
628
628
  },
629
629
  timeBeforeExpiry: {
630
630
  serializedName: "timeBeforeExpiry",
631
631
  type: {
632
- name: "String"
633
- }
634
- }
635
- }
636
- }
632
+ name: "String",
633
+ },
634
+ },
635
+ },
636
+ },
637
637
  };
638
638
  export const ManagedHsmAction = {
639
639
  type: {
@@ -644,11 +644,11 @@ export const ManagedHsmAction = {
644
644
  serializedName: "type",
645
645
  type: {
646
646
  name: "Enum",
647
- allowedValues: ["rotate", "notify"]
648
- }
649
- }
650
- }
651
- }
647
+ allowedValues: ["rotate", "notify"],
648
+ },
649
+ },
650
+ },
651
+ },
652
652
  };
653
653
  export const ManagedHsmKeyReleasePolicy = {
654
654
  type: {
@@ -659,17 +659,17 @@ export const ManagedHsmKeyReleasePolicy = {
659
659
  defaultValue: "application/json; charset=utf-8",
660
660
  serializedName: "contentType",
661
661
  type: {
662
- name: "String"
663
- }
662
+ name: "String",
663
+ },
664
664
  },
665
665
  data: {
666
666
  serializedName: "data",
667
667
  type: {
668
- name: "Base64Url"
669
- }
670
- }
671
- }
672
- }
668
+ name: "Base64Url",
669
+ },
670
+ },
671
+ },
672
+ },
673
673
  };
674
674
  export const ProxyResourceWithoutSystemData = {
675
675
  type: {
@@ -680,32 +680,32 @@ export const ProxyResourceWithoutSystemData = {
680
680
  serializedName: "id",
681
681
  readOnly: true,
682
682
  type: {
683
- name: "String"
684
- }
683
+ name: "String",
684
+ },
685
685
  },
686
686
  name: {
687
687
  serializedName: "name",
688
688
  readOnly: true,
689
689
  type: {
690
- name: "String"
691
- }
690
+ name: "String",
691
+ },
692
692
  },
693
693
  type: {
694
694
  serializedName: "type",
695
695
  readOnly: true,
696
696
  type: {
697
- name: "String"
698
- }
697
+ name: "String",
698
+ },
699
699
  },
700
700
  tags: {
701
701
  serializedName: "tags",
702
702
  type: {
703
703
  name: "Dictionary",
704
- value: { type: { name: "String" } }
705
- }
706
- }
707
- }
708
- }
704
+ value: { type: { name: "String" } },
705
+ },
706
+ },
707
+ },
708
+ },
709
709
  };
710
710
  export const ManagedHsmKeyListResult = {
711
711
  type: {
@@ -719,19 +719,19 @@ export const ManagedHsmKeyListResult = {
719
719
  element: {
720
720
  type: {
721
721
  name: "Composite",
722
- className: "ManagedHsmKey"
723
- }
724
- }
725
- }
722
+ className: "ManagedHsmKey",
723
+ },
724
+ },
725
+ },
726
726
  },
727
727
  nextLink: {
728
728
  serializedName: "nextLink",
729
729
  type: {
730
- name: "String"
731
- }
732
- }
733
- }
734
- }
730
+ name: "String",
731
+ },
732
+ },
733
+ },
734
+ },
735
735
  };
736
736
  export const VaultCreateOrUpdateParameters = {
737
737
  type: {
@@ -742,25 +742,25 @@ export const VaultCreateOrUpdateParameters = {
742
742
  serializedName: "location",
743
743
  required: true,
744
744
  type: {
745
- name: "String"
746
- }
745
+ name: "String",
746
+ },
747
747
  },
748
748
  tags: {
749
749
  serializedName: "tags",
750
750
  type: {
751
751
  name: "Dictionary",
752
- value: { type: { name: "String" } }
753
- }
752
+ value: { type: { name: "String" } },
753
+ },
754
754
  },
755
755
  properties: {
756
756
  serializedName: "properties",
757
757
  type: {
758
758
  name: "Composite",
759
- className: "VaultProperties"
760
- }
761
- }
762
- }
763
- }
759
+ className: "VaultProperties",
760
+ },
761
+ },
762
+ },
763
+ },
764
764
  };
765
765
  export const VaultProperties = {
766
766
  type: {
@@ -771,15 +771,15 @@ export const VaultProperties = {
771
771
  serializedName: "tenantId",
772
772
  required: true,
773
773
  type: {
774
- name: "Uuid"
775
- }
774
+ name: "Uuid",
775
+ },
776
776
  },
777
777
  sku: {
778
778
  serializedName: "sku",
779
779
  type: {
780
780
  name: "Composite",
781
- className: "Sku"
782
- }
781
+ className: "Sku",
782
+ },
783
783
  },
784
784
  accessPolicies: {
785
785
  serializedName: "accessPolicies",
@@ -788,88 +788,91 @@ export const VaultProperties = {
788
788
  element: {
789
789
  type: {
790
790
  name: "Composite",
791
- className: "AccessPolicyEntry"
792
- }
793
- }
794
- }
791
+ className: "AccessPolicyEntry",
792
+ },
793
+ },
794
+ },
795
795
  },
796
796
  vaultUri: {
797
797
  serializedName: "vaultUri",
798
798
  type: {
799
- name: "String"
800
- }
799
+ name: "String",
800
+ },
801
801
  },
802
802
  hsmPoolResourceId: {
803
803
  serializedName: "hsmPoolResourceId",
804
804
  readOnly: true,
805
805
  type: {
806
- name: "String"
807
- }
806
+ name: "String",
807
+ },
808
808
  },
809
809
  enabledForDeployment: {
810
+ defaultValue: false,
810
811
  serializedName: "enabledForDeployment",
811
812
  type: {
812
- name: "Boolean"
813
- }
813
+ name: "Boolean",
814
+ },
814
815
  },
815
816
  enabledForDiskEncryption: {
817
+ defaultValue: false,
816
818
  serializedName: "enabledForDiskEncryption",
817
819
  type: {
818
- name: "Boolean"
819
- }
820
+ name: "Boolean",
821
+ },
820
822
  },
821
823
  enabledForTemplateDeployment: {
824
+ defaultValue: false,
822
825
  serializedName: "enabledForTemplateDeployment",
823
826
  type: {
824
- name: "Boolean"
825
- }
827
+ name: "Boolean",
828
+ },
826
829
  },
827
830
  enableSoftDelete: {
828
831
  defaultValue: true,
829
832
  serializedName: "enableSoftDelete",
830
833
  type: {
831
- name: "Boolean"
832
- }
834
+ name: "Boolean",
835
+ },
833
836
  },
834
837
  softDeleteRetentionInDays: {
835
838
  defaultValue: 90,
836
839
  serializedName: "softDeleteRetentionInDays",
837
840
  type: {
838
- name: "Number"
839
- }
841
+ name: "Number",
842
+ },
840
843
  },
841
844
  enableRbacAuthorization: {
842
845
  defaultValue: false,
843
846
  serializedName: "enableRbacAuthorization",
844
847
  type: {
845
- name: "Boolean"
846
- }
848
+ name: "Boolean",
849
+ },
847
850
  },
848
851
  createMode: {
849
852
  serializedName: "createMode",
850
853
  type: {
851
854
  name: "Enum",
852
- allowedValues: ["recover", "default"]
853
- }
855
+ allowedValues: ["recover", "default"],
856
+ },
854
857
  },
855
858
  enablePurgeProtection: {
856
859
  serializedName: "enablePurgeProtection",
857
860
  type: {
858
- name: "Boolean"
859
- }
861
+ name: "Boolean",
862
+ },
860
863
  },
861
864
  networkAcls: {
862
865
  serializedName: "networkAcls",
863
866
  type: {
864
867
  name: "Composite",
865
- className: "NetworkRuleSet"
866
- }
868
+ className: "NetworkRuleSet",
869
+ },
867
870
  },
868
871
  provisioningState: {
869
872
  serializedName: "provisioningState",
870
873
  type: {
871
- name: "String"
872
- }
874
+ name: "String",
875
+ },
873
876
  },
874
877
  privateEndpointConnections: {
875
878
  serializedName: "privateEndpointConnections",
@@ -879,20 +882,20 @@ export const VaultProperties = {
879
882
  element: {
880
883
  type: {
881
884
  name: "Composite",
882
- className: "PrivateEndpointConnectionItem"
883
- }
884
- }
885
- }
885
+ className: "PrivateEndpointConnectionItem",
886
+ },
887
+ },
888
+ },
886
889
  },
887
890
  publicNetworkAccess: {
888
891
  defaultValue: "enabled",
889
892
  serializedName: "publicNetworkAccess",
890
893
  type: {
891
- name: "String"
892
- }
893
- }
894
- }
895
- }
894
+ name: "String",
895
+ },
896
+ },
897
+ },
898
+ },
896
899
  };
897
900
  export const Sku = {
898
901
  type: {
@@ -903,19 +906,19 @@ export const Sku = {
903
906
  serializedName: "family",
904
907
  required: true,
905
908
  type: {
906
- name: "String"
907
- }
909
+ name: "String",
910
+ },
908
911
  },
909
912
  name: {
910
913
  serializedName: "name",
911
914
  required: true,
912
915
  type: {
913
916
  name: "Enum",
914
- allowedValues: ["standard", "premium"]
915
- }
916
- }
917
- }
918
- }
917
+ allowedValues: ["standard", "premium"],
918
+ },
919
+ },
920
+ },
921
+ },
919
922
  };
920
923
  export const AccessPolicyEntry = {
921
924
  type: {
@@ -926,31 +929,31 @@ export const AccessPolicyEntry = {
926
929
  serializedName: "tenantId",
927
930
  required: true,
928
931
  type: {
929
- name: "Uuid"
930
- }
932
+ name: "Uuid",
933
+ },
931
934
  },
932
935
  objectId: {
933
936
  serializedName: "objectId",
934
937
  required: true,
935
938
  type: {
936
- name: "String"
937
- }
939
+ name: "String",
940
+ },
938
941
  },
939
942
  applicationId: {
940
943
  serializedName: "applicationId",
941
944
  type: {
942
- name: "Uuid"
943
- }
945
+ name: "Uuid",
946
+ },
944
947
  },
945
948
  permissions: {
946
949
  serializedName: "permissions",
947
950
  type: {
948
951
  name: "Composite",
949
- className: "Permissions"
950
- }
951
- }
952
- }
953
- }
952
+ className: "Permissions",
953
+ },
954
+ },
955
+ },
956
+ },
954
957
  };
955
958
  export const Permissions = {
956
959
  type: {
@@ -963,10 +966,10 @@ export const Permissions = {
963
966
  name: "Sequence",
964
967
  element: {
965
968
  type: {
966
- name: "String"
967
- }
968
- }
969
- }
969
+ name: "String",
970
+ },
971
+ },
972
+ },
970
973
  },
971
974
  secrets: {
972
975
  serializedName: "secrets",
@@ -974,10 +977,10 @@ export const Permissions = {
974
977
  name: "Sequence",
975
978
  element: {
976
979
  type: {
977
- name: "String"
978
- }
979
- }
980
- }
980
+ name: "String",
981
+ },
982
+ },
983
+ },
981
984
  },
982
985
  certificates: {
983
986
  serializedName: "certificates",
@@ -985,10 +988,10 @@ export const Permissions = {
985
988
  name: "Sequence",
986
989
  element: {
987
990
  type: {
988
- name: "String"
989
- }
990
- }
991
- }
991
+ name: "String",
992
+ },
993
+ },
994
+ },
992
995
  },
993
996
  storage: {
994
997
  serializedName: "storage",
@@ -996,13 +999,13 @@ export const Permissions = {
996
999
  name: "Sequence",
997
1000
  element: {
998
1001
  type: {
999
- name: "String"
1000
- }
1001
- }
1002
- }
1003
- }
1004
- }
1005
- }
1002
+ name: "String",
1003
+ },
1004
+ },
1005
+ },
1006
+ },
1007
+ },
1008
+ },
1006
1009
  };
1007
1010
  export const NetworkRuleSet = {
1008
1011
  type: {
@@ -1012,14 +1015,14 @@ export const NetworkRuleSet = {
1012
1015
  bypass: {
1013
1016
  serializedName: "bypass",
1014
1017
  type: {
1015
- name: "String"
1016
- }
1018
+ name: "String",
1019
+ },
1017
1020
  },
1018
1021
  defaultAction: {
1019
1022
  serializedName: "defaultAction",
1020
1023
  type: {
1021
- name: "String"
1022
- }
1024
+ name: "String",
1025
+ },
1023
1026
  },
1024
1027
  ipRules: {
1025
1028
  serializedName: "ipRules",
@@ -1028,10 +1031,10 @@ export const NetworkRuleSet = {
1028
1031
  element: {
1029
1032
  type: {
1030
1033
  name: "Composite",
1031
- className: "IPRule"
1032
- }
1033
- }
1034
- }
1034
+ className: "IPRule",
1035
+ },
1036
+ },
1037
+ },
1035
1038
  },
1036
1039
  virtualNetworkRules: {
1037
1040
  serializedName: "virtualNetworkRules",
@@ -1040,13 +1043,13 @@ export const NetworkRuleSet = {
1040
1043
  element: {
1041
1044
  type: {
1042
1045
  name: "Composite",
1043
- className: "VirtualNetworkRule"
1044
- }
1045
- }
1046
- }
1047
- }
1048
- }
1049
- }
1046
+ className: "VirtualNetworkRule",
1047
+ },
1048
+ },
1049
+ },
1050
+ },
1051
+ },
1052
+ },
1050
1053
  };
1051
1054
  export const IPRule = {
1052
1055
  type: {
@@ -1057,11 +1060,11 @@ export const IPRule = {
1057
1060
  serializedName: "value",
1058
1061
  required: true,
1059
1062
  type: {
1060
- name: "String"
1061
- }
1062
- }
1063
- }
1064
- }
1063
+ name: "String",
1064
+ },
1065
+ },
1066
+ },
1067
+ },
1065
1068
  };
1066
1069
  export const VirtualNetworkRule = {
1067
1070
  type: {
@@ -1072,17 +1075,17 @@ export const VirtualNetworkRule = {
1072
1075
  serializedName: "id",
1073
1076
  required: true,
1074
1077
  type: {
1075
- name: "String"
1076
- }
1078
+ name: "String",
1079
+ },
1077
1080
  },
1078
1081
  ignoreMissingVnetServiceEndpoint: {
1079
1082
  serializedName: "ignoreMissingVnetServiceEndpoint",
1080
1083
  type: {
1081
- name: "Boolean"
1082
- }
1083
- }
1084
- }
1085
- }
1084
+ name: "Boolean",
1085
+ },
1086
+ },
1087
+ },
1088
+ },
1086
1089
  };
1087
1090
  export const PrivateEndpointConnectionItem = {
1088
1091
  type: {
@@ -1092,37 +1095,37 @@ export const PrivateEndpointConnectionItem = {
1092
1095
  id: {
1093
1096
  serializedName: "id",
1094
1097
  type: {
1095
- name: "String"
1096
- }
1098
+ name: "String",
1099
+ },
1097
1100
  },
1098
1101
  etag: {
1099
1102
  serializedName: "etag",
1100
1103
  type: {
1101
- name: "String"
1102
- }
1104
+ name: "String",
1105
+ },
1103
1106
  },
1104
1107
  privateEndpoint: {
1105
1108
  serializedName: "properties.privateEndpoint",
1106
1109
  type: {
1107
1110
  name: "Composite",
1108
- className: "PrivateEndpoint"
1109
- }
1111
+ className: "PrivateEndpoint",
1112
+ },
1110
1113
  },
1111
1114
  privateLinkServiceConnectionState: {
1112
1115
  serializedName: "properties.privateLinkServiceConnectionState",
1113
1116
  type: {
1114
1117
  name: "Composite",
1115
- className: "PrivateLinkServiceConnectionState"
1116
- }
1118
+ className: "PrivateLinkServiceConnectionState",
1119
+ },
1117
1120
  },
1118
1121
  provisioningState: {
1119
1122
  serializedName: "properties.provisioningState",
1120
1123
  type: {
1121
- name: "String"
1122
- }
1123
- }
1124
- }
1125
- }
1124
+ name: "String",
1125
+ },
1126
+ },
1127
+ },
1128
+ },
1126
1129
  };
1127
1130
  export const PrivateEndpoint = {
1128
1131
  type: {
@@ -1133,11 +1136,11 @@ export const PrivateEndpoint = {
1133
1136
  serializedName: "id",
1134
1137
  readOnly: true,
1135
1138
  type: {
1136
- name: "String"
1137
- }
1138
- }
1139
- }
1140
- }
1139
+ name: "String",
1140
+ },
1141
+ },
1142
+ },
1143
+ },
1141
1144
  };
1142
1145
  export const PrivateLinkServiceConnectionState = {
1143
1146
  type: {
@@ -1147,23 +1150,23 @@ export const PrivateLinkServiceConnectionState = {
1147
1150
  status: {
1148
1151
  serializedName: "status",
1149
1152
  type: {
1150
- name: "String"
1151
- }
1153
+ name: "String",
1154
+ },
1152
1155
  },
1153
1156
  description: {
1154
1157
  serializedName: "description",
1155
1158
  type: {
1156
- name: "String"
1157
- }
1159
+ name: "String",
1160
+ },
1158
1161
  },
1159
1162
  actionsRequired: {
1160
1163
  serializedName: "actionsRequired",
1161
1164
  type: {
1162
- name: "String"
1163
- }
1164
- }
1165
- }
1166
- }
1165
+ name: "String",
1166
+ },
1167
+ },
1168
+ },
1169
+ },
1167
1170
  };
1168
1171
  export const Vault = {
1169
1172
  type: {
@@ -1174,52 +1177,52 @@ export const Vault = {
1174
1177
  serializedName: "id",
1175
1178
  readOnly: true,
1176
1179
  type: {
1177
- name: "String"
1178
- }
1180
+ name: "String",
1181
+ },
1179
1182
  },
1180
1183
  name: {
1181
1184
  serializedName: "name",
1182
1185
  readOnly: true,
1183
1186
  type: {
1184
- name: "String"
1185
- }
1187
+ name: "String",
1188
+ },
1186
1189
  },
1187
1190
  type: {
1188
1191
  serializedName: "type",
1189
1192
  readOnly: true,
1190
1193
  type: {
1191
- name: "String"
1192
- }
1194
+ name: "String",
1195
+ },
1193
1196
  },
1194
1197
  location: {
1195
1198
  serializedName: "location",
1196
1199
  type: {
1197
- name: "String"
1198
- }
1200
+ name: "String",
1201
+ },
1199
1202
  },
1200
1203
  tags: {
1201
1204
  serializedName: "tags",
1202
1205
  type: {
1203
1206
  name: "Dictionary",
1204
- value: { type: { name: "String" } }
1205
- }
1207
+ value: { type: { name: "String" } },
1208
+ },
1206
1209
  },
1207
1210
  systemData: {
1208
1211
  serializedName: "systemData",
1209
1212
  type: {
1210
1213
  name: "Composite",
1211
- className: "SystemData"
1212
- }
1214
+ className: "SystemData",
1215
+ },
1213
1216
  },
1214
1217
  properties: {
1215
1218
  serializedName: "properties",
1216
1219
  type: {
1217
1220
  name: "Composite",
1218
- className: "VaultProperties"
1219
- }
1220
- }
1221
- }
1222
- }
1221
+ className: "VaultProperties",
1222
+ },
1223
+ },
1224
+ },
1225
+ },
1223
1226
  };
1224
1227
  export const SystemData = {
1225
1228
  type: {
@@ -1229,41 +1232,41 @@ export const SystemData = {
1229
1232
  createdBy: {
1230
1233
  serializedName: "createdBy",
1231
1234
  type: {
1232
- name: "String"
1233
- }
1235
+ name: "String",
1236
+ },
1234
1237
  },
1235
1238
  createdByType: {
1236
1239
  serializedName: "createdByType",
1237
1240
  type: {
1238
- name: "String"
1239
- }
1241
+ name: "String",
1242
+ },
1240
1243
  },
1241
1244
  createdAt: {
1242
1245
  serializedName: "createdAt",
1243
1246
  type: {
1244
- name: "DateTime"
1245
- }
1247
+ name: "DateTime",
1248
+ },
1246
1249
  },
1247
1250
  lastModifiedBy: {
1248
1251
  serializedName: "lastModifiedBy",
1249
1252
  type: {
1250
- name: "String"
1251
- }
1253
+ name: "String",
1254
+ },
1252
1255
  },
1253
1256
  lastModifiedByType: {
1254
1257
  serializedName: "lastModifiedByType",
1255
1258
  type: {
1256
- name: "String"
1257
- }
1259
+ name: "String",
1260
+ },
1258
1261
  },
1259
1262
  lastModifiedAt: {
1260
1263
  serializedName: "lastModifiedAt",
1261
1264
  type: {
1262
- name: "DateTime"
1263
- }
1264
- }
1265
- }
1266
- }
1265
+ name: "DateTime",
1266
+ },
1267
+ },
1268
+ },
1269
+ },
1267
1270
  };
1268
1271
  export const VaultPatchParameters = {
1269
1272
  type: {
@@ -1274,18 +1277,18 @@ export const VaultPatchParameters = {
1274
1277
  serializedName: "tags",
1275
1278
  type: {
1276
1279
  name: "Dictionary",
1277
- value: { type: { name: "String" } }
1278
- }
1280
+ value: { type: { name: "String" } },
1281
+ },
1279
1282
  },
1280
1283
  properties: {
1281
1284
  serializedName: "properties",
1282
1285
  type: {
1283
1286
  name: "Composite",
1284
- className: "VaultPatchProperties"
1285
- }
1286
- }
1287
- }
1288
- }
1287
+ className: "VaultPatchProperties",
1288
+ },
1289
+ },
1290
+ },
1291
+ },
1289
1292
  };
1290
1293
  export const VaultPatchProperties = {
1291
1294
  type: {
@@ -1295,15 +1298,15 @@ export const VaultPatchProperties = {
1295
1298
  tenantId: {
1296
1299
  serializedName: "tenantId",
1297
1300
  type: {
1298
- name: "Uuid"
1299
- }
1301
+ name: "Uuid",
1302
+ },
1300
1303
  },
1301
1304
  sku: {
1302
1305
  serializedName: "sku",
1303
1306
  type: {
1304
1307
  name: "Composite",
1305
- className: "Sku"
1306
- }
1308
+ className: "Sku",
1309
+ },
1307
1310
  },
1308
1311
  accessPolicies: {
1309
1312
  serializedName: "accessPolicies",
@@ -1312,75 +1315,75 @@ export const VaultPatchProperties = {
1312
1315
  element: {
1313
1316
  type: {
1314
1317
  name: "Composite",
1315
- className: "AccessPolicyEntry"
1316
- }
1317
- }
1318
- }
1318
+ className: "AccessPolicyEntry",
1319
+ },
1320
+ },
1321
+ },
1319
1322
  },
1320
1323
  enabledForDeployment: {
1321
1324
  serializedName: "enabledForDeployment",
1322
1325
  type: {
1323
- name: "Boolean"
1324
- }
1326
+ name: "Boolean",
1327
+ },
1325
1328
  },
1326
1329
  enabledForDiskEncryption: {
1327
1330
  serializedName: "enabledForDiskEncryption",
1328
1331
  type: {
1329
- name: "Boolean"
1330
- }
1332
+ name: "Boolean",
1333
+ },
1331
1334
  },
1332
1335
  enabledForTemplateDeployment: {
1333
1336
  serializedName: "enabledForTemplateDeployment",
1334
1337
  type: {
1335
- name: "Boolean"
1336
- }
1338
+ name: "Boolean",
1339
+ },
1337
1340
  },
1338
1341
  enableSoftDelete: {
1339
1342
  serializedName: "enableSoftDelete",
1340
1343
  type: {
1341
- name: "Boolean"
1342
- }
1344
+ name: "Boolean",
1345
+ },
1343
1346
  },
1344
1347
  enableRbacAuthorization: {
1345
1348
  serializedName: "enableRbacAuthorization",
1346
1349
  type: {
1347
- name: "Boolean"
1348
- }
1350
+ name: "Boolean",
1351
+ },
1349
1352
  },
1350
1353
  softDeleteRetentionInDays: {
1351
1354
  serializedName: "softDeleteRetentionInDays",
1352
1355
  type: {
1353
- name: "Number"
1354
- }
1356
+ name: "Number",
1357
+ },
1355
1358
  },
1356
1359
  createMode: {
1357
1360
  serializedName: "createMode",
1358
1361
  type: {
1359
1362
  name: "Enum",
1360
- allowedValues: ["recover", "default"]
1361
- }
1363
+ allowedValues: ["recover", "default"],
1364
+ },
1362
1365
  },
1363
1366
  enablePurgeProtection: {
1364
1367
  serializedName: "enablePurgeProtection",
1365
1368
  type: {
1366
- name: "Boolean"
1367
- }
1369
+ name: "Boolean",
1370
+ },
1368
1371
  },
1369
1372
  networkAcls: {
1370
1373
  serializedName: "networkAcls",
1371
1374
  type: {
1372
1375
  name: "Composite",
1373
- className: "NetworkRuleSet"
1374
- }
1376
+ className: "NetworkRuleSet",
1377
+ },
1375
1378
  },
1376
1379
  publicNetworkAccess: {
1377
1380
  serializedName: "publicNetworkAccess",
1378
1381
  type: {
1379
- name: "String"
1380
- }
1381
- }
1382
- }
1383
- }
1382
+ name: "String",
1383
+ },
1384
+ },
1385
+ },
1386
+ },
1384
1387
  };
1385
1388
  export const VaultAccessPolicyParameters = {
1386
1389
  type: {
@@ -1391,39 +1394,39 @@ export const VaultAccessPolicyParameters = {
1391
1394
  serializedName: "id",
1392
1395
  readOnly: true,
1393
1396
  type: {
1394
- name: "String"
1395
- }
1397
+ name: "String",
1398
+ },
1396
1399
  },
1397
1400
  name: {
1398
1401
  serializedName: "name",
1399
1402
  readOnly: true,
1400
1403
  type: {
1401
- name: "String"
1402
- }
1404
+ name: "String",
1405
+ },
1403
1406
  },
1404
1407
  type: {
1405
1408
  serializedName: "type",
1406
1409
  readOnly: true,
1407
1410
  type: {
1408
- name: "String"
1409
- }
1411
+ name: "String",
1412
+ },
1410
1413
  },
1411
1414
  location: {
1412
1415
  serializedName: "location",
1413
1416
  readOnly: true,
1414
1417
  type: {
1415
- name: "String"
1416
- }
1418
+ name: "String",
1419
+ },
1417
1420
  },
1418
1421
  properties: {
1419
1422
  serializedName: "properties",
1420
1423
  type: {
1421
1424
  name: "Composite",
1422
- className: "VaultAccessPolicyProperties"
1423
- }
1424
- }
1425
- }
1426
- }
1425
+ className: "VaultAccessPolicyProperties",
1426
+ },
1427
+ },
1428
+ },
1429
+ },
1427
1430
  };
1428
1431
  export const VaultAccessPolicyProperties = {
1429
1432
  type: {
@@ -1438,13 +1441,13 @@ export const VaultAccessPolicyProperties = {
1438
1441
  element: {
1439
1442
  type: {
1440
1443
  name: "Composite",
1441
- className: "AccessPolicyEntry"
1442
- }
1443
- }
1444
- }
1445
- }
1446
- }
1447
- }
1444
+ className: "AccessPolicyEntry",
1445
+ },
1446
+ },
1447
+ },
1448
+ },
1449
+ },
1450
+ },
1448
1451
  };
1449
1452
  export const VaultListResult = {
1450
1453
  type: {
@@ -1458,19 +1461,19 @@ export const VaultListResult = {
1458
1461
  element: {
1459
1462
  type: {
1460
1463
  name: "Composite",
1461
- className: "Vault"
1462
- }
1463
- }
1464
- }
1464
+ className: "Vault",
1465
+ },
1466
+ },
1467
+ },
1465
1468
  },
1466
1469
  nextLink: {
1467
1470
  serializedName: "nextLink",
1468
1471
  type: {
1469
- name: "String"
1470
- }
1471
- }
1472
- }
1473
- }
1472
+ name: "String",
1473
+ },
1474
+ },
1475
+ },
1476
+ },
1474
1477
  };
1475
1478
  export const DeletedVaultListResult = {
1476
1479
  type: {
@@ -1484,19 +1487,19 @@ export const DeletedVaultListResult = {
1484
1487
  element: {
1485
1488
  type: {
1486
1489
  name: "Composite",
1487
- className: "DeletedVault"
1488
- }
1489
- }
1490
- }
1490
+ className: "DeletedVault",
1491
+ },
1492
+ },
1493
+ },
1491
1494
  },
1492
1495
  nextLink: {
1493
1496
  serializedName: "nextLink",
1494
1497
  type: {
1495
- name: "String"
1496
- }
1497
- }
1498
- }
1499
- }
1498
+ name: "String",
1499
+ },
1500
+ },
1501
+ },
1502
+ },
1500
1503
  };
1501
1504
  export const DeletedVault = {
1502
1505
  type: {
@@ -1507,32 +1510,32 @@ export const DeletedVault = {
1507
1510
  serializedName: "id",
1508
1511
  readOnly: true,
1509
1512
  type: {
1510
- name: "String"
1511
- }
1513
+ name: "String",
1514
+ },
1512
1515
  },
1513
1516
  name: {
1514
1517
  serializedName: "name",
1515
1518
  readOnly: true,
1516
1519
  type: {
1517
- name: "String"
1518
- }
1520
+ name: "String",
1521
+ },
1519
1522
  },
1520
1523
  type: {
1521
1524
  serializedName: "type",
1522
1525
  readOnly: true,
1523
1526
  type: {
1524
- name: "String"
1525
- }
1527
+ name: "String",
1528
+ },
1526
1529
  },
1527
1530
  properties: {
1528
1531
  serializedName: "properties",
1529
1532
  type: {
1530
1533
  name: "Composite",
1531
- className: "DeletedVaultProperties"
1532
- }
1533
- }
1534
- }
1535
- }
1534
+ className: "DeletedVaultProperties",
1535
+ },
1536
+ },
1537
+ },
1538
+ },
1536
1539
  };
1537
1540
  export const DeletedVaultProperties = {
1538
1541
  type: {
@@ -1543,47 +1546,47 @@ export const DeletedVaultProperties = {
1543
1546
  serializedName: "vaultId",
1544
1547
  readOnly: true,
1545
1548
  type: {
1546
- name: "String"
1547
- }
1549
+ name: "String",
1550
+ },
1548
1551
  },
1549
1552
  location: {
1550
1553
  serializedName: "location",
1551
1554
  readOnly: true,
1552
1555
  type: {
1553
- name: "String"
1554
- }
1556
+ name: "String",
1557
+ },
1555
1558
  },
1556
1559
  deletionDate: {
1557
1560
  serializedName: "deletionDate",
1558
1561
  readOnly: true,
1559
1562
  type: {
1560
- name: "DateTime"
1561
- }
1563
+ name: "DateTime",
1564
+ },
1562
1565
  },
1563
1566
  scheduledPurgeDate: {
1564
1567
  serializedName: "scheduledPurgeDate",
1565
1568
  readOnly: true,
1566
1569
  type: {
1567
- name: "DateTime"
1568
- }
1570
+ name: "DateTime",
1571
+ },
1569
1572
  },
1570
1573
  tags: {
1571
1574
  serializedName: "tags",
1572
1575
  readOnly: true,
1573
1576
  type: {
1574
1577
  name: "Dictionary",
1575
- value: { type: { name: "String" } }
1576
- }
1578
+ value: { type: { name: "String" } },
1579
+ },
1577
1580
  },
1578
1581
  purgeProtectionEnabled: {
1579
1582
  serializedName: "purgeProtectionEnabled",
1580
1583
  readOnly: true,
1581
1584
  type: {
1582
- name: "Boolean"
1583
- }
1584
- }
1585
- }
1586
- }
1585
+ name: "Boolean",
1586
+ },
1587
+ },
1588
+ },
1589
+ },
1587
1590
  };
1588
1591
  export const ResourceListResult = {
1589
1592
  type: {
@@ -1597,19 +1600,19 @@ export const ResourceListResult = {
1597
1600
  element: {
1598
1601
  type: {
1599
1602
  name: "Composite",
1600
- className: "Resource"
1601
- }
1602
- }
1603
- }
1603
+ className: "Resource",
1604
+ },
1605
+ },
1606
+ },
1604
1607
  },
1605
1608
  nextLink: {
1606
1609
  serializedName: "nextLink",
1607
1610
  type: {
1608
- name: "String"
1609
- }
1610
- }
1611
- }
1612
- }
1611
+ name: "String",
1612
+ },
1613
+ },
1614
+ },
1615
+ },
1613
1616
  };
1614
1617
  export const VaultCheckNameAvailabilityParameters = {
1615
1618
  type: {
@@ -1620,19 +1623,19 @@ export const VaultCheckNameAvailabilityParameters = {
1620
1623
  serializedName: "name",
1621
1624
  required: true,
1622
1625
  type: {
1623
- name: "String"
1624
- }
1626
+ name: "String",
1627
+ },
1625
1628
  },
1626
1629
  type: {
1627
1630
  defaultValue: "Microsoft.KeyVault/vaults",
1628
1631
  isConstant: true,
1629
1632
  serializedName: "type",
1630
1633
  type: {
1631
- name: "String"
1632
- }
1633
- }
1634
- }
1635
- }
1634
+ name: "String",
1635
+ },
1636
+ },
1637
+ },
1638
+ },
1636
1639
  };
1637
1640
  export const CheckNameAvailabilityResult = {
1638
1641
  type: {
@@ -1643,26 +1646,26 @@ export const CheckNameAvailabilityResult = {
1643
1646
  serializedName: "nameAvailable",
1644
1647
  readOnly: true,
1645
1648
  type: {
1646
- name: "Boolean"
1647
- }
1649
+ name: "Boolean",
1650
+ },
1648
1651
  },
1649
1652
  reason: {
1650
1653
  serializedName: "reason",
1651
1654
  readOnly: true,
1652
1655
  type: {
1653
1656
  name: "Enum",
1654
- allowedValues: ["AccountNameInvalid", "AlreadyExists"]
1655
- }
1657
+ allowedValues: ["AccountNameInvalid", "AlreadyExists"],
1658
+ },
1656
1659
  },
1657
1660
  message: {
1658
1661
  serializedName: "message",
1659
1662
  readOnly: true,
1660
1663
  type: {
1661
- name: "String"
1662
- }
1663
- }
1664
- }
1665
- }
1664
+ name: "String",
1665
+ },
1666
+ },
1667
+ },
1668
+ },
1666
1669
  };
1667
1670
  export const PrivateEndpointConnectionListResult = {
1668
1671
  type: {
@@ -1676,19 +1679,19 @@ export const PrivateEndpointConnectionListResult = {
1676
1679
  element: {
1677
1680
  type: {
1678
1681
  name: "Composite",
1679
- className: "PrivateEndpointConnection"
1680
- }
1681
- }
1682
- }
1682
+ className: "PrivateEndpointConnection",
1683
+ },
1684
+ },
1685
+ },
1683
1686
  },
1684
1687
  nextLink: {
1685
1688
  serializedName: "nextLink",
1686
1689
  type: {
1687
- name: "String"
1688
- }
1689
- }
1690
- }
1691
- }
1690
+ name: "String",
1691
+ },
1692
+ },
1693
+ },
1694
+ },
1692
1695
  };
1693
1696
  export const PrivateLinkResourceListResult = {
1694
1697
  type: {
@@ -1702,13 +1705,13 @@ export const PrivateLinkResourceListResult = {
1702
1705
  element: {
1703
1706
  type: {
1704
1707
  name: "Composite",
1705
- className: "PrivateLinkResource"
1706
- }
1707
- }
1708
- }
1709
- }
1710
- }
1711
- }
1708
+ className: "PrivateLinkResource",
1709
+ },
1710
+ },
1711
+ },
1712
+ },
1713
+ },
1714
+ },
1712
1715
  };
1713
1716
  export const ManagedHsmProperties = {
1714
1717
  type: {
@@ -1718,8 +1721,8 @@ export const ManagedHsmProperties = {
1718
1721
  tenantId: {
1719
1722
  serializedName: "tenantId",
1720
1723
  type: {
1721
- name: "Uuid"
1722
- }
1724
+ name: "Uuid",
1725
+ },
1723
1726
  },
1724
1727
  initialAdminObjectIds: {
1725
1728
  serializedName: "initialAdminObjectIds",
@@ -1727,66 +1730,66 @@ export const ManagedHsmProperties = {
1727
1730
  name: "Sequence",
1728
1731
  element: {
1729
1732
  type: {
1730
- name: "String"
1731
- }
1732
- }
1733
- }
1733
+ name: "String",
1734
+ },
1735
+ },
1736
+ },
1734
1737
  },
1735
1738
  hsmUri: {
1736
1739
  serializedName: "hsmUri",
1737
1740
  readOnly: true,
1738
1741
  type: {
1739
- name: "String"
1740
- }
1742
+ name: "String",
1743
+ },
1741
1744
  },
1742
1745
  enableSoftDelete: {
1743
1746
  defaultValue: true,
1744
1747
  serializedName: "enableSoftDelete",
1745
1748
  type: {
1746
- name: "Boolean"
1747
- }
1749
+ name: "Boolean",
1750
+ },
1748
1751
  },
1749
1752
  softDeleteRetentionInDays: {
1750
1753
  defaultValue: 90,
1751
1754
  serializedName: "softDeleteRetentionInDays",
1752
1755
  type: {
1753
- name: "Number"
1754
- }
1756
+ name: "Number",
1757
+ },
1755
1758
  },
1756
1759
  enablePurgeProtection: {
1757
1760
  defaultValue: true,
1758
1761
  serializedName: "enablePurgeProtection",
1759
1762
  type: {
1760
- name: "Boolean"
1761
- }
1763
+ name: "Boolean",
1764
+ },
1762
1765
  },
1763
1766
  createMode: {
1764
1767
  serializedName: "createMode",
1765
1768
  type: {
1766
1769
  name: "Enum",
1767
- allowedValues: ["recover", "default"]
1768
- }
1770
+ allowedValues: ["recover", "default"],
1771
+ },
1769
1772
  },
1770
1773
  statusMessage: {
1771
1774
  serializedName: "statusMessage",
1772
1775
  readOnly: true,
1773
1776
  type: {
1774
- name: "String"
1775
- }
1777
+ name: "String",
1778
+ },
1776
1779
  },
1777
1780
  provisioningState: {
1778
1781
  serializedName: "provisioningState",
1779
1782
  readOnly: true,
1780
1783
  type: {
1781
- name: "String"
1782
- }
1784
+ name: "String",
1785
+ },
1783
1786
  },
1784
1787
  networkAcls: {
1785
1788
  serializedName: "networkAcls",
1786
1789
  type: {
1787
1790
  name: "Composite",
1788
- className: "MhsmNetworkRuleSet"
1789
- }
1791
+ className: "MhsmNetworkRuleSet",
1792
+ },
1790
1793
  },
1791
1794
  regions: {
1792
1795
  serializedName: "regions",
@@ -1795,10 +1798,10 @@ export const ManagedHsmProperties = {
1795
1798
  element: {
1796
1799
  type: {
1797
1800
  name: "Composite",
1798
- className: "MhsmGeoReplicatedRegion"
1799
- }
1800
- }
1801
- }
1801
+ className: "MhsmGeoReplicatedRegion",
1802
+ },
1803
+ },
1804
+ },
1802
1805
  },
1803
1806
  privateEndpointConnections: {
1804
1807
  serializedName: "privateEndpointConnections",
@@ -1808,34 +1811,34 @@ export const ManagedHsmProperties = {
1808
1811
  element: {
1809
1812
  type: {
1810
1813
  name: "Composite",
1811
- className: "MhsmPrivateEndpointConnectionItem"
1812
- }
1813
- }
1814
- }
1814
+ className: "MhsmPrivateEndpointConnectionItem",
1815
+ },
1816
+ },
1817
+ },
1815
1818
  },
1816
1819
  publicNetworkAccess: {
1817
1820
  defaultValue: "Enabled",
1818
1821
  serializedName: "publicNetworkAccess",
1819
1822
  type: {
1820
- name: "String"
1821
- }
1823
+ name: "String",
1824
+ },
1822
1825
  },
1823
1826
  scheduledPurgeDate: {
1824
1827
  serializedName: "scheduledPurgeDate",
1825
1828
  readOnly: true,
1826
1829
  type: {
1827
- name: "DateTime"
1828
- }
1830
+ name: "DateTime",
1831
+ },
1829
1832
  },
1830
1833
  securityDomainProperties: {
1831
1834
  serializedName: "securityDomainProperties",
1832
1835
  type: {
1833
1836
  name: "Composite",
1834
- className: "ManagedHSMSecurityDomainProperties"
1835
- }
1836
- }
1837
- }
1838
- }
1837
+ className: "ManagedHSMSecurityDomainProperties",
1838
+ },
1839
+ },
1840
+ },
1841
+ },
1839
1842
  };
1840
1843
  export const MhsmNetworkRuleSet = {
1841
1844
  type: {
@@ -1845,14 +1848,14 @@ export const MhsmNetworkRuleSet = {
1845
1848
  bypass: {
1846
1849
  serializedName: "bypass",
1847
1850
  type: {
1848
- name: "String"
1849
- }
1851
+ name: "String",
1852
+ },
1850
1853
  },
1851
1854
  defaultAction: {
1852
1855
  serializedName: "defaultAction",
1853
1856
  type: {
1854
- name: "String"
1855
- }
1857
+ name: "String",
1858
+ },
1856
1859
  },
1857
1860
  ipRules: {
1858
1861
  serializedName: "ipRules",
@@ -1861,10 +1864,10 @@ export const MhsmNetworkRuleSet = {
1861
1864
  element: {
1862
1865
  type: {
1863
1866
  name: "Composite",
1864
- className: "MhsmipRule"
1865
- }
1866
- }
1867
- }
1867
+ className: "MhsmipRule",
1868
+ },
1869
+ },
1870
+ },
1868
1871
  },
1869
1872
  virtualNetworkRules: {
1870
1873
  serializedName: "virtualNetworkRules",
@@ -1873,13 +1876,13 @@ export const MhsmNetworkRuleSet = {
1873
1876
  element: {
1874
1877
  type: {
1875
1878
  name: "Composite",
1876
- className: "MhsmVirtualNetworkRule"
1877
- }
1878
- }
1879
- }
1880
- }
1881
- }
1882
- }
1879
+ className: "MhsmVirtualNetworkRule",
1880
+ },
1881
+ },
1882
+ },
1883
+ },
1884
+ },
1885
+ },
1883
1886
  };
1884
1887
  export const MhsmipRule = {
1885
1888
  type: {
@@ -1890,11 +1893,11 @@ export const MhsmipRule = {
1890
1893
  serializedName: "value",
1891
1894
  required: true,
1892
1895
  type: {
1893
- name: "String"
1894
- }
1895
- }
1896
- }
1897
- }
1896
+ name: "String",
1897
+ },
1898
+ },
1899
+ },
1900
+ },
1898
1901
  };
1899
1902
  export const MhsmVirtualNetworkRule = {
1900
1903
  type: {
@@ -1905,11 +1908,11 @@ export const MhsmVirtualNetworkRule = {
1905
1908
  serializedName: "id",
1906
1909
  required: true,
1907
1910
  type: {
1908
- name: "String"
1909
- }
1910
- }
1911
- }
1912
- }
1911
+ name: "String",
1912
+ },
1913
+ },
1914
+ },
1915
+ },
1913
1916
  };
1914
1917
  export const MhsmGeoReplicatedRegion = {
1915
1918
  type: {
@@ -1919,24 +1922,24 @@ export const MhsmGeoReplicatedRegion = {
1919
1922
  name: {
1920
1923
  serializedName: "name",
1921
1924
  type: {
1922
- name: "String"
1923
- }
1925
+ name: "String",
1926
+ },
1924
1927
  },
1925
1928
  provisioningState: {
1926
1929
  serializedName: "provisioningState",
1927
1930
  readOnly: true,
1928
1931
  type: {
1929
- name: "String"
1930
- }
1932
+ name: "String",
1933
+ },
1931
1934
  },
1932
1935
  isPrimary: {
1933
1936
  serializedName: "isPrimary",
1934
1937
  type: {
1935
- name: "Boolean"
1936
- }
1937
- }
1938
- }
1939
- }
1938
+ name: "Boolean",
1939
+ },
1940
+ },
1941
+ },
1942
+ },
1940
1943
  };
1941
1944
  export const MhsmPrivateEndpointConnectionItem = {
1942
1945
  type: {
@@ -1946,37 +1949,37 @@ export const MhsmPrivateEndpointConnectionItem = {
1946
1949
  id: {
1947
1950
  serializedName: "id",
1948
1951
  type: {
1949
- name: "String"
1950
- }
1952
+ name: "String",
1953
+ },
1951
1954
  },
1952
1955
  etag: {
1953
1956
  serializedName: "etag",
1954
1957
  type: {
1955
- name: "String"
1956
- }
1958
+ name: "String",
1959
+ },
1957
1960
  },
1958
1961
  privateEndpoint: {
1959
1962
  serializedName: "properties.privateEndpoint",
1960
1963
  type: {
1961
1964
  name: "Composite",
1962
- className: "MhsmPrivateEndpoint"
1963
- }
1965
+ className: "MhsmPrivateEndpoint",
1966
+ },
1964
1967
  },
1965
1968
  privateLinkServiceConnectionState: {
1966
1969
  serializedName: "properties.privateLinkServiceConnectionState",
1967
1970
  type: {
1968
1971
  name: "Composite",
1969
- className: "MhsmPrivateLinkServiceConnectionState"
1970
- }
1972
+ className: "MhsmPrivateLinkServiceConnectionState",
1973
+ },
1971
1974
  },
1972
1975
  provisioningState: {
1973
1976
  serializedName: "properties.provisioningState",
1974
1977
  type: {
1975
- name: "String"
1976
- }
1977
- }
1978
- }
1979
- }
1978
+ name: "String",
1979
+ },
1980
+ },
1981
+ },
1982
+ },
1980
1983
  };
1981
1984
  export const MhsmPrivateEndpoint = {
1982
1985
  type: {
@@ -1987,11 +1990,11 @@ export const MhsmPrivateEndpoint = {
1987
1990
  serializedName: "id",
1988
1991
  readOnly: true,
1989
1992
  type: {
1990
- name: "String"
1991
- }
1992
- }
1993
- }
1994
- }
1993
+ name: "String",
1994
+ },
1995
+ },
1996
+ },
1997
+ },
1995
1998
  };
1996
1999
  export const MhsmPrivateLinkServiceConnectionState = {
1997
2000
  type: {
@@ -2001,23 +2004,23 @@ export const MhsmPrivateLinkServiceConnectionState = {
2001
2004
  status: {
2002
2005
  serializedName: "status",
2003
2006
  type: {
2004
- name: "String"
2005
- }
2007
+ name: "String",
2008
+ },
2006
2009
  },
2007
2010
  description: {
2008
2011
  serializedName: "description",
2009
2012
  type: {
2010
- name: "String"
2011
- }
2013
+ name: "String",
2014
+ },
2012
2015
  },
2013
2016
  actionsRequired: {
2014
2017
  serializedName: "actionsRequired",
2015
2018
  type: {
2016
- name: "String"
2017
- }
2018
- }
2019
- }
2020
- }
2019
+ name: "String",
2020
+ },
2021
+ },
2022
+ },
2023
+ },
2021
2024
  };
2022
2025
  export const ManagedHSMSecurityDomainProperties = {
2023
2026
  type: {
@@ -2028,18 +2031,18 @@ export const ManagedHSMSecurityDomainProperties = {
2028
2031
  serializedName: "activationStatus",
2029
2032
  readOnly: true,
2030
2033
  type: {
2031
- name: "String"
2032
- }
2034
+ name: "String",
2035
+ },
2033
2036
  },
2034
2037
  activationStatusMessage: {
2035
2038
  serializedName: "activationStatusMessage",
2036
2039
  readOnly: true,
2037
2040
  type: {
2038
- name: "String"
2039
- }
2040
- }
2041
- }
2042
- }
2041
+ name: "String",
2042
+ },
2043
+ },
2044
+ },
2045
+ },
2043
2046
  };
2044
2047
  export const ManagedHsmResource = {
2045
2048
  type: {
@@ -2050,59 +2053,59 @@ export const ManagedHsmResource = {
2050
2053
  serializedName: "id",
2051
2054
  readOnly: true,
2052
2055
  type: {
2053
- name: "String"
2054
- }
2056
+ name: "String",
2057
+ },
2055
2058
  },
2056
2059
  name: {
2057
2060
  serializedName: "name",
2058
2061
  readOnly: true,
2059
2062
  type: {
2060
- name: "String"
2061
- }
2063
+ name: "String",
2064
+ },
2062
2065
  },
2063
2066
  type: {
2064
2067
  serializedName: "type",
2065
2068
  readOnly: true,
2066
2069
  type: {
2067
- name: "String"
2068
- }
2070
+ name: "String",
2071
+ },
2069
2072
  },
2070
2073
  location: {
2071
2074
  serializedName: "location",
2072
2075
  type: {
2073
- name: "String"
2074
- }
2076
+ name: "String",
2077
+ },
2075
2078
  },
2076
2079
  sku: {
2077
2080
  serializedName: "sku",
2078
2081
  type: {
2079
2082
  name: "Composite",
2080
- className: "ManagedHsmSku"
2081
- }
2083
+ className: "ManagedHsmSku",
2084
+ },
2082
2085
  },
2083
2086
  tags: {
2084
2087
  serializedName: "tags",
2085
2088
  type: {
2086
2089
  name: "Dictionary",
2087
- value: { type: { name: "String" } }
2088
- }
2090
+ value: { type: { name: "String" } },
2091
+ },
2089
2092
  },
2090
2093
  systemData: {
2091
2094
  serializedName: "systemData",
2092
2095
  type: {
2093
2096
  name: "Composite",
2094
- className: "SystemData"
2095
- }
2097
+ className: "SystemData",
2098
+ },
2096
2099
  },
2097
2100
  identity: {
2098
2101
  serializedName: "identity",
2099
2102
  type: {
2100
2103
  name: "Composite",
2101
- className: "ManagedServiceIdentity"
2102
- }
2103
- }
2104
- }
2105
- }
2104
+ className: "ManagedServiceIdentity",
2105
+ },
2106
+ },
2107
+ },
2108
+ },
2106
2109
  };
2107
2110
  export const ManagedHsmSku = {
2108
2111
  type: {
@@ -2113,19 +2116,25 @@ export const ManagedHsmSku = {
2113
2116
  serializedName: "family",
2114
2117
  required: true,
2115
2118
  type: {
2116
- name: "String"
2117
- }
2119
+ name: "String",
2120
+ },
2118
2121
  },
2119
2122
  name: {
2120
2123
  serializedName: "name",
2121
2124
  required: true,
2122
2125
  type: {
2123
2126
  name: "Enum",
2124
- allowedValues: ["Standard_B1", "Custom_B32", "Custom_B6"]
2125
- }
2126
- }
2127
- }
2128
- }
2127
+ allowedValues: [
2128
+ "Standard_B1",
2129
+ "Custom_B32",
2130
+ "Custom_B6",
2131
+ "Custom_C42",
2132
+ "Custom_C10",
2133
+ ],
2134
+ },
2135
+ },
2136
+ },
2137
+ },
2129
2138
  };
2130
2139
  export const ManagedServiceIdentity = {
2131
2140
  type: {
@@ -2136,34 +2145,34 @@ export const ManagedServiceIdentity = {
2136
2145
  serializedName: "principalId",
2137
2146
  readOnly: true,
2138
2147
  type: {
2139
- name: "Uuid"
2140
- }
2148
+ name: "Uuid",
2149
+ },
2141
2150
  },
2142
2151
  tenantId: {
2143
2152
  serializedName: "tenantId",
2144
2153
  readOnly: true,
2145
2154
  type: {
2146
- name: "Uuid"
2147
- }
2155
+ name: "Uuid",
2156
+ },
2148
2157
  },
2149
2158
  type: {
2150
2159
  serializedName: "type",
2151
2160
  required: true,
2152
2161
  type: {
2153
- name: "String"
2154
- }
2162
+ name: "String",
2163
+ },
2155
2164
  },
2156
2165
  userAssignedIdentities: {
2157
2166
  serializedName: "userAssignedIdentities",
2158
2167
  type: {
2159
2168
  name: "Dictionary",
2160
2169
  value: {
2161
- type: { name: "Composite", className: "UserAssignedIdentity" }
2162
- }
2163
- }
2164
- }
2165
- }
2166
- }
2170
+ type: { name: "Composite", className: "UserAssignedIdentity" },
2171
+ },
2172
+ },
2173
+ },
2174
+ },
2175
+ },
2167
2176
  };
2168
2177
  export const UserAssignedIdentity = {
2169
2178
  type: {
@@ -2174,18 +2183,18 @@ export const UserAssignedIdentity = {
2174
2183
  serializedName: "principalId",
2175
2184
  readOnly: true,
2176
2185
  type: {
2177
- name: "Uuid"
2178
- }
2186
+ name: "Uuid",
2187
+ },
2179
2188
  },
2180
2189
  clientId: {
2181
2190
  serializedName: "clientId",
2182
2191
  readOnly: true,
2183
2192
  type: {
2184
- name: "Uuid"
2185
- }
2186
- }
2187
- }
2188
- }
2193
+ name: "Uuid",
2194
+ },
2195
+ },
2196
+ },
2197
+ },
2189
2198
  };
2190
2199
  export const ManagedHsmError = {
2191
2200
  type: {
@@ -2196,11 +2205,11 @@ export const ManagedHsmError = {
2196
2205
  serializedName: "error",
2197
2206
  type: {
2198
2207
  name: "Composite",
2199
- className: "ErrorModel"
2200
- }
2201
- }
2202
- }
2203
- }
2208
+ className: "ErrorModel",
2209
+ },
2210
+ },
2211
+ },
2212
+ },
2204
2213
  };
2205
2214
  export const ErrorModel = {
2206
2215
  type: {
@@ -2211,25 +2220,25 @@ export const ErrorModel = {
2211
2220
  serializedName: "code",
2212
2221
  readOnly: true,
2213
2222
  type: {
2214
- name: "String"
2215
- }
2223
+ name: "String",
2224
+ },
2216
2225
  },
2217
2226
  message: {
2218
2227
  serializedName: "message",
2219
2228
  readOnly: true,
2220
2229
  type: {
2221
- name: "String"
2222
- }
2230
+ name: "String",
2231
+ },
2223
2232
  },
2224
2233
  innerError: {
2225
2234
  serializedName: "innererror",
2226
2235
  type: {
2227
2236
  name: "Composite",
2228
- className: "ErrorModel"
2229
- }
2230
- }
2231
- }
2232
- }
2237
+ className: "ErrorModel",
2238
+ },
2239
+ },
2240
+ },
2241
+ },
2233
2242
  };
2234
2243
  export const ManagedHsmListResult = {
2235
2244
  type: {
@@ -2243,19 +2252,19 @@ export const ManagedHsmListResult = {
2243
2252
  element: {
2244
2253
  type: {
2245
2254
  name: "Composite",
2246
- className: "ManagedHsm"
2247
- }
2248
- }
2249
- }
2255
+ className: "ManagedHsm",
2256
+ },
2257
+ },
2258
+ },
2250
2259
  },
2251
2260
  nextLink: {
2252
2261
  serializedName: "nextLink",
2253
2262
  type: {
2254
- name: "String"
2255
- }
2256
- }
2257
- }
2258
- }
2263
+ name: "String",
2264
+ },
2265
+ },
2266
+ },
2267
+ },
2259
2268
  };
2260
2269
  export const MhsmPrivateEndpointConnectionsListResult = {
2261
2270
  type: {
@@ -2269,19 +2278,19 @@ export const MhsmPrivateEndpointConnectionsListResult = {
2269
2278
  element: {
2270
2279
  type: {
2271
2280
  name: "Composite",
2272
- className: "MhsmPrivateEndpointConnection"
2273
- }
2274
- }
2275
- }
2281
+ className: "MhsmPrivateEndpointConnection",
2282
+ },
2283
+ },
2284
+ },
2276
2285
  },
2277
2286
  nextLink: {
2278
2287
  serializedName: "nextLink",
2279
2288
  type: {
2280
- name: "String"
2281
- }
2282
- }
2283
- }
2284
- }
2289
+ name: "String",
2290
+ },
2291
+ },
2292
+ },
2293
+ },
2285
2294
  };
2286
2295
  export const DeletedManagedHsmListResult = {
2287
2296
  type: {
@@ -2295,19 +2304,19 @@ export const DeletedManagedHsmListResult = {
2295
2304
  element: {
2296
2305
  type: {
2297
2306
  name: "Composite",
2298
- className: "DeletedManagedHsm"
2299
- }
2300
- }
2301
- }
2307
+ className: "DeletedManagedHsm",
2308
+ },
2309
+ },
2310
+ },
2302
2311
  },
2303
2312
  nextLink: {
2304
2313
  serializedName: "nextLink",
2305
2314
  type: {
2306
- name: "String"
2307
- }
2308
- }
2309
- }
2310
- }
2315
+ name: "String",
2316
+ },
2317
+ },
2318
+ },
2319
+ },
2311
2320
  };
2312
2321
  export const DeletedManagedHsm = {
2313
2322
  type: {
@@ -2318,32 +2327,32 @@ export const DeletedManagedHsm = {
2318
2327
  serializedName: "id",
2319
2328
  readOnly: true,
2320
2329
  type: {
2321
- name: "String"
2322
- }
2330
+ name: "String",
2331
+ },
2323
2332
  },
2324
2333
  name: {
2325
2334
  serializedName: "name",
2326
2335
  readOnly: true,
2327
2336
  type: {
2328
- name: "String"
2329
- }
2337
+ name: "String",
2338
+ },
2330
2339
  },
2331
2340
  type: {
2332
2341
  serializedName: "type",
2333
2342
  readOnly: true,
2334
2343
  type: {
2335
- name: "String"
2336
- }
2344
+ name: "String",
2345
+ },
2337
2346
  },
2338
2347
  properties: {
2339
2348
  serializedName: "properties",
2340
2349
  type: {
2341
2350
  name: "Composite",
2342
- className: "DeletedManagedHsmProperties"
2343
- }
2344
- }
2345
- }
2346
- }
2351
+ className: "DeletedManagedHsmProperties",
2352
+ },
2353
+ },
2354
+ },
2355
+ },
2347
2356
  };
2348
2357
  export const DeletedManagedHsmProperties = {
2349
2358
  type: {
@@ -2354,47 +2363,47 @@ export const DeletedManagedHsmProperties = {
2354
2363
  serializedName: "mhsmId",
2355
2364
  readOnly: true,
2356
2365
  type: {
2357
- name: "String"
2358
- }
2366
+ name: "String",
2367
+ },
2359
2368
  },
2360
2369
  location: {
2361
2370
  serializedName: "location",
2362
2371
  readOnly: true,
2363
2372
  type: {
2364
- name: "String"
2365
- }
2373
+ name: "String",
2374
+ },
2366
2375
  },
2367
2376
  deletionDate: {
2368
2377
  serializedName: "deletionDate",
2369
2378
  readOnly: true,
2370
2379
  type: {
2371
- name: "DateTime"
2372
- }
2380
+ name: "DateTime",
2381
+ },
2373
2382
  },
2374
2383
  scheduledPurgeDate: {
2375
2384
  serializedName: "scheduledPurgeDate",
2376
2385
  readOnly: true,
2377
2386
  type: {
2378
- name: "DateTime"
2379
- }
2387
+ name: "DateTime",
2388
+ },
2380
2389
  },
2381
2390
  purgeProtectionEnabled: {
2382
2391
  serializedName: "purgeProtectionEnabled",
2383
2392
  readOnly: true,
2384
2393
  type: {
2385
- name: "Boolean"
2386
- }
2394
+ name: "Boolean",
2395
+ },
2387
2396
  },
2388
2397
  tags: {
2389
2398
  serializedName: "tags",
2390
2399
  readOnly: true,
2391
2400
  type: {
2392
2401
  name: "Dictionary",
2393
- value: { type: { name: "String" } }
2394
- }
2395
- }
2396
- }
2397
- }
2402
+ value: { type: { name: "String" } },
2403
+ },
2404
+ },
2405
+ },
2406
+ },
2398
2407
  };
2399
2408
  export const MhsmPrivateLinkResourceListResult = {
2400
2409
  type: {
@@ -2408,13 +2417,13 @@ export const MhsmPrivateLinkResourceListResult = {
2408
2417
  element: {
2409
2418
  type: {
2410
2419
  name: "Composite",
2411
- className: "MhsmPrivateLinkResource"
2412
- }
2413
- }
2414
- }
2415
- }
2416
- }
2417
- }
2420
+ className: "MhsmPrivateLinkResource",
2421
+ },
2422
+ },
2423
+ },
2424
+ },
2425
+ },
2426
+ },
2418
2427
  };
2419
2428
  export const MhsmRegionsListResult = {
2420
2429
  type: {
@@ -2428,19 +2437,19 @@ export const MhsmRegionsListResult = {
2428
2437
  element: {
2429
2438
  type: {
2430
2439
  name: "Composite",
2431
- className: "MhsmGeoReplicatedRegion"
2432
- }
2433
- }
2434
- }
2440
+ className: "MhsmGeoReplicatedRegion",
2441
+ },
2442
+ },
2443
+ },
2435
2444
  },
2436
2445
  nextLink: {
2437
2446
  serializedName: "nextLink",
2438
2447
  type: {
2439
- name: "String"
2440
- }
2441
- }
2442
- }
2443
- }
2448
+ name: "String",
2449
+ },
2450
+ },
2451
+ },
2452
+ },
2444
2453
  };
2445
2454
  export const CheckMhsmNameAvailabilityParameters = {
2446
2455
  type: {
@@ -2451,11 +2460,11 @@ export const CheckMhsmNameAvailabilityParameters = {
2451
2460
  serializedName: "name",
2452
2461
  required: true,
2453
2462
  type: {
2454
- name: "String"
2455
- }
2456
- }
2457
- }
2458
- }
2463
+ name: "String",
2464
+ },
2465
+ },
2466
+ },
2467
+ },
2459
2468
  };
2460
2469
  export const CheckMhsmNameAvailabilityResult = {
2461
2470
  type: {
@@ -2466,26 +2475,26 @@ export const CheckMhsmNameAvailabilityResult = {
2466
2475
  serializedName: "nameAvailable",
2467
2476
  readOnly: true,
2468
2477
  type: {
2469
- name: "Boolean"
2470
- }
2478
+ name: "Boolean",
2479
+ },
2471
2480
  },
2472
2481
  reason: {
2473
2482
  serializedName: "reason",
2474
2483
  readOnly: true,
2475
2484
  type: {
2476
2485
  name: "Enum",
2477
- allowedValues: ["AccountNameInvalid", "AlreadyExists"]
2478
- }
2486
+ allowedValues: ["AccountNameInvalid", "AlreadyExists"],
2487
+ },
2479
2488
  },
2480
2489
  message: {
2481
2490
  serializedName: "message",
2482
2491
  readOnly: true,
2483
2492
  type: {
2484
- name: "String"
2485
- }
2486
- }
2487
- }
2488
- }
2493
+ name: "String",
2494
+ },
2495
+ },
2496
+ },
2497
+ },
2489
2498
  };
2490
2499
  export const OperationListResult = {
2491
2500
  type: {
@@ -2499,19 +2508,19 @@ export const OperationListResult = {
2499
2508
  element: {
2500
2509
  type: {
2501
2510
  name: "Composite",
2502
- className: "Operation"
2503
- }
2504
- }
2505
- }
2511
+ className: "Operation",
2512
+ },
2513
+ },
2514
+ },
2506
2515
  },
2507
2516
  nextLink: {
2508
2517
  serializedName: "nextLink",
2509
2518
  type: {
2510
- name: "String"
2511
- }
2512
- }
2513
- }
2514
- }
2519
+ name: "String",
2520
+ },
2521
+ },
2522
+ },
2523
+ },
2515
2524
  };
2516
2525
  export const Operation = {
2517
2526
  type: {
@@ -2521,37 +2530,37 @@ export const Operation = {
2521
2530
  name: {
2522
2531
  serializedName: "name",
2523
2532
  type: {
2524
- name: "String"
2525
- }
2533
+ name: "String",
2534
+ },
2526
2535
  },
2527
2536
  display: {
2528
2537
  serializedName: "display",
2529
2538
  type: {
2530
2539
  name: "Composite",
2531
- className: "OperationDisplay"
2532
- }
2540
+ className: "OperationDisplay",
2541
+ },
2533
2542
  },
2534
2543
  origin: {
2535
2544
  serializedName: "origin",
2536
2545
  type: {
2537
- name: "String"
2538
- }
2546
+ name: "String",
2547
+ },
2539
2548
  },
2540
2549
  isDataAction: {
2541
2550
  serializedName: "isDataAction",
2542
2551
  type: {
2543
- name: "Boolean"
2544
- }
2552
+ name: "Boolean",
2553
+ },
2545
2554
  },
2546
2555
  serviceSpecification: {
2547
2556
  serializedName: "properties.serviceSpecification",
2548
2557
  type: {
2549
2558
  name: "Composite",
2550
- className: "ServiceSpecification"
2551
- }
2552
- }
2553
- }
2554
- }
2559
+ className: "ServiceSpecification",
2560
+ },
2561
+ },
2562
+ },
2563
+ },
2555
2564
  };
2556
2565
  export const OperationDisplay = {
2557
2566
  type: {
@@ -2561,29 +2570,29 @@ export const OperationDisplay = {
2561
2570
  provider: {
2562
2571
  serializedName: "provider",
2563
2572
  type: {
2564
- name: "String"
2565
- }
2573
+ name: "String",
2574
+ },
2566
2575
  },
2567
2576
  resource: {
2568
2577
  serializedName: "resource",
2569
2578
  type: {
2570
- name: "String"
2571
- }
2579
+ name: "String",
2580
+ },
2572
2581
  },
2573
2582
  operation: {
2574
2583
  serializedName: "operation",
2575
2584
  type: {
2576
- name: "String"
2577
- }
2585
+ name: "String",
2586
+ },
2578
2587
  },
2579
2588
  description: {
2580
2589
  serializedName: "description",
2581
2590
  type: {
2582
- name: "String"
2583
- }
2584
- }
2585
- }
2586
- }
2591
+ name: "String",
2592
+ },
2593
+ },
2594
+ },
2595
+ },
2587
2596
  };
2588
2597
  export const ServiceSpecification = {
2589
2598
  type: {
@@ -2597,10 +2606,10 @@ export const ServiceSpecification = {
2597
2606
  element: {
2598
2607
  type: {
2599
2608
  name: "Composite",
2600
- className: "LogSpecification"
2601
- }
2602
- }
2603
- }
2609
+ className: "LogSpecification",
2610
+ },
2611
+ },
2612
+ },
2604
2613
  },
2605
2614
  metricSpecifications: {
2606
2615
  serializedName: "metricSpecifications",
@@ -2609,13 +2618,13 @@ export const ServiceSpecification = {
2609
2618
  element: {
2610
2619
  type: {
2611
2620
  name: "Composite",
2612
- className: "MetricSpecification"
2613
- }
2614
- }
2615
- }
2616
- }
2617
- }
2618
- }
2621
+ className: "MetricSpecification",
2622
+ },
2623
+ },
2624
+ },
2625
+ },
2626
+ },
2627
+ },
2619
2628
  };
2620
2629
  export const LogSpecification = {
2621
2630
  type: {
@@ -2625,23 +2634,23 @@ export const LogSpecification = {
2625
2634
  name: {
2626
2635
  serializedName: "name",
2627
2636
  type: {
2628
- name: "String"
2629
- }
2637
+ name: "String",
2638
+ },
2630
2639
  },
2631
2640
  displayName: {
2632
2641
  serializedName: "displayName",
2633
2642
  type: {
2634
- name: "String"
2635
- }
2643
+ name: "String",
2644
+ },
2636
2645
  },
2637
2646
  blobDuration: {
2638
2647
  serializedName: "blobDuration",
2639
2648
  type: {
2640
- name: "String"
2641
- }
2642
- }
2643
- }
2644
- }
2649
+ name: "String",
2650
+ },
2651
+ },
2652
+ },
2653
+ },
2645
2654
  };
2646
2655
  export const MetricSpecification = {
2647
2656
  type: {
@@ -2651,32 +2660,32 @@ export const MetricSpecification = {
2651
2660
  name: {
2652
2661
  serializedName: "name",
2653
2662
  type: {
2654
- name: "String"
2655
- }
2663
+ name: "String",
2664
+ },
2656
2665
  },
2657
2666
  displayName: {
2658
2667
  serializedName: "displayName",
2659
2668
  type: {
2660
- name: "String"
2661
- }
2669
+ name: "String",
2670
+ },
2662
2671
  },
2663
2672
  displayDescription: {
2664
2673
  serializedName: "displayDescription",
2665
2674
  type: {
2666
- name: "String"
2667
- }
2675
+ name: "String",
2676
+ },
2668
2677
  },
2669
2678
  unit: {
2670
2679
  serializedName: "unit",
2671
2680
  type: {
2672
- name: "String"
2673
- }
2681
+ name: "String",
2682
+ },
2674
2683
  },
2675
2684
  aggregationType: {
2676
2685
  serializedName: "aggregationType",
2677
2686
  type: {
2678
- name: "String"
2679
- }
2687
+ name: "String",
2688
+ },
2680
2689
  },
2681
2690
  supportedAggregationTypes: {
2682
2691
  serializedName: "supportedAggregationTypes",
@@ -2684,10 +2693,10 @@ export const MetricSpecification = {
2684
2693
  name: "Sequence",
2685
2694
  element: {
2686
2695
  type: {
2687
- name: "String"
2688
- }
2689
- }
2690
- }
2696
+ name: "String",
2697
+ },
2698
+ },
2699
+ },
2691
2700
  },
2692
2701
  supportedTimeGrainTypes: {
2693
2702
  serializedName: "supportedTimeGrainTypes",
@@ -2695,16 +2704,16 @@ export const MetricSpecification = {
2695
2704
  name: "Sequence",
2696
2705
  element: {
2697
2706
  type: {
2698
- name: "String"
2699
- }
2700
- }
2701
- }
2707
+ name: "String",
2708
+ },
2709
+ },
2710
+ },
2702
2711
  },
2703
2712
  lockAggregationType: {
2704
2713
  serializedName: "lockAggregationType",
2705
2714
  type: {
2706
- name: "String"
2707
- }
2715
+ name: "String",
2716
+ },
2708
2717
  },
2709
2718
  dimensions: {
2710
2719
  serializedName: "dimensions",
@@ -2713,25 +2722,25 @@ export const MetricSpecification = {
2713
2722
  element: {
2714
2723
  type: {
2715
2724
  name: "Composite",
2716
- className: "DimensionProperties"
2717
- }
2718
- }
2719
- }
2725
+ className: "DimensionProperties",
2726
+ },
2727
+ },
2728
+ },
2720
2729
  },
2721
2730
  fillGapWithZero: {
2722
2731
  serializedName: "fillGapWithZero",
2723
2732
  type: {
2724
- name: "Boolean"
2725
- }
2733
+ name: "Boolean",
2734
+ },
2726
2735
  },
2727
2736
  internalMetricName: {
2728
2737
  serializedName: "internalMetricName",
2729
2738
  type: {
2730
- name: "String"
2731
- }
2732
- }
2733
- }
2734
- }
2739
+ name: "String",
2740
+ },
2741
+ },
2742
+ },
2743
+ },
2735
2744
  };
2736
2745
  export const DimensionProperties = {
2737
2746
  type: {
@@ -2741,23 +2750,23 @@ export const DimensionProperties = {
2741
2750
  name: {
2742
2751
  serializedName: "name",
2743
2752
  type: {
2744
- name: "String"
2745
- }
2753
+ name: "String",
2754
+ },
2746
2755
  },
2747
2756
  displayName: {
2748
2757
  serializedName: "displayName",
2749
2758
  type: {
2750
- name: "String"
2751
- }
2759
+ name: "String",
2760
+ },
2752
2761
  },
2753
2762
  toBeExportedForShoebox: {
2754
2763
  serializedName: "toBeExportedForShoebox",
2755
2764
  type: {
2756
- name: "Boolean"
2757
- }
2758
- }
2759
- }
2760
- }
2765
+ name: "Boolean",
2766
+ },
2767
+ },
2768
+ },
2769
+ },
2761
2770
  };
2762
2771
  export const SecretCreateOrUpdateParameters = {
2763
2772
  type: {
@@ -2768,18 +2777,18 @@ export const SecretCreateOrUpdateParameters = {
2768
2777
  serializedName: "tags",
2769
2778
  type: {
2770
2779
  name: "Dictionary",
2771
- value: { type: { name: "String" } }
2772
- }
2780
+ value: { type: { name: "String" } },
2781
+ },
2773
2782
  },
2774
2783
  properties: {
2775
2784
  serializedName: "properties",
2776
2785
  type: {
2777
2786
  name: "Composite",
2778
- className: "SecretProperties"
2779
- }
2780
- }
2781
- }
2782
- }
2787
+ className: "SecretProperties",
2788
+ },
2789
+ },
2790
+ },
2791
+ },
2783
2792
  };
2784
2793
  export const SecretProperties = {
2785
2794
  type: {
@@ -2789,38 +2798,38 @@ export const SecretProperties = {
2789
2798
  value: {
2790
2799
  serializedName: "value",
2791
2800
  type: {
2792
- name: "String"
2793
- }
2801
+ name: "String",
2802
+ },
2794
2803
  },
2795
2804
  contentType: {
2796
2805
  serializedName: "contentType",
2797
2806
  type: {
2798
- name: "String"
2799
- }
2807
+ name: "String",
2808
+ },
2800
2809
  },
2801
2810
  attributes: {
2802
2811
  serializedName: "attributes",
2803
2812
  type: {
2804
2813
  name: "Composite",
2805
- className: "SecretAttributes"
2806
- }
2814
+ className: "SecretAttributes",
2815
+ },
2807
2816
  },
2808
2817
  secretUri: {
2809
2818
  serializedName: "secretUri",
2810
2819
  readOnly: true,
2811
2820
  type: {
2812
- name: "String"
2813
- }
2821
+ name: "String",
2822
+ },
2814
2823
  },
2815
2824
  secretUriWithVersion: {
2816
2825
  serializedName: "secretUriWithVersion",
2817
2826
  readOnly: true,
2818
2827
  type: {
2819
- name: "String"
2820
- }
2821
- }
2822
- }
2823
- }
2828
+ name: "String",
2829
+ },
2830
+ },
2831
+ },
2832
+ },
2824
2833
  };
2825
2834
  export const Attributes = {
2826
2835
  type: {
@@ -2830,37 +2839,37 @@ export const Attributes = {
2830
2839
  enabled: {
2831
2840
  serializedName: "enabled",
2832
2841
  type: {
2833
- name: "Boolean"
2834
- }
2842
+ name: "Boolean",
2843
+ },
2835
2844
  },
2836
2845
  notBefore: {
2837
2846
  serializedName: "nbf",
2838
2847
  type: {
2839
- name: "UnixTime"
2840
- }
2848
+ name: "UnixTime",
2849
+ },
2841
2850
  },
2842
2851
  expires: {
2843
2852
  serializedName: "exp",
2844
2853
  type: {
2845
- name: "UnixTime"
2846
- }
2854
+ name: "UnixTime",
2855
+ },
2847
2856
  },
2848
2857
  created: {
2849
2858
  serializedName: "created",
2850
2859
  readOnly: true,
2851
2860
  type: {
2852
- name: "UnixTime"
2853
- }
2861
+ name: "UnixTime",
2862
+ },
2854
2863
  },
2855
2864
  updated: {
2856
2865
  serializedName: "updated",
2857
2866
  readOnly: true,
2858
2867
  type: {
2859
- name: "UnixTime"
2860
- }
2861
- }
2862
- }
2863
- }
2868
+ name: "UnixTime",
2869
+ },
2870
+ },
2871
+ },
2872
+ },
2864
2873
  };
2865
2874
  export const SecretPatchParameters = {
2866
2875
  type: {
@@ -2871,18 +2880,18 @@ export const SecretPatchParameters = {
2871
2880
  serializedName: "tags",
2872
2881
  type: {
2873
2882
  name: "Dictionary",
2874
- value: { type: { name: "String" } }
2875
- }
2883
+ value: { type: { name: "String" } },
2884
+ },
2876
2885
  },
2877
2886
  properties: {
2878
2887
  serializedName: "properties",
2879
2888
  type: {
2880
2889
  name: "Composite",
2881
- className: "SecretPatchProperties"
2882
- }
2883
- }
2884
- }
2885
- }
2890
+ className: "SecretPatchProperties",
2891
+ },
2892
+ },
2893
+ },
2894
+ },
2886
2895
  };
2887
2896
  export const SecretPatchProperties = {
2888
2897
  type: {
@@ -2892,24 +2901,24 @@ export const SecretPatchProperties = {
2892
2901
  value: {
2893
2902
  serializedName: "value",
2894
2903
  type: {
2895
- name: "String"
2896
- }
2904
+ name: "String",
2905
+ },
2897
2906
  },
2898
2907
  contentType: {
2899
2908
  serializedName: "contentType",
2900
2909
  type: {
2901
- name: "String"
2902
- }
2910
+ name: "String",
2911
+ },
2903
2912
  },
2904
2913
  attributes: {
2905
2914
  serializedName: "attributes",
2906
2915
  type: {
2907
2916
  name: "Composite",
2908
- className: "SecretAttributes"
2909
- }
2910
- }
2911
- }
2912
- }
2917
+ className: "SecretAttributes",
2918
+ },
2919
+ },
2920
+ },
2921
+ },
2913
2922
  };
2914
2923
  export const SecretListResult = {
2915
2924
  type: {
@@ -2923,19 +2932,19 @@ export const SecretListResult = {
2923
2932
  element: {
2924
2933
  type: {
2925
2934
  name: "Composite",
2926
- className: "Secret"
2927
- }
2928
- }
2929
- }
2935
+ className: "Secret",
2936
+ },
2937
+ },
2938
+ },
2930
2939
  },
2931
2940
  nextLink: {
2932
2941
  serializedName: "nextLink",
2933
2942
  type: {
2934
- name: "String"
2935
- }
2936
- }
2937
- }
2938
- }
2943
+ name: "String",
2944
+ },
2945
+ },
2946
+ },
2947
+ },
2939
2948
  };
2940
2949
  export const Key = {
2941
2950
  type: {
@@ -2945,59 +2954,59 @@ export const Key = {
2945
2954
  serializedName: "properties.attributes",
2946
2955
  type: {
2947
2956
  name: "Composite",
2948
- className: "KeyAttributes"
2949
- }
2957
+ className: "KeyAttributes",
2958
+ },
2950
2959
  }, kty: {
2951
2960
  serializedName: "properties.kty",
2952
2961
  type: {
2953
- name: "String"
2954
- }
2962
+ name: "String",
2963
+ },
2955
2964
  }, keyOps: {
2956
2965
  serializedName: "properties.keyOps",
2957
2966
  type: {
2958
2967
  name: "Sequence",
2959
2968
  element: {
2960
2969
  type: {
2961
- name: "String"
2962
- }
2963
- }
2964
- }
2970
+ name: "String",
2971
+ },
2972
+ },
2973
+ },
2965
2974
  }, keySize: {
2966
2975
  serializedName: "properties.keySize",
2967
2976
  type: {
2968
- name: "Number"
2969
- }
2977
+ name: "Number",
2978
+ },
2970
2979
  }, curveName: {
2971
2980
  serializedName: "properties.curveName",
2972
2981
  type: {
2973
- name: "String"
2974
- }
2982
+ name: "String",
2983
+ },
2975
2984
  }, keyUri: {
2976
2985
  serializedName: "properties.keyUri",
2977
2986
  readOnly: true,
2978
2987
  type: {
2979
- name: "String"
2980
- }
2988
+ name: "String",
2989
+ },
2981
2990
  }, keyUriWithVersion: {
2982
2991
  serializedName: "properties.keyUriWithVersion",
2983
2992
  readOnly: true,
2984
2993
  type: {
2985
- name: "String"
2986
- }
2994
+ name: "String",
2995
+ },
2987
2996
  }, rotationPolicy: {
2988
2997
  serializedName: "properties.rotationPolicy",
2989
2998
  type: {
2990
2999
  name: "Composite",
2991
- className: "RotationPolicy"
2992
- }
3000
+ className: "RotationPolicy",
3001
+ },
2993
3002
  }, releasePolicy: {
2994
3003
  serializedName: "properties.release_policy",
2995
3004
  type: {
2996
3005
  name: "Composite",
2997
- className: "KeyReleasePolicy"
2998
- }
2999
- } })
3000
- }
3006
+ className: "KeyReleasePolicy",
3007
+ },
3008
+ } }),
3009
+ },
3001
3010
  };
3002
3011
  export const PrivateEndpointConnection = {
3003
3012
  type: {
@@ -3006,27 +3015,27 @@ export const PrivateEndpointConnection = {
3006
3015
  modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { etag: {
3007
3016
  serializedName: "etag",
3008
3017
  type: {
3009
- name: "String"
3010
- }
3018
+ name: "String",
3019
+ },
3011
3020
  }, privateEndpoint: {
3012
3021
  serializedName: "properties.privateEndpoint",
3013
3022
  type: {
3014
3023
  name: "Composite",
3015
- className: "PrivateEndpoint"
3016
- }
3024
+ className: "PrivateEndpoint",
3025
+ },
3017
3026
  }, privateLinkServiceConnectionState: {
3018
3027
  serializedName: "properties.privateLinkServiceConnectionState",
3019
3028
  type: {
3020
3029
  name: "Composite",
3021
- className: "PrivateLinkServiceConnectionState"
3022
- }
3030
+ className: "PrivateLinkServiceConnectionState",
3031
+ },
3023
3032
  }, provisioningState: {
3024
3033
  serializedName: "properties.provisioningState",
3025
3034
  type: {
3026
- name: "String"
3027
- }
3028
- } })
3029
- }
3035
+ name: "String",
3036
+ },
3037
+ } }),
3038
+ },
3030
3039
  };
3031
3040
  export const PrivateLinkResource = {
3032
3041
  type: {
@@ -3036,8 +3045,8 @@ export const PrivateLinkResource = {
3036
3045
  serializedName: "properties.groupId",
3037
3046
  readOnly: true,
3038
3047
  type: {
3039
- name: "String"
3040
- }
3048
+ name: "String",
3049
+ },
3041
3050
  }, requiredMembers: {
3042
3051
  serializedName: "properties.requiredMembers",
3043
3052
  readOnly: true,
@@ -3045,22 +3054,22 @@ export const PrivateLinkResource = {
3045
3054
  name: "Sequence",
3046
3055
  element: {
3047
3056
  type: {
3048
- name: "String"
3049
- }
3050
- }
3051
- }
3057
+ name: "String",
3058
+ },
3059
+ },
3060
+ },
3052
3061
  }, requiredZoneNames: {
3053
3062
  serializedName: "properties.requiredZoneNames",
3054
3063
  type: {
3055
3064
  name: "Sequence",
3056
3065
  element: {
3057
3066
  type: {
3058
- name: "String"
3059
- }
3060
- }
3061
- }
3062
- } })
3063
- }
3067
+ name: "String",
3068
+ },
3069
+ },
3070
+ },
3071
+ } }),
3072
+ },
3064
3073
  };
3065
3074
  export const Secret = {
3066
3075
  type: {
@@ -3070,10 +3079,10 @@ export const Secret = {
3070
3079
  serializedName: "properties",
3071
3080
  type: {
3072
3081
  name: "Composite",
3073
- className: "SecretProperties"
3074
- }
3075
- } })
3076
- }
3082
+ className: "SecretProperties",
3083
+ },
3084
+ } }),
3085
+ },
3077
3086
  };
3078
3087
  export const ManagedHsmKey = {
3079
3088
  type: {
@@ -3083,59 +3092,59 @@ export const ManagedHsmKey = {
3083
3092
  serializedName: "properties.attributes",
3084
3093
  type: {
3085
3094
  name: "Composite",
3086
- className: "ManagedHsmKeyAttributes"
3087
- }
3095
+ className: "ManagedHsmKeyAttributes",
3096
+ },
3088
3097
  }, kty: {
3089
3098
  serializedName: "properties.kty",
3090
3099
  type: {
3091
- name: "String"
3092
- }
3100
+ name: "String",
3101
+ },
3093
3102
  }, keyOps: {
3094
3103
  serializedName: "properties.keyOps",
3095
3104
  type: {
3096
3105
  name: "Sequence",
3097
3106
  element: {
3098
3107
  type: {
3099
- name: "String"
3100
- }
3101
- }
3102
- }
3108
+ name: "String",
3109
+ },
3110
+ },
3111
+ },
3103
3112
  }, keySize: {
3104
3113
  serializedName: "properties.keySize",
3105
3114
  type: {
3106
- name: "Number"
3107
- }
3115
+ name: "Number",
3116
+ },
3108
3117
  }, curveName: {
3109
3118
  serializedName: "properties.curveName",
3110
3119
  type: {
3111
- name: "String"
3112
- }
3120
+ name: "String",
3121
+ },
3113
3122
  }, keyUri: {
3114
3123
  serializedName: "properties.keyUri",
3115
3124
  readOnly: true,
3116
3125
  type: {
3117
- name: "String"
3118
- }
3126
+ name: "String",
3127
+ },
3119
3128
  }, keyUriWithVersion: {
3120
3129
  serializedName: "properties.keyUriWithVersion",
3121
3130
  readOnly: true,
3122
3131
  type: {
3123
- name: "String"
3124
- }
3132
+ name: "String",
3133
+ },
3125
3134
  }, rotationPolicy: {
3126
3135
  serializedName: "properties.rotationPolicy",
3127
3136
  type: {
3128
3137
  name: "Composite",
3129
- className: "ManagedHsmRotationPolicy"
3130
- }
3138
+ className: "ManagedHsmRotationPolicy",
3139
+ },
3131
3140
  }, releasePolicy: {
3132
3141
  serializedName: "properties.release_policy",
3133
3142
  type: {
3134
3143
  name: "Composite",
3135
- className: "ManagedHsmKeyReleasePolicy"
3136
- }
3137
- } })
3138
- }
3144
+ className: "ManagedHsmKeyReleasePolicy",
3145
+ },
3146
+ } }),
3147
+ },
3139
3148
  };
3140
3149
  export const ManagedHsm = {
3141
3150
  type: {
@@ -3145,10 +3154,10 @@ export const ManagedHsm = {
3145
3154
  serializedName: "properties",
3146
3155
  type: {
3147
3156
  name: "Composite",
3148
- className: "ManagedHsmProperties"
3149
- }
3150
- } })
3151
- }
3157
+ className: "ManagedHsmProperties",
3158
+ },
3159
+ } }),
3160
+ },
3152
3161
  };
3153
3162
  export const MhsmPrivateEndpointConnection = {
3154
3163
  type: {
@@ -3157,27 +3166,27 @@ export const MhsmPrivateEndpointConnection = {
3157
3166
  modelProperties: Object.assign(Object.assign({}, ManagedHsmResource.type.modelProperties), { etag: {
3158
3167
  serializedName: "etag",
3159
3168
  type: {
3160
- name: "String"
3161
- }
3169
+ name: "String",
3170
+ },
3162
3171
  }, privateEndpoint: {
3163
3172
  serializedName: "properties.privateEndpoint",
3164
3173
  type: {
3165
3174
  name: "Composite",
3166
- className: "MhsmPrivateEndpoint"
3167
- }
3175
+ className: "MhsmPrivateEndpoint",
3176
+ },
3168
3177
  }, privateLinkServiceConnectionState: {
3169
3178
  serializedName: "properties.privateLinkServiceConnectionState",
3170
3179
  type: {
3171
3180
  name: "Composite",
3172
- className: "MhsmPrivateLinkServiceConnectionState"
3173
- }
3181
+ className: "MhsmPrivateLinkServiceConnectionState",
3182
+ },
3174
3183
  }, provisioningState: {
3175
3184
  serializedName: "properties.provisioningState",
3176
3185
  type: {
3177
- name: "String"
3178
- }
3179
- } })
3180
- }
3186
+ name: "String",
3187
+ },
3188
+ } }),
3189
+ },
3181
3190
  };
3182
3191
  export const MhsmPrivateLinkResource = {
3183
3192
  type: {
@@ -3187,8 +3196,8 @@ export const MhsmPrivateLinkResource = {
3187
3196
  serializedName: "properties.groupId",
3188
3197
  readOnly: true,
3189
3198
  type: {
3190
- name: "String"
3191
- }
3199
+ name: "String",
3200
+ },
3192
3201
  }, requiredMembers: {
3193
3202
  serializedName: "properties.requiredMembers",
3194
3203
  readOnly: true,
@@ -3196,29 +3205,29 @@ export const MhsmPrivateLinkResource = {
3196
3205
  name: "Sequence",
3197
3206
  element: {
3198
3207
  type: {
3199
- name: "String"
3200
- }
3201
- }
3202
- }
3208
+ name: "String",
3209
+ },
3210
+ },
3211
+ },
3203
3212
  }, requiredZoneNames: {
3204
3213
  serializedName: "properties.requiredZoneNames",
3205
3214
  type: {
3206
3215
  name: "Sequence",
3207
3216
  element: {
3208
3217
  type: {
3209
- name: "String"
3210
- }
3211
- }
3212
- }
3213
- } })
3214
- }
3218
+ name: "String",
3219
+ },
3220
+ },
3221
+ },
3222
+ } }),
3223
+ },
3215
3224
  };
3216
3225
  export const SecretAttributes = {
3217
3226
  type: {
3218
3227
  name: "Composite",
3219
3228
  className: "SecretAttributes",
3220
- modelProperties: Object.assign({}, Attributes.type.modelProperties)
3221
- }
3229
+ modelProperties: Object.assign({}, Attributes.type.modelProperties),
3230
+ },
3222
3231
  };
3223
3232
  export const PrivateEndpointConnectionsPutHeaders = {
3224
3233
  type: {
@@ -3228,17 +3237,17 @@ export const PrivateEndpointConnectionsPutHeaders = {
3228
3237
  retryAfter: {
3229
3238
  serializedName: "retry-after",
3230
3239
  type: {
3231
- name: "Number"
3232
- }
3240
+ name: "Number",
3241
+ },
3233
3242
  },
3234
3243
  azureAsyncOperation: {
3235
3244
  serializedName: "azure-asyncoperation",
3236
3245
  type: {
3237
- name: "String"
3238
- }
3239
- }
3240
- }
3241
- }
3246
+ name: "String",
3247
+ },
3248
+ },
3249
+ },
3250
+ },
3242
3251
  };
3243
3252
  export const PrivateEndpointConnectionsDeleteHeaders = {
3244
3253
  type: {
@@ -3248,17 +3257,17 @@ export const PrivateEndpointConnectionsDeleteHeaders = {
3248
3257
  retryAfter: {
3249
3258
  serializedName: "retry-after",
3250
3259
  type: {
3251
- name: "Number"
3252
- }
3260
+ name: "Number",
3261
+ },
3253
3262
  },
3254
3263
  location: {
3255
3264
  serializedName: "location",
3256
3265
  type: {
3257
- name: "String"
3258
- }
3259
- }
3260
- }
3261
- }
3266
+ name: "String",
3267
+ },
3268
+ },
3269
+ },
3270
+ },
3262
3271
  };
3263
3272
  export const ManagedHsmsCreateOrUpdateHeaders = {
3264
3273
  type: {
@@ -3268,11 +3277,11 @@ export const ManagedHsmsCreateOrUpdateHeaders = {
3268
3277
  location: {
3269
3278
  serializedName: "location",
3270
3279
  type: {
3271
- name: "String"
3272
- }
3273
- }
3274
- }
3275
- }
3280
+ name: "String",
3281
+ },
3282
+ },
3283
+ },
3284
+ },
3276
3285
  };
3277
3286
  export const ManagedHsmsUpdateHeaders = {
3278
3287
  type: {
@@ -3282,11 +3291,11 @@ export const ManagedHsmsUpdateHeaders = {
3282
3291
  location: {
3283
3292
  serializedName: "location",
3284
3293
  type: {
3285
- name: "String"
3286
- }
3287
- }
3288
- }
3289
- }
3294
+ name: "String",
3295
+ },
3296
+ },
3297
+ },
3298
+ },
3290
3299
  };
3291
3300
  export const ManagedHsmsDeleteHeaders = {
3292
3301
  type: {
@@ -3296,11 +3305,11 @@ export const ManagedHsmsDeleteHeaders = {
3296
3305
  location: {
3297
3306
  serializedName: "location",
3298
3307
  type: {
3299
- name: "String"
3300
- }
3301
- }
3302
- }
3303
- }
3308
+ name: "String",
3309
+ },
3310
+ },
3311
+ },
3312
+ },
3304
3313
  };
3305
3314
  export const ManagedHsmsPurgeDeletedHeaders = {
3306
3315
  type: {
@@ -3310,11 +3319,11 @@ export const ManagedHsmsPurgeDeletedHeaders = {
3310
3319
  location: {
3311
3320
  serializedName: "location",
3312
3321
  type: {
3313
- name: "String"
3314
- }
3315
- }
3316
- }
3317
- }
3322
+ name: "String",
3323
+ },
3324
+ },
3325
+ },
3326
+ },
3318
3327
  };
3319
3328
  export const MhsmPrivateEndpointConnectionsPutHeaders = {
3320
3329
  type: {
@@ -3324,17 +3333,17 @@ export const MhsmPrivateEndpointConnectionsPutHeaders = {
3324
3333
  retryAfter: {
3325
3334
  serializedName: "retry-after",
3326
3335
  type: {
3327
- name: "Number"
3328
- }
3336
+ name: "Number",
3337
+ },
3329
3338
  },
3330
3339
  azureAsyncOperation: {
3331
3340
  serializedName: "azure-asyncoperation",
3332
3341
  type: {
3333
- name: "String"
3334
- }
3335
- }
3336
- }
3337
- }
3342
+ name: "String",
3343
+ },
3344
+ },
3345
+ },
3346
+ },
3338
3347
  };
3339
3348
  export const MhsmPrivateEndpointConnectionsDeleteHeaders = {
3340
3349
  type: {
@@ -3344,10 +3353,10 @@ export const MhsmPrivateEndpointConnectionsDeleteHeaders = {
3344
3353
  location: {
3345
3354
  serializedName: "location",
3346
3355
  type: {
3347
- name: "String"
3348
- }
3349
- }
3350
- }
3351
- }
3356
+ name: "String",
3357
+ },
3358
+ },
3359
+ },
3360
+ },
3352
3361
  };
3353
3362
  //# sourceMappingURL=mappers.js.map