Skip to content

Commit e461e1e

Browse files
committed
Merge remote-tracking branch 'origin/server_groups' into server_groups
2 parents 835aff4 + e23d2a8 commit e461e1e

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

src/Compute/v2/Api.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,3 @@ public function putQuotaSet(): array
976976
];
977977
}
978978
}
979-
980-
981-
982-
983-

src/Compute/v2/Params.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,4 +712,3 @@ public function quotaSetLimitServerGroupMembers(): array
712712
return $this->quotaSetLimit('server_group_members', 'The number of allowed members for each server group.');
713713
}
714714
}
715-

src/Compute/v2/Service.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,3 @@ public function getQuotaSet(string $tenantId, bool $detailed = false): QuotaSet
316316
return $quotaSet;
317317
}
318318
}
319-
320-
321-
322-
323-

0 commit comments

Comments
 (0)