@azure/arm-devhub 1.0.0-beta.1

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.
Files changed (112) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +1512 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js +32 -0
  11. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js.map +1 -0
  12. package/dist-esm/samples-dev/gitHubOAuthSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/gitHubOAuthSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/gitHubOAuthSample.js +34 -0
  15. package/dist-esm/samples-dev/gitHubOAuthSample.js.map +1 -0
  16. package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/listGitHubOAuthSample.js +30 -0
  19. package/dist-esm/samples-dev/listGitHubOAuthSample.js.map +1 -0
  20. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/operationsListSample.js +29 -0
  23. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  24. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js +56 -0
  27. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js.map +1 -0
  28. package/dist-esm/samples-dev/workflowDeleteSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/workflowDeleteSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/workflowDeleteSample.js +31 -0
  31. package/dist-esm/samples-dev/workflowDeleteSample.js.map +1 -0
  32. package/dist-esm/samples-dev/workflowGetSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/workflowGetSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/workflowGetSample.js +31 -0
  35. package/dist-esm/samples-dev/workflowGetSample.js.map +1 -0
  36. package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/workflowListByResourceGroupSample.js +48 -0
  39. package/dist-esm/samples-dev/workflowListByResourceGroupSample.js.map +1 -0
  40. package/dist-esm/samples-dev/workflowListSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/workflowListSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/workflowListSample.js +43 -0
  43. package/dist-esm/samples-dev/workflowListSample.js.map +1 -0
  44. package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/workflowUpdateTagsSample.js +34 -0
  47. package/dist-esm/samples-dev/workflowUpdateTagsSample.js.map +1 -0
  48. package/dist-esm/src/developerHubServiceClient.d.ts +41 -0
  49. package/dist-esm/src/developerHubServiceClient.d.ts.map +1 -0
  50. package/dist-esm/src/developerHubServiceClient.js +196 -0
  51. package/dist-esm/src/developerHubServiceClient.js.map +1 -0
  52. package/dist-esm/src/index.d.ts +5 -0
  53. package/dist-esm/src/index.d.ts.map +1 -0
  54. package/dist-esm/src/index.js +12 -0
  55. package/dist-esm/src/index.js.map +1 -0
  56. package/dist-esm/src/models/index.d.ts +458 -0
  57. package/dist-esm/src/models/index.d.ts.map +1 -0
  58. package/dist-esm/src/models/index.js +56 -0
  59. package/dist-esm/src/models/index.js.map +1 -0
  60. package/dist-esm/src/models/mappers.d.ts +24 -0
  61. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  62. package/dist-esm/src/models/mappers.js +650 -0
  63. package/dist-esm/src/models/mappers.js.map +1 -0
  64. package/dist-esm/src/models/parameters.d.ts +17 -0
  65. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  66. package/dist-esm/src/models/parameters.js +160 -0
  67. package/dist-esm/src/models/parameters.js.map +1 -0
  68. package/dist-esm/src/operations/index.d.ts +3 -0
  69. package/dist-esm/src/operations/index.d.ts.map +1 -0
  70. package/dist-esm/src/operations/index.js +10 -0
  71. package/dist-esm/src/operations/index.js.map +1 -0
  72. package/dist-esm/src/operations/operations.d.ts +18 -0
  73. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/operations.js +46 -0
  75. package/dist-esm/src/operations/operations.js.map +1 -0
  76. package/dist-esm/src/operations/workflowOperations.d.ts +83 -0
  77. package/dist-esm/src/operations/workflowOperations.d.ts.map +1 -0
  78. package/dist-esm/src/operations/workflowOperations.js +361 -0
  79. package/dist-esm/src/operations/workflowOperations.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
  81. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/index.js +10 -0
  83. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
  85. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/workflowOperations.d.ts +47 -0
  89. package/dist-esm/src/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/workflowOperations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/workflowOperations.js.map +1 -0
  92. package/dist-esm/test/devhub_examples.spec.d.ts +4 -0
  93. package/dist-esm/test/devhub_examples.spec.d.ts.map +1 -0
  94. package/dist-esm/test/devhub_examples.spec.js +67 -0
  95. package/dist-esm/test/devhub_examples.spec.js.map +1 -0
  96. package/package.json +120 -0
  97. package/review/arm-devhub.api.md +355 -0
  98. package/rollup.config.js +122 -0
  99. package/src/developerHubServiceClient.ts +270 -0
  100. package/src/index.ts +12 -0
  101. package/src/models/index.ts +518 -0
  102. package/src/models/mappers.ts +699 -0
  103. package/src/models/parameters.ts +186 -0
  104. package/src/operations/index.ts +10 -0
  105. package/src/operations/operations.ts +59 -0
  106. package/src/operations/workflowOperations.ts +449 -0
  107. package/src/operationsInterfaces/index.ts +10 -0
  108. package/src/operationsInterfaces/operations.ts +21 -0
  109. package/src/operationsInterfaces/workflowOperations.ts +92 -0
  110. package/tsconfig.json +33 -0
  111. package/types/arm-devhub.d.ts +609 -0
  112. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,458 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /**
5
+ * List of operations supported by the resource provider
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: Operation[];
9
+ /**
10
+ * URL to get the next set of operation list results (if there are any).
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
+ export interface Operation {
17
+ /**
18
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly name?: string;
22
+ /**
23
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly isDataAction?: boolean;
27
+ /** Localized display information for this particular operation. */
28
+ display?: OperationDisplay;
29
+ /**
30
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly origin?: Origin;
34
+ /**
35
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly actionType?: ActionType;
39
+ }
40
+ /** Localized display information for this particular operation. */
41
+ export interface OperationDisplay {
42
+ /**
43
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly provider?: string;
47
+ /**
48
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly resource?: string;
52
+ /**
53
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly operation?: string;
57
+ /**
58
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly description?: string;
62
+ }
63
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
64
+ export interface ErrorResponse {
65
+ /** The error object. */
66
+ error?: ErrorDetail;
67
+ }
68
+ /** The error detail. */
69
+ export interface ErrorDetail {
70
+ /**
71
+ * The error code.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly code?: string;
75
+ /**
76
+ * The error message.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly message?: string;
80
+ /**
81
+ * The error target.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly target?: string;
85
+ /**
86
+ * The error details.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly details?: ErrorDetail[];
90
+ /**
91
+ * The error additional info.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly additionalInfo?: ErrorAdditionalInfo[];
95
+ }
96
+ /** The resource management error additional info. */
97
+ export interface ErrorAdditionalInfo {
98
+ /**
99
+ * The additional info type.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /**
104
+ * The additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly info?: Record<string, unknown>;
108
+ }
109
+ /** GitHubOAuth request object */
110
+ export interface GitHubOAuthCallRequest {
111
+ /** The URL the client will redirect to on successful authentication. If empty, no redirect will occur. */
112
+ redirectUrl?: string;
113
+ }
114
+ /** URL used to authorize the Developer Hub GitHub App */
115
+ export interface GitHubOAuthInfoResponse {
116
+ /** URL for authorizing the Developer Hub GitHub App */
117
+ authURL?: string;
118
+ /** OAuth token used to make calls to GitHub */
119
+ token?: string;
120
+ }
121
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
122
+ export interface Resource {
123
+ /**
124
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
126
+ */
127
+ readonly id?: string;
128
+ /**
129
+ * The name of the resource
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly name?: string;
133
+ /**
134
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
136
+ */
137
+ readonly type?: string;
138
+ /**
139
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
140
+ * NOTE: This property will not be serialized. It can only be populated by the server.
141
+ */
142
+ readonly systemData?: SystemData;
143
+ }
144
+ /** Metadata pertaining to creation and last modification of the resource. */
145
+ export interface SystemData {
146
+ /** The identity that created the resource. */
147
+ createdBy?: string;
148
+ /** The type of identity that created the resource. */
149
+ createdByType?: CreatedByType;
150
+ /** The timestamp of resource creation (UTC). */
151
+ createdAt?: Date;
152
+ /** The identity that last modified the resource. */
153
+ lastModifiedBy?: string;
154
+ /** The type of identity that last modified the resource. */
155
+ lastModifiedByType?: CreatedByType;
156
+ /** The timestamp of resource last modification (UTC) */
157
+ lastModifiedAt?: Date;
158
+ }
159
+ /** The response from List GitHubOAuth operation. */
160
+ export interface GitHubOAuthListResponse {
161
+ /** Singleton list response containing one GitHubOAuthResponse response */
162
+ value?: GitHubOAuthResponse[];
163
+ }
164
+ /** The response from List Workflows operation. */
165
+ export interface WorkflowListResult {
166
+ /** The list of workflows. */
167
+ value?: Workflow[];
168
+ /**
169
+ * The URL to the next set of workflow results.
170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
171
+ */
172
+ readonly nextLink?: string;
173
+ }
174
+ export interface DeploymentProperties {
175
+ /** Determines the type of manifests within the repository. */
176
+ manifestType?: ManifestType;
177
+ kubeManifestLocations?: string[];
178
+ /** Helm chart directory path in repository. */
179
+ helmChartPath?: string;
180
+ /** Helm Values.yaml file location in repository. */
181
+ helmValues?: string;
182
+ /** Manifest override values. */
183
+ overrides?: {
184
+ [propertyName: string]: string;
185
+ };
186
+ }
187
+ /** Information on the azure container registry */
188
+ export interface Acr {
189
+ /** ACR subscription id */
190
+ acrSubscriptionId?: string;
191
+ /** ACR resource group */
192
+ acrResourceGroup?: string;
193
+ /** ACR registry */
194
+ acrRegistryName?: string;
195
+ /** ACR repository */
196
+ acrRepositoryName?: string;
197
+ }
198
+ /** The fields needed for OIDC with GitHub. */
199
+ export interface GitHubWorkflowProfileOidcCredentials {
200
+ /** Azure Application Client ID */
201
+ azureClientId?: string;
202
+ /** Azure Directory (tenant) ID */
203
+ azureTenantId?: string;
204
+ }
205
+ export interface WorkflowRun {
206
+ /**
207
+ * Describes if the workflow run succeeded.
208
+ * NOTE: This property will not be serialized. It can only be populated by the server.
209
+ */
210
+ readonly succeeded?: boolean;
211
+ /**
212
+ * URL to the run of the workflow.
213
+ * NOTE: This property will not be serialized. It can only be populated by the server.
214
+ */
215
+ readonly workflowRunURL?: string;
216
+ /**
217
+ * The timestamp of the last workflow run.
218
+ * NOTE: This property will not be serialized. It can only be populated by the server.
219
+ */
220
+ readonly lastRunAt?: Date;
221
+ }
222
+ /** delete response if content must be provided on delete operation */
223
+ export interface DeleteWorkflowResponse {
224
+ /** delete status message */
225
+ status?: string;
226
+ }
227
+ /** Resource tags. */
228
+ export interface TagsObject {
229
+ /** Dictionary of <string> */
230
+ tags?: {
231
+ [propertyName: string]: string;
232
+ };
233
+ }
234
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
235
+ export interface ProxyResource extends Resource {
236
+ }
237
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
238
+ export interface TrackedResource extends Resource {
239
+ /** Resource tags. */
240
+ tags?: {
241
+ [propertyName: string]: string;
242
+ };
243
+ /** The geo-location where the resource lives */
244
+ location: string;
245
+ }
246
+ /** Singleton response of GitHubOAuth containing */
247
+ export interface GitHubOAuthResponse extends ProxyResource {
248
+ /** user making request */
249
+ username?: string;
250
+ }
251
+ /** Resource representation of a workflow */
252
+ export interface Workflow extends TrackedResource {
253
+ /** Repository Owner */
254
+ repositoryOwner?: string;
255
+ /** Repository Name */
256
+ repositoryName?: string;
257
+ /** Repository Branch Name */
258
+ branchName?: string;
259
+ /** Path to the Dockerfile within the repository. */
260
+ dockerfile?: string;
261
+ /** Path to Dockerfile Build Context within the repository. */
262
+ dockerBuildContext?: string;
263
+ deploymentProperties?: DeploymentProperties;
264
+ /** Kubernetes namespace the application is deployed to. */
265
+ namespace?: string;
266
+ /** Information on the azure container registry */
267
+ acr?: Acr;
268
+ /** The fields needed for OIDC with GitHub. */
269
+ oidcCredentials?: GitHubWorkflowProfileOidcCredentials;
270
+ /** The Azure Kubernetes Cluster Resource the application will be deployed to. */
271
+ aksResourceId?: string;
272
+ /**
273
+ * The URL to the Pull Request submitted against the users repository.
274
+ * NOTE: This property will not be serialized. It can only be populated by the server.
275
+ */
276
+ readonly prURL?: string;
277
+ /**
278
+ * The number associated with the submitted pull request.
279
+ * NOTE: This property will not be serialized. It can only be populated by the server.
280
+ */
281
+ readonly pullNumber?: number;
282
+ /**
283
+ * The status of the Pull Request submitted against the users repository.
284
+ * NOTE: This property will not be serialized. It can only be populated by the server.
285
+ */
286
+ readonly prStatus?: PullRequestStatus;
287
+ lastWorkflowRun?: WorkflowRun;
288
+ /** Determines the type of manifests within the repository. */
289
+ authStatus?: ManifestType;
290
+ }
291
+ /** Known values of {@link Origin} that the service accepts. */
292
+ export declare enum KnownOrigin {
293
+ /** User */
294
+ User = "user",
295
+ /** System */
296
+ System = "system",
297
+ /** UserSystem */
298
+ UserSystem = "user,system"
299
+ }
300
+ /**
301
+ * Defines values for Origin. \
302
+ * {@link KnownOrigin} can be used interchangeably with Origin,
303
+ * this enum contains the known values that the service supports.
304
+ * ### Known values supported by the service
305
+ * **user** \
306
+ * **system** \
307
+ * **user,system**
308
+ */
309
+ export declare type Origin = string;
310
+ /** Known values of {@link ActionType} that the service accepts. */
311
+ export declare enum KnownActionType {
312
+ /** Internal */
313
+ Internal = "Internal"
314
+ }
315
+ /**
316
+ * Defines values for ActionType. \
317
+ * {@link KnownActionType} can be used interchangeably with ActionType,
318
+ * this enum contains the known values that the service supports.
319
+ * ### Known values supported by the service
320
+ * **Internal**
321
+ */
322
+ export declare type ActionType = string;
323
+ /** Known values of {@link CreatedByType} that the service accepts. */
324
+ export declare enum KnownCreatedByType {
325
+ /** User */
326
+ User = "User",
327
+ /** Application */
328
+ Application = "Application",
329
+ /** ManagedIdentity */
330
+ ManagedIdentity = "ManagedIdentity",
331
+ /** Key */
332
+ Key = "Key"
333
+ }
334
+ /**
335
+ * Defines values for CreatedByType. \
336
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
337
+ * this enum contains the known values that the service supports.
338
+ * ### Known values supported by the service
339
+ * **User** \
340
+ * **Application** \
341
+ * **ManagedIdentity** \
342
+ * **Key**
343
+ */
344
+ export declare type CreatedByType = string;
345
+ /** Known values of {@link ManifestType} that the service accepts. */
346
+ export declare enum KnownManifestType {
347
+ /** Repositories using helm */
348
+ Helm = "helm",
349
+ /** Repositories using kubernetes manifests */
350
+ Kube = "kube"
351
+ }
352
+ /**
353
+ * Defines values for ManifestType. \
354
+ * {@link KnownManifestType} can be used interchangeably with ManifestType,
355
+ * this enum contains the known values that the service supports.
356
+ * ### Known values supported by the service
357
+ * **helm**: Repositories using helm \
358
+ * **kube**: Repositories using kubernetes manifests
359
+ */
360
+ export declare type ManifestType = string;
361
+ /** Known values of {@link PullRequestStatus} that the service accepts. */
362
+ export declare enum KnownPullRequestStatus {
363
+ /** Pull Request state unknown. */
364
+ Unknown = "unknown",
365
+ /** Pull Request submitted to repository. */
366
+ Submitted = "submitted",
367
+ /** Pull Request merged into repository. */
368
+ Merged = "merged",
369
+ /** Workflow no longer found within repository. */
370
+ Removed = "removed"
371
+ }
372
+ /**
373
+ * Defines values for PullRequestStatus. \
374
+ * {@link KnownPullRequestStatus} can be used interchangeably with PullRequestStatus,
375
+ * this enum contains the known values that the service supports.
376
+ * ### Known values supported by the service
377
+ * **unknown**: Pull Request state unknown. \
378
+ * **submitted**: Pull Request submitted to repository. \
379
+ * **merged**: Pull Request merged into repository. \
380
+ * **removed**: Workflow no longer found within repository.
381
+ */
382
+ export declare type PullRequestStatus = string;
383
+ /** Optional parameters. */
384
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
385
+ }
386
+ /** Contains response data for the list operation. */
387
+ export declare type OperationsListResponse = OperationListResult;
388
+ /** Optional parameters. */
389
+ export interface GitHubOAuthOptionalParams extends coreClient.OperationOptions {
390
+ /** GitHubOAuth request object */
391
+ parameters?: GitHubOAuthCallRequest;
392
+ }
393
+ /** Contains response data for the gitHubOAuth operation. */
394
+ export declare type GitHubOAuthOperationResponse = GitHubOAuthInfoResponse;
395
+ /** Optional parameters. */
396
+ export interface GitHubOAuthCallbackOptionalParams extends coreClient.OperationOptions {
397
+ }
398
+ /** Contains response data for the gitHubOAuthCallback operation. */
399
+ export declare type GitHubOAuthCallbackResponse = GitHubOAuthResponse;
400
+ /** Optional parameters. */
401
+ export interface ListGitHubOAuthOptionalParams extends coreClient.OperationOptions {
402
+ }
403
+ /** Contains response data for the listGitHubOAuth operation. */
404
+ export declare type ListGitHubOAuthResponse = GitHubOAuthListResponse;
405
+ /** Optional parameters. */
406
+ export interface WorkflowListOptionalParams extends coreClient.OperationOptions {
407
+ }
408
+ /** Contains response data for the list operation. */
409
+ export declare type WorkflowListResponse = WorkflowListResult;
410
+ /** Optional parameters. */
411
+ export interface WorkflowListByResourceGroupOptionalParams extends coreClient.OperationOptions {
412
+ /** The ManagedCluster resource associated with the workflows. */
413
+ managedClusterResource?: string;
414
+ }
415
+ /** Contains response data for the listByResourceGroup operation. */
416
+ export declare type WorkflowListByResourceGroupResponse = WorkflowListResult;
417
+ /** Optional parameters. */
418
+ export interface WorkflowGetOptionalParams extends coreClient.OperationOptions {
419
+ }
420
+ /** Contains response data for the get operation. */
421
+ export declare type WorkflowGetResponse = Workflow;
422
+ /** Optional parameters. */
423
+ export interface WorkflowCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
424
+ }
425
+ /** Contains response data for the createOrUpdate operation. */
426
+ export declare type WorkflowCreateOrUpdateResponse = Workflow;
427
+ /** Optional parameters. */
428
+ export interface WorkflowDeleteOptionalParams extends coreClient.OperationOptions {
429
+ }
430
+ /** Contains response data for the delete operation. */
431
+ export declare type WorkflowDeleteResponse = DeleteWorkflowResponse;
432
+ /** Optional parameters. */
433
+ export interface WorkflowUpdateTagsOptionalParams extends coreClient.OperationOptions {
434
+ }
435
+ /** Contains response data for the updateTags operation. */
436
+ export declare type WorkflowUpdateTagsResponse = Workflow;
437
+ /** Optional parameters. */
438
+ export interface WorkflowListNextOptionalParams extends coreClient.OperationOptions {
439
+ }
440
+ /** Contains response data for the listNext operation. */
441
+ export declare type WorkflowListNextResponse = WorkflowListResult;
442
+ /** Optional parameters. */
443
+ export interface WorkflowListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
444
+ /** The ManagedCluster resource associated with the workflows. */
445
+ managedClusterResource?: string;
446
+ }
447
+ /** Contains response data for the listByResourceGroupNext operation. */
448
+ export declare type WorkflowListByResourceGroupNextResponse = WorkflowListResult;
449
+ /** Optional parameters. */
450
+ export interface DeveloperHubServiceClientOptionalParams extends coreClient.ServiceClientOptions {
451
+ /** server parameter */
452
+ $host?: string;
453
+ /** Api Version */
454
+ apiVersion?: string;
455
+ /** Overrides client endpoint. */
456
+ endpoint?: string;
457
+ }
458
+ //# sourceMappingURL=index.d.ts.map
@@ -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,56 @@
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
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAoTH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,8BAA8B;IAC9B,kCAAa,CAAA;IACb,8CAA8C;IAC9C,kCAAa,CAAA;AACf,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,kCAAkC;IAClC,6CAAmB,CAAA;IACnB,4CAA4C;IAC5C,iDAAuB,CAAA;IACvB,2CAA2C;IAC3C,2CAAiB,CAAA;IACjB,kDAAkD;IAClD,6CAAmB,CAAA;AACrB,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC"}
@@ -0,0 +1,24 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationListResult: coreClient.CompositeMapper;
3
+ export declare const Operation: coreClient.CompositeMapper;
4
+ export declare const OperationDisplay: coreClient.CompositeMapper;
5
+ export declare const ErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorDetail: coreClient.CompositeMapper;
7
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
8
+ export declare const GitHubOAuthCallRequest: coreClient.CompositeMapper;
9
+ export declare const GitHubOAuthInfoResponse: coreClient.CompositeMapper;
10
+ export declare const Resource: coreClient.CompositeMapper;
11
+ export declare const SystemData: coreClient.CompositeMapper;
12
+ export declare const GitHubOAuthListResponse: coreClient.CompositeMapper;
13
+ export declare const WorkflowListResult: coreClient.CompositeMapper;
14
+ export declare const DeploymentProperties: coreClient.CompositeMapper;
15
+ export declare const Acr: coreClient.CompositeMapper;
16
+ export declare const GitHubWorkflowProfileOidcCredentials: coreClient.CompositeMapper;
17
+ export declare const WorkflowRun: coreClient.CompositeMapper;
18
+ export declare const DeleteWorkflowResponse: coreClient.CompositeMapper;
19
+ export declare const TagsObject: coreClient.CompositeMapper;
20
+ export declare const ProxyResource: coreClient.CompositeMapper;
21
+ export declare const TrackedResource: coreClient.CompositeMapper;
22
+ export declare const GitHubOAuthResponse: coreClient.CompositeMapper;
23
+ export declare const Workflow: coreClient.CompositeMapper;
24
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +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,eA4BpC,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,eAyGjC,CAAC"}