oci-devops 2.76.1 → 2.77.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 (243) hide show
  1. package/lib/client.d.ts +89 -89
  2. package/lib/client.js +89 -89
  3. package/lib/model/bitbucket-cloud-app-password-connection-summary.d.ts +1 -1
  4. package/lib/model/bitbucket-cloud-app-password-connection.d.ts +1 -1
  5. package/lib/model/bitbucket-server-access-token-connection.d.ts +1 -1
  6. package/lib/model/bitbucket-server-token-connection-summary.d.ts +1 -1
  7. package/lib/model/build-pipeline-stage-summary.d.ts +3 -3
  8. package/lib/model/build-pipeline-stage.d.ts +3 -3
  9. package/lib/model/build-pipeline-summary.d.ts +3 -3
  10. package/lib/model/build-pipeline.d.ts +3 -3
  11. package/lib/model/build-run-summary.d.ts +3 -3
  12. package/lib/model/build-run.d.ts +3 -3
  13. package/lib/model/connection-summary.d.ts +3 -3
  14. package/lib/model/connection.d.ts +3 -3
  15. package/lib/model/create-bitbucket-cloud-app-password-connection-details.d.ts +1 -1
  16. package/lib/model/create-bitbucket-server-access-token-connection-details.d.ts +1 -1
  17. package/lib/model/create-build-pipeline-details.d.ts +2 -2
  18. package/lib/model/create-build-pipeline-stage-details.d.ts +2 -2
  19. package/lib/model/create-build-run-details.d.ts +2 -2
  20. package/lib/model/create-connection-details.d.ts +2 -2
  21. package/lib/model/create-deploy-artifact-details.d.ts +2 -2
  22. package/lib/model/create-deploy-environment-details.d.ts +2 -2
  23. package/lib/model/create-deploy-pipeline-details.d.ts +2 -2
  24. package/lib/model/create-deploy-stage-details.d.ts +2 -2
  25. package/lib/model/create-deployment-details.d.ts +2 -2
  26. package/lib/model/create-github-access-token-connection-details.d.ts +1 -1
  27. package/lib/model/create-gitlab-access-token-connection-details.d.ts +1 -1
  28. package/lib/model/create-gitlab-server-access-token-connection-details.d.ts +1 -1
  29. package/lib/model/create-project-details.d.ts +2 -2
  30. package/lib/model/create-repository-details.d.ts +4 -4
  31. package/lib/model/create-trigger-details.d.ts +2 -2
  32. package/lib/model/create-vbs-access-token-connection-details.d.ts +1 -1
  33. package/lib/model/deploy-artifact-summary.d.ts +3 -3
  34. package/lib/model/deploy-artifact.d.ts +3 -3
  35. package/lib/model/deploy-environment-summary.d.ts +3 -3
  36. package/lib/model/deploy-environment.d.ts +3 -3
  37. package/lib/model/deploy-pipeline-summary.d.ts +3 -3
  38. package/lib/model/deploy-pipeline.d.ts +3 -3
  39. package/lib/model/deploy-stage-summary.d.ts +3 -3
  40. package/lib/model/deploy-stage.d.ts +3 -3
  41. package/lib/model/deployment-summary.d.ts +3 -3
  42. package/lib/model/deployment.d.ts +3 -3
  43. package/lib/model/diff-summary.d.ts +2 -2
  44. package/lib/model/github-access-token-connection-summary.d.ts +1 -1
  45. package/lib/model/github-access-token-connection.d.ts +1 -1
  46. package/lib/model/gitlab-access-token-connection-summary.d.ts +1 -1
  47. package/lib/model/gitlab-access-token-connection.d.ts +1 -1
  48. package/lib/model/gitlab-server-access-token-connection-summary.d.ts +1 -1
  49. package/lib/model/gitlab-server-access-token-connection.d.ts +1 -1
  50. package/lib/model/project-summary.d.ts +3 -3
  51. package/lib/model/project.d.ts +3 -3
  52. package/lib/model/repository-author-summary.d.ts +2 -2
  53. package/lib/model/repository-commit-summary.d.ts +2 -2
  54. package/lib/model/repository-mirror-record-summary.d.ts +2 -2
  55. package/lib/model/repository-path-summary.d.ts +2 -2
  56. package/lib/model/repository-ref-summary.d.ts +2 -2
  57. package/lib/model/repository-ref.d.ts +2 -2
  58. package/lib/model/repository-summary.d.ts +5 -5
  59. package/lib/model/repository.d.ts +3 -3
  60. package/lib/model/trigger-create-result.d.ts +3 -3
  61. package/lib/model/trigger-summary.d.ts +3 -3
  62. package/lib/model/trigger.d.ts +3 -3
  63. package/lib/model/update-bitbucket-cloud-app-password-connection-details.d.ts +1 -1
  64. package/lib/model/update-bitbucket-server-access-token-connection-details.d.ts +1 -1
  65. package/lib/model/update-build-pipeline-details.d.ts +2 -2
  66. package/lib/model/update-build-pipeline-stage-details.d.ts +2 -2
  67. package/lib/model/update-build-run-details.d.ts +2 -2
  68. package/lib/model/update-connection-details.d.ts +2 -2
  69. package/lib/model/update-deploy-artifact-details.d.ts +2 -2
  70. package/lib/model/update-deploy-environment-details.d.ts +2 -2
  71. package/lib/model/update-deploy-pipeline-details.d.ts +2 -2
  72. package/lib/model/update-deploy-stage-details.d.ts +2 -2
  73. package/lib/model/update-deployment-details.d.ts +2 -2
  74. package/lib/model/update-github-access-token-connection-details.d.ts +1 -1
  75. package/lib/model/update-gitlab-access-token-connection-details.d.ts +1 -1
  76. package/lib/model/update-gitlab-server-access-token-connection-details.d.ts +1 -1
  77. package/lib/model/update-project-details.d.ts +2 -2
  78. package/lib/model/update-repository-details.d.ts +4 -4
  79. package/lib/model/update-trigger-details.d.ts +2 -2
  80. package/lib/model/update-vbs-access-token-connection-details.d.ts +1 -1
  81. package/lib/model/vbs-access-token-connection-summary.d.ts +1 -1
  82. package/lib/model/vbs-access-token-connection.d.ts +1 -1
  83. package/lib/request/approve-deployment-request.d.ts +2 -2
  84. package/lib/request/cancel-build-run-request.d.ts +2 -2
  85. package/lib/request/cancel-deployment-request.d.ts +2 -2
  86. package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +2 -2
  87. package/lib/request/change-project-compartment-request.d.ts +2 -2
  88. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  89. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  90. package/lib/request/create-build-run-request.d.ts +2 -2
  91. package/lib/request/create-connection-request.d.ts +1 -1
  92. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  93. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  94. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  95. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  96. package/lib/request/create-deployment-request.d.ts +1 -1
  97. package/lib/request/create-project-request.d.ts +1 -1
  98. package/lib/request/create-repository-request.d.ts +1 -1
  99. package/lib/request/create-trigger-request.d.ts +1 -1
  100. package/lib/request/delete-build-pipeline-request.d.ts +2 -2
  101. package/lib/request/delete-build-pipeline-stage-request.d.ts +2 -2
  102. package/lib/request/delete-connection-request.d.ts +2 -2
  103. package/lib/request/delete-deploy-artifact-request.d.ts +2 -2
  104. package/lib/request/delete-deploy-environment-request.d.ts +2 -2
  105. package/lib/request/delete-deploy-pipeline-request.d.ts +2 -2
  106. package/lib/request/delete-deploy-stage-request.d.ts +2 -2
  107. package/lib/request/delete-project-request.d.ts +2 -2
  108. package/lib/request/delete-ref-request.d.ts +2 -2
  109. package/lib/request/delete-repository-request.d.ts +2 -2
  110. package/lib/request/delete-trigger-request.d.ts +2 -2
  111. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  112. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  113. package/lib/request/get-build-run-request.d.ts +1 -1
  114. package/lib/request/get-commit-diff-request.d.ts +1 -1
  115. package/lib/request/get-commit-request.d.ts +1 -1
  116. package/lib/request/get-connection-request.d.ts +1 -1
  117. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  118. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  119. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  120. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  121. package/lib/request/get-deployment-request.d.ts +1 -1
  122. package/lib/request/get-file-diff-request.d.ts +1 -1
  123. package/lib/request/get-mirror-record-request.d.ts +1 -1
  124. package/lib/request/get-object-content-request.d.ts +1 -1
  125. package/lib/request/get-object-request.d.ts +1 -1
  126. package/lib/request/get-project-request.d.ts +1 -1
  127. package/lib/request/get-ref-request.d.ts +1 -1
  128. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  129. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  130. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  131. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  132. package/lib/request/get-repository-request.d.ts +1 -1
  133. package/lib/request/get-trigger-request.d.ts +1 -1
  134. package/lib/request/get-work-request-request.d.ts +1 -1
  135. package/lib/request/list-authors-request.d.ts +1 -1
  136. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  137. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  138. package/lib/request/list-build-runs-request.d.ts +1 -1
  139. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  140. package/lib/request/list-commits-request.d.ts +1 -1
  141. package/lib/request/list-connections-request.d.ts +1 -1
  142. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  143. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  144. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  145. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  146. package/lib/request/list-deployments-request.d.ts +3 -3
  147. package/lib/request/list-mirror-records-request.d.ts +1 -1
  148. package/lib/request/list-paths-request.d.ts +1 -1
  149. package/lib/request/list-projects-request.d.ts +1 -1
  150. package/lib/request/list-refs-request.d.ts +1 -1
  151. package/lib/request/list-repositories-request.d.ts +1 -1
  152. package/lib/request/list-triggers-request.d.ts +1 -1
  153. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  154. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  155. package/lib/request/list-work-requests-request.d.ts +1 -1
  156. package/lib/request/mirror-repository-request.d.ts +2 -2
  157. package/lib/request/put-repository-ref-request.d.ts +2 -2
  158. package/lib/request/schedule-cascading-project-deletion-request.d.ts +2 -2
  159. package/lib/request/update-build-pipeline-request.d.ts +2 -2
  160. package/lib/request/update-build-pipeline-stage-request.d.ts +2 -2
  161. package/lib/request/update-build-run-request.d.ts +2 -2
  162. package/lib/request/update-connection-request.d.ts +2 -2
  163. package/lib/request/update-deploy-artifact-request.d.ts +2 -2
  164. package/lib/request/update-deploy-environment-request.d.ts +2 -2
  165. package/lib/request/update-deploy-pipeline-request.d.ts +2 -2
  166. package/lib/request/update-deploy-stage-request.d.ts +2 -2
  167. package/lib/request/update-deployment-request.d.ts +2 -2
  168. package/lib/request/update-project-request.d.ts +2 -2
  169. package/lib/request/update-repository-request.d.ts +2 -2
  170. package/lib/request/update-trigger-request.d.ts +2 -2
  171. package/lib/request/validate-connection-request.d.ts +2 -2
  172. package/lib/response/approve-deployment-response.d.ts +1 -1
  173. package/lib/response/cancel-build-run-response.d.ts +1 -1
  174. package/lib/response/cancel-deployment-response.d.ts +1 -1
  175. package/lib/response/create-build-pipeline-response.d.ts +1 -1
  176. package/lib/response/create-build-pipeline-stage-response.d.ts +1 -1
  177. package/lib/response/create-build-run-response.d.ts +1 -1
  178. package/lib/response/create-connection-response.d.ts +1 -1
  179. package/lib/response/create-deploy-artifact-response.d.ts +1 -1
  180. package/lib/response/create-deploy-environment-response.d.ts +1 -1
  181. package/lib/response/create-deploy-pipeline-response.d.ts +1 -1
  182. package/lib/response/create-deploy-stage-response.d.ts +1 -1
  183. package/lib/response/create-deployment-response.d.ts +1 -1
  184. package/lib/response/create-project-response.d.ts +1 -1
  185. package/lib/response/create-repository-response.d.ts +1 -1
  186. package/lib/response/create-trigger-response.d.ts +1 -1
  187. package/lib/response/get-build-pipeline-response.d.ts +1 -1
  188. package/lib/response/get-build-pipeline-stage-response.d.ts +1 -1
  189. package/lib/response/get-build-run-response.d.ts +1 -1
  190. package/lib/response/get-commit-diff-response.d.ts +1 -1
  191. package/lib/response/get-commit-response.d.ts +1 -1
  192. package/lib/response/get-connection-response.d.ts +1 -1
  193. package/lib/response/get-deploy-artifact-response.d.ts +1 -1
  194. package/lib/response/get-deploy-environment-response.d.ts +1 -1
  195. package/lib/response/get-deploy-pipeline-response.d.ts +1 -1
  196. package/lib/response/get-deploy-stage-response.d.ts +1 -1
  197. package/lib/response/get-deployment-response.d.ts +1 -1
  198. package/lib/response/get-file-diff-response.d.ts +1 -1
  199. package/lib/response/get-mirror-record-response.d.ts +1 -1
  200. package/lib/response/get-object-response.d.ts +1 -1
  201. package/lib/response/get-project-response.d.ts +1 -1
  202. package/lib/response/get-ref-response.d.ts +1 -1
  203. package/lib/response/get-repo-file-diff-response.d.ts +1 -1
  204. package/lib/response/get-repo-file-lines-response.d.ts +1 -1
  205. package/lib/response/get-repository-file-lines-response.d.ts +1 -1
  206. package/lib/response/get-repository-response.d.ts +1 -1
  207. package/lib/response/get-trigger-response.d.ts +1 -1
  208. package/lib/response/list-authors-response.d.ts +1 -1
  209. package/lib/response/list-build-pipeline-stages-response.d.ts +1 -1
  210. package/lib/response/list-build-pipelines-response.d.ts +1 -1
  211. package/lib/response/list-build-runs-response.d.ts +1 -1
  212. package/lib/response/list-commit-diffs-response.d.ts +1 -1
  213. package/lib/response/list-commits-response.d.ts +1 -1
  214. package/lib/response/list-connections-response.d.ts +1 -1
  215. package/lib/response/list-deploy-artifacts-response.d.ts +1 -1
  216. package/lib/response/list-deploy-environments-response.d.ts +1 -1
  217. package/lib/response/list-deploy-pipelines-response.d.ts +1 -1
  218. package/lib/response/list-deploy-stages-response.d.ts +1 -1
  219. package/lib/response/list-deployments-response.d.ts +1 -1
  220. package/lib/response/list-mirror-records-response.d.ts +1 -1
  221. package/lib/response/list-paths-response.d.ts +1 -1
  222. package/lib/response/list-projects-response.d.ts +1 -1
  223. package/lib/response/list-refs-response.d.ts +1 -1
  224. package/lib/response/list-repositories-response.d.ts +1 -1
  225. package/lib/response/list-triggers-response.d.ts +1 -1
  226. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  227. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  228. package/lib/response/list-work-requests-response.d.ts +1 -1
  229. package/lib/response/put-repository-ref-response.d.ts +1 -1
  230. package/lib/response/update-build-pipeline-response.d.ts +1 -1
  231. package/lib/response/update-build-pipeline-stage-response.d.ts +1 -1
  232. package/lib/response/update-build-run-response.d.ts +1 -1
  233. package/lib/response/update-connection-response.d.ts +1 -1
  234. package/lib/response/update-deploy-artifact-response.d.ts +1 -1
  235. package/lib/response/update-deploy-environment-response.d.ts +1 -1
  236. package/lib/response/update-deploy-pipeline-response.d.ts +1 -1
  237. package/lib/response/update-deploy-stage-response.d.ts +1 -1
  238. package/lib/response/update-deployment-response.d.ts +1 -1
  239. package/lib/response/update-project-response.d.ts +1 -1
  240. package/lib/response/update-repository-response.d.ts +1 -1
  241. package/lib/response/update-trigger-response.d.ts +1 -1
  242. package/lib/response/validate-connection-response.d.ts +1 -1
  243. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepositoryRequest.
