Skip to content

Commit 9b87e61

Browse files
authored
Backport provisionNetworkNow property to june stable version 2025-06-01 (Azure#35399)
* Add provisionNetworkNow property to june stable version 2025-06-01 * Add example for provisionNetworkNow in 2025-06-01.
1 parent c71aa59 commit 9b87e61

File tree

2 files changed

+6
-1
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2025-06-01

2 files changed

+6
-1
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2025-06-01/examples/Workspace/create.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"status": "Approved"
4242
}
4343
}
44-
]
44+
],
45+
"provisionNetworkNow": false
4546
}
4647
}
4748
},

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2025-06-01/workspaceRP.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,10 @@
18161816
"description": "Count of private connections in the workspace",
18171817
"readOnly": true
18181818
},
1819+
"provisionNetworkNow": {
1820+
"description": "Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing.",
1821+
"type": "boolean"
1822+
},
18191823
"imageBuildCompute": {
18201824
"description": "The compute name for image build",
18211825
"type": "string"

0 commit comments

Comments
 (0)