Commit bf61668
authored
[Key Vault] Added TSP configuration for Key Vault Certificates (Azure#43417)
* Added tsp-location.yaml
* Added CertificatesCustomizations file
* Got the latest TSP files for certs.
* First generation.
* Removed TSP-related files from other libraries
* Re-generated after changing test, samples, and APIView configuration.
* More adjustments to code generation before customization is applied. Re-generated code.
* Updated code generation and Java customizations file again.
* Added model customizations.
* Moved custom types to the public models package and deleted unnecessary clients and client builder in implementation.
* Fixed clients and client builder.
* Got latest TSP configuration and fixed models.
* Updated TSP config commit.
* Removed temporary TypeSpec files.
* Fixed test issues.
* Ran stainless.
* Fixed CheckStyle issues.
* Fixed SpotBugs issues.
* Updated test recordings.
* Re-generated the library.
* Updated CertificatesCustomizations.java and re-generated.
* Fixed CertificateClientBuilder.
* Updated CertificateClientBuilder.
* Updated CertificateClientBuilder yet again.
* Re-generated with the latest commit hash an updated code customization.
* Added methods lost by moving from Azure.Core.nextLink to TypeSpec.nextLink via code customization.
* Fixed code-generation.
* Fixed CheckStyle issue.1 parent 6c82ecc commit bf61668
File tree
70 files changed
+7281
-5944
lines changed- sdk/keyvault/azure-security-keyvault-certificates
- src
- main
- java
- com/azure/security/keyvault/certificates
- implementation
- models
- models
- resources
- test/java/com/azure/security/keyvault/certificates
- swagger/src/main/java
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+7281
-5944
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
Lines changed: 379 additions & 275 deletions
Large diffs are not rendered by default.
Lines changed: 220 additions & 123 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | | - | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
243 | | - | |
| 245 | + | |
244 | 246 | | |
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
248 | 250 | | |
249 | | - | |
| 251 | + | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| |||
0 commit comments