Skip to content

Commit

Permalink
Merge pull request #2924 from sureleo/dev/shul/removing-required-logi…
Browse files Browse the repository at this point in the history
…n-info

Making basicLoginInfo and SPN optional
  • Loading branch information
markcowl authored Feb 17, 2021
2 parents a507804 + 89c1a3a commit 578f3e9
Showing 1 changed file with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1604,11 +1604,7 @@
"type": "string",
"readOnly": true
}
},
"required": [
"basicLoginInformation",
"uploadServicePrincipal"
]
}
},
"OnPremiseProperty": {
"description": "Properties from the on premise data controller",
Expand Down Expand Up @@ -1662,10 +1658,7 @@
"type": "string",
"readOnly": true
}
},
"required": [
"basicLoginInformation"
]
}
},
"PostgresInstance": {
"description": "A Postgres Instance.",
Expand Down Expand Up @@ -1764,10 +1757,7 @@
"type": "string",
"readOnly": true
}
},
"required": [
"basicLoginInformation"
]
}
},
"SqlManagedInstance": {
"description": "A SqlManagedInstance.",
Expand Down

0 comments on commit 578f3e9

Please sign in to comment.