Skip to content

Commit

Permalink
Revert Connection Category back to enum. (#21939)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu authored Dec 19, 2022
1 parent f028ccf commit 13af571
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5786,8 +5786,22 @@
}
},
"ConnectionCategory": {
"enum": [
"PythonFeed",
"ContainerRegistry",
"Git",
"FeatureStore",
"S3",
"Snowflake",
"AzureSqlDb",
"AzureSynapseAnalytics"
],
"type": "string",
"description": "Category of the connection"
"description": "Category of the connection",
"x-ms-enum": {
"name": "ConnectionCategory",
"modelAsString": true
}
},
"WorkspaceConnectionUsernamePassword": {
"type": "object",
Expand Down

0 comments on commit 13af571

Please sign in to comment.