This repository is the collection of Azure SDK examples corresponding to REST API examples from Azure REST API Specifications.
Involved SDK repositories:
- Azure SDK for Go
- Azure SDK for Java
- Azure SDK for JavaScript
- Azure SDK for Python
- Azure SDK for .Net
The repository is maintained by automated pipeline.
Mapping rule of filename from examples from azure-rest-api-specs to azure-rest-api-specs-examples.
- Replace
/examples/
with language specific folder of/examples-<language>/
. -
- Metadata: The JSON file as metadata.
- Code snippet: Replace
.json
with.<language-ext>
in file extension.
Currently supported language
includes:
go
for Gojava
for Javajs
for JavaScriptjs-rlc
for JavaScript RLCpython
for Pythondotnet
for .NETaz
for Azure CLI
Pending:
ts
for typescript
For instance, JSON example in azure-rest-api-specs with filename
specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlows_Create.json
would map to code snippet (language=java) with filename
specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples-java/DataFlows_Create.java
and metadata with filename
specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples-java/DataFlows_Create.json
in azure-rest-api-specs-examples.
Code snippet is runnable code in SDK language, as the SDK example.
Currently supported language-ext
includes:
go
for Gojava
for Javajs
for JavaScript (includes RLC)py
for Pythoncs
for .NETaz
for Azure CLI
Pending:
ts
for typescript
Metadata is a JSON that contains information related to the code snippet.
Property | Type | Required | Description |
---|---|---|---|
sdkUrl | string | no | The URL to SDK documentation. It usually provides information on package and authentication. |
description | string | no | The description of the example. |
It is possible that for some api-version in some resource provider, there is no corresponding SDK example file, for some language. Typical reason is that either the SDK of that language is not released, or the released SDK does not generate examples.
There is also possibility of missing a few SDK examples in a release. Typical reason could be that SDK specifically removed a portion of the APIs, or the JSON example is considered not correct (e.g. some required parameter/property is not provided in JSON).
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.