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
21
21
22
22
Visit the [ list of known issues] ( reference-known-issues.md ) to learn about known bugs and workarounds.
23
23
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
+
24
60
## February 18, 2025
25
61
26
62
[ 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
185
185
from azure.identity import DefaultAzureCredential, AzureAuthorityHosts
186
186
187
187
# Azure Public Cloud
188
- audience = " https://search.windows.net"
188
+ audience = " [ https://search.windows.net](https://search.azure.com) "
189
189
authority = AzureAuthorityHosts.AZURE_PUBLIC_CLOUD
190
190
191
191
service_endpoint = os.environ[" AZURE_SEARCH_ENDPOINT" ]
You can’t perform that action at this time.
0 commit comments