Skip to content

Commit

Permalink
[ReleasePR sql] Removed unused definition of ResourceIdentityWithUser…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] committed Jul 14, 2021
2 parents 21721e6 + 104e6d7 commit 586e912
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion schemas/2015-05-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,8 @@
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion schemas/2018-06-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,8 @@
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion schemas/2019-06-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion schemas/2020-02-02-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -5774,7 +5774,8 @@
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion schemas/2020-08-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -5909,7 +5909,8 @@
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion schemas/2020-11-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -6003,7 +6003,8 @@
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion schemas/2021-02-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -6130,7 +6130,8 @@
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned,UserAssigned"
]
},
{
Expand Down

0 comments on commit 586e912

Please sign in to comment.