Skip to content

Commit f0a3018

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f433034 of spec repo
1 parent acc396a commit f0a3018

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66624,9 +66624,6 @@ paths:
6662466624
x-permission:
6662566625
operator: OPEN
6662666626
permissions: []
66627-
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
66628-
66629-
contact [Datadog support](https://docs.datadoghq.com/help/).**'
6663066627
put:
6663166628
description: Edits the dataset associated with the ID.
6663266629
operationId: UpdateDataset

lib/datadog_api_client/configuration.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def initialize
234234
"v2.create_dataset": false,
235235
"v2.delete_dataset": false,
236236
"v2.get_all_datasets": false,
237-
"v2.get_dataset": false,
238237
"v2.update_dataset": false,
239238
"v2.cancel_data_deletion_request": false,
240239
"v2.create_data_deletion_request": false,

lib/datadog_api_client/v2/api/datasets_api.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,6 @@ def get_dataset(dataset_id, opts = {})
249249
# @param opts [Hash] the optional parameters
250250
# @return [Array<(DatasetResponseSingle, Integer, Hash)>] DatasetResponseSingle data, response status code and response headers
251251
def get_dataset_with_http_info(dataset_id, opts = {})
252-
unstable_enabled = @api_client.config.unstable_operations["v2.get_dataset".to_sym]
253-
if unstable_enabled
254-
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.get_dataset")
255-
else
256-
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.get_dataset"))
257-
end
258252

259253
if @api_client.config.debugging
260254
@api_client.config.logger.debug 'Calling API: DatasetsAPI.get_dataset ...'

0 commit comments

Comments
 (0)