Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
46e7cb8
Add networkProperties and clusterId
Oct 10, 2020
afc3561
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Oct 14, 2020
75a1f51
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Nov 6, 2020
34c9683
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Nov 12, 2020
151f917
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Nov 19, 2020
f271a42
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Dec 10, 2020
92044fa
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Dec 14, 2020
11e9fac
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Dec 18, 2020
bbe65a3
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Jan 5, 2021
a858456
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Jan 13, 2021
2418dfb
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Jan 13, 2021
891652d
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Jan 18, 2021
3a250aa
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Jan 21, 2021
f22e409
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Jan 25, 2021
b59b60f
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Feb 3, 2021
7b642ef
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Mar 9, 2021
4b4ef5a
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
Mar 9, 2021
45ed9ad
Fixed round trip errors
Mar 9, 2021
77b360f
remove default value because it is breaking change
Mar 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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