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

20 lines (19 loc) 1.51 kB
export { GetADOOAuthInfoArgs, GetADOOAuthInfoResult, GetADOOAuthInfoOutputArgs } from "./getADOOAuthInfo"; export declare const getADOOAuthInfo: typeof import("./getADOOAuthInfo").getADOOAuthInfo; export declare const getADOOAuthInfoOutput: typeof import("./getADOOAuthInfo").getADOOAuthInfoOutput; export { GetGitHubOAuthArgs, GetGitHubOAuthResult, GetGitHubOAuthOutputArgs } from "./getGitHubOAuth"; export declare const getGitHubOAuth: typeof import("./getGitHubOAuth").getGitHubOAuth; export declare const getGitHubOAuthOutput: typeof import("./getGitHubOAuth").getGitHubOAuthOutput; export { GetIacProfileArgs, GetIacProfileResult, GetIacProfileOutputArgs } from "./getIacProfile"; export declare const getIacProfile: typeof import("./getIacProfile").getIacProfile; export declare const getIacProfileOutput: typeof import("./getIacProfile").getIacProfileOutput; export { GetWorkflowArgs, GetWorkflowResult, GetWorkflowOutputArgs } from "./getWorkflow"; export declare const getWorkflow: typeof import("./getWorkflow").getWorkflow; export declare const getWorkflowOutput: typeof import("./getWorkflow").getWorkflowOutput; export { IacProfileArgs } from "./iacProfile"; export type IacProfile = import("./iacProfile").IacProfile; export declare const IacProfile: typeof import("./iacProfile").IacProfile; export { WorkflowArgs } from "./workflow"; export type Workflow = import("./workflow").Workflow; export declare const Workflow: typeof import("./workflow").Workflow; export * from "../types/enums/devhub";