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.
2 parents e80913f + 58be898 commit 9d07a54Copy full SHA for 9d07a54
.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