Skip to main content

open_shift_versions

Creates, updates, deletes, gets or lists a open_shift_versions resource.

Overview

Nameopen_shift_versions
TypeResource
Idazure_isv.openshift_clusters.open_shift_versions

Fields

NameDatatypeDescription
propertiesobjectOpenShiftVersionProperties represents the properties of an OpenShiftVersion.
systemDataobjectMetadata pertaining to creation and last modification of the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionIdThe operation returns the installable OpenShift versions as strings.

SELECT examples

The operation returns the installable OpenShift versions as strings.

SELECT
properties,
systemData
FROM azure_isv.openshift_clusters.open_shift_versions
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';