Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	custom-words.txt
  • Loading branch information
toddm committed Jul 8, 2021
2 parents 82ee9b6 + 8730c1b commit ef5948b
Show file tree
Hide file tree
Showing 2,834 changed files with 434,034 additions and 42,422 deletions.
12 changes: 6 additions & 6 deletions arm-compute/quickstart-templates/aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"sku": "7.5",
"version": "latest"
},
"CoreOS": {
"publisher": "CoreOS",
"offer": "CoreOS",
"sku": "Stable",
"version": "latest"
},
"Debian": {
"publisher": "Debian",
"offer": "debian-10",
"sku": "10",
"version": "latest"
},
"Flatcar": {
"publisher": "kinvolk",
"offer": "flatcar-container-linux-free",
"sku": "stable",
"version": "latest"
},
"openSUSE-Leap": {
"publisher": "SUSE",
"offer": "openSUSE-Leap",
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ variables:

jobs:
- template: .azure-pipelines/BranchProtectionForPrivateRepo.yml
- template: .azure-pipelines/Syntax.yml
- template: .azure-pipelines/NetworkValidation.yml
- template: .azure-pipelines/Spellcheck.yml
- template: .azure-pipelines/PrettierCheck.yml
8 changes: 7 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"softwareTerms",
"typescript"
],
"overrides": [
"overrides": [
{
"filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json",
"words": [
Expand Down Expand Up @@ -70,6 +70,12 @@
"Tera"
]
},
{
"filename": "**/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/databox.json",
"words": [
"Tera"
]
},
{
"filename": "**/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/Rules.json",
"words": [
Expand Down
18 changes: 18 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ FQDNs
Français
francecentral
francesouth
freebsd
freeflow
frontdoor
fsaction
Expand Down Expand Up @@ -834,6 +835,7 @@ hotpatching
HSLA
HSMs
Hubspot
Hugepages
hybridconnection
hybriddata
hybriddatamanager
Expand All @@ -857,6 +859,7 @@ IDRG
IKEV
ilearner
iloveyou
illumos
IMAGEBUILDER
Imagelist
imagelists
Expand Down Expand Up @@ -1069,6 +1072,7 @@ machinelearningcompute
machinelearningexperimentation
machinelearningservices
machinewithhints
madvise
Magadan
Magento
maintenancewindows
Expand Down Expand Up @@ -1134,6 +1138,7 @@ minidump
minimalmetadata
ministamps
Minkowski
mipsle
mixedreality
Mkdirs
mktorest
Expand Down Expand Up @@ -1217,6 +1222,7 @@ ndvi
NDVI
Neighbourhood
netapp
netbsd
netdev
Netdev
netezza
Expand All @@ -1225,6 +1231,7 @@ Netfilter
networkruleset
networkrulesets
networkstatus
networktraversal
networkwatcher
newpassword
newrelapp
Expand Down Expand Up @@ -1272,6 +1279,7 @@ nsxt
ntext
ntfs
ntlm
numa
numrecords
nvarchar
Nynorsk
Expand Down Expand Up @@ -1300,6 +1308,7 @@ onpremises
oobe
Oozie
openapi
openbsd
opencode
opencontainers
openid
Expand Down Expand Up @@ -1370,6 +1379,7 @@ phraselist
phraselists
Pids
pipelineruns
piqd
PITR
pixelated
pkcs
Expand Down Expand Up @@ -1439,6 +1449,7 @@ provisioningservices
provisioningState
Psec
PSNR
pstn
ptrdname
publicipaddresses
publicpreview
Expand Down Expand Up @@ -1819,6 +1830,7 @@ streamingendpoint
streamingjobs
streamingservice
subcause
subcode
subcomponent
subcomponents
subdir
Expand Down Expand Up @@ -1924,6 +1936,8 @@ Tful
Tfvc
tileset
tilesets
timeasc
timedesc
timeframe
timegrain
timeseries
Expand Down Expand Up @@ -1988,6 +2002,7 @@ Undeleting
unencrypted
unexamined
unhide
unhold
Unigrams
uniqueidentifier
uniquestring
Expand Down Expand Up @@ -2130,6 +2145,8 @@ Walser
WANAs
WANs
WASB
wasm
Wasm
watchlist
Watchlist
watchlists
Expand Down Expand Up @@ -2221,6 +2238,7 @@ Unparented
scanrulesets
Ruleset
Rulesets
Ruleproperties
XLSB
Miti
DOCM
Expand Down
27 changes: 6 additions & 21 deletions documentation/samplefiles/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,10 @@

These settings apply only when `--go` is specified on the command line.

```yaml $(go)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: [[ServiceName]]
clear-output-folder: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-[[Version]][[-ReleaseState]]
```
### Tag: package-[[Version]][[-ReleaseState]] and go
These settings apply only when `--tag=package-[[Version]][[-ReleaseState]] --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(tag) == 'package-[[Version]][[-ReleaseState]]' && $(go)
output-folder: $(go-sdk-folder)/services[[/ReleaseState]]/$(namespace)/mgmt/[[Version]]/$(namespace)
```yaml $(go) && $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/[[ServiceName]]/arm[[ServiceName]]
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
```
2 changes: 1 addition & 1 deletion documentation/samplefiles/samplereadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-resource-manager-schemas
- repo: azure-cli-extensions
Expand Down
2 changes: 1 addition & 1 deletion documentation/sdkautomation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Output file for generate script.
"full": "To install something...",
"lite": "dotnet something"
},
"result": "success"
"result": "succeeded"
}
]
}
Expand Down
Loading

0 comments on commit ef5948b

Please sign in to comment.