|
@@ -145,7 +145,7 @@ With [Azure CDN](https://azure.microsoft.com/en-gb/products/cdn/) you will need
|
|
|
|
|
|
The third-party dependencies of this backend are:
|
|
|
|
|
|
-| PyPI Package | Essential | Reason |
|
|
|
+| PyPI Package | Essential | Reason |
|
|
|
| ---------------------------------------------------------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
|
|
|
| [`azure-mgmt-cdn`](https://pypi.org/project/azure-mgmt-cdn/) | Yes (v10.0 or above) | Interacting with the CDN service. |
|
|
|
| [`azure-identity`](https://pypi.org/project/azure-identity/) | No | Obtaining credentials. It's optional if you want to specify your own credential using a `CREDENTIALS` setting (more details below). |
|
|
@@ -199,7 +199,7 @@ With [Azure Front Door](https://azure.microsoft.com/en-gb/products/frontdoor/) y
|
|
|
|
|
|
The third-party dependencies of this backend are:
|
|
|
|
|
|
-| PyPI Package | Essential | Reason |
|
|
|
+| PyPI Package | Essential | Reason |
|
|
|
| ------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
|
|
|
| [`azure-mgmt-frontdoor`](https://pypi.org/project/azure-mgmt-frontdoor/) | Yes (v1.0 or above) | Interacting with the Front Door service. |
|
|
|
| [`azure-identity`](https://pypi.org/project/azure-identity/) | No | Obtaining credentials. It's optional if you want to specify your own credential using a `CREDENTIALS` setting (more details below). |
|