Skip to content

Commit

Permalink
[HUB] update team configuration related properties (#23285)
Browse files Browse the repository at this point in the history
* [HUB] update team configuration related properties

* Update description

* fix merge issue
  • Loading branch information
ZhidaLiu authored Apr 3, 2023
1 parent b385702 commit ea95de5
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2663,6 +2663,46 @@
"default": false,
"type": "boolean"
},
"storageAccounts": {
"description": ": A list of storage accounts used by Hub.",
"type": "array",
"items": {
"type": "string"
}
},
"keyVaults": {
"description": "A list of key vaults used by Hub.",
"type": "array",
"items": {
"type": "string"
}
},
"containerRegistries": {
"description": "A list of container registries used by Hub.",
"type": "array",
"items": {
"type": "string"
}
},
"existingWorkspaces": {
"description": "A list of existing workspaces used by Hub to perform convert.",
"type": "array",
"items": {
"type": "string"
}
},
"hubResourceId": {
"description": "Resource Id of Hub used for lean workspace.",
"type": "string"
},
"associatedWorkspaces": {
"description": "A list of lean workspaces associated with Hub.",
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"managedNetwork": {
"$ref": "#/definitions/ManagedNetworkSettings"
}
Expand Down

0 comments on commit ea95de5

Please sign in to comment.