Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2021-05-01 ARM API version for Synapse RP #14605

Merged
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ isdirectory
isfolder
ishostingenvironmentnameavailable
ishostnameavailable
isIdentityCertExprired
isnullable
isochrone
isordered
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -716,16 +716,16 @@
},
"ParquetCompressionCodecEnum": {
"type": "string",
"enum": [
"none",
"gzip",
"snappy",
"lzo"
],
"x-ms-enum": {
"name": "ParquetCompressionCodecEnum",
"modelAsString": true
}
"enum": [
"none",
"gzip",
"snappy",
"lzo"
],
"x-ms-enum": {
"name": "ParquetCompressionCodecEnum",
"modelAsString": true
}
},
"DelimitedTextDataset": {
"x-ms-discriminator-value": "DelimitedText",
Expand Down
Loading