You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/main.bicep
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@ param name string
8
8
@description('Specifies the location for all the Azure resources. Defaults to the location of the resource group.')
9
9
paramlocationstring
10
10
11
-
@description('Optional. Specifies the connections to be created for the Azure AI Hub workspace. The connections are used to connect to other Azure resources and services.')
12
-
paramconnectionsconnectionType[] = []
13
-
14
11
@description('Optional. Specifies the OpenAI deployments to create.')
Copy file name to clipboardExpand all lines: infra/main.json
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"_generator": {
7
7
"name": "bicep",
8
8
"version": "0.36.1.42791",
9
-
"templateHash": "15881347792888664493"
9
+
"templateHash": "16756402081633722832"
10
10
}
11
11
},
12
12
"definitions": {
@@ -1638,16 +1638,6 @@
1638
1638
"description": "Specifies the location for all the Azure resources. Defaults to the location of the resource group."
1639
1639
}
1640
1640
},
1641
-
"connections": {
1642
-
"type": "array",
1643
-
"items": {
1644
-
"$ref": "#/definitions/connectionType"
1645
-
},
1646
-
"defaultValue": [],
1647
-
"metadata": {
1648
-
"description": "Optional. Specifies the connections to be created for the Azure AI Hub workspace. The connections are used to connect to other Azure resources and services."
0 commit comments