https://github.com/oapicf/openapi-azureipranges
OpenAPI specification and a set of generated API clients for Azure IP Ranges and Service Tags
https://github.com/oapicf/openapi-azureipranges
azure oapicf openapi openapi-generator
Last synced: 7 months ago
JSON representation
OpenAPI specification and a set of generated API clients for Azure IP Ranges and Service Tags
- Host: GitHub
- URL: https://github.com/oapicf/openapi-azureipranges
- Owner: oapicf
- License: mit
- Created: 2024-02-14T12:36:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T14:30:23.000Z (9 months ago)
- Last Synced: 2025-06-11T23:52:58.325Z (8 months ago)
- Topics: azure, oapicf, openapi, openapi-generator
- Language: Java
- Homepage:
- Size: 3.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/oapicf/openapi-azureipranges/actions/workflows/ci-workflow.yaml)
OpenAPI Azure IP Ranges
-----------------------
OpenAPI Azure IP Ranges is an OpenAPI specification and a set of generated API clients for [Azure IP Ranges and Service Tags](https://www.microsoft.com/en-us/download/details.aspx?id=56519)
The API clients are generated using [OpenAPI Generator](https://openapi-generator.tech/).
Published packages
------------------
| Language | Package | Status | Documentation |
|----------|---------|--------|---------------|
| JavaScript | [openapi_azureipranges]((http://www.npmjs.com/package/openapi_azureipranges)) | [](http://www.npmjs.com/package/openapi_azureipranges) | [README](https://github.com/oapicf/openapi-azureipranges/blob/main/clients/javascript/generated/README.md) |
| Python | [openapiazureipranges]((https://pypi.python.org/pypi/openapiazureipranges)) | [](https://pypi.python.org/pypi/openapiazureipranges) | [README](https://github.com/oapicf/openapi-azureipranges/blob/main/clients/python/generated/README.md) |
| Ruby | [openapi_azureipranges]((https://rubygems.org/gems/openapi_azureipranges)) | [](https://rubygems.org/gems/openapi_azureipranges) | [README](https://github.com/oapicf/openapi-azureipranges/blob/main/clients/ruby/generated/README.md) |
Version matrix
--------------
| OpenAPI Azure IP Ranges Version | OpenAPI Version | OpenAPI Generator Version |
|----------------------------|-----------------|---------------------------|
| 0.9.0 | 3.1.0 | 7.9.0 |
Installation
------------
You can either use the generated clients from `clients//generated/` directory.
Or you can use the published packages like below:
Install JavaScript client:
npm install openapi_azureipranges
Install Python client:
pip install openapiazureipranges
Install Ruby client:
gem install openapi_azureipranges
Colophon
--------
* [API Documentation](https://oapicf.github.io/openapi-azureipranges/api/latest/)