Skip to content

Commit c436eb8

Browse files
author
Christopher Brandt
committed
feat(securityGroupRule): add securityGroupRule service
1 parent ff8b0df commit c436eb8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/enums/schemasMap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default {
1111
[services.ccn]: 'tencentCcn',
1212
[services.ccnAttachment]: 'tencentCcnAttachment',
1313
[services.securityGroup]: 'tencentSecurityGroup',
14+
[services.securityGroupRule]: 'tencentSecurityGroupRule',
1415
[services.subnet]: 'tencentSubnet',
1516
[services.vpc]: 'tencentVpc',
1617
[services.vpnGateway]: 'tencentVpnGateway',

src/enums/serviceMap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default {
2323
[services.ccn]: TencentCcn,
2424
[services.ccnAttachment]: TencentCcnAttachment,
2525
[services.securityGroup]: TencentSecurityGroup,
26+
[services.securityGroupRule]: TencentSecurityGroupRule,
2627
[services.subnet]: TencentSubnet,
2728
[services.vpc]: TencentVpc,
2829
[services.vpnGateway]: TencentVpnGateway,

0 commit comments

Comments
 (0)