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
18
18
19
19
Install the Azure App Configuration client library for Python with pip:
20
20
21
- ``` commandline
21
+ ```
22
22
pip install azure-appconfiguration
23
23
```
24
24
Original file line number Diff line number Diff line change 1
1
[tool .azure-sdk-build ]
2
2
pyright = 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-
24
24
25
25
Install the Azure App Configuration client library for Python with pip:
26
26
27
- ``` commandline
27
+ ```
28
28
pip install azure-appconfiguration
29
29
```
30
30
You can’t perform that action at this time.
0 commit comments