You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update java sdk
* Update kv integration test
* change payload type to object
* Update SecretsManagerIntegrationTest.java
* refactor payload to object
* Fix kv unit test
* Fix kv unit test
* Code tidy
Co-authored-by: Tom Brewster <[email protected]>
Copy file name to clipboardExpand all lines: modules/secrets-manager/src/main/java/com/ibm/cloud/secrets_manager_sdk/secrets_manager/v1/SecretsManager.java
+42-9Lines changed: 42 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2021.
2
+
* (C) Copyright IBM Corp. 2022.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -12,7 +12,7 @@
12
12
*/
13
13
14
14
/*
15
-
* IBM OpenAPI SDK Code Generator Version: 3.40.0-910cf8c2-20211006-154754
15
+
* IBM OpenAPI SDK Code Generator Version: 3.45.0-05af0f12-20220209-193923
Copy file name to clipboardExpand all lines: modules/secrets-manager/src/main/java/com/ibm/cloud/secrets_manager_sdk/secrets_manager/v1/model/ArbitrarySecretMetadata.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2021.
2
+
* (C) Copyright IBM Corp. 2022.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
Copy file name to clipboardExpand all lines: modules/secrets-manager/src/main/java/com/ibm/cloud/secrets_manager_sdk/secrets_manager/v1/model/ArbitrarySecretResource.java
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2021.
2
+
* (C) Copyright IBM Corp. 2022.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
Copy file name to clipboardExpand all lines: modules/secrets-manager/src/main/java/com/ibm/cloud/secrets_manager_sdk/secrets_manager/v1/model/ArbitrarySecretVersionMetadata.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2021.
2
+
* (C) Copyright IBM Corp. 2022.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
0 commit comments