Skip to content

Commit

Permalink
Add 2021-05-01 ARM API version for Synapse RP (#14605)
Browse files Browse the repository at this point in the history
* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added 2021-05-01 version to Synapse RP ARM API spec

* Fixed spellcheck and prettier checks

* Fixed spellchecks

* Add get pec api

Co-authored-by: Surya Prakash <n.suryap@gmail.com>
Co-authored-by: Surya <sunagesw@microsoft.com>
  • Loading branch information
3 people committed Jun 8, 2021
1 parent 6a4ecab commit a7a3555
Show file tree
Hide file tree
Showing 205 changed files with 26,159 additions and 13 deletions.
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

0 comments on commit a7a3555

Please sign in to comment.