We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf1b75 commit b178c59Copy full SHA for b178c59
.generator/src/generator/templates/example.j2
@@ -7,7 +7,7 @@
7
require 'datadog_api_client'
8
{%- if context._enable_operations %}
9
DatadogAPIClient.configure do |config|
10
-{%- for operation in context._enable_operations %}
+{%- for operation in context._enable_operations|sort %}
11
config.unstable_operations["{{ version }}.{{ operation|snake_case }}".to_sym] = true
12
{%- endfor %}
13
end
0 commit comments