16
16
  */
17
17
  export interface MirrorRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface MirrorRepositoryRequest extends common.BaseRequest {
20
20
  */
21
21
  "repositoryId": string;
22
22
  /**
23
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
24
24
  */
25
25
  "ifMatch"?: string;
26
26
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRefRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRefRequest.
17
17
  */
18
18
  export interface PutRepositoryRefRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface PutRepositoryRefRequest extends common.BaseRequest {
29
29
  */
30
30
  "putRepositoryRefDetails": model.PutRepositoryTagDetails | model.PutRepositoryBranchDetails;
31
31
  /**
32
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  */
34
34
  "ifMatch"?: string;
35
35
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletionRequest.
16
16
  */
17
17
  export interface ScheduleCascadingProjectDeletionRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface ScheduleCascadingProjectDeletionRequest extends common.BaseRequ
20
20
  */
21
21
  "projectId": string;
22
22
  /**
23
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
24
24
  */
25
25
  "ifMatch"?: string;
26
26
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipelineRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipelineRequest.
17
17
  */
18
18
  export interface UpdateBuildPipelineRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateBuildPipelineRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateBuildPipelineDetails": model.UpdateBuildPipelineDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStageRequest.
17
17
  */
18
18
  export interface UpdateBuildPipelineStageRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateBuildPipelineStageRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateBuildPipelineStageDetails": model.UpdateWaitStageDetails | model.UpdateBuildStageDetails | model.UpdateTriggerDeploymentStageDetails | model.UpdateDeliverArtifactStageDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRunRequest.
17
17
  */
18
18
  export interface UpdateBuildRunRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateBuildRunRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateBuildRunDetails": model.UpdateBuildRunDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
17
17
  */
18
18
  export interface UpdateConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateConnectionRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateConnectionDetails": model.UpdateGithubAccessTokenConnectionDetails | model.UpdateVbsAccessTokenConnectionDetails | model.UpdateBitbucketServerAccessTokenConnectionDetails | model.UpdateGitlabAccessTokenConnectionDetails | model.UpdateBitbucketCloudAppPasswordConnectionDetails | model.UpdateGitlabServerAccessTokenConnectionDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifactRequest.
17
17
  */
18
18
  export interface UpdateDeployArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateDeployArtifactRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateDeployArtifactDetails": model.UpdateDeployArtifactDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironmentRequest.
17
17
  */
18
18
  export interface UpdateDeployEnvironmentRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateDeployEnvironmentRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateDeployEnvironmentDetails": model.UpdateFunctionDeployEnvironmentDetails | model.UpdateComputeInstanceGroupDeployEnvironmentDetails | model.UpdateOkeClusterDeployEnvironmentDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipelineRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipelineRequest.
17
17
  */
18
18
  export interface UpdateDeployPipelineRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateDeployPipelineRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateDeployPipelineDetails": model.UpdateDeployPipelineDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStageRequest.
17
17
  */
18
18
  export interface UpdateDeployStageRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateDeployStageRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateDeployStageDetails": model.UpdateOkeCanaryTrafficShiftDeployStageDetails | model.UpdateOkeCanaryDeployStageDetails | model.UpdateOkeHelmChartDeployStageDetails | model.UpdateComputeInstanceGroupDeployStageDetails | model.UpdateOkeCanaryApprovalDeployStageDetails | model.UpdateShellDeployStageDetails | model.UpdateOkeDeployStageDetails | model.UpdateComputeInstanceGroupCanaryApprovalDeployStageDetails | model.UpdateLoadBalancerTrafficShiftDeployStageDetails | model.UpdateOkeBlueGreenDeployStageDetails | model.UpdateWaitDeployStageDetails | model.UpdateOkeBlueGreenTrafficShiftDeployStageDetails | model.UpdateManualApprovalDeployStageDetails | model.UpdateComputeInstanceGroupBlueGreenDeployStageDetails | model.UpdateComputeInstanceGroupCanaryDeployStageDetails | model.UpdateFunctionDeployStageDetails | model.UpdateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails | model.UpdateComputeInstanceGroupCanaryTrafficShiftDeployStageDetails | model.UpdateInvokeFunctionDeployStageDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
17
17
  */
18
18
  export interface UpdateDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateDeploymentRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateDeploymentDetails": model.UpdateSingleDeployStageDeploymentDetails | model.UpdateDeployPipelineRedeploymentDetails | model.UpdateDeployPipelineDeploymentDetails | model.UpdateSingleDeployStageRedeploymentDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
17
17
  */
18
18
  export interface UpdateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateProjectRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateProjectDetails": model.UpdateProjectDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
17
17
  */
18
18
  export interface UpdateRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateRepositoryRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateRepositoryDetails": model.UpdateRepositoryDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTriggerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTriggerRequest.
17
17
  */
18
18
  export interface UpdateTriggerRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateTriggerRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateTriggerDetails": model.UpdateBitbucketServerTriggerDetails | model.UpdateVbsTriggerDetails | model.UpdateGitlabServerTriggerDetails | model.UpdateDevopsCodeRepositoryTriggerDetails | model.UpdateGithubTriggerDetails | model.UpdateGitlabTriggerDetails | model.UpdateBitbucketCloudTriggerDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
29
29
  */
30
30
  "ifMatch"?: string;
31
31
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ValidateConnection.ts.html |here} to see how to use ValidateConnectionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/devops/ValidateConnection.ts.html |here} to see how to use ValidateConnectionRequest.
16
16
  */
