Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ keyvaultproperties
keyvaulturi
keyversion
KHTML
Kiswahili
Knowledgebase
knowledgebases
koelner
Expand Down Expand Up @@ -988,6 +989,7 @@ osdiskforlinuxsimple
osdiskforwindowssimple
OSMAM
OSNIC
Otomi
outputdirectoryid
overprovision
overprovisioned
Expand Down Expand Up @@ -1097,6 +1099,7 @@ qnormal
querylogs
querypool
querystring
Queretaro
queueservices
quickbooks
quicktest
Expand Down Expand Up @@ -1645,6 +1648,7 @@ XBing
Xeon
Xero
XSMB
Yucatec
Ywhk
YYMMDD
Zabbix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ These settings apply only when `--tag=track1-package-2019-05-preview` is specifi
It is meant to be used for generating Track 1 .NET SDK only!

``` yaml $(tag) == 'track1-package-2019-05-preview'
opt-in-extensible-enums: true
input-file:
- track1/preview/2019-05-06-preview/searchindex.json
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ To see additional help and options, run:
These are the global settings for SearchServiceClient.

``` yaml
opt-in-extensible-enums: true
openapi-type: data-plane
tag: package-2019-05
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@
"softDeleteColumnName": "isDeleted",
"softDeleteMarkerValue": "true"
}
},
{
"name": "myblobdatasource",
"description": "My Azure Blob data source.",
"type": "azureblob",
"credentials": {
"connectionString": null
},
"container": {
"name": "mycontainer"
},
"dataChangeDetectionPolicy": null,
"dataDeletionDetectionPolicy": null
}
]
}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@
"softDeleteColumnName": "isDeleted",
"softDeleteMarkerValue": "true"
}
},
{
"name": "myblobdatasource",
"description": "My Azure Blob data source.",
"type": "azureblob",
"credentials": {
"connectionString": null
},
"container": {
"name": "mycontainer"
},
"dataChangeDetectionPolicy": null,
"dataDeletionDetectionPolicy": null
}
]
}
Expand Down
Loading