Skip to content

Commit a02d1d3

Browse files
authored
Merge pull request #194 from Jahsis/sec-gr
Add tenantId to postSecurityRules api
2 parents 2f97f45 + faa4343 commit a02d1d3

File tree

1 file changed

+1
-0
lines changed
  • src/Networking/v2/Extensions/SecurityGroups

1 file changed

+1
-0
lines changed

src/Networking/v2/Extensions/SecurityGroups/Api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public function postSecurityRules()
133133
'protocol' => $this->params->protocolJson(),
134134
'remoteGroupId' => $this->params->remoteGroupIdJson(),
135135
'remoteIpPrefix' => $this->params->remoteIpPrefixJson(),
136+
'tenantId' => $this->params->tenantIdJson(),
136137
],
137138
];
138139
}

0 commit comments

Comments
 (0)