Skip to content

Commit 7ec83d4

Browse files
authored
feat(release): Update SDK to use API generated on 2024-11-12 (#51)
Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com>
1 parent 800a042 commit 7ec83d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/vpc.v1.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ describe('VpcV1', () => {
209209

210210
const params = {
211211
id: data.vpcId,
212-
name: 'my-vpc-modified',
212+
name: 'my-vpc-updated',
213213
};
214214

215215
const response = await vpcService.updateVpc(params);
@@ -642,7 +642,7 @@ describe('VpcV1', () => {
642642
const params = {
643643
vpcId: data.vpcId,
644644
id: data.vpcRoutingTableId,
645-
name: 'my-routing-table-modified',
645+
name: 'my-routing-table-updated',
646646
};
647647

648648
const response = await vpcService.updateVpcRoutingTable(params);
@@ -6694,7 +6694,7 @@ describe('VpcV1', () => {
66946694

66956695
const response = await vpcService.updateIkePolicy({
66966696
id: data.ikePolicyId,
6697-
name: 'my-ike-policy-modified',
6697+
name: 'my-ike-policy-updated',
66986698
dhGroup: 15,
66996699
});
67006700

@@ -8799,7 +8799,7 @@ describe('VpcV1', () => {
87998799

88008800
const params = {
88018801
id: data.endpointGatewayId,
8802-
name: 'my-endpoint-gateway-modified'
8802+
name: 'my-endpoint-gateway-updated'
88038803
};
88048804

88058805
const response = await vpcService.updateEndpointGateway(params);

0 commit comments

Comments
 (0)