MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.24k stars 21.4k forks source link

'Compute' missing in the managedOnlineEndpoint.schema.json spec for Azure ML online endpoint creation #97223

Open KiPIDesTAN opened 2 years ago

KiPIDesTAN commented 2 years ago

This page calls out the online endpoints yaml schema that "compute" is a valid tag. However, the latest schema, found here, doesn't contain the compute key. It seems like this value is missing from the managedOnlineEndpoint.schema.json file. The compute value does in fact work when used in a yaml file to create an online-endpoint for a Kubernetes cluster.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

RohitMungi-MSFT commented 2 years ago

@KiPIDesTAN Thanks for spotting this. @danielsc @dem108 Can the reference for ManagedOnlineEndpoints document be updated for the same? Since the reference is missing compute key it might not be easy to distinguish that this field is available only Kubernetes unless this document is checked.