From eedc2b098c0505b6192fb8e04085687dc113f998 Mon Sep 17 00:00:00 2001 From: sebhcp Date: Fri, 18 Aug 2023 15:28:40 -0500 Subject: [PATCH 1/3] insert missing backticks --- website/docs/cdktf/csharp/r/registry_module.html.markdown | 2 +- website/docs/cdktf/go/r/registry_module.html.markdown | 2 +- website/docs/cdktf/java/r/registry_module.html.markdown | 2 +- website/docs/cdktf/python/r/registry_module.html.markdown | 2 +- website/docs/cdktf/typescript/r/registry_module.html.markdown | 2 +- website/docs/r/registry_module.html.markdown | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/cdktf/csharp/r/registry_module.html.markdown b/website/docs/cdktf/csharp/r/registry_module.html.markdown index ba6f09de0..aafb0dc5e 100644 --- a/website/docs/cdktf/csharp/r/registry_module.html.markdown +++ b/website/docs/cdktf/csharp/r/registry_module.html.markdown @@ -183,7 +183,7 @@ The `VcsRepo` block supports: string. * `Identifier` - (Required) A reference to your VCS repository in the format `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) - and repository in your VCS provider. The format for Azure DevOps is //\_git/. + and repository in your VCS provider. The format for Azure DevOps is `//_git/`. * `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. diff --git a/website/docs/cdktf/go/r/registry_module.html.markdown b/website/docs/cdktf/go/r/registry_module.html.markdown index d4862f846..33eb4eddf 100644 --- a/website/docs/cdktf/go/r/registry_module.html.markdown +++ b/website/docs/cdktf/go/r/registry_module.html.markdown @@ -206,7 +206,7 @@ The `VcsRepo` block supports: string. * `Identifier` - (Required) A reference to your VCS repository in the format `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) - and repository in your VCS provider. The format for Azure DevOps is //\_git/. + and repository in your VCS provider. The format for Azure DevOps is `//_git/`. * `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. diff --git a/website/docs/cdktf/java/r/registry_module.html.markdown b/website/docs/cdktf/java/r/registry_module.html.markdown index 518780e3e..0de24fdb7 100644 --- a/website/docs/cdktf/java/r/registry_module.html.markdown +++ b/website/docs/cdktf/java/r/registry_module.html.markdown @@ -186,7 +186,7 @@ The `vcsRepo` block supports: string. * `identifier` - (Required) A reference to your VCS repository in the format `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) - and repository in your VCS provider. The format for Azure DevOps is //\_git/. + and repository in your VCS provider. The format for Azure DevOps is `//_git/`. * `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. diff --git a/website/docs/cdktf/python/r/registry_module.html.markdown b/website/docs/cdktf/python/r/registry_module.html.markdown index ae9892e84..fecb6accb 100644 --- a/website/docs/cdktf/python/r/registry_module.html.markdown +++ b/website/docs/cdktf/python/r/registry_module.html.markdown @@ -189,7 +189,7 @@ The `vcs_repo` block supports: string. * `identifier` - (Required) A reference to your VCS repository in the format `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) - and repository in your VCS provider. The format for Azure DevOps is //\_git/. + and repository in your VCS provider. The format for Azure DevOps is `//_git/`. * `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. diff --git a/website/docs/cdktf/typescript/r/registry_module.html.markdown b/website/docs/cdktf/typescript/r/registry_module.html.markdown index 3773989f7..3ddc93c1e 100644 --- a/website/docs/cdktf/typescript/r/registry_module.html.markdown +++ b/website/docs/cdktf/typescript/r/registry_module.html.markdown @@ -212,7 +212,7 @@ The `vcsRepo` block supports: string. * `identifier` - (Required) A reference to your VCS repository in the format `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) - and repository in your VCS provider. The format for Azure DevOps is //\_git/. + and repository in your VCS provider. The format for Azure DevOps is `//_git/`. * `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. diff --git a/website/docs/r/registry_module.html.markdown b/website/docs/r/registry_module.html.markdown index f2d45a48b..32efa530f 100644 --- a/website/docs/r/registry_module.html.markdown +++ b/website/docs/r/registry_module.html.markdown @@ -132,7 +132,7 @@ The `vcs_repo` block supports: string. * `identifier` - (Required) A reference to your VCS repository in the format `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) - and repository in your VCS provider. The format for Azure DevOps is //\_git/. + and repository in your VCS provider. The format for Azure DevOps is `//_git/`. * `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. From 075da7090278a4016a324c8cf85dfb4fc038e7eb Mon Sep 17 00:00:00 2001 From: sebhcp Date: Fri, 18 Aug 2023 15:54:13 -0500 Subject: [PATCH 2/3] add azdevops exception note --- website/docs/cdktf/csharp/r/registry_module.html.markdown | 2 +- website/docs/cdktf/go/r/registry_module.html.markdown | 2 +- website/docs/cdktf/java/r/registry_module.html.markdown | 2 +- website/docs/cdktf/python/r/registry_module.html.markdown | 2 +- website/docs/cdktf/typescript/r/registry_module.html.markdown | 2 +- website/docs/r/registry_module.html.markdown | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/cdktf/csharp/r/registry_module.html.markdown b/website/docs/cdktf/csharp/r/registry_module.html.markdown index aafb0dc5e..1a680203d 100644 --- a/website/docs/cdktf/csharp/r/registry_module.html.markdown +++ b/website/docs/cdktf/csharp/r/registry_module.html.markdown @@ -179,7 +179,7 @@ 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 `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) diff --git a/website/docs/cdktf/go/r/registry_module.html.markdown b/website/docs/cdktf/go/r/registry_module.html.markdown index 33eb4eddf..f5f19f77e 100644 --- a/website/docs/cdktf/go/r/registry_module.html.markdown +++ b/website/docs/cdktf/go/r/registry_module.html.markdown @@ -202,7 +202,7 @@ 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 `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) diff --git a/website/docs/cdktf/java/r/registry_module.html.markdown b/website/docs/cdktf/java/r/registry_module.html.markdown index 0de24fdb7..589e8abf6 100644 --- a/website/docs/cdktf/java/r/registry_module.html.markdown +++ b/website/docs/cdktf/java/r/registry_module.html.markdown @@ -182,7 +182,7 @@ 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 `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) diff --git a/website/docs/cdktf/python/r/registry_module.html.markdown b/website/docs/cdktf/python/r/registry_module.html.markdown index fecb6accb..a55a54f39 100644 --- a/website/docs/cdktf/python/r/registry_module.html.markdown +++ b/website/docs/cdktf/python/r/registry_module.html.markdown @@ -185,7 +185,7 @@ 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 `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) diff --git a/website/docs/cdktf/typescript/r/registry_module.html.markdown b/website/docs/cdktf/typescript/r/registry_module.html.markdown index 3ddc93c1e..e4643583a 100644 --- a/website/docs/cdktf/typescript/r/registry_module.html.markdown +++ b/website/docs/cdktf/typescript/r/registry_module.html.markdown @@ -208,7 +208,7 @@ 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 `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) diff --git a/website/docs/r/registry_module.html.markdown b/website/docs/r/registry_module.html.markdown index 32efa530f..2e46190e2 100644 --- a/website/docs/r/registry_module.html.markdown +++ b/website/docs/r/registry_module.html.markdown @@ -128,7 +128,7 @@ 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 `/` where `` and `` refer to the organization (or project key, for Bitbucket Server) From 1fe1268138bd743215adda3b01fe674be58e04c8 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Mon, 21 Aug 2023 13:03:24 -0400 Subject: [PATCH 3/3] Rebased "azdevops_docs" onto a local branch