We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f97f45 + faa4343 commit a02d1d3Copy full SHA for a02d1d3
1 file changed
src/Networking/v2/Extensions/SecurityGroups/Api.php
@@ -133,6 +133,7 @@ public function postSecurityRules()
133
'protocol' => $this->params->protocolJson(),
134
'remoteGroupId' => $this->params->remoteGroupIdJson(),
135
'remoteIpPrefix' => $this->params->remoteIpPrefixJson(),
136
+ 'tenantId' => $this->params->tenantIdJson(),
137
],
138
];
139
}
0 commit comments