azure-sdk-for-python VS azure-rest-api-specs

Compare azure-sdk-for-python vs azure-rest-api-specs and see what are their differences.

azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python. (by Azure)

azure-rest-api-specs

The source for REST API specifications for Microsoft Azure. (by Azure)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
azure-sdk-for-python azure-rest-api-specs
18 7
4,275 2,466
1.0% 1.7%
10.0 10.0
7 days ago 2 days ago
Python TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

azure-sdk-for-python

Posts with mentions or reviews of azure-sdk-for-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.

azure-rest-api-specs

Posts with mentions or reviews of azure-rest-api-specs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • Shared APIM Service
    2 projects | /r/AZURE | 9 Dec 2023
    Agree here. When I was on the API Management team, I generally saw customers set up a repository of API specifications (incidentally, this is also how we do it internally at Microsoft - check it out at https://github.com/azure/azure-rest-api-specs) - those specifications generally drive the API Management side of things, but with review from a centralized API management team. The “spec” should consist of both the specification (Swagger, SOAP, GraphQL SDL, etc.) and the policy or policies appropriate for the API.
  • Are subscriptions idempotent when deployed via Bicep? I seem to have some issue with them after having success the first time.
    1 project | /r/AZURE | 12 Mar 2023
  • StackQL provider for Azure is now available
    3 projects | dev.to | 31 Aug 2022
    The StackQL Azure provider was created using the Autorest project using Azure specification docs from the azure-rest-api-specs repository. We will be adding integrated interactive authentication; for now, this is cli/sdk based; you can find all the documentation here.
  • LocalStack 1.0 General Availability
    3 projects | news.ycombinator.com | 22 Jul 2022
    In the spirit of moto, it actually looks like quite a bit of the groundwork is available for someone to take a swing at an Azure version:

    * the cli uses the python SDK: https://github.com/Azure/azure-cli/blob/azure-cli-2.38.0/src...

    * which uses autorest: https://github.com/Azure/azure-sdk-for-python/tree/azure-mgm...

    * of what appears to be an OpenAPI-ish spec: https://github.com/Azure/azure-rest-api-specs/tree/fda2db441...

  • Implementing Microsoft REST API Guidelines Filter
    2 projects | news.ycombinator.com | 12 Jul 2022
    I'm not sure what you mean by "it is very hard to give contextuality on it"; OAS does supports referring to a type by reference, so that higher level types can reuse the definition of structs they might contain.

    But even so, here the problem is that the APIs aren't actual PUT/GETs: they payload types aren't the same going up as they are coming down. It is really two separate types, one for PUT, one for GET.

    Some of that is to be expected (there will be some information after the create that is only added by the VM coming into being) but how Kubernetes handles this with a separate "status" for the item I think ends up letting the rest of the type (spec, in k8s's case) be the same type. (… ish. K8s has variants of this problem, too.)

    To expand a bit, I'm largely relegated to the API docs themselves. Browsing the actual schema is hard:

      Start at: https://github.com/Azure/azure-rest-api-specs
  • Azure Bicep - How do I know what property values are valid?
    1 project | /r/AZURE | 23 Jul 2021
    I feel your pain, a good resource for me has been the REST API specs - https://github.com/Azure/azure-rest-api-specs/tree/master/specification
  • apiVersion deprecation
    1 project | /r/AZURE | 29 Mar 2021
    You might get some clues here. Maybe. https://github.com/Azure/azure-rest-api-specs

What are some alternatives?

When comparing azure-sdk-for-python and azure-rest-api-specs you can also consider the following projects:

azure-devops-python-api - Azure DevOps Python API

prism - Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.

lava - A Software Framework for Neuromorphic Computing

mockoon - Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.

azure-sdk-for-java - This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.

autorest - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python

spec - CloudEvents Specification

azure-cli - Azure Command-Line Interface

microsoft-authentication-library-for-python - Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".

stackql-provider-registry - Registry for cloud and SaaS providers for StackQL, generated from extensions to the providers OpenAPI3 specification

azure-docs - Open source documentation of Microsoft Azure

SOFA - The best way to create REST APIs - Generate RESTful APIs from your GraphQL Server