Skip to content

Commit

Permalink
chore: jsonfmt batch (#6827)
Browse files Browse the repository at this point in the history
Fix spelling issues added in #6629 from "example" values in spec
  • Loading branch information
nschonni authored and mmyyrroonn committed Aug 1, 2019
1 parent e6dc5a0 commit 42212c7
Show file tree
Hide file tree
Showing 132 changed files with 401 additions and 396 deletions.
14 changes: 13 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ bangla
baremetal
BATCHAI
BCDR
BCWG
beider
Bfor
bigint
Expand Down Expand Up @@ -452,6 +453,7 @@ eventhubconnections
eventhubs
eventtime
eventtypes
EWDG
exceptiontype
Exfiltration
explicitlist
Expand All @@ -460,6 +462,7 @@ exportdevices
exporterrors
exportstatus
externaldatasources
EYWQ
faceapi
facelists
facetable
Expand Down Expand Up @@ -697,6 +700,7 @@ ldaps
ldom
leavingpool
LEDs
Lfot
libtrust
lifecycle
lifetimejobstats
Expand Down Expand Up @@ -736,6 +740,7 @@ lookback
lovins
lowpriority
lpar
LQUP
LRO's
Lucene
Lumia
Expand Down Expand Up @@ -1120,6 +1125,7 @@ rhel
Rolledback
rollouts
rolloverdetails
rootfs
rotatediskencryptionkey
routable
routingendpointhealth
Expand Down Expand Up @@ -1212,6 +1218,7 @@ skiptoken
SKU's
skus
SLES
Sllb
slotsdiffs
slotsswap
slowlog
Expand Down Expand Up @@ -1440,6 +1447,7 @@ vcenter
Vcore
Vcores
Vertica
Vfyc
vhds
videosearch
virtualclusters
Expand All @@ -1460,6 +1468,7 @@ vmextension
VMILR
vmimage
vmname
VMQS
vmsizes
VMSS
VMSSVM
Expand Down Expand Up @@ -1505,6 +1514,7 @@ westeurope
westindia
Westlake
westus
WGXM
whitelisted
Whitelisting
Whitelistings
Expand All @@ -1519,14 +1529,16 @@ workspaces
wrapkey
WSFC
WTGCTBG
WWKZ
XBing
Xeon
Xero
XSMB
Ywhk
YYMMDD
Zabbix
Zerto
Zilla
ziplist
Zoho
zset
zset
Original file line number Diff line number Diff line change
Expand Up @@ -5979,7 +5979,7 @@
"Add a VirtualMachineConfiguration pool with containers": {
"$ref": "./examples/PoolAdd_VirtualMachineConfigurationWithContainers.json"
},
"Add a pool with mount drive specified": {
"Add a pool with mount drive specified": {
"$ref": "./examples/PoolAdd_MountConfiguration.json"
}
},
Expand Down Expand Up @@ -13808,7 +13808,7 @@
},
"stats": {
"$ref": "#/definitions/PoolStatistics",
"title": "Utilization and resource usage statistics for the entire lifetime of the Pool.",
"title": "Utilization and resource usage statistics for the entire lifetime of the Pool.",
"description": "This property is populated only if the CloudPool was retrieved with an expand clause including the 'stats' attribute; otherwise it is null. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
},
"mountConfiguration": {
Expand Down Expand Up @@ -16434,7 +16434,11 @@
"description": "All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable."
}
},
"required": [ "accountName", "containerName", "relativeMountPath" ],
"required": [
"accountName",
"containerName",
"relativeMountPath"
],
"title": "Blobfuse file system details."
},
"NFSMountConfiguration": {
Expand All @@ -16453,7 +16457,10 @@
"title": "Specifies various mount options that can be used."
}
},
"required": [ "source", "relativeMountPath" ],
"required": [
"source",
"relativeMountPath"
],
"title": "NFS file system detail."
},
"CIFSMountConfiguration": {
Expand All @@ -16480,7 +16487,12 @@
"title": "The password to authenticate with."
}
},
"required": [ "username", "source", "password", "relativeMountPath" ],
"required": [
"username",
"source",
"password",
"relativeMountPath"
],
"title": "CIFS file system details."
},
"AzureFileShareConfiguration": {
Expand All @@ -16507,7 +16519,12 @@
"title": "Specifies various mount options that can be used."
}
},
"required": [ "accountName", "azureFileUrl", "accountKey", "relativeMountPath" ],
"required": [
"accountName",
"azureFileUrl",
"accountKey",
"relativeMountPath"
],
"title": "Azure Files details."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"responses": {
"200": {
"body": {
"id": "my_application_id",
"versions": [
"v1.0"
],
"displayName": "my_display_name"
"id": "my_application_id",
"versions": [
"v1.0"
],
"displayName": "my_display_name"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT",
"certificate": {
"thumbprintAlgorithm":"sha1",
"thumbprint":"0123456789abcdef0123456789abcdef01234567",
"data":"#####...",
"certificateFormat":"pfx",
"password":"certpassword"
"thumbprintAlgorithm": "sha1",
"thumbprint": "0123456789abcdef0123456789abcdef01234567",
"data": "#####...",
"certificateFormat": "pfx",
"password": "certpassword"
}
},
"responses": {
"201": {
}
"201": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"204": {
}
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"202": {
}
"202": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"recursive": false
},
"responses": {
"200": {
}
"200": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"recursive": false
},
"responses": {
"200": {
}
"200": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"body": "This is actually a byte stream. This request/response is being presented as a string for readability in the example"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"body": "This is actually a byte stream. This request/response is being presented as a string for readability in the example"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"Content-Type": "application/octet-stream"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"Content-Type": "application/octet-stream"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
}
},
"responses": {
"201": {
}
"201": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"retentionTime": "PT1H"
},
"killJobOnCompletion": false,
"userIdentity":{
"userIdentity": {
"autoUser": {
"scope": "task",
"elevationLevel": "admin"
Expand Down Expand Up @@ -77,7 +77,7 @@
"value": "myvalue"
}
],
"userIdentity":{
"userIdentity": {
"autoUser": {
"scope": "task",
"elevationLevel": "admin"
Expand Down Expand Up @@ -115,7 +115,6 @@
}
},
"responses": {
"201": {
}
"201": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"202": {
}
"202": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
}
},
"responses": {
"202": {
}
"202": {}
}
}
}
Loading

0 comments on commit 42212c7

Please sign in to comment.