-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerate code for version 0.7.0 triggered by
- Loading branch information
equinix-labs@auto-commit-workflow
committed
Jun 6, 2024
1 parent
e52b923
commit fa9e2ad
Showing
4 changed files
with
44 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ Gather information about the current user for Equinix Metal | |
| Field | Type | Required | Description | | ||
|-----------|------|----------|------------------------------------------------------------------------------| | ||
| `metal_api_token` | <center>`str`</center> | <center>**Required**</center> | The Equinix Metal API token to use. | | ||
| `metal_api_url` | <center>`str`</center> | <center>**Required**</center> | The Equinix Metal API URL to use. | | ||
|
||
|
||
|
||
|
@@ -54,35 +55,23 @@ Gather information about the current user for Equinix Metal | |
"created_at": "2019-08-24T14:15:22Z", | ||
"customdata": {}, | ||
"default_organization_id": "7498eaa8-62af-4757-81e0-959250fc9cd5", | ||
"default_project_id": null, | ||
"email": "[email protected]", | ||
"emails": [ | ||
{ | ||
"href": "string" | ||
} | ||
], | ||
"features": [], | ||
"first_name": "John", | ||
"full_name": "John Doe", | ||
"href": "/metal/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08", | ||
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", | ||
"language": null, | ||
"last_login_at": "2019-08-24T14:15:22Z", | ||
"last_name": "Doe", | ||
"mailing_address": null, | ||
"max_projects": 0, | ||
"number_of_ssh_keys": 0, | ||
"opt_in": false, | ||
"opt_in_updated_at": null, | ||
"originating_idp": "Equinix", | ||
"phone_number": null, | ||
"restricted": false, | ||
"short_id": "497f6eca", | ||
"social_accounts": {}, | ||
"timezone": "America/New_York", | ||
"two_factor_auth": "", | ||
"updated_at": "2019-08-24T14:15:22Z", | ||
"verification_stage": "verified" | ||
"updated_at": "2019-08-24T14:15:22Z" | ||
} | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.2 | ||
0.7.0 |