17
17
  export interface ValidateConnectionRequest extends common.BaseRequest {
18
18
  /**
@@ -24,7 +24,7 @@ export interface ValidateConnectionRequest extends common.BaseRequest {
24
24
  */
25
25
  "opcRequestId"?: string;
26
26
  /**
27
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
27
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
28
28
  */
29
29
  "ifMatch"?: string;
30
30
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ApproveDeploymentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CancelBuildRunResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CancelDeploymentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateBuildPipelineResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateBuildPipelineStageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateBuildRunResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateConnectionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface CreateDeployArtifactResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface CreateDeployEnvironmentResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -21,7 +21,7 @@ export interface CreateDeployPipelineResponse {
21
21
  */
22
22
  "opcWorkRequestId": string;
23
23
  /**
24
- * For optimistic concurrency control. See `if-match`.
24
+ * For optimistic concurrency control. See {@code if-match}.
25
25
  */
26
26
  "etag": string;
27
27
  /**
@@ -17,7 +17,7 @@ export interface CreateDeployStageResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateDeploymentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface CreateProjectResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -25,7 +25,7 @@ export interface CreateRepositoryResponse {
25
25
  */
26
26
  "opcRequestId": string;
27
27
  /**
28
- * For optimistic concurrency control. See `if-match`.
28
+ * For optimistic concurrency control. See {@code if-match}.
29
29
  */
30
30
  "etag": string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateTriggerResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetBuildPipelineResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetBuildPipelineStageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetBuildRunResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetCommitDiffResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetCommitResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetConnectionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDeployArtifactResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDeployEnvironmentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDeployPipelineResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDeployStageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDeploymentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFileDiffResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**