Skip to content

Commit

Permalink
{HDInsight}Fix some roundtrip S360 issues in api version 2015-03-01-p…
Browse files Browse the repository at this point in the history
…review (Azure#13342)

* Add networkProperties and clusterId

* Fixed round trip errors

* remove default value because it is breaking change

Co-authored-by: Zhenyu Zhou <[email protected]>
  • Loading branch information
aim-for-better and Zhenyu Zhou authored Mar 10, 2021
1 parent 9613df5 commit 4b6316b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,19 @@
},
"subDomainSuffix": {
"type": "string",
"description": "The subdomain suffix of the application."
"description": "The subdomain suffix of the application.",
"x-ms-mutability": [
"create",
"update"
]
},
"disableGatewayAuth": {
"type": "boolean",
"description": "The value indicates whether to disable GatewayAuth."
"description": "The value indicates whether to disable GatewayAuth.",
"x-ms-mutability": [
"create",
"update"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,11 @@
"additionalProperties": {
"type": "string"
},
"description": "The versions of different services in the cluster."
"description": "The versions of different services in the cluster.",
"x-ms-mutability": [
"create",
"read"
]
},
"configurations": {
"type": "object",
Expand Down Expand Up @@ -814,7 +818,11 @@
},
"organizationalUnitDN": {
"type": "string",
"description": "The organizational unit within the Active Directory to place the cluster and service accounts."
"description": "The organizational unit within the Active Directory to place the cluster and service accounts.",
"x-ms-mutability": [
"create",
"read"
]
},
"ldapsUrls": {
"type": "array",
Expand Down Expand Up @@ -1060,7 +1068,11 @@
},
"VMGroupName": {
"type": "string",
"description": "The name of the virtual machine group."
"description": "The name of the virtual machine group.",
"x-ms-mutability": [
"create",
"read"
]
},
"autoscale": {
"$ref": "#/definitions/Autoscale",
Expand Down Expand Up @@ -1214,7 +1226,11 @@
"properties": {
"enableComputeIsolation": {
"type": "boolean",
"description": "The flag indicates whether enable compute isolation or not."
"description": "The flag indicates whether enable compute isolation or not.",
"x-ms-mutability": [
"create",
"read"
]
},
"hostSku": {
"type": "string",
Expand Down Expand Up @@ -1252,7 +1268,11 @@
"name": "Tier",
"modelAsString": false
},
"default": "Standard"
"default": "Standard",
"x-ms-mutability": [
"create",
"read"
]
},
"clusterDefinition": {
"$ref": "#/definitions/ClusterDefinition",
Expand Down Expand Up @@ -1545,7 +1565,11 @@
},
"parameters": {
"type": "string",
"description": "The parameters for the script"
"description": "The parameters for the script",
"x-ms-mutability": [
"create",
"update"
]
},
"roles": {
"type": "array",
Expand Down Expand Up @@ -1809,7 +1833,11 @@
"x-ms-enum": {
"name": "JsonWebKeyEncryptionAlgorithm",
"modelAsString": true
}
},
"x-ms-mutability": [
"create",
"read"
]
},
"msiResourceId": {
"type": "string",
Expand Down

0 comments on commit 4b6316b

Please sign in to comment.