зеркало из https://github.com/Azure/autorest.git
21 строка
451 B
JSON
21 строка
451 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://msdn.microsoft.com/en-us/library/azure/dn790568.aspx"
|
|
},
|
|
{
|
|
"pattern": "^https://aka.ms/azsdk/dpcodegen"
|
|
},
|
|
{
|
|
"pattern": "^https://dev.azure.com/azure-sdk/internal"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "https://github\\.com/Azure/autorest/(?:blob|tree)/main/",
|
|
"replacement": "{{BASEURL}}/"
|
|
}
|
|
],
|
|
"aliveStatusCodes": [200, 203]
|
|
}
|