Skip to content

Commit faa4343

Browse files
committed
Add tenantId to postSecurityRules api
1 parent f92a7bb commit faa4343

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)