Skip to content

Commit 898a0be

Browse files
authored
Fix urls (#39122)
* Fix urls * update
1 parent 91bdd36 commit 898a0be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+377
-377
lines changed

sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Please note that this is an async library, for sync version of the Azure EventHu
99
| [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob-aio/)
1010
| [Package (Conda)](https://anaconda.org/microsoft/azure-eventhub/)
1111
| [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.aio.html#azure.eventhub.aio.CheckpointStore)
12-
| [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/)
13-
| [Azure Storage documentation](https://docs.microsoft.com/azure/storage/)
12+
| [Azure Eventhubs documentation](https://learn.microsoft.com/azure/event-hubs/)
13+
| [Azure Storage documentation](https://learn.microsoft.com/azure/storage/)
1414

1515
## _Disclaimer_
1616

@@ -23,9 +23,9 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
2323
- Python 3.8 or later.
2424
- **Microsoft Azure Subscription:** To use Azure services, including Azure Event Hubs, you'll need a subscription. If you do not have an existing Azure account, you may sign up for a free trial or use your MSDN subscriber benefits when you [create an account](https://azure.microsoft.com/).
2525

26-
- **Event Hubs namespace with an Event Hub:** To interact with Azure Event Hubs, you'll also need to have a namespace and Event Hub available. If you are not familiar with creating Azure resources, you may wish to follow the step-by-step guide for [creating an Event Hub using the Azure portal](https://docs.microsoft.com/azure/event-hubs/event-hubs-create). There, you can also find detailed instructions for using the Azure CLI, Azure PowerShell, or Azure Resource Manager (ARM) templates to create an Event Hub.
26+
- **Event Hubs namespace with an Event Hub:** To interact with Azure Event Hubs, you'll also need to have a namespace and Event Hub available. If you are not familiar with creating Azure resources, you may wish to follow the step-by-step guide for [creating an Event Hub using the Azure portal](https://learn.microsoft.com/azure/event-hubs/event-hubs-create). There, you can also find detailed instructions for using the Azure CLI, Azure PowerShell, or Azure Resource Manager (ARM) templates to create an Event Hub.
2727

28-
- **Azure Storage Account:** You'll need to have an Azure Storage Account and create a Azure Blob Storage Block Container to store the checkpoint data with blobs. You may follow the guide [creating an Azure Block Blob Storage Account](https://docs.microsoft.com/azure/storage/blobs/storage-blob-create-account-block-blob).
28+
- **Azure Storage Account:** You'll need to have an Azure Storage Account and create a Azure Blob Storage Block Container to store the checkpoint data with blobs. You may follow the guide [creating an Azure Block Blob Storage Account](https://learn.microsoft.com/azure/storage/blobs/storage-blob-create-account-block-blob).
2929

3030
### Install the package
3131

sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/azure/eventhub/extensions/checkpointstoreblobaio/_vendor/storage/blob/_generated/aio/operations/_append_blob_operations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async def create( # pylint: disable=inconsistent-return-statements
8383
:type content_length: int
8484
:param timeout: The timeout parameter is expressed in seconds. For more information, see
8585
:code:`<a
86-
href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
86+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
8787
Timeouts for Blob Service Operations.</a>`. Default value is None.
8888
:type timeout: int
8989
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
@@ -273,7 +273,7 @@ async def append_block( # pylint: disable=inconsistent-return-statements
273273
:type body: IO[bytes]
274274
:param timeout: The timeout parameter is expressed in seconds. For more information, see
275275
:code:`<a
276-
href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
276+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
277277
Timeouts for Blob Service Operations.</a>`. Default value is None.
278278
:type timeout: int
279279
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
@@ -471,7 +471,7 @@ async def append_block_from_url( # pylint: disable=inconsistent-return-statemen
471471
:type source_contentcrc64: bytes
472472
:param timeout: The timeout parameter is expressed in seconds. For more information, see
473473
:code:`<a
474-
href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
474+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
475475
Timeouts for Blob Service Operations.</a>`. Default value is None.
476476
:type timeout: int
477477
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
@@ -646,7 +646,7 @@ async def seal( # pylint: disable=inconsistent-return-statements
646646
647647
:param timeout: The timeout parameter is expressed in seconds. For more information, see
648648
:code:`<a
649-
href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
649+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
650650
Timeouts for Blob Service Operations.</a>`. Default value is None.
651651
:type timeout: int
652652
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character

0 commit comments

Comments
 (0)