You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GitHubEnterpriseCloud] Update to 1.1.4-930e319d8aad19927a15abe0093eeda1 from 1.1.4-32b56e406f1dadb0fc98a659a70af16f
Detected Schema changes:
2025-02-06 20:28:10 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-actions.yaml
└ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory
2025-02-06 20:28:10 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-packages.yaml
└ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory
2025-02-06 20:28:10 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml
└ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory
2025-02-06 20:28:12 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-actions.yaml
└ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory
2025-02-06 20:28:12 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-packages.yaml
└ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory
2025-02-06 20:28:12 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml
└ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory
ERROR: component `server-statistics-actions.yaml` does not exist in the specification
ERROR: component `server-statistics-packages.yaml` does not exist in the specification
ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification
ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [215067:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [215069:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [215071:11]
ERROR: component `server-statistics-actions.yaml` does not exist in the specification
ERROR: component `server-statistics-packages.yaml` does not exist in the specification
ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification
ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [215067:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [215069:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [215071:11]
/**If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `externalId`, `id`, and `displayName`. For example, `?filter="externalId eq '9138790-10932-109120392-12321'"`. **/
26
+
/**If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `externalId`, `id`, and `displayName`. For example, `?filter='externalId eq "9138790-10932-109120392-12321"'`. **/
27
27
privatestring$filter;
28
28
/**Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operation/EnterpriseAdmin/ListProvisionedIdentitiesEnterprise.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ final class ListProvisionedIdentitiesEnterprise
/**If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `userName`, `externalId`, `id`, and `displayName`. For example, `?filter="externalId eq '9138790-10932-109120392-12321'"`. **/
26
+
/**If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `userName`, `externalId`, `id`, and `displayName`. For example, `?filter='externalId eq "9138790-10932-109120392-12321"'`. **/
27
27
privatestring$filter;
28
28
/**The slug version of the enterprise name. You can also substitute this value with the enterprise id. **/
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Operator/EnterpriseAdmin/ListProvisionedIdentitiesEnterprise.php
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ public function __construct(private Browser $browser, private AuthenticationInte
0 commit comments