Skip to content

Commit 2e57cc7

Browse files
coolswatishcool-mistSurya
authored andcommitted
Add 2021-05-01 ARM API version for Synapse RP (Azure#14605)
* 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 <[email protected]> Co-authored-by: Surya <[email protected]>
1 parent 54df425 commit 2e57cc7

File tree

205 files changed

+26159
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+26159
-13
lines changed

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,7 @@ isdirectory
908908
isfolder
909909
ishostingenvironmentnameavailable
910910
ishostnameavailable
911+
isIdentityCertExprired
911912
isnullable
912913
isochrone
913914
isordered

specification/synapse/data-plane/Microsoft.Synapse/preview/2019-06-01-preview/entityTypes/Dataset.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -716,16 +716,16 @@
716716
},
717717
"ParquetCompressionCodecEnum": {
718718
"type": "string",
719-
"enum": [
720-
"none",
721-
"gzip",
722-
"snappy",
723-
"lzo"
724-
],
725-
"x-ms-enum": {
726-
"name": "ParquetCompressionCodecEnum",
727-
"modelAsString": true
728-
}
719+
"enum": [
720+
"none",
721+
"gzip",
722+
"snappy",
723+
"lzo"
724+
],
725+
"x-ms-enum": {
726+
"name": "ParquetCompressionCodecEnum",
727+
"modelAsString": true
728+
}
729729
},
730730
"DelimitedTextDataset": {
731731
"x-ms-discriminator-value": "DelimitedText",

0 commit comments

Comments
 (0)