Azure / 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://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.62k stars 2.83k forks source link

api_key is optional, but marked as required #37496

Open danielsc opened 1 month ago

danielsc commented 1 month ago

Type of issue

Typo

Description

api_key is optional, but marked as required note the contradiction in the 3rd row of the table

Name Description
nameRequired strName of the connection.
endpointRequired strThe serverless endpoint.
api_keyRequired Optional[str]The API key needed to connect to the endpoint.
tagsRequired dictTag dictionary. Tags can be added, removed, and updated.

Page URL

https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.entities.serverlessconnection?view=azure-python-preview

Content source URL

https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/preview/docs-ref-autogen/azure-ai-ml/azure.ai.ml.entities.ServerlessConnection.yml

Document Version Independent Id

34a38114-4a7e-bdd8-9991-82a9b1cbf821

Article author

@VSC-Service-Account

Metadata

github-actions[bot] commented 1 month ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github.