Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Comments resolved
  • Loading branch information
petrajkogit committed Feb 11, 2019
commit 8e5941308b5ca58e1e76003866096d35c37e2e3f
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance/administrators/ActiveDirectory",
"location": "southeastasia",
"name": "ActiveDirectory",
"properties": {
"administratorType": "ActiveDirectory",
Expand All @@ -31,6 +32,7 @@
"201": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance/administrators/ActiveDirectory",
"location": "southeastasia",
"name": "ActiveDirectory",
"properties": {
"administratorType": "ActiveDirectory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance/administrators/ActiveDirectory",
"location": "southeastasia",
"name": "ActiveDirectory",
"properties": {
"administratorType": "ActiveDirectory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"value": [
{
Copy link
Contributor

@sanjaiganesh sanjaiganesh Jan 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{ [](start = 20, length = 1)

need to include type and location too

ex:
"type": "Microsoft.Sql/managedInstances/administrators,
"location": "North US",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed

"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance/administrators/ActiveDirectory",
"location": "southeastasia",
"name": "ActiveDirectory",
"properties": {
"administratorType": "ActiveDirectory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance/administrators/ActiveDirectory",
"location": "southeastasia",
"name": "ActiveDirectory",
"properties": {
"administratorType": "ActiveDirectory",
Expand All @@ -31,6 +32,7 @@
"201": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/managedInstance/administrators/ActiveDirectory",
"location": "southeastasia",
"name": "ActiveDirectory",
"properties": {
"administratorType": "ActiveDirectory",
Expand Down