pulp_ansible_client 0.26.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -7
  3. data/docs/AnsibleCollectionVersionResponse.md +7 -7
  4. data/docs/AnsibleCollectionsApi.md +26 -8
  5. data/docs/AnsibleCopyApi.md +8 -4
  6. data/docs/AnsibleGitRemote.md +26 -26
  7. data/docs/AnsibleGitRemoteResponse.md +30 -30
  8. data/docs/AnsibleRole.md +2 -2
  9. data/docs/AnsibleRoleResponse.md +6 -6
  10. data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
  11. data/docs/ApiRolesApi.md +2 -0
  12. data/docs/CollectionImportApi.md +2 -0
  13. data/docs/CollectionMetadataResponse.md +1 -1
  14. data/docs/CollectionSummaryResponse.md +1 -1
  15. data/docs/CollectionSummaryResponseTagsInner.md +18 -0
  16. data/docs/ContentCollectionDeprecationsApi.md +28 -12
  17. data/docs/ContentCollectionMarksApi.md +28 -12
  18. data/docs/ContentCollectionSignaturesApi.md +22 -8
  19. data/docs/ContentCollectionVersionsApi.md +32 -18
  20. data/docs/ContentNamespacesApi.md +22 -8
  21. data/docs/ContentRolesApi.md +28 -12
  22. data/docs/DistributionsAnsibleApi.md +72 -32
  23. data/docs/PatchedansibleGitRemote.md +26 -26
  24. data/docs/PulpAnsibleApiApi.md +2 -0
  25. data/docs/PulpAnsibleApiV3Api.md +2 -0
  26. data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
  27. data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
  28. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
  29. data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
  30. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +14 -6
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  32. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
  33. data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  37. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  38. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  39. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
  40. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  41. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  42. data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
  43. data/docs/PulpAnsibleDefaultApiApi.md +14 -5
  44. data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
  45. data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
  46. data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
  47. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
  48. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
  49. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +14 -6
  50. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  51. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
  52. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
  53. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  54. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  55. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  56. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  57. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  58. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
  59. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  60. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  61. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
  62. data/docs/PulpAnsibleTagsApi.md +6 -4
  63. data/docs/RemotesCollectionApi.md +72 -32
  64. data/docs/RemotesGitApi.md +72 -32
  65. data/docs/RemotesRoleApi.md +72 -32
  66. data/docs/RepositoriesAnsibleApi.md +136 -64
  67. data/docs/RepositoriesAnsibleVersionsApi.md +28 -12
  68. data/docs/VersionsApi.md +2 -0
  69. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
  70. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
  71. data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
  72. data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
  73. data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
  74. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
  75. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
  76. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
  77. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +30 -15
  78. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
  79. data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
  80. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
  81. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
  82. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
  83. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
  84. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
  85. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
  86. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
  87. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +12 -3
  88. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
  89. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
  90. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
  91. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  92. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  93. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  94. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  95. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  96. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
  97. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  98. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  99. data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
  100. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
  101. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
  102. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
  103. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
  104. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
  105. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
  106. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +12 -3
  107. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
  108. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
  109. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
  110. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  111. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  112. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  113. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  114. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  115. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
  116. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  117. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  118. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
  119. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +5 -2
  120. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
  121. data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
  122. data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
  123. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
  124. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +15 -0
  125. data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
  126. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
  127. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
  128. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
  129. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  130. data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
  131. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +0 -7
  132. data/lib/pulp_ansible_client/models/collection_summary_response.rb +1 -1
  133. data/lib/pulp_ansible_client/models/{ansible_tag_response.rb → collection_summary_response_tags_inner.rb} +3 -5
  134. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
  135. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  136. data/lib/pulp_ansible_client/version.rb +1 -1
  137. data/lib/pulp_ansible_client.rb +1 -1
  138. data/spec/api/ansible_collections_api_spec.rb +7 -0
  139. data/spec/api/ansible_copy_api_spec.rb +1 -0
  140. data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  141. data/spec/api/api_roles_api_spec.rb +1 -0
  142. data/spec/api/collection_import_api_spec.rb +1 -0
  143. data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
  144. data/spec/api/content_collection_marks_api_spec.rb +5 -0
  145. data/spec/api/content_collection_signatures_api_spec.rb +5 -0
  146. data/spec/api/content_collection_versions_api_spec.rb +10 -5
  147. data/spec/api/content_namespaces_api_spec.rb +5 -0
  148. data/spec/api/content_roles_api_spec.rb +5 -0
  149. data/spec/api/distributions_ansible_api_spec.rb +12 -0
  150. data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
  151. data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
  152. data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
  153. data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
  154. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
  155. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
  156. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -1
  157. data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  158. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
  159. data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
  160. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  161. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  162. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  163. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  164. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  165. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
  166. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  167. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  168. data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
  169. data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
  170. data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
  171. data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
  172. data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
  173. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
  174. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
  175. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -1
  176. data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  177. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
  178. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
  179. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  180. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  181. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  182. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  183. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  184. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
  185. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  186. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  187. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  188. data/spec/api/pulp_ansible_tags_api_spec.rb +2 -1
  189. data/spec/api/remotes_collection_api_spec.rb +12 -0
  190. data/spec/api/remotes_git_api_spec.rb +12 -0
  191. data/spec/api/remotes_role_api_spec.rb +12 -0
  192. data/spec/api/repositories_ansible_api_spec.rb +20 -0
  193. data/spec/api/repositories_ansible_versions_api_spec.rb +5 -0
  194. data/spec/api/versions_api_spec.rb +1 -0
  195. data/spec/models/ansible_collection_version_response_spec.rb +5 -5
  196. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  197. data/spec/models/ansible_git_remote_spec.rb +19 -19
  198. data/spec/models/ansible_role_response_spec.rb +5 -5
  199. data/spec/models/ansible_role_spec.rb +3 -3
  200. data/spec/models/{ansible_tag_response_spec.rb → collection_summary_response_tags_inner_spec.rb} +6 -6
  201. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  202. metadata +124 -124
  203. data/docs/AnsibleTagResponse.md +0 -18
