Skip to content

Commit

Permalink
Fix 1 linting error and some correctness errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenyu Zhou committed Dec 25, 2020
1 parent d5e0ec9 commit 611e4fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,14 +1006,6 @@
"msiResourceId": {
"type": "string",
"description": "The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2."
},
"saskey": {
"type": "string",
"description": "The shared access signature."
},
"fileshare": {
"type": "string",
"description": "The file share name."
}
},
"description": "The storage Account."
Expand All @@ -1030,6 +1022,19 @@
},
"description": "The storage profile."
},
"ExcludedServicesConfig": {
"properties": {
"excludedServicesConfigId": {
"type": "string",
"description": "The config id of excluded services."
},
"excludedServicesList": {
"type": "string",
"description": "The list of excluded services."
}
},
"description": "The configuration that services will be excluded when creating cluster."
},
"NetworkProperties": {
"description": "The network properties.",
"properties": {
Expand Down Expand Up @@ -1339,6 +1344,10 @@
"type": "string",
"description": "The minimal supported tls version."
},
"excludedServicesConfig": {
"$ref": "#/definitions/ExcludedServicesConfig",
"description": "The excluded services config."
},
"networkProperties": {
"$ref": "#/definitions/NetworkProperties",
"description": "The network properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"description": "The display name"
},
"isDefault": {
"type": "boolean",
"type": "string",
"description": "Whether or not the version is the default version."
},
"componentVersions": {
Expand Down Expand Up @@ -378,8 +378,7 @@
},
"limit": {
"description": "The maximum allowed usage.",
"type": "integer",
"format": "int64"
"type": "integer"
},
"name": {
"description": "The details about the localizable name of the used resource.",
Expand Down

0 comments on commit 611e4fb

Please sign in to comment.