Commit 966398c
Set default service version to 2025-07-01 for keyvault secrets (#48690)
* Set default service version to 2025-07-01 for keyvault secrets
- Added V2025_07_01 enum constant to SecretServiceVersion
- Updated getLatest() to return V2025_07_01
- Updated SecretsCustomizations.java codegen to include 2025-07-01
- Re-recorded all tests (sync + async) against live service with 2025-07-01
* Add CHANGELOG entry for 2025-07-01 service version support
Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-java/sessions/2124764f-44a6-4fa3-bed7-60d87aea7f67
Co-authored-by: rohitsinghal4u <5697065+rohitsinghal4u@users.noreply.github.com>
---------
Co-authored-by: Rohit Singhal <singhalrohit@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rohitsinghal4u <5697065+rohitsinghal4u@users.noreply.github.com>1 parent 0ce561c commit 966398c
4 files changed
Lines changed: 10 additions & 5 deletions
File tree
- sdk/keyvault/azure-security-keyvault-secrets
- customizations/src/main/java
- src/main/java/com/azure/security/keyvault/secrets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | | - | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
0 commit comments