@@ -38,6 +38,7 @@ describe 'RemotesCollectionApi' do
38
38
  # @param ansible_collection_remote_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'RemotesCollectionApi' do
50
51
  # ViewSet for Collection Remotes.
51
52
  # @param ansible_collection_remote
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [AnsibleCollectionRemoteResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'RemotesCollectionApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param ansible_collection_remote_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'RemotesCollectionApi' do
73
76
  # List collection remotes
74
77
  # ViewSet for Collection Remotes.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [Integer] :limit Number of results to return per page.
77
81
  # @option opts [String] :name Filter results where name matches value
78
82
  # @option opts [String] :name__contains Filter results where name contains value
@@ -115,6 +119,7 @@ describe 'RemotesCollectionApi' do
115
119
  # List roles assigned to this object.
116
120
  # @param ansible_collection_remote_href
117
121
  # @param [Hash] opts the optional parameters
122
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
118
123
  # @option opts [Array<String>] :fields A list of fields to include in the response.
119
124
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
120
125
  # @return [ObjectRolesResponse]
@@ -129,6 +134,7 @@ describe 'RemotesCollectionApi' do
129
134
  # List permissions available to the current user on this object.
130
135
  # @param ansible_collection_remote_href
131
136
  # @param [Hash] opts the optional parameters
137
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
132
138
  # @option opts [Array<String>] :fields A list of fields to include in the response.
133
139
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
134
140
  # @return [MyPermissionsResponse]
@@ -144,6 +150,7 @@ describe 'RemotesCollectionApi' do
144
150
  # @param ansible_collection_remote_href
145
151
  # @param patchedansible_collection_remote
146
152
  # @param [Hash] opts the optional parameters
153
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
147
154
  # @return [AsyncOperationResponse]
148
155
  describe 'partial_update test' do
149
156
  it 'should work' do
@@ -156,6 +163,7 @@ describe 'RemotesCollectionApi' do
156
163
  # ViewSet for Collection Remotes.
157
164
  # @param ansible_collection_remote_href
158
165
  # @param [Hash] opts the optional parameters
166
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
159
167
  # @option opts [Array<String>] :fields A list of fields to include in the response.
160
168
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
161
169
  # @return [AnsibleCollectionRemoteResponse]
@@ -171,6 +179,7 @@ describe 'RemotesCollectionApi' do
171
179
  # @param ansible_collection_remote_href
172
180
  # @param nested_role
173
181
  # @param [Hash] opts the optional parameters
182
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
174
183
  # @return [NestedRoleResponse]
175
184
  describe 'remove_role test' do
176
185
  it 'should work' do
@@ -184,6 +193,7 @@ describe 'RemotesCollectionApi' do
184
193
  # @param ansible_collection_remote_href
185
194
  # @param set_label
186
195
  # @param [Hash] opts the optional parameters
196
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
187
197
  # @return [SetLabelResponse]
188
198
  describe 'set_label test' do
189
199
  it 'should work' do
@@ -197,6 +207,7 @@ describe 'RemotesCollectionApi' do
197
207
  # @param ansible_collection_remote_href
198
208
  # @param unset_label
199
209
  # @param [Hash] opts the optional parameters
210
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
200
211
  # @return [UnsetLabelResponse]
201
212
  describe 'unset_label test' do
202
213
  it 'should work' do
@@ -210,6 +221,7 @@ describe 'RemotesCollectionApi' do
210
221
  # @param ansible_collection_remote_href
211
222
  # @param ansible_collection_remote
212
223
  # @param [Hash] opts the optional parameters
224
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
213
225
  # @return [AsyncOperationResponse]
214
226
  describe 'update test' do
215
227
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'RemotesGitApi' do
38
38
  # @param ansible_git_remote_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'RemotesGitApi' do
50
51
  # ViewSet for Ansible Remotes. This is a tech preview feature. The functionality may change in the future.
51
52
  # @param ansible_git_remote
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [AnsibleGitRemoteResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'RemotesGitApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param ansible_git_remote_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'RemotesGitApi' do
73
76
  # List git remotes
74
77
  # ViewSet for Ansible Remotes. This is a tech preview feature. The functionality may change in the future.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [Integer] :limit Number of results to return per page.
77
81
  # @option opts [String] :name Filter results where name matches value
78
82
  # @option opts [String] :name__contains Filter results where name contains value
@@ -111,6 +115,7 @@ describe 'RemotesGitApi' do
111
115
  # List roles assigned to this object.
112
116
  # @param ansible_git_remote_href
113
117
  # @param [Hash] opts the optional parameters
118
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
114
119
  # @option opts [Array<String>] :fields A list of fields to include in the response.
115
120
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
116
121
  # @return [ObjectRolesResponse]
@@ -125,6 +130,7 @@ describe 'RemotesGitApi' do
125
130
  # List permissions available to the current user on this object.
126
131
  # @param ansible_git_remote_href
127
132
  # @param [Hash] opts the optional parameters
133
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
128
134
  # @option opts [Array<String>] :fields A list of fields to include in the response.
129
135
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
130
136
  # @return [MyPermissionsResponse]
@@ -140,6 +146,7 @@ describe 'RemotesGitApi' do
140
146
  # @param ansible_git_remote_href
141
147
  # @param patchedansible_git_remote
142
148
  # @param [Hash] opts the optional parameters
149
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
143
150
  # @return [AsyncOperationResponse]
144
151
  describe 'partial_update test' do
145
152
  it 'should work' do
@@ -152,6 +159,7 @@ describe 'RemotesGitApi' do
152
159
  # ViewSet for Ansible Remotes. This is a tech preview feature. The functionality may change in the future.
153
160
  # @param ansible_git_remote_href
154
161
  # @param [Hash] opts the optional parameters
162
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
155
163
  # @option opts [Array<String>] :fields A list of fields to include in the response.
156
164
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
157
165
  # @return [AnsibleGitRemoteResponse]
@@ -167,6 +175,7 @@ describe 'RemotesGitApi' do
167
175
  # @param ansible_git_remote_href
168
176
  # @param nested_role
169
177
  # @param [Hash] opts the optional parameters
178
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
170
179
  # @return [NestedRoleResponse]
171
180
  describe 'remove_role test' do
172
181
  it 'should work' do
@@ -180,6 +189,7 @@ describe 'RemotesGitApi' do
180
189
  # @param ansible_git_remote_href
181
190
  # @param set_label
182
191
  # @param [Hash] opts the optional parameters
192
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
183
193
  # @return [SetLabelResponse]
184
194
  describe 'set_label test' do
185
195
  it 'should work' do
@@ -193,6 +203,7 @@ describe 'RemotesGitApi' do
193
203
  # @param ansible_git_remote_href
194
204
  # @param unset_label
195
205
  # @param [Hash] opts the optional parameters
206
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
196
207
  # @return [UnsetLabelResponse]
197
208
  describe 'unset_label test' do
198
209
  it 'should work' do
@@ -206,6 +217,7 @@ describe 'RemotesGitApi' do
206
217
  # @param ansible_git_remote_href
207
218
  # @param ansible_git_remote
208
219
  # @param [Hash] opts the optional parameters
220
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
209
221
  # @return [AsyncOperationResponse]
210
222
  describe 'update test' do
211
223
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'RemotesRoleApi' do
38
38
  # @param ansible_role_remote_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'RemotesRoleApi' do
50
51
  # ViewSet for Role Remotes.
51
52
  # @param ansible_role_remote
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [AnsibleRoleRemoteResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'RemotesRoleApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param ansible_role_remote_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'RemotesRoleApi' do
73
76
  # List role remotes
74
77
  # ViewSet for Role Remotes.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [Integer] :limit Number of results to return per page.
77
81
  # @option opts [String] :name Filter results where name matches value
78
82
  # @option opts [String] :name__contains Filter results where name contains value
@@ -111,6 +115,7 @@ describe 'RemotesRoleApi' do
111
115
  # List roles assigned to this object.
112
116
  # @param ansible_role_remote_href
113
117
  # @param [Hash] opts the optional parameters
118
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
114
119
  # @option opts [Array<String>] :fields A list of fields to include in the response.
115
120
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
116
121
  # @return [ObjectRolesResponse]
@@ -125,6 +130,7 @@ describe 'RemotesRoleApi' do
125
130
  # List permissions available to the current user on this object.
126
131
  # @param ansible_role_remote_href
127
132
  # @param [Hash] opts the optional parameters
133
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
128
134
  # @option opts [Array<String>] :fields A list of fields to include in the response.
129
135
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
130
136
  # @return [MyPermissionsResponse]
@@ -140,6 +146,7 @@ describe 'RemotesRoleApi' do
140
146
  # @param ansible_role_remote_href
141
147
  # @param patchedansible_role_remote
142
148
  # @param [Hash] opts the optional parameters
149
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
143
150
  # @return [AsyncOperationResponse]
144
151
  describe 'partial_update test' do
145
152
  it 'should work' do
@@ -152,6 +159,7 @@ describe 'RemotesRoleApi' do
152
159
  # ViewSet for Role Remotes.
153
160
  # @param ansible_role_remote_href
154
161
  # @param [Hash] opts the optional parameters
162
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
155
163
  # @option opts [Array<String>] :fields A list of fields to include in the response.
156
164
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
157
165
  # @return [AnsibleRoleRemoteResponse]
@@ -167,6 +175,7 @@ describe 'RemotesRoleApi' do
167
175
  # @param ansible_role_remote_href
168
176
  # @param nested_role
169
177
  # @param [Hash] opts the optional parameters
178
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
170
179
  # @return [NestedRoleResponse]
171
180
  describe 'remove_role test' do
172
181
  it 'should work' do
@@ -180,6 +189,7 @@ describe 'RemotesRoleApi' do
180
189
  # @param ansible_role_remote_href
181
190
  # @param set_label
182
191
  # @param [Hash] opts the optional parameters
192
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
183
193
  # @return [SetLabelResponse]
184
194
  describe 'set_label test' do
185
195
  it 'should work' do
@@ -193,6 +203,7 @@ describe 'RemotesRoleApi' do
193
203
  # @param ansible_role_remote_href
194
204
  # @param unset_label
195
205
  # @param [Hash] opts the optional parameters
206
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
196
207
  # @return [UnsetLabelResponse]
197
208
  describe 'unset_label test' do
198
209
  it 'should work' do
@@ -206,6 +217,7 @@ describe 'RemotesRoleApi' do
206
217
  # @param ansible_role_remote_href
207
218
  # @param ansible_role_remote
208
219
  # @param [Hash] opts the optional parameters
220
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
209
221
  # @return [AsyncOperationResponse]
210
222
  describe 'update test' do
211
223
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'RepositoriesAnsibleApi' do
38
38
  # @param ansible_ansible_repository_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'RepositoriesAnsibleApi' do
50
51
  # @param ansible_ansible_repository_href
51
52
  # @param collection_version_copy_move
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [AsyncOperationResponse]
54
56
  describe 'copy_collection_version test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'RepositoriesAnsibleApi' do
62
64
  # ViewSet for Ansible Repositories.
63
65
  # @param ansible_ansible_repository
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AnsibleAnsibleRepositoryResponse]
66
69
  describe 'create test' do
67
70
  it 'should work' do
@@ -74,6 +77,7 @@ describe 'RepositoriesAnsibleApi' do
74
77
  # Trigger an asynchronous delete task
75
78
  # @param ansible_ansible_repository_href
76
79
  # @param [Hash] opts the optional parameters
80
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
77
81
  # @return [AsyncOperationResponse]
78
82
  describe 'delete test' do
79
83
  it 'should work' do
@@ -85,6 +89,7 @@ describe 'RepositoriesAnsibleApi' do
85
89
  # List ansible repositorys
86
90
  # ViewSet for Ansible Repositories.
87
91
  # @param [Hash] opts the optional parameters
92
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
88
93
  # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
89
94
  # @option opts [Integer] :limit Number of results to return per page.
90
95
  # @option opts [String] :name Filter results where name matches value
@@ -127,6 +132,7 @@ describe 'RepositoriesAnsibleApi' do
127
132
  # List roles assigned to this object.
128
133
  # @param ansible_ansible_repository_href
129
134
  # @param [Hash] opts the optional parameters
135
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
130
136
  # @option opts [Array<String>] :fields A list of fields to include in the response.
131
137
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
132
138
  # @return [ObjectRolesResponse]
@@ -141,6 +147,7 @@ describe 'RepositoriesAnsibleApi' do
141
147
  # @param ansible_ansible_repository_href
142
148
  # @param ansible_repository_mark
143
149
  # @param [Hash] opts the optional parameters
150
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
144
151
  # @return [AsyncOperationResponse]
145
152
  describe 'mark test' do
146
153
  it 'should work' do
@@ -154,6 +161,7 @@ describe 'RepositoriesAnsibleApi' do
154
161
  # @param ansible_ansible_repository_href
155
162
  # @param repository_add_remove_content
156
163
  # @param [Hash] opts the optional parameters
164
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
157
165
  # @return [AsyncOperationResponse]
158
166
  describe 'modify test' do
159
167
  it 'should work' do
@@ -166,6 +174,7 @@ describe 'RepositoriesAnsibleApi' do
166
174
  # @param ansible_ansible_repository_href
167
175
  # @param collection_version_copy_move
168
176
  # @param [Hash] opts the optional parameters
177
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
169
178
  # @return [AsyncOperationResponse]
170
179
  describe 'move_collection_version test' do
171
180
  it 'should work' do
@@ -178,6 +187,7 @@ describe 'RepositoriesAnsibleApi' do
178
187
  # List permissions available to the current user on this object.
179
188
  # @param ansible_ansible_repository_href
180
189
  # @param [Hash] opts the optional parameters
190
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
181
191
  # @option opts [Array<String>] :fields A list of fields to include in the response.
182
192
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
183
193
  # @return [MyPermissionsResponse]
@@ -193,6 +203,7 @@ describe 'RepositoriesAnsibleApi' do
193
203
  # @param ansible_ansible_repository_href
194
204
  # @param patchedansible_ansible_repository
195
205
  # @param [Hash] opts the optional parameters
206
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
196
207
  # @return [AsyncOperationResponse]
197
208
  describe 'partial_update test' do
198
209
  it 'should work' do
@@ -205,6 +216,7 @@ describe 'RepositoriesAnsibleApi' do
205
216
  # ViewSet for Ansible Repositories.
206
217
  # @param ansible_ansible_repository_href
207
218
  # @param [Hash] opts the optional parameters
219
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
208
220
  # @option opts [Array<String>] :fields A list of fields to include in the response.
209
221
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
210
222
  # @return [AnsibleAnsibleRepositoryResponse]
@@ -219,6 +231,7 @@ describe 'RepositoriesAnsibleApi' do
219
231
  # @param ansible_ansible_repository_href
220
232
  # @param ansible_repository_rebuild
221
233
  # @param [Hash] opts the optional parameters
234
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
222
235
  # @return [AsyncOperationResponse]
223
236
  describe 'rebuild_metadata test' do
224
237
  it 'should work' do
@@ -232,6 +245,7 @@ describe 'RepositoriesAnsibleApi' do
232
245
  # @param ansible_ansible_repository_href
233
246
  # @param nested_role
234
247
  # @param [Hash] opts the optional parameters
248
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
235
249
  # @return [NestedRoleResponse]
236
250
  describe 'remove_role test' do
237
251
  it 'should work' do
@@ -245,6 +259,7 @@ describe 'RepositoriesAnsibleApi' do
245
259
  # @param ansible_ansible_repository_href
246
260
  # @param set_label
247
261
  # @param [Hash] opts the optional parameters
262
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
248
263
  # @return [SetLabelResponse]
249
264
  describe 'set_label test' do
250
265
  it 'should work' do
@@ -257,6 +272,7 @@ describe 'RepositoriesAnsibleApi' do
257
272
  # @param ansible_ansible_repository_href
258
273
  # @param ansible_repository_signature
259
274
  # @param [Hash] opts the optional parameters
275
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
260
276
  # @return [AsyncOperationResponse]
261
277
  describe 'sign test' do
262
278
  it 'should work' do
@@ -269,6 +285,7 @@ describe 'RepositoriesAnsibleApi' do
269
285
  # @param ansible_ansible_repository_href
270
286
  # @param ansible_repository_sync_url
271
287
  # @param [Hash] opts the optional parameters
288
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
272
289
  # @return [AsyncOperationResponse]
273
290
  describe 'sync test' do
274
291
  it 'should work' do
@@ -281,6 +298,7 @@ describe 'RepositoriesAnsibleApi' do
281
298
  # @param ansible_ansible_repository_href
282
299
  # @param ansible_repository_mark
283
300
  # @param [Hash] opts the optional parameters
301
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
284
302
  # @return [AsyncOperationResponse]
285
303
  describe 'unmark test' do
286
304
  it 'should work' do
@@ -294,6 +312,7 @@ describe 'RepositoriesAnsibleApi' do
294
312
  # @param ansible_ansible_repository_href
295
313
  # @param unset_label
296
314
  # @param [Hash] opts the optional parameters
315
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
297
316
  # @return [UnsetLabelResponse]
298
317
  describe 'unset_label test' do
299
318
  it 'should work' do
@@ -307,6 +326,7 @@ describe 'RepositoriesAnsibleApi' do
307
326
  # @param ansible_ansible_repository_href
308
327
  # @param ansible_ansible_repository
309
328
  # @param [Hash] opts the optional parameters
329
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
310
330
  # @return [AsyncOperationResponse]
311
331
  describe 'update test' do
312
332
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'RepositoriesAnsibleVersionsApi' do
37
37
  # Trigger an asynchronous task to delete a repository version.
38
38
  # @param ansible_ansible_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AsyncOperationResponse]
41
42
  describe 'delete test' do
42
43
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'RepositoriesAnsibleVersionsApi' do
49
50
  # AnsibleRepositoryVersion represents a single file repository version.
50
51
  # @param ansible_ansible_repository_href
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @option opts [String] :content Content Unit referenced by HREF/PRN
53
55
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
54
56
  # @option opts [Integer] :limit Number of results to return per page.
@@ -84,6 +86,7 @@ describe 'RepositoriesAnsibleVersionsApi' do
84
86
  # AnsibleRepositoryVersion represents a single file repository version.
85
87
  # @param ansible_ansible_repository_version_href
86
88
  # @param [Hash] opts the optional parameters
89
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
87
90
  # @option opts [Array<String>] :fields A list of fields to include in the response.
88
91
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
89
92
  # @return [RepositoryVersionResponse]
@@ -98,6 +101,7 @@ describe 'RepositoriesAnsibleVersionsApi' do
98
101
  # @param ansible_ansible_repository_version_href
99
102
  # @param ansible_repository_rebuild
100
103
  # @param [Hash] opts the optional parameters
104
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
101
105
  # @return [AsyncOperationResponse]
102
106
  describe 'rebuild_metadata test' do
103
107
  it 'should work' do
@@ -110,6 +114,7 @@ describe 'RepositoriesAnsibleVersionsApi' do
110
114
  # @param ansible_ansible_repository_version_href
111
115
  # @param repair
112
116
  # @param [Hash] opts the optional parameters
117
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
113
118
  # @return [AsyncOperationResponse]
114
119
  describe 'repair test' do
115
120
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'VersionsApi' do
36
36
  # APIView for Role Versions.
37
37
  # @param ansible_role_href
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [Integer] :limit Number of results to return per page.
40
41
  # @option opts [Integer] :offset The initial index from which to return the results.
41
42
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -27,31 +27,31 @@ describe PulpAnsibleClient::AnsibleCollectionVersionResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "artifact"' do
30
+ describe 'test attribute "prn"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "pulp_last_updated"' do
36
+ describe 'test attribute "pulp_created"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "pulp_created"' do
42
+ describe 'test attribute "pulp_last_updated"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "prn"' do
48
+ describe 'test attribute "pulp_href"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "pulp_href"' do
54
+ describe 'test attribute "artifact"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
@@ -27,31 +27,31 @@ describe PulpAnsibleClient::AnsibleGitRemoteResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "ca_cert"' do
30
+ describe 'test attribute "total_timeout"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "url"' do
36
+ describe 'test attribute "connect_timeout"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "client_cert"' do
42
+ describe 'test attribute "headers"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "download_concurrency"' do
48
+ describe 'test attribute "pulp_last_updated"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "sock_connect_timeout"' do
54
+ describe 'test attribute "hidden_fields"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
@@ -63,85 +63,85 @@ describe PulpAnsibleClient::AnsibleGitRemoteResponse do
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "tls_validation"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "sock_read_timeout"' do
72
+ describe 'test attribute "max_retries"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "prn"' do
78
+ describe 'test attribute "sock_read_timeout"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "pulp_href"' do
84
+ describe 'test attribute "client_cert"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "connect_timeout"' do
90
+ describe 'test attribute "ca_cert"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "tls_validation"' do
96
+ describe 'test attribute "url"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "headers"' do
102
+ describe 'test attribute "name"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
106
106
  end
107
107
 
108
- describe 'test attribute "name"' do
108
+ describe 'test attribute "prn"' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "total_timeout"' do
114
+ describe 'test attribute "rate_limit"' do
115
115
  it 'should work' do
116
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
117
  end
118
118
  end
119
119
 
120
- describe 'test attribute "hidden_fields"' do
120
+ describe 'test attribute "sock_connect_timeout"' do
121
121
  it 'should work' do
122
122
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
123
  end
124
124
  end
125
125
 
126
- describe 'test attribute "pulp_last_updated"' do
126
+ describe 'test attribute "pulp_href"' do
127
127
  it 'should work' do
128
128
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
129
  end
130
130
  end
131
131
 
132
- describe 'test attribute "rate_limit"' do
132
+ describe 'test attribute "pulp_labels"' do
133
133
  it 'should work' do
134
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
135
135
  end
136
136
  end
137
137
 
138
- describe 'test attribute "max_retries"' do
138
+ describe 'test attribute "proxy_url"' do
139
139
  it 'should work' do
140
140
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
141
  end
142
142
  end
143
143
 
144
- describe 'test attribute "pulp_labels"' do
144
+ describe 'test attribute "download_concurrency"' do
145
145
  it 'should work' do
146
146
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
147
  end