|
5 | 5 | "_generator": {
|
6 | 6 | "name": "bicep",
|
7 | 7 | "version": "0.33.93.31351",
|
8 |
| - "templateHash": "14632217224620265892" |
| 8 | + "templateHash": "14383664163093616815" |
9 | 9 | }
|
10 | 10 | },
|
11 | 11 | "parameters": {
|
|
58 | 58 | "description": "Friendly name for your Azure AI resource"
|
59 | 59 | }
|
60 | 60 | },
|
| 61 | + "hubPublicNetworkAccess": { |
| 62 | + "type": "string", |
| 63 | + "defaultValue": "Disabled", |
| 64 | + "allowedValues": [ |
| 65 | + "Disabled", |
| 66 | + "Enabled" |
| 67 | + ], |
| 68 | + "metadata": { |
| 69 | + "description": "Specifies the public network access for the Azure AI Hub workspace." |
| 70 | + } |
| 71 | + }, |
| 72 | + "projectPublicNetworkAccess": { |
| 73 | + "type": "string", |
| 74 | + "defaultValue": "[parameters('hubPublicNetworkAccess')]", |
| 75 | + "allowedValues": [ |
| 76 | + "Disabled", |
| 77 | + "Enabled" |
| 78 | + ], |
| 79 | + "metadata": { |
| 80 | + "description": "Specifies the public network access for the Azure AI Project workspace.Note: Please ensure that if you are setting this to Enabled, the AI Hub workspace is also set to Enabled." |
| 81 | + } |
| 82 | + }, |
61 | 83 | "defaultAiProjectDescription": {
|
62 | 84 | "type": "string",
|
63 | 85 | "defaultValue": "This is an example AI Project resource for use in Azure AI Studio.",
|
|
191 | 213 | "description": "The AI Search Service name. This is an optional field, and if not provided, the resource will be created.The resource should exist in same resource group must be Public Network Disabled"
|
192 | 214 | }
|
193 | 215 | },
|
194 |
| - "hubPublicNetworkAccess": { |
195 |
| - "type": "string", |
196 |
| - "defaultValue": "Enabled", |
197 |
| - "allowedValues": [ |
198 |
| - "Disabled", |
199 |
| - "Enabled" |
200 |
| - ], |
201 |
| - "metadata": { |
202 |
| - "description": "Specifies the public network access for the Azure AI Hub workspace." |
203 |
| - } |
204 |
| - }, |
205 |
| - "projectPublicNetworkAccess": { |
206 |
| - "type": "string", |
207 |
| - "defaultValue": "[parameters('hubPublicNetworkAccess')]", |
208 |
| - "allowedValues": [ |
209 |
| - "Disabled", |
210 |
| - "Enabled" |
211 |
| - ], |
212 |
| - "metadata": { |
213 |
| - "description": "Specifies the public network access for the Azure AI Project workspace.Note: Please ensure that if you are setting this to Enabled, the AI Hub workspace is also set to Enabled." |
214 |
| - } |
215 |
| - }, |
216 | 216 | "userAssignedIdentityDefaultName": {
|
217 | 217 | "type": "string",
|
218 | 218 | "defaultValue": "[format('secured-agents-identity-{0}', parameters('uniqueSuffix'))]",
|
|
1847 | 1847 | "_generator": {
|
1848 | 1848 | "name": "bicep",
|
1849 | 1849 | "version": "0.33.93.31351",
|
1850 |
| - "templateHash": "17511981858365479894" |
| 1850 | + "templateHash": "10773126362060108423" |
1851 | 1851 | }
|
1852 | 1852 | },
|
1853 | 1853 | "parameters": {
|
|
1896 | 1896 | },
|
1897 | 1897 | "publicNetworkAccess": {
|
1898 | 1898 | "type": "string",
|
1899 |
| - "defaultValue": "Enabled", |
| 1899 | + "defaultValue": "Disabled", |
1900 | 1900 | "metadata": {
|
1901 | 1901 | "description": "Specifies the public network access for the machine learning workspace."
|
1902 | 1902 | }
|
|
0 commit comments