@azure/arm-devhub 1.0.0-beta.2 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -2
- package/LICENSE +4 -4
- package/README.md +25 -18
- package/{dist-esm/src → dist/browser}/developerHubServiceClient.d.ts +9 -2
- package/dist/browser/developerHubServiceClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/developerHubServiceClient.js +67 -27
- package/dist/browser/developerHubServiceClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +222 -20
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +130 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/mappers.js +219 -22
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +2 -1
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/parameters.js +8 -4
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workflowOperations.d.ts +3 -3
- package/dist/browser/operations/workflowOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workflowOperations.js +50 -80
- package/dist/browser/operations/workflowOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/workflowOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workflowOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workflowOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/developerHubServiceClient.d.ts +48 -0
- package/dist/commonjs/developerHubServiceClient.d.ts.map +1 -0
- package/dist/commonjs/developerHubServiceClient.js +238 -0
- package/dist/commonjs/developerHubServiceClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-devhub.d.ts → dist/commonjs/models/index.d.ts} +658 -616
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +133 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +25 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +850 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +18 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +167 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +52 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/workflowOperations.d.ts +83 -0
- package/dist/commonjs/operations/workflowOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/workflowOperations.js +357 -0
- package/dist/commonjs/operations/workflowOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workflowOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/workflowOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workflowOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workflowOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/developerHubServiceClient.d.ts +48 -0
- package/dist/esm/developerHubServiceClient.d.ts.map +1 -0
- package/dist/esm/developerHubServiceClient.js +233 -0
- package/dist/esm/developerHubServiceClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +658 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +130 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +25 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +847 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +18 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +164 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +47 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/workflowOperations.d.ts +83 -0
- package/dist/esm/operations/workflowOperations.d.ts.map +1 -0
- package/dist/esm/operations/workflowOperations.js +352 -0
- package/dist/esm/operations/workflowOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workflowOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/workflowOperations.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/workflowOperations.js} +2 -3
- package/dist/esm/operationsInterfaces/workflowOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/developerHubServiceClient.d.ts +48 -0
- package/dist/react-native/developerHubServiceClient.d.ts.map +1 -0
- package/dist/react-native/developerHubServiceClient.js +233 -0
- package/dist/react-native/developerHubServiceClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +658 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +130 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +25 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +847 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +18 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +164 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +47 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/workflowOperations.d.ts +83 -0
- package/dist/react-native/operations/workflowOperations.d.ts.map +1 -0
- package/dist/react-native/operations/workflowOperations.js +352 -0
- package/dist/react-native/operations/workflowOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workflowOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/workflowOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workflowOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/workflowOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +85 -76
- package/review/{arm-devhub.api.md → arm-devhub-node.api.md} +110 -2
- package/dist/index.js +0 -1562
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts +0 -2
- package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js +0 -39
- package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js.map +0 -1
- package/dist-esm/samples-dev/gitHubOAuthSample.d.ts +0 -2
- package/dist-esm/samples-dev/gitHubOAuthSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gitHubOAuthSample.js +0 -41
- package/dist-esm/samples-dev/gitHubOAuthSample.js.map +0 -1
- package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts +0 -2
- package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/listGitHubOAuthSample.js +0 -37
- package/dist-esm/samples-dev/listGitHubOAuthSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -37
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js +0 -63
- package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowDeleteSample.js +0 -38
- package/dist-esm/samples-dev/workflowDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowGetSample.js +0 -38
- package/dist-esm/samples-dev/workflowGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowListByResourceGroupSample.js +0 -55
- package/dist-esm/samples-dev/workflowListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowListSample.js +0 -50
- package/dist-esm/samples-dev/workflowListSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowUpdateTagsSample.js +0 -41
- package/dist-esm/samples-dev/workflowUpdateTagsSample.js.map +0 -1
- package/dist-esm/src/developerHubServiceClient.d.ts.map +0 -1
- package/dist-esm/src/developerHubServiceClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -56
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/workflowOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/workflowOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workflowOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workflowOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/devhub_examples.spec.d.ts +0 -4
- package/dist-esm/test/devhub_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/devhub_examples.spec.js +0 -67
- package/dist-esm/test/devhub_examples.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/developerHubServiceClient.ts +0 -269
- package/src/models/index.ts +0 -515
- package/src/models/mappers.ts +0 -699
- package/src/models/parameters.ts +0 -186
- package/src/operations/operations.ts +0 -59
- package/src/operations/workflowOperations.ts +0 -476
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/workflowOperations.ts +0 -92
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workflowOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -218,6 +218,37 @@ export interface WorkflowRun {
|
|
|
218
218
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
219
219
|
*/
|
|
220
220
|
readonly lastRunAt?: Date;
|
|
221
|
+
/** Describes the status of the workflow run */
|
|
222
|
+
workflowRunStatus?: WorkflowRunStatus;
|
|
223
|
+
}
|
|
224
|
+
/** Properties used for generating artifacts such as Dockerfiles and manifests. */
|
|
225
|
+
export interface ArtifactGenerationProperties {
|
|
226
|
+
/** The programming language used. */
|
|
227
|
+
generationLanguage?: GenerationLanguage;
|
|
228
|
+
/** The version of the language image used for execution in the generated dockerfile. */
|
|
229
|
+
languageVersion?: string;
|
|
230
|
+
/** The version of the language image used for building the code in the generated dockerfile. */
|
|
231
|
+
builderVersion?: string;
|
|
232
|
+
/** The port the application is exposed on. */
|
|
233
|
+
port?: string;
|
|
234
|
+
/** The name of the app. */
|
|
235
|
+
appName?: string;
|
|
236
|
+
/** The directory to output the generated Dockerfile to. */
|
|
237
|
+
dockerfileOutputDirectory?: string;
|
|
238
|
+
/** The directory to output the generated manifests to. */
|
|
239
|
+
manifestOutputDirectory?: string;
|
|
240
|
+
/** The mode of generation to be used for generating Dockerfiles. */
|
|
241
|
+
dockerfileGenerationMode?: DockerfileGenerationMode;
|
|
242
|
+
/** The mode of generation to be used for generating Manifest. */
|
|
243
|
+
manifestGenerationMode?: ManifestGenerationMode;
|
|
244
|
+
/** Determines the type of manifests to be generated. */
|
|
245
|
+
manifestType?: GenerationManifestType;
|
|
246
|
+
/** The name of the image to be generated. */
|
|
247
|
+
imageName?: string;
|
|
248
|
+
/** The namespace to deploy the application to. */
|
|
249
|
+
namespace?: string;
|
|
250
|
+
/** The tag to apply to the generated image. */
|
|
251
|
+
imageTag?: string;
|
|
221
252
|
}
|
|
222
253
|
/** delete response if content must be provided on delete operation */
|
|
223
254
|
export interface DeleteWorkflowResponse {
|
|
@@ -250,6 +281,32 @@ export interface GitHubOAuthResponse extends ProxyResource {
|
|
|
250
281
|
}
|
|
251
282
|
/** Resource representation of a workflow */
|
|
252
283
|
export interface Workflow extends TrackedResource {
|
|
284
|
+
/** The programming language used. */
|
|
285
|
+
generationLanguage?: GenerationLanguage;
|
|
286
|
+
/** The version of the language image used for execution in the generated dockerfile. */
|
|
287
|
+
languageVersion?: string;
|
|
288
|
+
/** The version of the language image used for building the code in the generated dockerfile. */
|
|
289
|
+
builderVersion?: string;
|
|
290
|
+
/** The port the application is exposed on. */
|
|
291
|
+
port?: string;
|
|
292
|
+
/** The name of the app. */
|
|
293
|
+
appName?: string;
|
|
294
|
+
/** The directory to output the generated Dockerfile to. */
|
|
295
|
+
dockerfileOutputDirectory?: string;
|
|
296
|
+
/** The directory to output the generated manifests to. */
|
|
297
|
+
manifestOutputDirectory?: string;
|
|
298
|
+
/** The mode of generation to be used for generating Dockerfiles. */
|
|
299
|
+
dockerfileGenerationMode?: DockerfileGenerationMode;
|
|
300
|
+
/** The mode of generation to be used for generating Manifest. */
|
|
301
|
+
manifestGenerationMode?: ManifestGenerationMode;
|
|
302
|
+
/** Determines the type of manifests to be generated. */
|
|
303
|
+
manifestType?: GenerationManifestType;
|
|
304
|
+
/** The name of the image to be generated. */
|
|
305
|
+
imageName?: string;
|
|
306
|
+
/** The namespace to deploy the application to. */
|
|
307
|
+
namespacePropertiesArtifactGenerationPropertiesNamespace?: string;
|
|
308
|
+
/** The tag to apply to the generated image. */
|
|
309
|
+
imageTag?: string;
|
|
253
310
|
/** Repository Owner */
|
|
254
311
|
repositoryOwner?: string;
|
|
255
312
|
/** Repository Name */
|
|
@@ -262,7 +319,7 @@ export interface Workflow extends TrackedResource {
|
|
|
262
319
|
dockerBuildContext?: string;
|
|
263
320
|
deploymentProperties?: DeploymentProperties;
|
|
264
321
|
/** Kubernetes namespace the application is deployed to. */
|
|
265
|
-
|
|
322
|
+
namespacePropertiesGithubWorkflowProfileNamespace?: string;
|
|
266
323
|
/** Information on the azure container registry */
|
|
267
324
|
acr?: Acr;
|
|
268
325
|
/** The fields needed for OIDC with GitHub. */
|
|
@@ -285,8 +342,11 @@ export interface Workflow extends TrackedResource {
|
|
|
285
342
|
*/
|
|
286
343
|
readonly prStatus?: PullRequestStatus;
|
|
287
344
|
lastWorkflowRun?: WorkflowRun;
|
|
288
|
-
/**
|
|
289
|
-
|
|
345
|
+
/**
|
|
346
|
+
* Determines the authorization status of requests.
|
|
347
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
348
|
+
*/
|
|
349
|
+
readonly authStatus?: AuthorizationStatus;
|
|
290
350
|
}
|
|
291
351
|
/** Known values of {@link Origin} that the service accepts. */
|
|
292
352
|
export declare enum KnownOrigin {
|
|
@@ -306,7 +366,7 @@ export declare enum KnownOrigin {
|
|
|
306
366
|
* **system** \
|
|
307
367
|
* **user,system**
|
|
308
368
|
*/
|
|
309
|
-
export
|
|
369
|
+
export type Origin = string;
|
|
310
370
|
/** Known values of {@link ActionType} that the service accepts. */
|
|
311
371
|
export declare enum KnownActionType {
|
|
312
372
|
/** Internal */
|
|
@@ -319,7 +379,7 @@ export declare enum KnownActionType {
|
|
|
319
379
|
* ### Known values supported by the service
|
|
320
380
|
* **Internal**
|
|
321
381
|
*/
|
|
322
|
-
export
|
|
382
|
+
export type ActionType = string;
|
|
323
383
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
324
384
|
export declare enum KnownCreatedByType {
|
|
325
385
|
/** User */
|
|
@@ -341,7 +401,7 @@ export declare enum KnownCreatedByType {
|
|
|
341
401
|
* **ManagedIdentity** \
|
|
342
402
|
* **Key**
|
|
343
403
|
*/
|
|
344
|
-
export
|
|
404
|
+
export type CreatedByType = string;
|
|
345
405
|
/** Known values of {@link ManifestType} that the service accepts. */
|
|
346
406
|
export declare enum KnownManifestType {
|
|
347
407
|
/** Repositories using helm */
|
|
@@ -357,7 +417,7 @@ export declare enum KnownManifestType {
|
|
|
357
417
|
* **helm**: Repositories using helm \
|
|
358
418
|
* **kube**: Repositories using kubernetes manifests
|
|
359
419
|
*/
|
|
360
|
-
export
|
|
420
|
+
export type ManifestType = string;
|
|
361
421
|
/** Known values of {@link PullRequestStatus} that the service accepts. */
|
|
362
422
|
export declare enum KnownPullRequestStatus {
|
|
363
423
|
/** Pull Request state unknown. */
|
|
@@ -379,71 +439,213 @@ export declare enum KnownPullRequestStatus {
|
|
|
379
439
|
* **merged**: Pull Request merged into repository. \
|
|
380
440
|
* **removed**: Workflow no longer found within repository.
|
|
381
441
|
*/
|
|
382
|
-
export
|
|
442
|
+
export type PullRequestStatus = string;
|
|
443
|
+
/** Known values of {@link WorkflowRunStatus} that the service accepts. */
|
|
444
|
+
export declare enum KnownWorkflowRunStatus {
|
|
445
|
+
/** Workflow run is queued */
|
|
446
|
+
Queued = "queued",
|
|
447
|
+
/** Workflow run is inprogress */
|
|
448
|
+
Inprogress = "inprogress",
|
|
449
|
+
/** Workflow run is completed */
|
|
450
|
+
Completed = "completed"
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* Defines values for WorkflowRunStatus. \
|
|
454
|
+
* {@link KnownWorkflowRunStatus} can be used interchangeably with WorkflowRunStatus,
|
|
455
|
+
* this enum contains the known values that the service supports.
|
|
456
|
+
* ### Known values supported by the service
|
|
457
|
+
* **queued**: Workflow run is queued \
|
|
458
|
+
* **inprogress**: Workflow run is inprogress \
|
|
459
|
+
* **completed**: Workflow run is completed
|
|
460
|
+
*/
|
|
461
|
+
export type WorkflowRunStatus = string;
|
|
462
|
+
/** Known values of {@link AuthorizationStatus} that the service accepts. */
|
|
463
|
+
export declare enum KnownAuthorizationStatus {
|
|
464
|
+
/** Requests authorized successfully */
|
|
465
|
+
Authorized = "Authorized",
|
|
466
|
+
/** Requests returned NotFound response */
|
|
467
|
+
NotFound = "NotFound",
|
|
468
|
+
/** Requests returned other error response */
|
|
469
|
+
Error = "Error"
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* Defines values for AuthorizationStatus. \
|
|
473
|
+
* {@link KnownAuthorizationStatus} can be used interchangeably with AuthorizationStatus,
|
|
474
|
+
* this enum contains the known values that the service supports.
|
|
475
|
+
* ### Known values supported by the service
|
|
476
|
+
* **Authorized**: Requests authorized successfully \
|
|
477
|
+
* **NotFound**: Requests returned NotFound response \
|
|
478
|
+
* **Error**: Requests returned other error response
|
|
479
|
+
*/
|
|
480
|
+
export type AuthorizationStatus = string;
|
|
481
|
+
/** Known values of {@link GenerationLanguage} that the service accepts. */
|
|
482
|
+
export declare enum KnownGenerationLanguage {
|
|
483
|
+
/** clojure language */
|
|
484
|
+
Clojure = "clojure",
|
|
485
|
+
/** csharp language */
|
|
486
|
+
Csharp = "csharp",
|
|
487
|
+
/** erlang language */
|
|
488
|
+
Erlang = "erlang",
|
|
489
|
+
/** go language */
|
|
490
|
+
Go = "go",
|
|
491
|
+
/** gomodule language */
|
|
492
|
+
Gomodule = "gomodule",
|
|
493
|
+
/** gradle language */
|
|
494
|
+
Gradle = "gradle",
|
|
495
|
+
/** java language */
|
|
496
|
+
Java = "java",
|
|
497
|
+
/** javascript language */
|
|
498
|
+
Javascript = "javascript",
|
|
499
|
+
/** php language */
|
|
500
|
+
Php = "php",
|
|
501
|
+
/** python language */
|
|
502
|
+
Python = "python",
|
|
503
|
+
/** ruby language */
|
|
504
|
+
Ruby = "ruby",
|
|
505
|
+
/** rust language */
|
|
506
|
+
Rust = "rust",
|
|
507
|
+
/** swift language */
|
|
508
|
+
Swift = "swift"
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* Defines values for GenerationLanguage. \
|
|
512
|
+
* {@link KnownGenerationLanguage} can be used interchangeably with GenerationLanguage,
|
|
513
|
+
* this enum contains the known values that the service supports.
|
|
514
|
+
* ### Known values supported by the service
|
|
515
|
+
* **clojure**: clojure language \
|
|
516
|
+
* **csharp**: csharp language \
|
|
517
|
+
* **erlang**: erlang language \
|
|
518
|
+
* **go**: go language \
|
|
519
|
+
* **gomodule**: gomodule language \
|
|
520
|
+
* **gradle**: gradle language \
|
|
521
|
+
* **java**: java language \
|
|
522
|
+
* **javascript**: javascript language \
|
|
523
|
+
* **php**: php language \
|
|
524
|
+
* **python**: python language \
|
|
525
|
+
* **ruby**: ruby language \
|
|
526
|
+
* **rust**: rust language \
|
|
527
|
+
* **swift**: swift language
|
|
528
|
+
*/
|
|
529
|
+
export type GenerationLanguage = string;
|
|
530
|
+
/** Known values of {@link DockerfileGenerationMode} that the service accepts. */
|
|
531
|
+
export declare enum KnownDockerfileGenerationMode {
|
|
532
|
+
/** Dockerfiles will be generated */
|
|
533
|
+
Enabled = "enabled",
|
|
534
|
+
/** Dockerfiles will not be generated */
|
|
535
|
+
Disabled = "disabled"
|
|
536
|
+
}
|
|
537
|
+
/**
|
|
538
|
+
* Defines values for DockerfileGenerationMode. \
|
|
539
|
+
* {@link KnownDockerfileGenerationMode} can be used interchangeably with DockerfileGenerationMode,
|
|
540
|
+
* this enum contains the known values that the service supports.
|
|
541
|
+
* ### Known values supported by the service
|
|
542
|
+
* **enabled**: Dockerfiles will be generated \
|
|
543
|
+
* **disabled**: Dockerfiles will not be generated
|
|
544
|
+
*/
|
|
545
|
+
export type DockerfileGenerationMode = string;
|
|
546
|
+
/** Known values of {@link ManifestGenerationMode} that the service accepts. */
|
|
547
|
+
export declare enum KnownManifestGenerationMode {
|
|
548
|
+
/** Manifests will be generated */
|
|
549
|
+
Enabled = "enabled",
|
|
550
|
+
/** Manifests will not be generated */
|
|
551
|
+
Disabled = "disabled"
|
|
552
|
+
}
|
|
553
|
+
/**
|
|
554
|
+
* Defines values for ManifestGenerationMode. \
|
|
555
|
+
* {@link KnownManifestGenerationMode} can be used interchangeably with ManifestGenerationMode,
|
|
556
|
+
* this enum contains the known values that the service supports.
|
|
557
|
+
* ### Known values supported by the service
|
|
558
|
+
* **enabled**: Manifests will be generated \
|
|
559
|
+
* **disabled**: Manifests will not be generated
|
|
560
|
+
*/
|
|
561
|
+
export type ManifestGenerationMode = string;
|
|
562
|
+
/** Known values of {@link GenerationManifestType} that the service accepts. */
|
|
563
|
+
export declare enum KnownGenerationManifestType {
|
|
564
|
+
/** Helm manifests */
|
|
565
|
+
Helm = "helm",
|
|
566
|
+
/** Kubernetes manifests */
|
|
567
|
+
Kube = "kube"
|
|
568
|
+
}
|
|
569
|
+
/**
|
|
570
|
+
* Defines values for GenerationManifestType. \
|
|
571
|
+
* {@link KnownGenerationManifestType} can be used interchangeably with GenerationManifestType,
|
|
572
|
+
* this enum contains the known values that the service supports.
|
|
573
|
+
* ### Known values supported by the service
|
|
574
|
+
* **helm**: Helm manifests \
|
|
575
|
+
* **kube**: Kubernetes manifests
|
|
576
|
+
*/
|
|
577
|
+
export type GenerationManifestType = string;
|
|
383
578
|
/** Optional parameters. */
|
|
384
579
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
385
580
|
}
|
|
386
581
|
/** Contains response data for the list operation. */
|
|
387
|
-
export
|
|
582
|
+
export type OperationsListResponse = OperationListResult;
|
|
388
583
|
/** Optional parameters. */
|
|
389
584
|
export interface GitHubOAuthOptionalParams extends coreClient.OperationOptions {
|
|
390
585
|
/** GitHubOAuth request object */
|
|
391
586
|
parameters?: GitHubOAuthCallRequest;
|
|
392
587
|
}
|
|
393
588
|
/** Contains response data for the gitHubOAuth operation. */
|
|
394
|
-
export
|
|
589
|
+
export type GitHubOAuthOperationResponse = GitHubOAuthInfoResponse;
|
|
395
590
|
/** Optional parameters. */
|
|
396
591
|
export interface GitHubOAuthCallbackOptionalParams extends coreClient.OperationOptions {
|
|
397
592
|
}
|
|
398
593
|
/** Contains response data for the gitHubOAuthCallback operation. */
|
|
399
|
-
export
|
|
594
|
+
export type GitHubOAuthCallbackResponse = GitHubOAuthResponse;
|
|
400
595
|
/** Optional parameters. */
|
|
401
596
|
export interface ListGitHubOAuthOptionalParams extends coreClient.OperationOptions {
|
|
402
597
|
}
|
|
403
598
|
/** Contains response data for the listGitHubOAuth operation. */
|
|
404
|
-
export
|
|
599
|
+
export type ListGitHubOAuthResponse = GitHubOAuthListResponse;
|
|
600
|
+
/** Optional parameters. */
|
|
601
|
+
export interface GeneratePreviewArtifactsOptionalParams extends coreClient.OperationOptions {
|
|
602
|
+
}
|
|
603
|
+
/** Contains response data for the generatePreviewArtifacts operation. */
|
|
604
|
+
export type GeneratePreviewArtifactsResponse = {
|
|
605
|
+
[propertyName: string]: string;
|
|
606
|
+
};
|
|
405
607
|
/** Optional parameters. */
|
|
406
608
|
export interface WorkflowListOptionalParams extends coreClient.OperationOptions {
|
|
407
609
|
}
|
|
408
610
|
/** Contains response data for the list operation. */
|
|
409
|
-
export
|
|
611
|
+
export type WorkflowListResponse = WorkflowListResult;
|
|
410
612
|
/** Optional parameters. */
|
|
411
613
|
export interface WorkflowListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
412
614
|
/** The ManagedCluster resource associated with the workflows. */
|
|
413
615
|
managedClusterResource?: string;
|
|
414
616
|
}
|
|
415
617
|
/** Contains response data for the listByResourceGroup operation. */
|
|
416
|
-
export
|
|
618
|
+
export type WorkflowListByResourceGroupResponse = WorkflowListResult;
|
|
417
619
|
/** Optional parameters. */
|
|
418
620
|
export interface WorkflowGetOptionalParams extends coreClient.OperationOptions {
|
|
419
621
|
}
|
|
420
622
|
/** Contains response data for the get operation. */
|
|
421
|
-
export
|
|
623
|
+
export type WorkflowGetResponse = Workflow;
|
|
422
624
|
/** Optional parameters. */
|
|
423
625
|
export interface WorkflowCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
424
626
|
}
|
|
425
627
|
/** Contains response data for the createOrUpdate operation. */
|
|
426
|
-
export
|
|
628
|
+
export type WorkflowCreateOrUpdateResponse = Workflow;
|
|
427
629
|
/** Optional parameters. */
|
|
428
630
|
export interface WorkflowDeleteOptionalParams extends coreClient.OperationOptions {
|
|
429
631
|
}
|
|
430
632
|
/** Contains response data for the delete operation. */
|
|
431
|
-
export
|
|
633
|
+
export type WorkflowDeleteResponse = DeleteWorkflowResponse;
|
|
432
634
|
/** Optional parameters. */
|
|
433
635
|
export interface WorkflowUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
434
636
|
}
|
|
435
637
|
/** Contains response data for the updateTags operation. */
|
|
436
|
-
export
|
|
638
|
+
export type WorkflowUpdateTagsResponse = Workflow;
|
|
437
639
|
/** Optional parameters. */
|
|
438
640
|
export interface WorkflowListNextOptionalParams extends coreClient.OperationOptions {
|
|
439
641
|
}
|
|
440
642
|
/** Contains response data for the listNext operation. */
|
|
441
|
-
export
|
|
643
|
+
export type WorkflowListNextResponse = WorkflowListResult;
|
|
442
644
|
/** Optional parameters. */
|
|
443
645
|
export interface WorkflowListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
444
646
|
}
|
|
445
647
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
446
|
-
export
|
|
648
|
+
export type WorkflowListByResourceGroupNextResponse = WorkflowListResult;
|
|
447
649
|
/** Optional parameters. */
|
|
448
650
|
export interface DeveloperHubServiceClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
449
651
|
/** server parameter */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
9
|
+
export var KnownOrigin;
|
|
10
|
+
(function (KnownOrigin) {
|
|
11
|
+
/** User */
|
|
12
|
+
KnownOrigin["User"] = "user";
|
|
13
|
+
/** System */
|
|
14
|
+
KnownOrigin["System"] = "system";
|
|
15
|
+
/** UserSystem */
|
|
16
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
17
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
18
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
19
|
+
export var KnownActionType;
|
|
20
|
+
(function (KnownActionType) {
|
|
21
|
+
/** Internal */
|
|
22
|
+
KnownActionType["Internal"] = "Internal";
|
|
23
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
24
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
25
|
+
export var KnownCreatedByType;
|
|
26
|
+
(function (KnownCreatedByType) {
|
|
27
|
+
/** User */
|
|
28
|
+
KnownCreatedByType["User"] = "User";
|
|
29
|
+
/** Application */
|
|
30
|
+
KnownCreatedByType["Application"] = "Application";
|
|
31
|
+
/** ManagedIdentity */
|
|
32
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
33
|
+
/** Key */
|
|
34
|
+
KnownCreatedByType["Key"] = "Key";
|
|
35
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
36
|
+
/** Known values of {@link ManifestType} that the service accepts. */
|
|
37
|
+
export var KnownManifestType;
|
|
38
|
+
(function (KnownManifestType) {
|
|
39
|
+
/** Repositories using helm */
|
|
40
|
+
KnownManifestType["Helm"] = "helm";
|
|
41
|
+
/** Repositories using kubernetes manifests */
|
|
42
|
+
KnownManifestType["Kube"] = "kube";
|
|
43
|
+
})(KnownManifestType || (KnownManifestType = {}));
|
|
44
|
+
/** Known values of {@link PullRequestStatus} that the service accepts. */
|
|
45
|
+
export var KnownPullRequestStatus;
|
|
46
|
+
(function (KnownPullRequestStatus) {
|
|
47
|
+
/** Pull Request state unknown. */
|
|
48
|
+
KnownPullRequestStatus["Unknown"] = "unknown";
|
|
49
|
+
/** Pull Request submitted to repository. */
|
|
50
|
+
KnownPullRequestStatus["Submitted"] = "submitted";
|
|
51
|
+
/** Pull Request merged into repository. */
|
|
52
|
+
KnownPullRequestStatus["Merged"] = "merged";
|
|
53
|
+
/** Workflow no longer found within repository. */
|
|
54
|
+
KnownPullRequestStatus["Removed"] = "removed";
|
|
55
|
+
})(KnownPullRequestStatus || (KnownPullRequestStatus = {}));
|
|
56
|
+
/** Known values of {@link WorkflowRunStatus} that the service accepts. */
|
|
57
|
+
export var KnownWorkflowRunStatus;
|
|
58
|
+
(function (KnownWorkflowRunStatus) {
|
|
59
|
+
/** Workflow run is queued */
|
|
60
|
+
KnownWorkflowRunStatus["Queued"] = "queued";
|
|
61
|
+
/** Workflow run is inprogress */
|
|
62
|
+
KnownWorkflowRunStatus["Inprogress"] = "inprogress";
|
|
63
|
+
/** Workflow run is completed */
|
|
64
|
+
KnownWorkflowRunStatus["Completed"] = "completed";
|
|
65
|
+
})(KnownWorkflowRunStatus || (KnownWorkflowRunStatus = {}));
|
|
66
|
+
/** Known values of {@link AuthorizationStatus} that the service accepts. */
|
|
67
|
+
export var KnownAuthorizationStatus;
|
|
68
|
+
(function (KnownAuthorizationStatus) {
|
|
69
|
+
/** Requests authorized successfully */
|
|
70
|
+
KnownAuthorizationStatus["Authorized"] = "Authorized";
|
|
71
|
+
/** Requests returned NotFound response */
|
|
72
|
+
KnownAuthorizationStatus["NotFound"] = "NotFound";
|
|
73
|
+
/** Requests returned other error response */
|
|
74
|
+
KnownAuthorizationStatus["Error"] = "Error";
|
|
75
|
+
})(KnownAuthorizationStatus || (KnownAuthorizationStatus = {}));
|
|
76
|
+
/** Known values of {@link GenerationLanguage} that the service accepts. */
|
|
77
|
+
export var KnownGenerationLanguage;
|
|
78
|
+
(function (KnownGenerationLanguage) {
|
|
79
|
+
/** clojure language */
|
|
80
|
+
KnownGenerationLanguage["Clojure"] = "clojure";
|
|
81
|
+
/** csharp language */
|
|
82
|
+
KnownGenerationLanguage["Csharp"] = "csharp";
|
|
83
|
+
/** erlang language */
|
|
84
|
+
KnownGenerationLanguage["Erlang"] = "erlang";
|
|
85
|
+
/** go language */
|
|
86
|
+
KnownGenerationLanguage["Go"] = "go";
|
|
87
|
+
/** gomodule language */
|
|
88
|
+
KnownGenerationLanguage["Gomodule"] = "gomodule";
|
|
89
|
+
/** gradle language */
|
|
90
|
+
KnownGenerationLanguage["Gradle"] = "gradle";
|
|
91
|
+
/** java language */
|
|
92
|
+
KnownGenerationLanguage["Java"] = "java";
|
|
93
|
+
/** javascript language */
|
|
94
|
+
KnownGenerationLanguage["Javascript"] = "javascript";
|
|
95
|
+
/** php language */
|
|
96
|
+
KnownGenerationLanguage["Php"] = "php";
|
|
97
|
+
/** python language */
|
|
98
|
+
KnownGenerationLanguage["Python"] = "python";
|
|
99
|
+
/** ruby language */
|
|
100
|
+
KnownGenerationLanguage["Ruby"] = "ruby";
|
|
101
|
+
/** rust language */
|
|
102
|
+
KnownGenerationLanguage["Rust"] = "rust";
|
|
103
|
+
/** swift language */
|
|
104
|
+
KnownGenerationLanguage["Swift"] = "swift";
|
|
105
|
+
})(KnownGenerationLanguage || (KnownGenerationLanguage = {}));
|
|
106
|
+
/** Known values of {@link DockerfileGenerationMode} that the service accepts. */
|
|
107
|
+
export var KnownDockerfileGenerationMode;
|
|
108
|
+
(function (KnownDockerfileGenerationMode) {
|
|
109
|
+
/** Dockerfiles will be generated */
|
|
110
|
+
KnownDockerfileGenerationMode["Enabled"] = "enabled";
|
|
111
|
+
/** Dockerfiles will not be generated */
|
|
112
|
+
KnownDockerfileGenerationMode["Disabled"] = "disabled";
|
|
113
|
+
})(KnownDockerfileGenerationMode || (KnownDockerfileGenerationMode = {}));
|
|
114
|
+
/** Known values of {@link ManifestGenerationMode} that the service accepts. */
|
|
115
|
+
export var KnownManifestGenerationMode;
|
|
116
|
+
(function (KnownManifestGenerationMode) {
|
|
117
|
+
/** Manifests will be generated */
|
|
118
|
+
KnownManifestGenerationMode["Enabled"] = "enabled";
|
|
119
|
+
/** Manifests will not be generated */
|
|
120
|
+
KnownManifestGenerationMode["Disabled"] = "disabled";
|
|
121
|
+
})(KnownManifestGenerationMode || (KnownManifestGenerationMode = {}));
|
|
122
|
+
/** Known values of {@link GenerationManifestType} that the service accepts. */
|
|
123
|
+
export var KnownGenerationManifestType;
|
|
124
|
+
(function (KnownGenerationManifestType) {
|
|
125
|
+
/** Helm manifests */
|
|
126
|
+
KnownGenerationManifestType["Helm"] = "helm";
|
|
127
|
+
/** Kubernetes manifests */
|
|
128
|
+
KnownGenerationManifestType["Kube"] = "kube";
|
|
129
|
+
})(KnownGenerationManifestType || (KnownGenerationManifestType = {}));
|
|
130
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** GitHubOAuth request object */\nexport interface GitHubOAuthCallRequest {\n /** The URL the client will redirect to on successful authentication. If empty, no redirect will occur. */\n redirectUrl?: string;\n}\n\n/** URL used to authorize the Developer Hub GitHub App */\nexport interface GitHubOAuthInfoResponse {\n /** URL for authorizing the Developer Hub GitHub App */\n authURL?: string;\n /** OAuth token used to make calls to GitHub */\n token?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The response from List GitHubOAuth operation. */\nexport interface GitHubOAuthListResponse {\n /** Singleton list response containing one GitHubOAuthResponse response */\n value?: GitHubOAuthResponse[];\n}\n\n/** The response from List Workflows operation. */\nexport interface WorkflowListResult {\n /** The list of workflows. */\n value?: Workflow[];\n /**\n * The URL to the next set of workflow results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface DeploymentProperties {\n /** Determines the type of manifests within the repository. */\n manifestType?: ManifestType;\n kubeManifestLocations?: string[];\n /** Helm chart directory path in repository. */\n helmChartPath?: string;\n /** Helm Values.yaml file location in repository. */\n helmValues?: string;\n /** Manifest override values. */\n overrides?: { [propertyName: string]: string };\n}\n\n/** Information on the azure container registry */\nexport interface Acr {\n /** ACR subscription id */\n acrSubscriptionId?: string;\n /** ACR resource group */\n acrResourceGroup?: string;\n /** ACR registry */\n acrRegistryName?: string;\n /** ACR repository */\n acrRepositoryName?: string;\n}\n\n/** The fields needed for OIDC with GitHub. */\nexport interface GitHubWorkflowProfileOidcCredentials {\n /** Azure Application Client ID */\n azureClientId?: string;\n /** Azure Directory (tenant) ID */\n azureTenantId?: string;\n}\n\nexport interface WorkflowRun {\n /**\n * Describes if the workflow run succeeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly succeeded?: boolean;\n /**\n * URL to the run of the workflow.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workflowRunURL?: string;\n /**\n * The timestamp of the last workflow run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRunAt?: Date;\n /** Describes the status of the workflow run */\n workflowRunStatus?: WorkflowRunStatus;\n}\n\n/** Properties used for generating artifacts such as Dockerfiles and manifests. */\nexport interface ArtifactGenerationProperties {\n /** The programming language used. */\n generationLanguage?: GenerationLanguage;\n /** The version of the language image used for execution in the generated dockerfile. */\n languageVersion?: string;\n /** The version of the language image used for building the code in the generated dockerfile. */\n builderVersion?: string;\n /** The port the application is exposed on. */\n port?: string;\n /** The name of the app. */\n appName?: string;\n /** The directory to output the generated Dockerfile to. */\n dockerfileOutputDirectory?: string;\n /** The directory to output the generated manifests to. */\n manifestOutputDirectory?: string;\n /** The mode of generation to be used for generating Dockerfiles. */\n dockerfileGenerationMode?: DockerfileGenerationMode;\n /** The mode of generation to be used for generating Manifest. */\n manifestGenerationMode?: ManifestGenerationMode;\n /** Determines the type of manifests to be generated. */\n manifestType?: GenerationManifestType;\n /** The name of the image to be generated. */\n imageName?: string;\n /** The namespace to deploy the application to. */\n namespace?: string;\n /** The tag to apply to the generated image. */\n imageTag?: string;\n}\n\n/** delete response if content must be provided on delete operation */\nexport interface DeleteWorkflowResponse {\n /** delete status message */\n status?: string;\n}\n\n/** Resource tags. */\nexport interface TagsObject {\n /** Dictionary of <string> */\n tags?: { [propertyName: string]: string };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Singleton response of GitHubOAuth containing */\nexport interface GitHubOAuthResponse extends ProxyResource {\n /** user making request */\n username?: string;\n}\n\n/** Resource representation of a workflow */\nexport interface Workflow extends TrackedResource {\n /** The programming language used. */\n generationLanguage?: GenerationLanguage;\n /** The version of the language image used for execution in the generated dockerfile. */\n languageVersion?: string;\n /** The version of the language image used for building the code in the generated dockerfile. */\n builderVersion?: string;\n /** The port the application is exposed on. */\n port?: string;\n /** The name of the app. */\n appName?: string;\n /** The directory to output the generated Dockerfile to. */\n dockerfileOutputDirectory?: string;\n /** The directory to output the generated manifests to. */\n manifestOutputDirectory?: string;\n /** The mode of generation to be used for generating Dockerfiles. */\n dockerfileGenerationMode?: DockerfileGenerationMode;\n /** The mode of generation to be used for generating Manifest. */\n manifestGenerationMode?: ManifestGenerationMode;\n /** Determines the type of manifests to be generated. */\n manifestType?: GenerationManifestType;\n /** The name of the image to be generated. */\n imageName?: string;\n /** The namespace to deploy the application to. */\n namespacePropertiesArtifactGenerationPropertiesNamespace?: string;\n /** The tag to apply to the generated image. */\n imageTag?: string;\n /** Repository Owner */\n repositoryOwner?: string;\n /** Repository Name */\n repositoryName?: string;\n /** Repository Branch Name */\n branchName?: string;\n /** Path to the Dockerfile within the repository. */\n dockerfile?: string;\n /** Path to Dockerfile Build Context within the repository. */\n dockerBuildContext?: string;\n deploymentProperties?: DeploymentProperties;\n /** Kubernetes namespace the application is deployed to. */\n namespacePropertiesGithubWorkflowProfileNamespace?: string;\n /** Information on the azure container registry */\n acr?: Acr;\n /** The fields needed for OIDC with GitHub. */\n oidcCredentials?: GitHubWorkflowProfileOidcCredentials;\n /** The Azure Kubernetes Cluster Resource the application will be deployed to. */\n aksResourceId?: string;\n /**\n * The URL to the Pull Request submitted against the users repository.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly prURL?: string;\n /**\n * The number associated with the submitted pull request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pullNumber?: number;\n /**\n * The status of the Pull Request submitted against the users repository.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly prStatus?: PullRequestStatus;\n lastWorkflowRun?: WorkflowRun;\n /**\n * Determines the authorization status of requests.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly authStatus?: AuthorizationStatus;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ManifestType} that the service accepts. */\nexport enum KnownManifestType {\n /** Repositories using helm */\n Helm = \"helm\",\n /** Repositories using kubernetes manifests */\n Kube = \"kube\"\n}\n\n/**\n * Defines values for ManifestType. \\\n * {@link KnownManifestType} can be used interchangeably with ManifestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **helm**: Repositories using helm \\\n * **kube**: Repositories using kubernetes manifests\n */\nexport type ManifestType = string;\n\n/** Known values of {@link PullRequestStatus} that the service accepts. */\nexport enum KnownPullRequestStatus {\n /** Pull Request state unknown. */\n Unknown = \"unknown\",\n /** Pull Request submitted to repository. */\n Submitted = \"submitted\",\n /** Pull Request merged into repository. */\n Merged = \"merged\",\n /** Workflow no longer found within repository. */\n Removed = \"removed\"\n}\n\n/**\n * Defines values for PullRequestStatus. \\\n * {@link KnownPullRequestStatus} can be used interchangeably with PullRequestStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **unknown**: Pull Request state unknown. \\\n * **submitted**: Pull Request submitted to repository. \\\n * **merged**: Pull Request merged into repository. \\\n * **removed**: Workflow no longer found within repository.\n */\nexport type PullRequestStatus = string;\n\n/** Known values of {@link WorkflowRunStatus} that the service accepts. */\nexport enum KnownWorkflowRunStatus {\n /** Workflow run is queued */\n Queued = \"queued\",\n /** Workflow run is inprogress */\n Inprogress = \"inprogress\",\n /** Workflow run is completed */\n Completed = \"completed\"\n}\n\n/**\n * Defines values for WorkflowRunStatus. \\\n * {@link KnownWorkflowRunStatus} can be used interchangeably with WorkflowRunStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **queued**: Workflow run is queued \\\n * **inprogress**: Workflow run is inprogress \\\n * **completed**: Workflow run is completed\n */\nexport type WorkflowRunStatus = string;\n\n/** Known values of {@link AuthorizationStatus} that the service accepts. */\nexport enum KnownAuthorizationStatus {\n /** Requests authorized successfully */\n Authorized = \"Authorized\",\n /** Requests returned NotFound response */\n NotFound = \"NotFound\",\n /** Requests returned other error response */\n Error = \"Error\"\n}\n\n/**\n * Defines values for AuthorizationStatus. \\\n * {@link KnownAuthorizationStatus} can be used interchangeably with AuthorizationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Authorized**: Requests authorized successfully \\\n * **NotFound**: Requests returned NotFound response \\\n * **Error**: Requests returned other error response\n */\nexport type AuthorizationStatus = string;\n\n/** Known values of {@link GenerationLanguage} that the service accepts. */\nexport enum KnownGenerationLanguage {\n /** clojure language */\n Clojure = \"clojure\",\n /** csharp language */\n Csharp = \"csharp\",\n /** erlang language */\n Erlang = \"erlang\",\n /** go language */\n Go = \"go\",\n /** gomodule language */\n Gomodule = \"gomodule\",\n /** gradle language */\n Gradle = \"gradle\",\n /** java language */\n Java = \"java\",\n /** javascript language */\n Javascript = \"javascript\",\n /** php language */\n Php = \"php\",\n /** python language */\n Python = \"python\",\n /** ruby language */\n Ruby = \"ruby\",\n /** rust language */\n Rust = \"rust\",\n /** swift language */\n Swift = \"swift\"\n}\n\n/**\n * Defines values for GenerationLanguage. \\\n * {@link KnownGenerationLanguage} can be used interchangeably with GenerationLanguage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **clojure**: clojure language \\\n * **csharp**: csharp language \\\n * **erlang**: erlang language \\\n * **go**: go language \\\n * **gomodule**: gomodule language \\\n * **gradle**: gradle language \\\n * **java**: java language \\\n * **javascript**: javascript language \\\n * **php**: php language \\\n * **python**: python language \\\n * **ruby**: ruby language \\\n * **rust**: rust language \\\n * **swift**: swift language\n */\nexport type GenerationLanguage = string;\n\n/** Known values of {@link DockerfileGenerationMode} that the service accepts. */\nexport enum KnownDockerfileGenerationMode {\n /** Dockerfiles will be generated */\n Enabled = \"enabled\",\n /** Dockerfiles will not be generated */\n Disabled = \"disabled\"\n}\n\n/**\n * Defines values for DockerfileGenerationMode. \\\n * {@link KnownDockerfileGenerationMode} can be used interchangeably with DockerfileGenerationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled**: Dockerfiles will be generated \\\n * **disabled**: Dockerfiles will not be generated\n */\nexport type DockerfileGenerationMode = string;\n\n/** Known values of {@link ManifestGenerationMode} that the service accepts. */\nexport enum KnownManifestGenerationMode {\n /** Manifests will be generated */\n Enabled = \"enabled\",\n /** Manifests will not be generated */\n Disabled = \"disabled\"\n}\n\n/**\n * Defines values for ManifestGenerationMode. \\\n * {@link KnownManifestGenerationMode} can be used interchangeably with ManifestGenerationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled**: Manifests will be generated \\\n * **disabled**: Manifests will not be generated\n */\nexport type ManifestGenerationMode = string;\n\n/** Known values of {@link GenerationManifestType} that the service accepts. */\nexport enum KnownGenerationManifestType {\n /** Helm manifests */\n Helm = \"helm\",\n /** Kubernetes manifests */\n Kube = \"kube\"\n}\n\n/**\n * Defines values for GenerationManifestType. \\\n * {@link KnownGenerationManifestType} can be used interchangeably with GenerationManifestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **helm**: Helm manifests \\\n * **kube**: Kubernetes manifests\n */\nexport type GenerationManifestType = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface GitHubOAuthOptionalParams extends coreClient.OperationOptions {\n /** GitHubOAuth request object */\n parameters?: GitHubOAuthCallRequest;\n}\n\n/** Contains response data for the gitHubOAuth operation. */\nexport type GitHubOAuthOperationResponse = GitHubOAuthInfoResponse;\n\n/** Optional parameters. */\nexport interface GitHubOAuthCallbackOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the gitHubOAuthCallback operation. */\nexport type GitHubOAuthCallbackResponse = GitHubOAuthResponse;\n\n/** Optional parameters. */\nexport interface ListGitHubOAuthOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGitHubOAuth operation. */\nexport type ListGitHubOAuthResponse = GitHubOAuthListResponse;\n\n/** Optional parameters. */\nexport interface GeneratePreviewArtifactsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generatePreviewArtifacts operation. */\nexport type GeneratePreviewArtifactsResponse = {\n [propertyName: string]: string;\n};\n\n/** Optional parameters. */\nexport interface WorkflowListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkflowListResponse = WorkflowListResult;\n\n/** Optional parameters. */\nexport interface WorkflowListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The ManagedCluster resource associated with the workflows. */\n managedClusterResource?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WorkflowListByResourceGroupResponse = WorkflowListResult;\n\n/** Optional parameters. */\nexport interface WorkflowGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowGetResponse = Workflow;\n\n/** Optional parameters. */\nexport interface WorkflowCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WorkflowCreateOrUpdateResponse = Workflow;\n\n/** Optional parameters. */\nexport interface WorkflowDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type WorkflowDeleteResponse = DeleteWorkflowResponse;\n\n/** Optional parameters. */\nexport interface WorkflowUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type WorkflowUpdateTagsResponse = Workflow;\n\n/** Optional parameters. */\nexport interface WorkflowListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowListNextResponse = WorkflowListResult;\n\n/** Optional parameters. */\nexport interface WorkflowListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type WorkflowListByResourceGroupNextResponse = WorkflowListResult;\n\n/** Optional parameters. */\nexport interface DeveloperHubServiceClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -15,6 +15,7 @@ export declare const DeploymentProperties: coreClient.CompositeMapper;
|
|
|
15
15
|
export declare const Acr: coreClient.CompositeMapper;
|
|
16
16
|
export declare const GitHubWorkflowProfileOidcCredentials: coreClient.CompositeMapper;
|
|
17
17
|
export declare const WorkflowRun: coreClient.CompositeMapper;
|
|
18
|
+
export declare const ArtifactGenerationProperties: coreClient.CompositeMapper;
|
|
18
19
|
export declare const DeleteWorkflowResponse: coreClient.CompositeMapper;
|
|
19
20
|
export declare const TagsObject: coreClient.CompositeMapper;
|
|
20
21
|
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAmBhD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAmBhD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA0B3C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA2C7C,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,UAAU,CAAC,eA+B5B,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAmB7D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAmBhD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAmBhD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA0B3C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA2C7C,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,UAAU,CAAC,eA+B5B,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAmB7D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAkCpC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAqFrD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAc5C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA+LjC,CAAC"}
|