1
0
mirror of synced 2026-01-31 09:01:33 -05:00

Merge pull request #26340 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-06-29 02:30:59 -07:00
committed by GitHub
2 changed files with 30 additions and 1 deletions

View File

@@ -427,7 +427,10 @@ To link to a specific header in the same article, use this format:
> For more information, see "[HEADER TITLE](#HEADER-TITLE)."
To link to a specific header in a different article, use this format:
> For more information, see "[ARTICLE TITLE](path-to-article#HEADER-TITLE)."
> For more information, see "[AUOTOTITLE](path-to-article#HEADER-TITLE)."
To link to two or more specific headers in a different article, use this format:
> For more information, see "[HEADER 1](path-to-article#HEADER-1)" and "[HEADER 2](path-to-article#HEADER-2)" in "ARTICLE TITLE."
### Links to a specific tool

View File

@@ -245,6 +245,19 @@
hasPushProtection: true
hasValidityCheck: false
- provider: 'Azure'
supportedSecret: 'Azure Container Registry Key Identifiable'
secretType: 'azure_container_registry_key_identifiable'
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.11'
ghae: '>=3.11'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
- provider: 'Azure'
supportedSecret: 'Azure CosmosDB Key Identifiable'
secretType: 'azure_cosmosdb_key_identifiable'
@@ -362,6 +375,19 @@
hasPushProtection: false
hasValidityCheck: false
- provider: 'Azure'
supportedSecret: 'Azure SQL Password'
secretType: 'azure_sql_password'
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.11'
ghae: '>=3.11'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
- provider: 'Azure'
supportedSecret: 'Azure Storage Account Key'
secretType: 'azure_storage_account_key'