Skip to content

Commit 9b71770

Browse files
sima-zhuweshaggard
authored andcommitted
Fixed the tool http link
1 parent e58b5ab commit 9b71770

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ members of the project's leadership.
6868
## Attribution
6969

7070
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at [http://contributor-covenant.org/version/1/4][version]
71+
available at [https://contributor-covenant.org/version/1/4][version]
7272

73-
[homepage]: http://contributor-covenant.org
74-
[version]: http://contributor-covenant.org/version/1/4/
73+
[homepage]: https://contributor-covenant.org
74+
[version]: https://contributor-covenant.org/version/1/4/

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing to Azure Python SDK
22

33
If you would like to become an active contributor to this project please
4-
follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
4+
follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines/).
55

66
## Building and Testing
77

@@ -143,4 +143,4 @@ This tox test( devtest) will fail if installed dependent packages are not dev bu
143143
## Code of Conduct
144144
This project's code of conduct can be found in the
145145
[CODE_OF_CONDUCT.md file](https://github.com/Azure/azure-sdk-for-python/blob/master/CODE_OF_CONDUCT.md)
146-
(v1.4.0 of the http://contributor-covenant.org/ CoC).
146+
(v1.4.0 of the https://contributor-covenant.org/ CoC).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Last stable versions of packages that have been provided for usage with Azure an
3636

3737
### Management: New Releases
3838
A new set of management libraries that follow the [Azure SDK Design Guidelines for Python](https://azure.github.io/azure-sdk/python/guidelines/) are now available. These new libraries provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
39-
Documentation and code samples for these new libraries can be found [here](http://aka.ms/azsdk/python/mgmt). In addition, a migration guide that shows how to transition from older versions of libraries is located [here](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/sphinx/mgmt_quickstart.rst#migration-guide).
39+
Documentation and code samples for these new libraries can be found [here](https://aka.ms/azsdk/python/mgmt). In addition, a migration guide that shows how to transition from older versions of libraries is located [here](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/sphinx/mgmt_quickstart.rst#migration-guide).
4040

4141
You can find the [most up to date list of all of the new packages on our page](https://azure.github.io/azure-sdk/releases/latest/mgmt/python.html)
4242

sdk/core/azure-servicemanagement-legacy/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can download your Azure publish settings file and use the certificate that
7575
is embedded in that file to create the client certificate. The server
7676
certificate already exists, so you won't need to upload one.
7777

78-
To do this, download your [publish settings](http://go.microsoft.com/fwlink/?LinkID=301775)
78+
To do this, download your [publish settings](https://go.microsoft.com/fwlink/?LinkID=301775)
7979
then use this code to create the .pem file.
8080

8181
```python
@@ -93,7 +93,7 @@ subscription in the publish settings, the first one will be used.
9393

9494
### Creating and uploading new certificate with OpenSSL
9595

96-
To create the .pem file using [OpenSSL](http://www.openssl.org), execute this:
96+
To create the .pem file using [OpenSSL](https://www.openssl.org), execute this:
9797

9898
```shell
9999
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem
@@ -106,7 +106,7 @@ openssl x509 -inform pem -in mycert.pem -outform der -out mycert.cer
106106

107107
After you have created the certificate, you will need to upload the .cer
108108
file to Microsoft Azure via the "Upload" action of the "Settings" tab of
109-
the [management portal](http://manage.windowsazure.com).
109+
the [management portal](https://manage.windowsazure.com).
110110

111111

112112
## ServiceManagementService
@@ -212,7 +212,7 @@ sms.wait_for_operation_status(result.request_id, timeout=600)
212212
# Need Help?
213213

214214
Be sure to check out the Microsoft Azure [Developer Forums on Stack
215-
Overflow](http://go.microsoft.com/fwlink/?LinkId=234489) if you have
215+
Overflow](https://go.microsoft.com/fwlink/?LinkId=234489) if you have
216216
trouble with the provided code.
217217

218218

@@ -221,7 +221,7 @@ trouble with the provided code.
221221
If you would like to become an active contributor to this project please
222222
follow the instructions provided in [Microsoft Azure Projects
223223
Contribution
224-
Guidelines](http://azure.github.io/guidelines.html).
224+
Guidelines](https://azure.github.io/guidelines.html).
225225

226226
If you encounter any bugs with the library please file an issue in the
227227
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
@@ -231,7 +231,7 @@ section of the project.
231231
# Learn More
232232

233233
[Microsoft Azure Python Developer
234-
Center](http://azure.microsoft.com/develop/python/)
234+
Center](https://azure.microsoft.com/develop/python/)
235235

236236

237237
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-servicemanagement-legacy%2FREADME.png)

sdk/eventhub/azure-eventhub/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ one active consumer for a given partition and consumer group pairing. Each activ
8282
its partition; if there are multiple readers on the same partition, then they will receive duplicate events.
8383

8484
For more concepts and deeper discussion, see: [Event Hubs Features](https://docs.microsoft.com/azure/event-hubs/event-hubs-features).
85-
Also, the concepts for AMQP are well documented in [OASIS Advanced Messaging Queuing Protocol (AMQP) Version 1.0](http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html).
85+
Also, the concepts for AMQP are well documented in [OASIS Advanced Messaging Queuing Protocol (AMQP) Version 1.0](https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html).
8686

8787
## Examples
8888

@@ -434,7 +434,7 @@ PR appropriately (e.g., label, comment). Simply follow the instructions provided
434434
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
435435
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
436436

437-
[avro]: http://avro.apache.org/
437+
[avro]: https://avro.apache.org/
438438
[schemaregistry_service]: https://aka.ms/schemaregistry
439439
[schemaregistry_repo]: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/schemaregistry/azure-schemaregistry
440440
[schemaregistry_avroserializer_repo]: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/schemaregistry/azure-schemaregistry-avroserializer

sdk/storage/azure-storage-file-share/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Four different clients are provided to interact with the various components of t
142142
create, delete, or enumerate the contents of an immediate or nested subdirectory, and includes operations to create
143143
and delete files within it. For operations relating to a specific subdirectory or file, a client for that entity can
144144
also be retrieved using the `get_subdirectory_client` and `get_file_client` functions.
145-
4. [ShareFileClient](http://aka.ms/azsdk-python-storage-fileshare-sharefileclient) -
145+
4. [ShareFileClient](https://aka.ms/azsdk-python-storage-fileshare-sharefileclient) -
146146
this client represents interaction with a specific file (which need not exist yet). It provides operations to
147147
upload, download, create, delete, and copy a file.
148148

tools/azure-devtools/doc/scenario_base_tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ of which the first takes precedence:
5151
"Live" and "playback" mode are actually just shorthand for recording modes
5252
in the underlying VCR.py package;
5353
they correspond to "all" and "once"
54-
as described in the [VCR.py documentation](http://vcrpy.readthedocs.io/en/latest/usage.html#record-modes).
54+
as described in the [VCR.py documentation](https://vcrpy.readthedocs.io/en/latest/usage.html#record-modes).
5555

5656
### Subclassing ReplayableTest and features
5757

tools/azure-sdk-tools/packaging_tools/templates/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For a more complete view of Azure libraries, see the [azure sdk python release](
88
# Usage
99

1010
{% if is_arm %}
11-
To learn how to use this package, see the [quickstart guide](http://aka.ms/azsdk/python/mgmt)
11+
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
1212
{% endif %}
1313

1414
{% if is_arm %}

0 commit comments

Comments
 (0)