Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bef42ee
Azure AI Evaluation Release 1.2.0
w-javed Jan 21, 2025
e965115
Azure AI Evaluation Release 1.2.0
w-javed Jan 21, 2025
43f56b5
fix the intersphinx references for a new reference methodology (#39332)
scbedd Jan 21, 2025
ff0989e
handle only deleted files in a <language> - pullrequest build (#39266)
azure-sdk Jan 21, 2025
4c3bf15
fix tests weekly (#39338)
kristapratico Jan 21, 2025
4bf375e
[Storage] update perf tests core baseline (#39336)
swathipil Jan 21, 2025
f4091cb
[AutoRelease] t2-computeschedule-2025-01-10-50036(can only be merged …
azure-sdk Jan 22, 2025
f8390ab
[AutoRelease] t2-quota-2025-01-16-93059(can only be merged by SDK own…
azure-sdk Jan 22, 2025
9c4268f
[AutoRelease] t2-servicenetworking-2025-01-21-47646(can only be merge…
azure-sdk Jan 22, 2025
4b7bd46
Fix urls (#39259)
xiangyan99 Jan 22, 2025
1363c0d
Fix urls (#39251)
xiangyan99 Jan 22, 2025
00fcdab
fix url (#39255)
xiangyan99 Jan 22, 2025
bfff293
Fix urls (#39248)
xiangyan99 Jan 22, 2025
7db4551
Fix urls (#39246)
xiangyan99 Jan 22, 2025
a5860cc
Content safety evals aggregate max from conversations (#39083)
MilesHolland Jan 22, 2025
e40d5d1
Fix urls (#39129)
xiangyan99 Jan 22, 2025
03d10c0
Fix urls (#39262)
xiangyan99 Jan 22, 2025
6547d92
Sync eng/common directory with azure-sdk-tools for PR 9668 (#39347)
azure-sdk Jan 22, 2025
11efc59
[ServiceBus/EventHub] lock pending deliveries on send (#38067)
swathipil Jan 22, 2025
28d13e0
bumped versions after jan 22 patch release (#39355)
weirongw23-msft Jan 22, 2025
f0d430c
Sync eng/common directory with azure-sdk-tools for PR 9656 (#39356)
azure-sdk Jan 22, 2025
8318f4a
Update package_utils.py (#39361)
ChenxiJiang333 Jan 23, 2025
2fdfa59
[AutoRelease] t2-web-2024-11-15-26155(can only be merged by SDK owner…
azure-sdk Jan 23, 2025
10f4aae
fix: Loosen psutil version requirement (#39354)
kdestin Jan 23, 2025
74d3c06
Enable sample type checking for cosmos (#39334)
kristapratico Jan 23, 2025
23c3720
Merge branch 'main' into Prepare-Release-Evaluation-1-2-0
w-javed Jan 23, 2025
d30dd29
update change log
w-javed Jan 23, 2025
00368ea
change date format
w-javed Jan 24, 2025
b3d6401
change date format
w-javed Jan 24, 2025
f7018cd
change date format
w-javed Jan 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix urls (#39259)
  • Loading branch information
xiangyan99 authored and w-javed committed Jan 23, 2025
commit 4b7bd466245f8132f91b330d2a9f5cb29da26e63
22 changes: 11 additions & 11 deletions sdk/maps/azure-maps-geolocation/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Azure Maps Geolocation Package client library for Python

This package contains a Python SDK for Azure Maps Services for Geolocation.
Read more about Azure Maps Services [here](https://docs.microsoft.com/azure/azure-maps/)
Read more about Azure Maps Services [here](https://learn.microsoft.com/azure/azure-maps/)

[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/maps/azure-maps-geolocation) | [API reference documentation](https://docs.microsoft.com/rest/api/maps/geolocation) | [Product documentation](https://docs.microsoft.com/azure/azure-maps/)
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/maps/azure-maps-geolocation) | [API reference documentation](https://learn.microsoft.com/rest/api/maps/geolocation) | [Product documentation](https://learn.microsoft.com/azure/azure-maps/)

## _Disclaimer_

Expand All @@ -14,10 +14,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
### Prerequisites

- Python 3.8 or later is required to use this package.
- An [Azure subscription][azure_subscription] and an [Azure Maps account](https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys).
- An [Azure subscription][azure_subscription] and an [Azure Maps account](https://learn.microsoft.com/azure/azure-maps/how-to-manage-account-keys).
- A deployed Maps Services resource. You can create the resource via [Azure Portal][azure_portal] or [Azure CLI][azure_cli].

If you use Azure CLI, replace `<resource-group-name>` and `<account-name>` of your choice, and select a proper [pricing tier](https://docs.microsoft.com/azure/azure-maps/choose-pricing-tier) based on your needs via the `<sku-name>` parameter. Please refer to [this page](https://docs.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create) for more details.
If you use Azure CLI, replace `<resource-group-name>` and `<account-name>` of your choice, and select a proper [pricing tier](https://learn.microsoft.com/azure/azure-maps/choose-pricing-tier) based on your needs via the `<sku-name>` parameter. Please refer to [this page](https://learn.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create) for more details.

```bash
az maps account create --resource-group <resource-group-name> --account-name <account-name> --sku <sku-name>
Expand Down Expand Up @@ -75,7 +75,7 @@ from azure.mgmt.maps import AzureMapsManagementClient
Before run the sample, please set the values of the client ID, tenant ID and client secret
of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID,
AZURE_CLIENT_SECRET. For more info about how to get the value, please see:
https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal
https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal
"""


Expand Down Expand Up @@ -242,7 +242,7 @@ Further detail please refer to [Samples Introduction](https://github.com/Azure/a

### Additional documentation

For more extensive documentation on Azure Maps Geolocation, see the [Azure Maps Geolocation documentation](https://docs.microsoft.com/rest/api/maps/geolocation) on docs.microsoft.com.
For more extensive documentation on Azure Maps Geolocation, see the [Azure Maps Geolocation documentation](https://learn.microsoft.com/rest/api/maps/geolocation) on learn.microsoft.com.

## Contributing

Expand All @@ -256,11 +256,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/azure-identity
[azure_portal]: https://portal.azure.com
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_cli]: https://learn.microsoft.com/cli/azure
[azure-key-credential]: https://aka.ms/azsdk/python/core/azurekeycredential
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
[register_microsoft_entra_id_app]: https://docs.microsoft.com/powershell/module/Az.Resources/New-AzADApplication?view=azps-8.0.0
[maps_authentication_microsoft_entra_id]: https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication
[register_microsoft_entra_id_app]: https://learn.microsoft.com/powershell/module/Az.Resources/New-AzADApplication?view=azps-8.0.0
[maps_authentication_microsoft_entra_id]: https://learn.microsoft.com/azure/azure-maps/how-to-manage-authentication
[create_new_application_registration]: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/applicationsListBlade/quickStartType/AspNetWebAppQuickstartPage/sourceType/docs
[manage_microsoft_entra_id_auth_page]: https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication
[how_to_manage_authentication]: https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication#view-authentication-details
[manage_microsoft_entra_id_auth_page]: https://learn.microsoft.com/azure/azure-maps/how-to-manage-authentication
[how_to_manage_authentication]: https://learn.microsoft.com/azure/azure-maps/how-to-manage-authentication#view-authentication-details
6 changes: 3 additions & 3 deletions sdk/maps/azure-maps-geolocation/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ products:

These code samples show common scenario operations with the Azure Maps Geolocation client library.

Authenticate the client with a Azure Maps Geolocation [API Key Credential](https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys):
Authenticate the client with a Azure Maps Geolocation [API Key Credential](https://learn.microsoft.com/azure/azure-maps/how-to-manage-account-keys):

[samples authentication](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/sample_authentication.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/async_samples/sample_authentication_async.py))

Expand Down Expand Up @@ -44,9 +44,9 @@ Then for common Azure Maps Geolocation operations:

## Next steps

Check out the [API reference documentation](https://docs.microsoft.com/rest/api/maps/geolocation)
Check out the [API reference documentation](https://learn.microsoft.com/rest/api/maps/geolocation)
to learn more about what you can do with the Azure Maps Geolocation client library.

<!-- LINKS -->
[azure_portal]: https://portal.azure.com
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_cli]: https://learn.microsoft.com/cli/azure
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DESCRIPTION:
This sample demonstrates how to authenticate with the Azure Maps Geolocation
service with an Subscription key. See more details about authentication here:
https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys
https://learn.microsoft.com/azure/azure-maps/how-to-manage-account-keys
USAGE:
python sample_authentication_async.py
Set the environment variables with your own values before running the sample:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DESCRIPTION:
This sample demonstrates how to authenticate with the Azure Maps Geolocation
service with an Subscription key. See more details about authentication here:
https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys
https://learn.microsoft.com/azure/azure-maps/how-to-manage-account-keys
USAGE:
python sample_authentication.py
Set the environment variables with your own values before running the sample:
Expand Down
22 changes: 11 additions & 11 deletions sdk/maps/azure-maps-render/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Azure Maps Render Package client library for Python

This package contains a Python SDK for Azure Maps Services for Render.
Read more about Azure Maps Services [here](https://docs.microsoft.com/azure/azure-maps/)
Read more about Azure Maps Services [here](https://learn.microsoft.com/azure/azure-maps/)

[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/maps/azure-maps-render) | [API reference documentation](https://docs.microsoft.com/rest/api/maps/render) | [Product documentation](https://docs.microsoft.com/azure/azure-maps/)
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/maps/azure-maps-render) | [API reference documentation](https://learn.microsoft.com/rest/api/maps/render) | [Product documentation](https://learn.microsoft.com/azure/azure-maps/)

## _Disclaimer_

Expand All @@ -14,10 +14,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
### Prerequisites

- Python 3.8 or later is required to use this package.
- An [Azure subscription][azure_subscription] and an [Azure Maps account](https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys).
- An [Azure subscription][azure_subscription] and an [Azure Maps account](https://learn.microsoft.com/azure/azure-maps/how-to-manage-account-keys).
- A deployed Maps Services resource. You can create the resource via [Azure Portal][azure_portal] or [Azure CLI][azure_cli].

If you use Azure CLI, replace `<resource-group-name>` and `<account-name>` of your choice, and select a proper [pricing tier](https://docs.microsoft.com/azure/azure-maps/choose-pricing-tier) based on your needs via the `<sku-name>` parameter. Please refer to [this page](https://docs.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create) for more details.
If you use Azure CLI, replace `<resource-group-name>` and `<account-name>` of your choice, and select a proper [pricing tier](https://learn.microsoft.com/azure/azure-maps/choose-pricing-tier) based on your needs via the `<sku-name>` parameter. Please refer to [this page](https://learn.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create) for more details.

```bash
az maps account create --resource-group <resource-group-name> --account-name <account-name> --sku <sku-name>
Expand Down Expand Up @@ -75,7 +75,7 @@ from azure.mgmt.maps import AzureMapsManagementClient
Before run the sample, please set the values of the client ID, tenant ID and client secret
of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID,
AZURE_CLIENT_SECRET. For more info about how to get the value, please see:
https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal
https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal
"""


Expand Down Expand Up @@ -324,7 +324,7 @@ Further detail please refer to [Samples Introduction](https://github.com/Azure/a

### Additional documentation

For more extensive documentation on Azure Maps Render, see the [Azure Maps Render documentation](https://docs.microsoft.com/rest/api/maps/render) on docs.microsoft.com.
For more extensive documentation on Azure Maps Render, see the [Azure Maps Render documentation](https://learn.microsoft.com/rest/api/maps/render) on learn.microsoft.com.

## Contributing

Expand All @@ -338,11 +338,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/azure-identity
[azure_portal]: https://portal.azure.com
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_cli]: https://learn.microsoft.com/cli/azure
[azure-key-credential]: https://aka.ms/azsdk/python/core/azurekeycredential
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
[register_microsoft_entra_id_app]: https://docs.microsoft.com/powershell/module/Az.Resources/New-AzADApplication?view=azps-8.0.0
[maps_authentication_microsoft_entra_id]: https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication
[register_microsoft_entra_id_app]: https://learn.microsoft.com/powershell/module/Az.Resources/New-AzADApplication?view=azps-8.0.0
[maps_authentication_microsoft_entra_id]: https://learn.microsoft.com/azure/azure-maps/how-to-manage-authentication
[create_new_application_registration]: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/applicationsListBlade/quickStartType/AspNetWebAppQuickstartPage/sourceType/docs
[manage_microsoft_entra_id_auth_page]: https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication
[how_to_manage_authentication]: https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication#view-authentication-details
[manage_microsoft_entra_id_auth_page]: https://learn.microsoft.com/azure/azure-maps/how-to-manage-authentication
[how_to_manage_authentication]: https://learn.microsoft.com/azure/azure-maps/how-to-manage-authentication#view-authentication-details
Loading