Skip to content

Commit

Permalink
Merge pull request #1023 from hashicorp/sebasslash/azdevops_docs
Browse files Browse the repository at this point in the history
Docs: Fix missing backticks in 'tfe_registry_module' docs
  • Loading branch information
brandonc authored Sep 19, 2023
2 parents e68111d + 1fe1268 commit d511879
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions website/docs/cdktf/csharp/r/registry_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ The following arguments are supported:
The `VcsRepo` block supports:

* `DisplayIdentifier` - (Required) The display identifier for your VCS repository.
For most VCS providers outside of BitBucket Cloud, this will match the `Identifier`
For most VCS providers outside of BitBucket Cloud and Azure DevOps, this will match the `Identifier`
string.
* `Identifier` - (Required) A reference to your VCS repository in the format
`<organization>/<repository>` where `<organization>` and `<repository>` refer to the organization (or project key, for Bitbucket Server)
and repository in your VCS provider. The format for Azure DevOps is <organization>/<project>/\_git/<repository>.
and repository in your VCS provider. The format for Azure DevOps is `<ado organization>/<ado project>/_git/<ado repository>`.
* `OauthTokenId` - (Optional) Token ID of the VCS Connection (OAuth Connection Token) to use. This conflicts with `GithubAppInstallationId` and can only be used if `GithubAppInstallationId` is not used.
* `GithubAppInstallationId` - (Optional) The installation id of the Github App. This conflicts with `OauthTokenId` and can only be used if `OauthTokenId` is not used.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/go/r/registry_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ The following arguments are supported:
The `VcsRepo` block supports:

* `DisplayIdentifier` - (Required) The display identifier for your VCS repository.
For most VCS providers outside of BitBucket Cloud, this will match the `Identifier`
For most VCS providers outside of BitBucket Cloud and Azure DevOps, this will match the `Identifier`
string.
* `Identifier` - (Required) A reference to your VCS repository in the format
`<organization>/<repository>` where `<organization>` and `<repository>` refer to the organization (or project key, for Bitbucket Server)
and repository in your VCS provider. The format for Azure DevOps is <organization>/<project>/\_git/<repository>.
and repository in your VCS provider. The format for Azure DevOps is `<ado organization>/<ado project>/_git/<ado repository>`.
* `OauthTokenId` - (Optional) Token ID of the VCS Connection (OAuth Connection Token) to use. This conflicts with `GithubAppInstallationId` and can only be used if `GithubAppInstallationId` is not used.
* `GithubAppInstallationId` - (Optional) The installation id of the Github App. This conflicts with `OauthTokenId` and can only be used if `OauthTokenId` is not used.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/java/r/registry_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ The following arguments are supported:
The `vcsRepo` block supports:

* `displayIdentifier` - (Required) The display identifier for your VCS repository.
For most VCS providers outside of BitBucket Cloud, this will match the `identifier`
For most VCS providers outside of BitBucket Cloud and Azure DevOps, this will match the `identifier`
string.
* `identifier` - (Required) A reference to your VCS repository in the format
`<organization>/<repository>` where `<organization>` and `<repository>` refer to the organization (or project key, for Bitbucket Server)
and repository in your VCS provider. The format for Azure DevOps is <organization>/<project>/\_git/<repository>.
and repository in your VCS provider. The format for Azure DevOps is `<ado organization>/<ado project>/_git/<ado repository>`.
* `oauthTokenId` - (Optional) Token ID of the VCS Connection (OAuth Connection Token) to use. This conflicts with `githubAppInstallationId` and can only be used if `githubAppInstallationId` is not used.
* `githubAppInstallationId` - (Optional) The installation id of the Github App. This conflicts with `oauthTokenId` and can only be used if `oauthTokenId` is not used.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/python/r/registry_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ The following arguments are supported:
The `vcs_repo` block supports:

* `display_identifier` - (Required) The display identifier for your VCS repository.
For most VCS providers outside of BitBucket Cloud, this will match the `identifier`
For most VCS providers outside of BitBucket Cloud and Azure DevOps, this will match the `identifier`
string.
* `identifier` - (Required) A reference to your VCS repository in the format
`<organization>/<repository>` where `<organization>` and `<repository>` refer to the organization (or project key, for Bitbucket Server)
and repository in your VCS provider. The format for Azure DevOps is <organization>/<project>/\_git/<repository>.
and repository in your VCS provider. The format for Azure DevOps is `<ado organization>/<ado project>/_git/<ado repository>`.
* `oauth_token_id` - (Optional) Token ID of the VCS Connection (OAuth Connection Token) to use. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
* `github_app_installation_id` - (Optional) The installation id of the Github App. This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/typescript/r/registry_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ The following arguments are supported:
The `vcsRepo` block supports:

* `displayIdentifier` - (Required) The display identifier for your VCS repository.
For most VCS providers outside of BitBucket Cloud, this will match the `identifier`
For most VCS providers outside of BitBucket Cloud and Azure DevOps, this will match the `identifier`
string.
* `identifier` - (Required) A reference to your VCS repository in the format
`<organization>/<repository>` where `<organization>` and `<repository>` refer to the organization (or project key, for Bitbucket Server)
and repository in your VCS provider. The format for Azure DevOps is <organization>/<project>/\_git/<repository>.
and repository in your VCS provider. The format for Azure DevOps is `<ado organization>/<ado project>/_git/<ado repository>`.
* `oauthTokenId` - (Optional) Token ID of the VCS Connection (OAuth Connection Token) to use. This conflicts with `githubAppInstallationId` and can only be used if `githubAppInstallationId` is not used.
* `githubAppInstallationId` - (Optional) The installation id of the Github App. This conflicts with `oauthTokenId` and can only be used if `oauthTokenId` is not used.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/registry_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ The following arguments are supported:
The `vcs_repo` block supports:

* `display_identifier` - (Required) The display identifier for your VCS repository.
For most VCS providers outside of BitBucket Cloud, this will match the `identifier`
For most VCS providers outside of BitBucket Cloud and Azure DevOps, this will match the `identifier`
string.
* `identifier` - (Required) A reference to your VCS repository in the format
`<organization>/<repository>` where `<organization>` and `<repository>` refer to the organization (or project key, for Bitbucket Server)
and repository in your VCS provider. The format for Azure DevOps is <organization>/<project>/\_git/<repository>.
and repository in your VCS provider. The format for Azure DevOps is `<ado organization>/<ado project>/_git/<ado repository>`.
* `oauth_token_id` - (Optional) Token ID of the VCS Connection (OAuth Connection Token) to use. This conflicts with `github_app_installation_id` and can only be used if `github_app_installation_id` is not used.
* `github_app_installation_id` - (Optional) The installation id of the Github App. This conflicts with `oauth_token_id` and can only be used if `oauth_token_id` is not used.

Expand Down

0 comments on commit d511879

Please sign in to comment.