Skip to content

Commit 319d7d6

Browse files
authored
create doc (Azure#24419)
1 parent 86be3ae commit 319d7d6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
How to Request a Feature in SDK
2+
======
3+
4+
This article aims to provide a guide for customers to request a feature in Azure Python SDK.
5+
6+
Python SDK is automatically generated based on rest API, so we generally do not recommend modifying SDK code manually. If you need a new function, but the SDK does not provide it, you need to open an issue in the [rest API](https://github.com/Azure/azure-rest-api-specs/issues) to describe clearly the feature you want.
7+
8+
Then, if the feature is adopted by the service team and the relevant rest API is updated, we will regenerate the SDK and release it after approved.
9+
10+
11+
The overall workflow is:
12+
1. Swagger and service ready
13+
2. Azure Python SDK release (PyPI)
14+
15+
16+
```
17+
--------- ------------
18+
| | | |
19+
| Service | -> | Python SDK |
20+
| | | |
21+
--------- ------------
22+
```
23+
24+
This is the way that Azure Python SDK works with the Service team. Swagger PR should be merged before requesting azure Python SDK support.
25+
26+
Feel free to contact Azure CLI team at any time through any channels. We are passionate to build the world-class cloud product.

0 commit comments

Comments
 (0)