Skip to content

Commit

Permalink
Babylon branding change (Azure#11654)
Browse files Browse the repository at this point in the history
Rename babylon to purview
  • Loading branch information
liuyu1981831m authored and giromm2ms committed Dec 20, 2020
1 parent f755221 commit 79e6815
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"740239CE-A25B-485B-86A0-262F29F6EBDB"
]
},
"babylonConfiguration": {
"babylonResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectBabylon/accounts/accountname1"
"purviewConfiguration": {
"purviewResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectPurview/accounts/accountname1"
},
"sqlAdministratorLogin": "login",
"sqlAdministratorLoginPassword": "password",
Expand Down Expand Up @@ -71,8 +71,8 @@
"740239CE-A25B-485B-86A0-262F29F6EBDB"
]
},
"babylonConfiguration": {
"babylonResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectBabylon/accounts/accountname1"
"purviewConfiguration": {
"purviewResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectPurview/accounts/accountname1"
},
"sqlAdministratorLogin": "login",
"managedResourceGroupName": "workspaceManagedResourceGroupUnique",
Expand Down Expand Up @@ -121,8 +121,8 @@
"740239CE-A25B-485B-86A0-262F29F6EBDB"
]
},
"babylonConfiguration": {
"babylonResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectBabylon/accounts/accountname1"
"purviewConfiguration": {
"purviewResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectPurview/accounts/accountname1"
},
"connectivityEndpoints": {
"dev": "workspace1.dev.projectarcadia.net",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"740239CE-A25B-485B-86A0-262F29F6EBDB"
]
},
"babylonConfiguration": {
"babylonResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectBabylon/accounts/accountname1"
"purviewConfiguration": {
"purviewResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectPurview/accounts/accountname1"
},
"sqlAdministratorLogin": "login",
"managedResourceGroupName": "resourceGroup2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"collaborationBranch": "master",
"rootFolder": "/"
},
"babylonConfiguration": {
"babylonResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectBabylon/accounts/accountname1"
"purviewConfiguration": {
"purviewResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectPurview/accounts/accountname1"
}
}
}
Expand All @@ -54,8 +54,8 @@
"740239CE-A25B-485B-86A0-262F29F6EBDB"
]
},
"babylonConfiguration": {
"babylonResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectBabylon/accounts/accountname1"
"purviewConfiguration": {
"purviewResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectPurview/accounts/accountname1"
},
"connectivityEndpoints": {
"dev": "workspace1.dev.projectarcadia.net",
Expand Down Expand Up @@ -89,8 +89,8 @@
"740239CE-A25B-485B-86A0-262F29F6EBDB"
]
},
"babylonConfiguration": {
"babylonResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectBabylon/accounts/accountname1"
"purviewConfiguration": {
"purviewResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup1/providers/Microsoft.ProjectPurview/accounts/accountname1"
},
"connectivityEndpoints": {
"dev": "workspace1.dev.projectarcadia.net",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,12 +1077,12 @@
}
}
},
"BabylonConfiguration": {
"description": "Babylon Configuration",
"PurviewConfiguration": {
"description": "Purview Configuration",
"type": "object",
"properties": {
"babylonResourceId": {
"description": "Babylon Resource ID",
"purviewResourceId": {
"description": "Purview Resource ID",
"type": "string"
}
}
Expand Down Expand Up @@ -1197,9 +1197,9 @@
"description": "Git integration settings",
"$ref": "#/definitions/WorkspaceRepositoryConfiguration"
},
"babylonConfiguration": {
"description": "Babylon Configuration",
"$ref": "#/definitions/BabylonConfiguration"
"purviewConfiguration": {
"description": "Purview Configuration",
"$ref": "#/definitions/PurviewConfiguration"
}
}
},
Expand Down Expand Up @@ -1241,9 +1241,9 @@
"description": "Git integration settings",
"$ref": "#/definitions/WorkspaceRepositoryConfiguration"
},
"babylonConfiguration": {
"description": "Babylon Configuration",
"$ref": "#/definitions/BabylonConfiguration"
"purviewConfiguration": {
"description": "Purview Configuration",
"$ref": "#/definitions/PurviewConfiguration"
},
"provisioningState": {
"description": "Resource provisioning state",
Expand Down

0 comments on commit 79e6815

Please sign in to comment.