File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
machine-learning/data-science-virtual-machine Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,42 @@ Azure portal users can find the latest image available for provisioning the Data
2121
2222Visit the [ list of known issues] ( reference-known-issues.md ) to learn about known bugs and workarounds.
2323
24+ ## May 20, 2025
25+
26+ [ Data Science VM – Ubuntu 22.04] ( https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-2004?tab=Overview )
27+
28+ Version ` 25.05.19 `
29+
30+ - SDK ` 1.60.0 `
31+
32+ ## May 15, 2025
33+
34+ [ Data Science Virtual Machine - Windows 2022] ( https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.dsvm-win-2022?tab=Overview )
35+
36+ Version ` 25.05.10 `
37+
38+ - SDK ` 1.60.0 `
39+
40+ [ Data Science Virtual Machine - Windows 2019] ( https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.dsvm-win-2019?tab=Overview )
41+
42+ Version ` 25.05.10 `
43+
44+ - SDK ` 1.60.0 `
45+
46+ [ Data Science VM – Ubuntu 20.04] ( https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-2004?tab=Overview )
47+
48+ Version ` 25.02.13 `
49+
50+ - SDK ` 1.60.0 `
51+
52+ ## April 28, 2025
53+
54+ [ Data Science VM – Ubuntu 22.04] ( https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-2004?tab=Overview )
55+
56+ Version ` 25.04.15 `
57+
58+ - SDK ` 1.60.0 `
59+
2460## February 18, 2025
2561
2662[ Data Science VM – Ubuntu 20.04] ( https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-2004?tab=Overview )
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ from azure.search.documents import SearchClient
185185from azure.identity import DefaultAzureCredential, AzureAuthorityHosts
186186
187187# Azure Public Cloud
188- audience = " https://search.windows.net"
188+ audience = " [ https://search.windows.net](https://search.azure.com) "
189189authority = AzureAuthorityHosts.AZURE_PUBLIC_CLOUD
190190
191191service_endpoint = os.environ[" AZURE_SEARCH_ENDPOINT" ]
You can’t perform that action at this time.
0 commit comments