Skip to content

Commit 69fc222

Browse files
authored
feat(release): Update SDK to use API generated on 2026-03-24 (#73)
* feat(release): Update SDK to use API generated on 2026-03-24 Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com> * feat(release): Update SDK to use API generated on 2026-03-24 Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com> --------- Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com>
1 parent 20ea714 commit 69fc222

File tree

8 files changed

+2619
-917
lines changed

8 files changed

+2619
-917
lines changed

auth/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2023, 2024, 2025.
2+
* (C) Copyright IBM Corp. 2024, 2025, 2026.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

examples/vpc.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @jest-environment node
33
*/
44
/**
5-
* (C) Copyright IBM Corp. 2023, 2024, 2025.
5+
* (C) Copyright IBM Corp. 2024, 2025, 2026.
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

lib/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2023, 2024, 2025.
2+
* (C) Copyright IBM Corp. 2024, 2025, 2026.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/integration/vpc.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-console */
22
/**
3-
* (C) Copyright IBM Corp. 2023, 2024, 2025.
3+
* (C) Copyright IBM Corp. 2024, 2025, 2026.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

test/resources/auth-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2023, 2024, 2025.
2+
* (C) Copyright IBM Corp. 2024, 2025, 2026.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/unit/common.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2023, 2024, 2025.
2+
* (C) Copyright IBM Corp. 2024, 2025, 2026.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/unit/vpc.v1.test.js

Lines changed: 1070 additions & 409 deletions
Large diffs are not rendered by default.

vpc/v1.ts

Lines changed: 1543 additions & 502 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)