@azure/arm-databricks 3.0.0-alpha.20220418.1 → 3.0.0-alpha.20220908.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListSample.js +2 -2
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts +1 -1
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js +1 -1
- package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +1 -1
- package/package.json +2 -2
- package/src/operations/outboundNetworkDependenciesEndpoints.ts +1 -1
- package/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.ts +1 -1
- package/types/arm-databricks.d.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2787,7 +2787,7 @@ class OutboundNetworkDependenciesEndpointsImpl {
|
|
|
2787
2787
|
/**
|
|
2788
2788
|
* Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You
|
|
2789
2789
|
* must configure outbound access with these endpoints. For more information, see
|
|
2790
|
-
* https://docs.microsoft.com/
|
|
2790
|
+
* https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr
|
|
2791
2791
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2792
2792
|
* @param workspaceName The name of the workspace.
|
|
2793
2793
|
* @param options The options parameters.
|