File tree Expand file tree Collapse file tree 2 files changed +639
-348
lines changed Expand file tree Collapse file tree 2 files changed +639
-348
lines changed Original file line number Diff line number Diff line change 3318
3318
"type" : " object" ,
3319
3319
"properties" : {
3320
3320
"level" : {
3321
- "type" : " object" ,
3322
- "properties" : {},
3321
+ "oneOf" : [
3322
+ {
3323
+ "type" : " string" ,
3324
+ "enum" : [
3325
+ " Optimal" ,
3326
+ " Fastest"
3327
+ ]
3328
+ },
3329
+ {
3330
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3331
+ }
3332
+ ],
3323
3333
"description" : " The Deflate compression level."
3324
3334
},
3325
3335
"type" : {
3338
3348
"type" : " object" ,
3339
3349
"properties" : {
3340
3350
"level" : {
3341
- "type" : " object" ,
3342
- "properties" : {},
3351
+ "oneOf" : [
3352
+ {
3353
+ "type" : " string" ,
3354
+ "enum" : [
3355
+ " Optimal" ,
3356
+ " Fastest"
3357
+ ]
3358
+ },
3359
+ {
3360
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3361
+ }
3362
+ ],
3343
3363
"description" : " The GZip compression level."
3344
3364
},
3345
3365
"type" : {
3434
3454
"type" : " object" ,
3435
3455
"properties" : {
3436
3456
"level" : {
3437
- "type" : " object" ,
3438
- "properties" : {},
3457
+ "oneOf" : [
3458
+ {
3459
+ "type" : " string" ,
3460
+ "enum" : [
3461
+ " Optimal" ,
3462
+ " Fastest"
3463
+ ]
3464
+ },
3465
+ {
3466
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3467
+ }
3468
+ ],
3439
3469
"description" : " The ZipDeflate compression level."
3440
3470
},
3441
3471
"type" : {
3700
3730
"type" : " object" ,
3701
3731
"properties" : {
3702
3732
"authenticationType" : {
3703
- "type" : " object" ,
3704
- "properties" : {},
3733
+ "oneOf" : [
3734
+ {
3735
+ "type" : " string" ,
3736
+ "enum" : [
3737
+ " Office365" ,
3738
+ " Ifd"
3739
+ ]
3740
+ },
3741
+ {
3742
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3743
+ }
3744
+ ],
3705
3745
"description" : " The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. Type: string (or Expression with resultType string)."
3706
3746
},
3707
3747
"deploymentType" : {
3708
- "type" : " object" ,
3709
- "properties" : {},
3748
+ "oneOf" : [
3749
+ {
3750
+ "type" : " string" ,
3751
+ "enum" : [
3752
+ " Online" ,
3753
+ " OnPremisesWithIfd"
3754
+ ]
3755
+ },
3756
+ {
3757
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3758
+ }
3759
+ ],
3710
3760
"description" : " The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string)."
3711
3761
},
3712
3762
"encryptedCredential" : {
11237
11287
"type" : " object" ,
11238
11288
"properties" : {
11239
11289
"type" : {
11240
- "type" : " object" ,
11241
- "properties" : {},
11290
+ "oneOf" : [
11291
+ {
11292
+ "type" : " string" ,
11293
+ "enum" : [
11294
+ " String" ,
11295
+ " Int" ,
11296
+ " Int64" ,
11297
+ " Decimal" ,
11298
+ " Guid" ,
11299
+ " Boolean" ,
11300
+ " Date"
11301
+ ]
11302
+ },
11303
+ {
11304
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
11305
+ }
11306
+ ],
11242
11307
"description" : " Stored procedure parameter type."
11243
11308
},
11244
11309
"value" : {
You can’t perform that action at this time.
0 commit comments