Skip to content

Commit d6037e6

Browse files
api-clients-generation-pipeline[bot]therveci.datadog-api-spec
authored
Update apigentools image (#119)
* Call bundle install for rubocop to work * Regenerate client from commit 3fa5f61 of spec repo Co-authored-by: Thomas Hervé <thomas.herve@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 8cc397c commit d6037e6

684 files changed

Lines changed: 5555 additions & 1780 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.3.0",
7-
"regenerated": "2020-12-09 17:25:08.713794",
8-
"spec_repo_commit": "76e2193"
7+
"regenerated": "2020-12-10 08:36:27.192153",
8+
"spec_repo_commit": "3fa5f61"
99
},
1010
"v2": {
1111
"apigentools_version": "1.3.0",
12-
"regenerated": "2020-12-09 17:25:18.884510",
13-
"spec_repo_commit": "76e2193"
12+
"regenerated": "2020-12-10 08:36:38.662983",
13+
"spec_repo_commit": "3fa5f61"
1414
}
1515
}
1616
}

check-examples.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
./extract-code-blocks.sh
44

5+
bundle install
56
ls examples/v*/*/*.rbbeta | xargs -P $(($(nproc)*2)) -n 1 bundle exec ruby -cw && bundle exec rubocop examples/v*/*/*.rbbeta
67
if [ $? -ne 0 ]; then
78
echo -e "Failed to build examples"

docs/v1/APIErrorResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| ---- | ---- | ----------- | ----- |
77
| **errors** | **Array&lt;String&gt;** | Array of errors returned by the API. | |
88

9-
## Code Sample
9+
## Example
1010

1111
```ruby
1212
require 'datadog_api_client/v1'

docs/v1/AWSAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| **role_name** | **String** | Your Datadog role delegation name. | [optional] |
1414
| **secret_access_key** | **String** | Your AWS secret access key. Only required if your AWS account is a GovCloud or China account. | [optional] |
1515

16-
## Code Sample
16+
## Example
1717

1818
```ruby
1919
require 'datadog_api_client/v1'

docs/v1/AWSAccountAndLambdaRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| **account_id** | **String** | Your AWS Account ID without dashes. | |
88
| **lambda_arn** | **String** | ARN of the Datadog Lambda created during the Datadog-Amazon Web services Log collection setup. | |
99

10-
## Code Sample
10+
## Example
1111

1212
```ruby
1313
require 'datadog_api_client/v1'

docs/v1/AWSAccountCreateResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| ---- | ---- | ----------- | ----- |
77
| **external_id** | **String** | AWS external_id. | [optional] |
88

9-
## Code Sample
9+
## Example
1010

1111
```ruby
1212
require 'datadog_api_client/v1'

docs/v1/AWSAccountListResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| ---- | ---- | ----------- | ----- |
77
| **accounts** | [**Array&lt;AWSAccount&gt;**](AWSAccount.md) | List of enabled AWS accounts. | [optional] |
88

9-
## Code Sample
9+
## Example
1010

1111
```ruby
1212
require 'datadog_api_client/v1'

0 commit comments

Comments
 (0)