UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

36 lines 3.13 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getKubernetesVersionsOutput = exports.getKubernetesVersions = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Lists the supported kubernetes versions for the specified custom location * * Uses Azure REST API version 2025-02-01-preview. * * Other available API versions: 2023-11-15-preview, 2024-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native hybridcontainerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function getKubernetesVersions(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:hybridcontainerservice:getKubernetesVersions", { "customLocationResourceUri": args.customLocationResourceUri, }, opts); } exports.getKubernetesVersions = getKubernetesVersions; /** * Lists the supported kubernetes versions for the specified custom location * * Uses Azure REST API version 2025-02-01-preview. * * Other available API versions: 2023-11-15-preview, 2024-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native hybridcontainerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function getKubernetesVersionsOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:hybridcontainerservice:getKubernetesVersions", { "customLocationResourceUri": args.customLocationResourceUri, }, opts); } exports.getKubernetesVersionsOutput = getKubernetesVersionsOutput; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0S3ViZXJuZXRlc1ZlcnNpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vaHlicmlkY29udGFpbmVyc2VydmljZS9nZXRLdWJlcm5ldGVzVmVyc2lvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7Ozs7R0FNRztBQUNILFNBQWdCLHFCQUFxQixDQUFDLElBQStCLEVBQUUsSUFBMkI7SUFDOUYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsMkRBQTJELEVBQUU7UUFDdEYsMkJBQTJCLEVBQUUsSUFBSSxDQUFDLHlCQUF5QjtLQUM5RCxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQUxELHNEQUtDO0FBdUNEOzs7Ozs7R0FNRztBQUNILFNBQWdCLDJCQUEyQixDQUFDLElBQXFDLEVBQUUsSUFBaUM7SUFDaEgsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxZQUFZLENBQUMsMkRBQTJELEVBQUU7UUFDNUYsMkJBQTJCLEVBQUUsSUFBSSxDQUFDLHlCQUF5QjtLQUM5RCxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQUxELGtFQUtDIn0=