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 33183318 "type" : " object" ,
33193319 "properties" : {
33203320 "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+ ],
33233333 "description" : " The Deflate compression level."
33243334 },
33253335 "type" : {
33383348 "type" : " object" ,
33393349 "properties" : {
33403350 "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+ ],
33433363 "description" : " The GZip compression level."
33443364 },
33453365 "type" : {
34343454 "type" : " object" ,
34353455 "properties" : {
34363456 "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+ ],
34393469 "description" : " The ZipDeflate compression level."
34403470 },
34413471 "type" : {
37003730 "type" : " object" ,
37013731 "properties" : {
37023732 "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+ ],
37053745 "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)."
37063746 },
37073747 "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+ ],
37103760 "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)."
37113761 },
37123762 "encryptedCredential" : {
1123711287 "type" : " object" ,
1123811288 "properties" : {
1123911289 "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+ ],
1124211307 "description" : " Stored procedure parameter type."
1124311308 },
1124411309 "value" : {
You can’t perform that action at this time.
0 commit comments