File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
sdk/appconfiguration/azure-appconfiguration Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Use the client library for App Configuration to create and manage application co
1818
1919Install the Azure App Configuration client library for Python with pip:
2020
21- ``` commandline
21+ ```
2222pip install azure-appconfiguration
2323```
2424
Original file line number Diff line number Diff line change 11[tool .azure-sdk-build ]
22pyright = false
3+ strict_sphinx = true
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ az appconfig create --name <config-store-name> --resource-group <resource-group-
2424
2525Install the Azure App Configuration client library for Python with pip:
2626
27- ``` commandline
27+ ```
2828pip install azure-appconfiguration
2929```
3030
You can’t perform that action at this time.
0 commit comments