@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
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/operations/workflowOperations.ts","../src/developerHubServiceClient.ts"],"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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n","/*\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}\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 /** 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 namespace?: 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 /** Determines the type of manifests within the repository. */\n authStatus?: ManifestType;\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/** 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 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","/*\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\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const GitHubOAuthCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthCallRequest\",\n modelProperties: {\n redirectUrl: {\n serializedName: \"redirectUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GitHubOAuthInfoResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthInfoResponse\",\n modelProperties: {\n authURL: {\n serializedName: \"authURL\",\n type: {\n name: \"String\"\n }\n },\n token: {\n serializedName: \"token\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const GitHubOAuthListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthResponse\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WorkflowListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Workflow\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeploymentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentProperties\",\n modelProperties: {\n manifestType: {\n serializedName: \"manifestType\",\n type: {\n name: \"String\"\n }\n },\n kubeManifestLocations: {\n serializedName: \"kubeManifestLocations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n helmChartPath: {\n serializedName: \"helmChartPath\",\n type: {\n name: \"String\"\n }\n },\n helmValues: {\n serializedName: \"helmValues\",\n type: {\n name: \"String\"\n }\n },\n overrides: {\n serializedName: \"overrides\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const Acr: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Acr\",\n modelProperties: {\n acrSubscriptionId: {\n serializedName: \"acrSubscriptionId\",\n type: {\n name: \"String\"\n }\n },\n acrResourceGroup: {\n serializedName: \"acrResourceGroup\",\n type: {\n name: \"String\"\n }\n },\n acrRegistryName: {\n serializedName: \"acrRegistryName\",\n type: {\n name: \"String\"\n }\n },\n acrRepositoryName: {\n serializedName: \"acrRepositoryName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GitHubWorkflowProfileOidcCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubWorkflowProfileOidcCredentials\",\n modelProperties: {\n azureClientId: {\n serializedName: \"azureClientId\",\n type: {\n name: \"String\"\n }\n },\n azureTenantId: {\n serializedName: \"azureTenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WorkflowRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowRun\",\n modelProperties: {\n succeeded: {\n serializedName: \"succeeded\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n workflowRunURL: {\n serializedName: \"workflowRunURL\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastRunAt: {\n serializedName: \"lastRunAt\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const DeleteWorkflowResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeleteWorkflowResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TagsObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GitHubOAuthResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthResponse\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n username: {\n serializedName: \"properties.username\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Workflow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Workflow\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n repositoryOwner: {\n serializedName: \"properties.githubWorkflowProfile.repositoryOwner\",\n type: {\n name: \"String\"\n }\n },\n repositoryName: {\n serializedName: \"properties.githubWorkflowProfile.repositoryName\",\n type: {\n name: \"String\"\n }\n },\n branchName: {\n serializedName: \"properties.githubWorkflowProfile.branchName\",\n type: {\n name: \"String\"\n }\n },\n dockerfile: {\n serializedName: \"properties.githubWorkflowProfile.dockerfile\",\n type: {\n name: \"String\"\n }\n },\n dockerBuildContext: {\n serializedName: \"properties.githubWorkflowProfile.dockerBuildContext\",\n type: {\n name: \"String\"\n }\n },\n deploymentProperties: {\n serializedName: \"properties.githubWorkflowProfile.deploymentProperties\",\n type: {\n name: \"Composite\",\n className: \"DeploymentProperties\"\n }\n },\n namespace: {\n serializedName: \"properties.githubWorkflowProfile.namespace\",\n type: {\n name: \"String\"\n }\n },\n acr: {\n serializedName: \"properties.githubWorkflowProfile.acr\",\n type: {\n name: \"Composite\",\n className: \"Acr\"\n }\n },\n oidcCredentials: {\n serializedName: \"properties.githubWorkflowProfile.oidcCredentials\",\n type: {\n name: \"Composite\",\n className: \"GitHubWorkflowProfileOidcCredentials\"\n }\n },\n aksResourceId: {\n serializedName: \"properties.githubWorkflowProfile.aksResourceId\",\n type: {\n name: \"String\"\n }\n },\n prURL: {\n serializedName: \"properties.githubWorkflowProfile.prURL\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n pullNumber: {\n serializedName: \"properties.githubWorkflowProfile.pullNumber\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n prStatus: {\n serializedName: \"properties.githubWorkflowProfile.prStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastWorkflowRun: {\n serializedName: \"properties.githubWorkflowProfile.lastWorkflowRun\",\n type: {\n name: \"Composite\",\n className: \"WorkflowRun\"\n }\n },\n authStatus: {\n serializedName: \"properties.githubWorkflowProfile.authStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n GitHubOAuthCallRequest as GitHubOAuthCallRequestMapper,\n Workflow as WorkflowMapper,\n TagsObject as TagsObjectMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-04-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: GitHubOAuthCallRequestMapper\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const code: OperationQueryParameter = {\n parameterPath: \"code\",\n mapper: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const state: OperationQueryParameter = {\n parameterPath: \"state\",\n mapper: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const managedClusterResource: OperationQueryParameter = {\n parameterPath: [\"options\", \"managedClusterResource\"],\n mapper: {\n serializedName: \"managedClusterResource\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workflowName: OperationURLParameter = {\n parameterPath: \"workflowName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$\"\n ),\n MaxLength: 63,\n MinLength: 1\n },\n serializedName: \"workflowName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WorkflowMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TagsObjectMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n","/*\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 { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DeveloperHubServiceClient } from \"../developerHubServiceClient\";\nimport {\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models\";\n\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: DeveloperHubServiceClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: DeveloperHubServiceClient) {\n this.client = client;\n }\n\n /**\n * Returns list of operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.DevHub/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { WorkflowOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DeveloperHubServiceClient } from \"../developerHubServiceClient\";\nimport {\n Workflow,\n WorkflowListNextOptionalParams,\n WorkflowListOptionalParams,\n WorkflowListResponse,\n WorkflowListByResourceGroupNextOptionalParams,\n WorkflowListByResourceGroupOptionalParams,\n WorkflowListByResourceGroupResponse,\n WorkflowGetOptionalParams,\n WorkflowGetResponse,\n WorkflowCreateOrUpdateOptionalParams,\n WorkflowCreateOrUpdateResponse,\n WorkflowDeleteOptionalParams,\n WorkflowDeleteResponse,\n TagsObject,\n WorkflowUpdateTagsOptionalParams,\n WorkflowUpdateTagsResponse,\n WorkflowListNextResponse,\n WorkflowListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing WorkflowOperations operations. */\nexport class WorkflowOperationsImpl implements WorkflowOperations {\n private readonly client: DeveloperHubServiceClient;\n\n /**\n * Initialize a new instance of the class WorkflowOperations class.\n * @param client Reference to the service client\n */\n constructor(client: DeveloperHubServiceClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of workflows associated with the specified subscription.\n * @param options The options parameters.\n */\n public list(\n options?: WorkflowListOptionalParams\n ): PagedAsyncIterableIterator<Workflow> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: WorkflowListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Workflow[]> {\n let result: WorkflowListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: WorkflowListOptionalParams\n ): AsyncIterableIterator<Workflow> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of workflows within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: WorkflowListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Workflow> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: WorkflowListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Workflow[]> {\n let result: WorkflowListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: WorkflowListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Workflow> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of workflows associated with the specified subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: WorkflowListOptionalParams\n ): Promise<WorkflowListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets a list of workflows within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: WorkflowListByResourceGroupOptionalParams\n ): Promise<WorkflowListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets a workflow.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workflowName The name of the workflow resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n workflowName: string,\n options?: WorkflowGetOptionalParams\n ): Promise<WorkflowGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workflowName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a workflow\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workflowName The name of the workflow resource.\n * @param parameters Resource representation of a workflow\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n workflowName: string,\n parameters: Workflow,\n options?: WorkflowCreateOrUpdateOptionalParams\n ): Promise<WorkflowCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workflowName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Deletes a workflow\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workflowName The name of the workflow resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n workflowName: string,\n options?: WorkflowDeleteOptionalParams\n ): Promise<WorkflowDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workflowName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Updates tags on a workflow.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workflowName The name of the workflow resource.\n * @param parameters Parameters supplied to the Update Workflow Tags operation.\n * @param options The options parameters.\n */\n updateTags(\n resourceGroupName: string,\n workflowName: string,\n parameters: TagsObject,\n options?: WorkflowUpdateTagsOptionalParams\n ): Promise<WorkflowUpdateTagsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workflowName, parameters, options },\n updateTagsOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: WorkflowListNextOptionalParams\n ): Promise<WorkflowListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: WorkflowListByResourceGroupNextOptionalParams\n ): Promise<WorkflowListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DevHub/workflows\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkflowListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkflowListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.managedClusterResource],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows/{workflowName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Workflow\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workflowName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows/{workflowName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Workflow\n },\n 201: {\n bodyMapper: Mappers.Workflow\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workflowName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows/{workflowName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeleteWorkflowResponse\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workflowName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateTagsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows/{workflowName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Workflow\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workflowName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkflowListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkflowListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport { OperationsImpl, WorkflowOperationsImpl } from \"./operations\";\nimport { Operations, WorkflowOperations } from \"./operationsInterfaces\";\nimport * as Parameters from \"./models/parameters\";\nimport * as Mappers from \"./models/mappers\";\nimport {\n DeveloperHubServiceClientOptionalParams,\n GitHubOAuthOptionalParams,\n GitHubOAuthOperationResponse,\n GitHubOAuthCallbackOptionalParams,\n GitHubOAuthCallbackResponse,\n ListGitHubOAuthOptionalParams,\n ListGitHubOAuthResponse\n} from \"./models\";\n\nexport class DeveloperHubServiceClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the DeveloperHubServiceClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: DeveloperHubServiceClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: DeveloperHubServiceClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-devhub/1.0.0-beta.2`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2022-04-01-preview\";\n this.operations = new OperationsImpl(this);\n this.workflowOperations = new WorkflowOperationsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n /**\n * Gets GitHubOAuth info used to authenticate users with the Developer Hub GitHub App.\n * @param location The name of Azure region.\n * @param options The options parameters.\n */\n gitHubOAuth(\n location: string,\n options?: GitHubOAuthOptionalParams\n ): Promise<GitHubOAuthOperationResponse> {\n return this.sendOperationRequest(\n { location, options },\n gitHubOAuthOperationSpec\n );\n }\n\n /**\n * Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.\n * @param location The name of Azure region.\n * @param code The code response from authenticating the GitHub App.\n * @param state The state response from authenticating the GitHub App.\n * @param options The options parameters.\n */\n gitHubOAuthCallback(\n location: string,\n code: string,\n state: string,\n options?: GitHubOAuthCallbackOptionalParams\n ): Promise<GitHubOAuthCallbackResponse> {\n return this.sendOperationRequest(\n { location, code, state, options },\n gitHubOAuthCallbackOperationSpec\n );\n }\n\n /**\n * Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.\n * @param location The name of Azure region.\n * @param options The options parameters.\n */\n listGitHubOAuth(\n location: string,\n options?: ListGitHubOAuthOptionalParams\n ): Promise<ListGitHubOAuthResponse> {\n return this.sendOperationRequest(\n { location, options },\n listGitHubOAuthOperationSpec\n );\n }\n\n operations: Operations;\n workflowOperations: WorkflowOperations;\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst gitHubOAuthOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DevHub/locations/{location}/githuboauth/default/getGitHubOAuthInfo\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.GitHubOAuthInfoResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst gitHubOAuthCallbackOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DevHub/locations/{location}/githuboauth/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GitHubOAuthResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.code, Parameters.state],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGitHubOAuthOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DevHub/locations/{location}/githuboauth\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GitHubOAuthListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"],"names":["KnownOrigin","KnownActionType","KnownCreatedByType","KnownManifestType","KnownPullRequestStatus","GitHubOAuthCallRequestMapper","WorkflowMapper","TagsObjectMapper","listOperationSpec","serializer","coreClient","Mappers.OperationListResult","Mappers.ErrorResponse","Parameters.apiVersion","Parameters.$host","Parameters.accept","__await","__asyncValues","__asyncDelegator","Mappers.WorkflowListResult","Parameters.subscriptionId","Parameters.managedClusterResource","Parameters.resourceGroupName","Mappers.Workflow","Parameters.workflowName","Parameters.parameters1","Parameters.contentType","Mappers.DeleteWorkflowResponse","Parameters.parameters2","Parameters.nextLink","coreRestPipeline","Mappers.GitHubOAuthInfoResponse","Parameters.parameters","Parameters.location","Mappers.GitHubOAuthResponse","Parameters.code","Parameters.state","Mappers.GitHubOAuthListResponse"],"mappings":"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"}
|
package/dist/index.min.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),coreClient=require("@azure/core-client"),coreRestPipeline=require("@azure/core-rest-pipeline");function _interopNamespace(t){var a;return t&&t.__esModule?t:(a=Object.create(null),t&&Object.keys(t).forEach(function(e){var r;"default"!==e&&(r=Object.getOwnPropertyDescriptor(t,e),Object.defineProperty(a,e,r.get?r:{enumerable:!0,get:function(){return t[e]}}))}),a.default=t,Object.freeze(a))}var coreClient__namespace=_interopNamespace(coreClient),coreRestPipeline__namespace=_interopNamespace(coreRestPipeline);const pageMap=new WeakMap;function getContinuationToken(e){return"object"!=typeof e||null===e||null==(e=pageMap.get(e))?void 0:e.continuationToken}function setContinuationToken(e,r){var t;"object"==typeof e&&null!==e&&r&&((t=null!=(t=pageMap.get(e))?t:{}).continuationToken=r,pageMap.set(e,t))}exports.KnownOrigin=void 0,function(e){e.User="user",e.System="system",e.UserSystem="user,system"}(exports.KnownOrigin||(exports.KnownOrigin={})),exports.KnownActionType=void 0,(exports.KnownActionType||(exports.KnownActionType={})).Internal="Internal",exports.KnownCreatedByType=void 0,function(e){e.User="User",e.Application="Application",e.ManagedIdentity="ManagedIdentity",e.Key="Key"}(exports.KnownCreatedByType||(exports.KnownCreatedByType={})),exports.KnownManifestType=void 0,function(e){e.Helm="helm",e.Kube="kube"}(exports.KnownManifestType||(exports.KnownManifestType={})),exports.KnownPullRequestStatus=void 0,function(e){e.Unknown="unknown",e.Submitted="submitted",e.Merged="merged",e.Removed="removed"}(exports.KnownPullRequestStatus||(exports.KnownPullRequestStatus={}));const OperationListResult={type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"value",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},Operation={type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",readOnly:!0,type:{name:"String"}},isDataAction:{serializedName:"isDataAction",readOnly:!0,type:{name:"Boolean"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{serializedName:"origin",readOnly:!0,type:{name:"String"}},actionType:{serializedName:"actionType",readOnly:!0,type:{name:"String"}}}}},OperationDisplay={type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",readOnly:!0,type:{name:"String"}},resource:{serializedName:"resource",readOnly:!0,type:{name:"String"}},operation:{serializedName:"operation",readOnly:!0,type:{name:"String"}},description:{serializedName:"description",readOnly:!0,type:{name:"String"}}}}},ErrorResponse={type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetail"}}}}},ErrorDetail={type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{serializedName:"code",readOnly:!0,type:{name:"String"}},message:{serializedName:"message",readOnly:!0,type:{name:"String"}},target:{serializedName:"target",readOnly:!0,type:{name:"String"}},details:{serializedName:"details",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}},additionalInfo:{serializedName:"additionalInfo",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorAdditionalInfo"}}}}}}},ErrorAdditionalInfo={type:{name:"Composite",className:"ErrorAdditionalInfo",modelProperties:{type:{serializedName:"type",readOnly:!0,type:{name:"String"}},info:{serializedName:"info",readOnly:!0,type:{name:"Dictionary",value:{type:{name:"any"}}}}}}},GitHubOAuthCallRequest={type:{name:"Composite",className:"GitHubOAuthCallRequest",modelProperties:{redirectUrl:{serializedName:"redirectUrl",type:{name:"String"}}}}},GitHubOAuthInfoResponse={type:{name:"Composite",className:"GitHubOAuthInfoResponse",modelProperties:{authURL:{serializedName:"authURL",type:{name:"String"}},token:{serializedName:"token",type:{name:"String"}}}}},Resource={type:{name:"Composite",className:"Resource",modelProperties:{id:{serializedName:"id",readOnly:!0,type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},type:{serializedName:"type",readOnly:!0,type:{name:"String"}},systemData:{serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}}}},SystemData={type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},GitHubOAuthListResponse={type:{name:"Composite",className:"GitHubOAuthListResponse",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"GitHubOAuthResponse"}}}}}}},WorkflowListResult={type:{name:"Composite",className:"WorkflowListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Workflow"}}}},nextLink:{serializedName:"nextLink",readOnly:!0,type:{name:"String"}}}}},DeploymentProperties={type:{name:"Composite",className:"DeploymentProperties",modelProperties:{manifestType:{serializedName:"manifestType",type:{name:"String"}},kubeManifestLocations:{serializedName:"kubeManifestLocations",type:{name:"Sequence",element:{type:{name:"String"}}}},helmChartPath:{serializedName:"helmChartPath",type:{name:"String"}},helmValues:{serializedName:"helmValues",type:{name:"String"}},overrides:{serializedName:"overrides",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},Acr={type:{name:"Composite",className:"Acr",modelProperties:{acrSubscriptionId:{serializedName:"acrSubscriptionId",type:{name:"String"}},acrResourceGroup:{serializedName:"acrResourceGroup",type:{name:"String"}},acrRegistryName:{serializedName:"acrRegistryName",type:{name:"String"}},acrRepositoryName:{serializedName:"acrRepositoryName",type:{name:"String"}}}}},GitHubWorkflowProfileOidcCredentials={type:{name:"Composite",className:"GitHubWorkflowProfileOidcCredentials",modelProperties:{azureClientId:{serializedName:"azureClientId",type:{name:"String"}},azureTenantId:{serializedName:"azureTenantId",type:{name:"String"}}}}},WorkflowRun={type:{name:"Composite",className:"WorkflowRun",modelProperties:{succeeded:{serializedName:"succeeded",readOnly:!0,type:{name:"Boolean"}},workflowRunURL:{serializedName:"workflowRunURL",readOnly:!0,type:{name:"String"}},lastRunAt:{serializedName:"lastRunAt",readOnly:!0,type:{name:"DateTime"}}}}},DeleteWorkflowResponse={type:{name:"Composite",className:"DeleteWorkflowResponse",modelProperties:{status:{serializedName:"status",type:{name:"String"}}}}},TagsObject={type:{name:"Composite",className:"TagsObject",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},ProxyResource={type:{name:"Composite",className:"ProxyResource",modelProperties:Object.assign({},Resource.type.modelProperties)}},TrackedResource={type:{name:"Composite",className:"TrackedResource",modelProperties:Object.assign(Object.assign({},Resource.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{serializedName:"location",required:!0,type:{name:"String"}}})}},GitHubOAuthResponse={type:{name:"Composite",className:"GitHubOAuthResponse",modelProperties:Object.assign(Object.assign({},ProxyResource.type.modelProperties),{username:{serializedName:"properties.username",type:{name:"String"}}})}},Workflow={type:{name:"Composite",className:"Workflow",modelProperties:Object.assign(Object.assign({},TrackedResource.type.modelProperties),{repositoryOwner:{serializedName:"properties.githubWorkflowProfile.repositoryOwner",type:{name:"String"}},repositoryName:{serializedName:"properties.githubWorkflowProfile.repositoryName",type:{name:"String"}},branchName:{serializedName:"properties.githubWorkflowProfile.branchName",type:{name:"String"}},dockerfile:{serializedName:"properties.githubWorkflowProfile.dockerfile",type:{name:"String"}},dockerBuildContext:{serializedName:"properties.githubWorkflowProfile.dockerBuildContext",type:{name:"String"}},deploymentProperties:{serializedName:"properties.githubWorkflowProfile.deploymentProperties",type:{name:"Composite",className:"DeploymentProperties"}},namespace:{serializedName:"properties.githubWorkflowProfile.namespace",type:{name:"String"}},acr:{serializedName:"properties.githubWorkflowProfile.acr",type:{name:"Composite",className:"Acr"}},oidcCredentials:{serializedName:"properties.githubWorkflowProfile.oidcCredentials",type:{name:"Composite",className:"GitHubWorkflowProfileOidcCredentials"}},aksResourceId:{serializedName:"properties.githubWorkflowProfile.aksResourceId",type:{name:"String"}},prURL:{serializedName:"properties.githubWorkflowProfile.prURL",readOnly:!0,type:{name:"String"}},pullNumber:{serializedName:"properties.githubWorkflowProfile.pullNumber",readOnly:!0,type:{name:"Number"}},prStatus:{serializedName:"properties.githubWorkflowProfile.prStatus",readOnly:!0,type:{name:"String"}},lastWorkflowRun:{serializedName:"properties.githubWorkflowProfile.lastWorkflowRun",type:{name:"Composite",className:"WorkflowRun"}},authStatus:{serializedName:"properties.githubWorkflowProfile.authStatus",type:{name:"String"}}})}};var Mappers=Object.freeze({__proto__:null,OperationListResult:OperationListResult,Operation:Operation,OperationDisplay:OperationDisplay,ErrorResponse:ErrorResponse,ErrorDetail:ErrorDetail,ErrorAdditionalInfo:ErrorAdditionalInfo,GitHubOAuthCallRequest:GitHubOAuthCallRequest,GitHubOAuthInfoResponse:GitHubOAuthInfoResponse,Resource:Resource,SystemData:SystemData,GitHubOAuthListResponse:GitHubOAuthListResponse,WorkflowListResult:WorkflowListResult,DeploymentProperties:DeploymentProperties,Acr:Acr,GitHubWorkflowProfileOidcCredentials:GitHubWorkflowProfileOidcCredentials,WorkflowRun:WorkflowRun,DeleteWorkflowResponse:DeleteWorkflowResponse,TagsObject:TagsObject,ProxyResource:ProxyResource,TrackedResource:TrackedResource,GitHubOAuthResponse:GitHubOAuthResponse,Workflow:Workflow});const accept={parameterPath:"accept",mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},$host={parameterPath:"$host",mapper:{serializedName:"$host",required:!0,type:{name:"String"}},skipEncoding:!0},apiVersion={parameterPath:"apiVersion",mapper:{defaultValue:"2022-04-01-preview",isConstant:!0,serializedName:"api-version",type:{name:"String"}}},contentType={parameterPath:["options","contentType"],mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Content-Type",type:{name:"String"}}},parameters={parameterPath:["options","parameters"],mapper:GitHubOAuthCallRequest},subscriptionId={parameterPath:"subscriptionId",mapper:{constraints:{MinLength:1},serializedName:"subscriptionId",required:!0,type:{name:"String"}}},location={parameterPath:"location",mapper:{constraints:{MinLength:1},serializedName:"location",required:!0,type:{name:"String"}}},code={parameterPath:"code",mapper:{serializedName:"code",required:!0,type:{name:"String"}}},state={parameterPath:"state",mapper:{serializedName:"state",required:!0,type:{name:"String"}}},resourceGroupName={parameterPath:"resourceGroupName",mapper:{constraints:{MaxLength:90,MinLength:1},serializedName:"resourceGroupName",required:!0,type:{name:"String"}}},managedClusterResource={parameterPath:["options","managedClusterResource"],mapper:{serializedName:"managedClusterResource",type:{name:"String"}}},workflowName={parameterPath:"workflowName",mapper:{constraints:{Pattern:new RegExp("^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"),MaxLength:63,MinLength:1},serializedName:"workflowName",required:!0,type:{name:"String"}}},parameters1={parameterPath:"parameters",mapper:Workflow},parameters2={parameterPath:"parameters",mapper:TagsObject},nextLink={parameterPath:"nextLink",mapper:{serializedName:"nextLink",required:!0,type:{name:"String"}},skipEncoding:!0};class OperationsImpl{constructor(e){this.client=e}list(e){return this.client.sendOperationRequest({options:e},listOperationSpec$1)}}const serializer$2=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec$1={path:"/providers/Microsoft.DevHub/operations",httpMethod:"GET",responses:{200:{bodyMapper:OperationListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host],headerParameters:[accept],serializer:serializer$2};class WorkflowOperationsImpl{constructor(e){this.client=e}list(r){const e=this.listPagingAll(r);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listPagingPage(r,e)}}}listPagingPage(i,o){return tslib.__asyncGenerator(this,arguments,function*(){let e,r=null==o?void 0:o.continuationToken;var t;for(r||(setContinuationToken(t=(e=yield tslib.__await(this._list(i))).value||[],r=e.nextLink),yield yield tslib.__await(t));r;){e=yield tslib.__await(this._listNext(r,i)),r=e.nextLink;var a=e.value||[];setContinuationToken(a,r),yield yield tslib.__await(a)}})}listPagingAll(o){return tslib.__asyncGenerator(this,arguments,function*(){var r,e;try{for(var t,a=tslib.__asyncValues(this.listPagingPage(o));!(t=yield tslib.__await(a.next())).done;){var i=t.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){r={error:e}}finally{try{t&&!t.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(r)throw r.error}}})}listByResourceGroup(r,t){const e=this.listByResourceGroupPagingAll(r,t);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByResourceGroupPagingPage(r,t,e)}}}listByResourceGroupPagingPage(i,o,s){return tslib.__asyncGenerator(this,arguments,function*(){let e,r=null==s?void 0:s.continuationToken;var t;for(r||(setContinuationToken(t=(e=yield tslib.__await(this._listByResourceGroup(i,o))).value||[],r=e.nextLink),yield yield tslib.__await(t));r;){e=yield tslib.__await(this._listByResourceGroupNext(i,r,o)),r=e.nextLink;var a=e.value||[];setContinuationToken(a,r),yield yield tslib.__await(a)}})}listByResourceGroupPagingAll(o,s){return tslib.__asyncGenerator(this,arguments,function*(){var r,e;try{for(var t,a=tslib.__asyncValues(this.listByResourceGroupPagingPage(o,s));!(t=yield tslib.__await(a.next())).done;){var i=t.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){r={error:e}}finally{try{t&&!t.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(r)throw r.error}}})}_list(e){return this.client.sendOperationRequest({options:e},listOperationSpec)}_listByResourceGroup(e,r){return this.client.sendOperationRequest({resourceGroupName:e,options:r},listByResourceGroupOperationSpec)}get(e,r,t){return this.client.sendOperationRequest({resourceGroupName:e,workflowName:r,options:t},getOperationSpec)}createOrUpdate(e,r,t,a){return this.client.sendOperationRequest({resourceGroupName:e,workflowName:r,parameters:t,options:a},createOrUpdateOperationSpec)}delete(e,r,t){return this.client.sendOperationRequest({resourceGroupName:e,workflowName:r,options:t},deleteOperationSpec)}updateTags(e,r,t,a){return this.client.sendOperationRequest({resourceGroupName:e,workflowName:r,parameters:t,options:a},updateTagsOperationSpec)}_listNext(e,r){return this.client.sendOperationRequest({nextLink:e,options:r},listNextOperationSpec)}_listByResourceGroupNext(e,r,t){return this.client.sendOperationRequest({resourceGroupName:e,nextLink:r,options:t},listByResourceGroupNextOperationSpec)}}const serializer$1=coreClient__namespace.createSerializer(Mappers,!1),listOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.DevHub/workflows",httpMethod:"GET",responses:{200:{bodyMapper:WorkflowListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId],headerParameters:[accept],serializer:serializer$1},listByResourceGroupOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows",httpMethod:"GET",responses:{200:{bodyMapper:WorkflowListResult},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,managedClusterResource],urlParameters:[$host,subscriptionId,resourceGroupName],headerParameters:[accept],serializer:serializer$1},getOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows/{workflowName}",httpMethod:"GET",responses:{200:{bodyMapper:Workflow},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,workflowName],headerParameters:[accept],serializer:serializer$1},createOrUpdateOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows/{workflowName}",httpMethod:"PUT",responses:{200:{bodyMapper:Workflow},201:{bodyMapper:Workflow},default:{bodyMapper:ErrorResponse}},requestBody:parameters1,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,workflowName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},deleteOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows/{workflowName}",httpMethod:"DELETE",responses:{200:{bodyMapper:DeleteWorkflowResponse},204:{},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,workflowName],headerParameters:[accept],serializer:serializer$1},updateTagsOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevHub/workflows/{workflowName}",httpMethod:"PATCH",responses:{200:{bodyMapper:Workflow},default:{bodyMapper:ErrorResponse}},requestBody:parameters2,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,workflowName],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer$1},listNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:WorkflowListResult},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,subscriptionId,nextLink],headerParameters:[accept],serializer:serializer$1},listByResourceGroupNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:WorkflowListResult},default:{bodyMapper:ErrorResponse}},urlParameters:[$host,subscriptionId,resourceGroupName,nextLink],headerParameters:[accept],serializer:serializer$1};class DeveloperHubServiceClient extends coreClient__namespace.ServiceClient{constructor(e,r,t){if(void 0===e)throw new Error("'credentials' cannot be null");if(void 0===r)throw new Error("'subscriptionId' cannot be null");var a,i="azsdk-js-arm-devhub/1.0.0-beta.2",i=(t=t||{}).userAgentOptions&&t.userAgentOptions.userAgentPrefix?t.userAgentOptions.userAgentPrefix+" "+i:i,i=Object.assign(Object.assign(Object.assign({},{requestContentType:"application/json; charset=utf-8",credential:e}),t),{userAgentOptions:{userAgentPrefix:i},endpoint:null!=(i=null!=(i=t.endpoint)?i:t.baseUri)?i:"https://management.azure.com"});super(i);let o=!1;null!=t&&t.pipeline&&0<t.pipeline.getOrderedPolicies().length&&(a=t.pipeline.getOrderedPolicies(),o=a.some(e=>e.name===coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName)),t&&t.pipeline&&0!=t.pipeline.getOrderedPolicies().length&&o||(this.pipeline.removePolicy({name:coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName}),this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({credential:e,scopes:null!=(a=i.credentialScopes)?a:i.endpoint+"/.default",challengeCallbacks:{authorizeRequestOnChallenge:coreClient__namespace.authorizeRequestOnClaimChallenge}}))),this.subscriptionId=r,this.$host=t.$host||"https://management.azure.com",this.apiVersion=t.apiVersion||"2022-04-01-preview",this.operations=new OperationsImpl(this),this.workflowOperations=new WorkflowOperationsImpl(this),this.addCustomApiVersionPolicy(t.apiVersion)}addCustomApiVersionPolicy(i){i&&this.pipeline.addPolicy({name:"CustomApiVersionPolicy",sendRequest(t,a){return tslib.__awaiter(this,void 0,void 0,function*(){var e,r=t.url.split("?");return 1<r.length&&(e=r[1].split("&").map(e=>-1<e.indexOf("api-version")?"api-version="+i:e),t.url=r[0]+"?"+e.join("&")),a(t)})}})}gitHubOAuth(e,r){return this.sendOperationRequest({location:e,options:r},gitHubOAuthOperationSpec)}gitHubOAuthCallback(e,r,t,a){return this.sendOperationRequest({location:e,code:r,state:t,options:a},gitHubOAuthCallbackOperationSpec)}listGitHubOAuth(e,r){return this.sendOperationRequest({location:e,options:r},listGitHubOAuthOperationSpec)}}const serializer=coreClient__namespace.createSerializer(Mappers,!1),gitHubOAuthOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.DevHub/locations/{location}/githuboauth/default/getGitHubOAuthInfo",httpMethod:"POST",responses:{200:{bodyMapper:GitHubOAuthInfoResponse},default:{bodyMapper:ErrorResponse}},requestBody:parameters,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,location],headerParameters:[accept,contentType],mediaType:"json",serializer:serializer},gitHubOAuthCallbackOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.DevHub/locations/{location}/githuboauth/default",httpMethod:"GET",responses:{200:{bodyMapper:GitHubOAuthResponse},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion,code,state],urlParameters:[$host,subscriptionId,location],headerParameters:[accept],serializer:serializer},listGitHubOAuthOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.DevHub/locations/{location}/githuboauth",httpMethod:"GET",responses:{200:{bodyMapper:GitHubOAuthListResponse},default:{bodyMapper:ErrorResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,location],headerParameters:[accept],serializer:serializer};exports.DeveloperHubServiceClient=DeveloperHubServiceClient,exports.getContinuationToken=getContinuationToken;
|
package/dist/index.min.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/operations/workflowOperations.ts","../src/developerHubServiceClient.ts"],"names":["pageMap","WeakMap","getContinuationToken","page","_a","get","continuationToken","setContinuationToken","pageInfo","set","KnownOrigin","KnownActionType","KnownCreatedByType","KnownManifestType","KnownPullRequestStatus","OperationListResult","type","name","className","modelProperties","value","serializedName","readOnly","element","nextLink","Operation","isDataAction","display","origin","actionType","OperationDisplay","provider","resource","operation","description","ErrorResponse","error","ErrorDetail","code","message","target","details","additionalInfo","ErrorAdditionalInfo","info","GitHubOAuthCallRequest","redirectUrl","GitHubOAuthInfoResponse","authURL","token","Resource","id","systemData","SystemData","createdBy","createdByType","createdAt","lastModifiedBy","lastModifiedByType","lastModifiedAt","GitHubOAuthListResponse","WorkflowListResult","DeploymentProperties","manifestType","kubeManifestLocations","helmChartPath","helmValues","overrides","Acr","acrSubscriptionId","acrResourceGroup","acrRegistryName","acrRepositoryName","GitHubWorkflowProfileOidcCredentials","azureClientId","azureTenantId","WorkflowRun","succeeded","workflowRunURL","lastRunAt","DeleteWorkflowResponse","status","TagsObject","tags","ProxyResource","Object","assign","TrackedResource","location","required","GitHubOAuthResponse","username","Workflow","repositoryOwner","repositoryName","branchName","dockerfile","dockerBuildContext","deploymentProperties","namespace","acr","oidcCredentials","aksResourceId","prURL","pullNumber","prStatus","lastWorkflowRun","authStatus","accept","parameterPath","mapper","defaultValue","isConstant","$host","skipEncoding","apiVersion","contentType","parameters","GitHubOAuthCallRequestMapper","subscriptionId","constraints","MinLength","state","resourceGroupName","MaxLength","managedClusterResource","workflowName","Pattern","RegExp","parameters1","WorkflowMapper","parameters2","TagsObjectMapper","OperationsImpl","constructor","client","this","list","options","sendOperationRequest","listOperationSpec","serializer","coreClient","createSerializer","Mappers","path","httpMethod","responses","200","bodyMapper","Mappers.OperationListResult","default","Mappers.ErrorResponse","queryParameters","Parameters.apiVersion","urlParameters","Parameters.$host","headerParameters","Parameters.accept","WorkflowOperationsImpl","iter","listPagingAll","next","Symbol","asyncIterator","byPage","settings","maxPageSize","Error","listPagingPage","let","result","yield","tslib","__await","_list","_listNext","_c","_b","__asyncValues","done","__asyncDelegator","listByResourceGroup","listByResourceGroupPagingAll","listByResourceGroupPagingPage","_listByResourceGroup","_listByResourceGroupNext","listByResourceGroupOperationSpec","getOperationSpec","createOrUpdate","createOrUpdateOperationSpec","delete","deleteOperationSpec","updateTags","updateTagsOperationSpec","listNextOperationSpec","listByResourceGroupNextOperationSpec","Mappers.WorkflowListResult","Parameters.subscriptionId","Parameters.managedClusterResource","Parameters.resourceGroupName","Mappers.Workflow","Parameters.workflowName","201","requestBody","Parameters.parameters1","Parameters.contentType","mediaType","Mappers.DeleteWorkflowResponse","204","Parameters.parameters2","Parameters.nextLink","DeveloperHubServiceClient","ServiceClient","credentials","undefined","pipelinePolicies","packageDetails","userAgentPrefix","userAgentOptions","optionsWithDefaults","requestContentType","credential","endpoint","baseUri","super","bearerTokenAuthenticationPolicyFound","pipeline","getOrderedPolicies","length","some","pipelinePolicy","coreRestPipeline","bearerTokenAuthenticationPolicyName","removePolicy","addPolicy","bearerTokenAuthenticationPolicy","scopes","credentialScopes","challengeCallbacks","authorizeRequestOnChallenge","authorizeRequestOnClaimChallenge","operations","workflowOperations","addCustomApiVersionPolicy","sendRequest","request","newParams","param","url","split","map","item","indexOf","join","gitHubOAuth","gitHubOAuthOperationSpec","gitHubOAuthCallback","gitHubOAuthCallbackOperationSpec","listGitHubOAuth","listGitHubOAuthOperationSpec","Mappers.GitHubOAuthInfoResponse","Parameters.parameters","Parameters.location","Mappers.GitHubOAuthResponse","Parameters.code","Parameters.state","Mappers.GitHubOAuthListResponse"],"mappings":"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ACF,CACF,C,EAGUmC,WAAyC,CACpDrC,KAAM,CACJC,KAAM,YACNC,UAAW,aACXC,gBAAiB,CACfmC,UAAW,CACTjC,eAAgB,YAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsC,cAAe,CACblC,eAAgB,gBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDuC,UAAW,CACTnC,eAAgB,YAChBL,KAAM,CACJC,KAAM,UACP,CACF,EACDwC,eAAgB,CACdpC,eAAgB,iBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDyC,mBAAoB,CAClBrC,eAAgB,qBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD0C,eAAgB,CACdtC,eAAgB,iBAChBL,KAAM,CACJC,KAAM,UACP,CACF,CACF,CACF,C,EAGU2C,wBAAsD,CACjE5C,KAAM,CACJC,KAAM,YACNC,UAAW,0BACXC,gBAAiB,CACfC,MAAO,CACLC,eAAgB,QAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,qBACZ,CACF,CACF,CACF,CACF,CACF,C,EAGU2C,mBAAiD,CAC5D7C,KAAM,CACJC,KAAM,YACNC,UAAW,qBACXC,gBAAiB,CACfC,MAAO,CACLC,eAAgB,QAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,YACNC,UAAW,UACZ,CACF,CACF,CACF,EACDM,SAAU,CACRH,eAAgB,WAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU6C,qBAAmD,CAC9D9C,KAAM,CACJC,KAAM,YACNC,UAAW,uBACXC,gBAAiB,CACf4C,aAAc,CACZ1C,eAAgB,eAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+C,sBAAuB,CACrB3C,eAAgB,wBAChBL,KAAM,CACJC,KAAM,WACNM,QAAS,CACPP,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,EACDgD,cAAe,CACb5C,eAAgB,gBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDiD,WAAY,CACV7C,eAAgB,aAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDkD,UAAW,CACT9C,eAAgB,YAChBL,KAAM,CACJC,KAAM,aACNG,MAAO,CAAEJ,KAAM,CAAEC,KAAM,QAAQ,CAAE,CAClC,CACF,CACF,CACF,C,EAGUmD,IAAkC,CAC7CpD,KAAM,CACJC,KAAM,YACNC,UAAW,MACXC,gBAAiB,CACfkD,kBAAmB,CACjBhD,eAAgB,oBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDqD,iBAAkB,CAChBjD,eAAgB,mBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsD,gBAAiB,CACflD,eAAgB,kBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDuD,kBAAmB,CACjBnD,eAAgB,oBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUwD,qCAAmE,CAC9EzD,KAAM,CACJC,KAAM,YACNC,UAAW,uCACXC,gBAAiB,CACfuD,cAAe,CACbrD,eAAgB,gBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD0D,cAAe,CACbtD,eAAgB,gBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU2D,YAA0C,CACrD5D,KAAM,CACJC,KAAM,YACNC,UAAW,cACXC,gBAAiB,CACf0D,UAAW,CACTxD,eAAgB,YAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,SACP,CACF,EACD6D,eAAgB,CACdzD,eAAgB,iBAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACD8D,UAAW,CACT1D,eAAgB,YAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,UACP,CACF,CACF,CACF,C,EAGU+D,uBAAqD,CAChEhE,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACf8D,OAAQ,CACN5D,eAAgB,SAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUiE,WAAyC,CACpDlE,KAAM,CACJC,KAAM,YACNC,UAAW,aACXC,gBAAiB,CACfgE,KAAM,CACJ9D,eAAgB,OAChBL,KAAM,CACJC,KAAM,aACNG,MAAO,CAAEJ,KAAM,CAAEC,KAAM,QAAQ,CAAE,CAClC,CACF,CACF,CACF,C,EAGUmE,cAA4C,CACvDpE,KAAM,CACJC,KAAM,YACNC,UAAW,gBACXC,gBAAekE,OAAAC,OAAA,GACVpC,SAASlC,KAAKG,eAAe,CAEnC,C,EAGUoE,gBAA8C,CACzDvE,KAAM,CACJC,KAAM,YACNC,UAAW,kBACXC,gBAAekE,OAAAC,OAAAD,OAAAC,OAAA,GACVpC,SAASlC,KAAKG,eAAe,EAAA,CAChCgE,KAAM,CACJ9D,eAAgB,OAChBL,KAAM,CACJC,KAAM,aACNG,MAAO,CAAEJ,KAAM,CAAEC,KAAM,QAAQ,CAAE,CAClC,CACF,EACDuE,SAAU,CACRnE,eAAgB,WAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,C,CACF,CACF,CACF,C,EAGUyE,oBAAkD,CAC7D1E,KAAM,CACJC,KAAM,YACNC,UAAW,sBACXC,gBAAekE,OAAAC,OAAAD,OAAAC,OAAA,GACVF,cAAcpE,KAAKG,eAAe,EAAA,CACrCwE,SAAU,CACRtE,eAAgB,sBAChBL,KAAM,CACJC,KAAM,QACP,C,CACF,CACF,CACF,C,EAGU2E,SAAuC,CAClD5E,KAAM,CACJC,KAAM,YACNC,UAAW,WACXC,gBAAekE,OAAAC,OAAAD,OAAAC,OAAA,GACVC,gBAAgBvE,KAAKG,eAAe,EAAA,CACvC0E,gBAAiB,CACfxE,eAAgB,mDAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD6E,eAAgB,CACdzE,eAAgB,kDAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8E,WAAY,CACV1E,eAAgB,8CAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+E,WAAY,CACV3E,eAAgB,8CAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDgF,mBAAoB,CAClB5E,eAAgB,sDAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDiF,qBAAsB,CACpB7E,eAAgB,wDAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,sBACZ,CACF,EACDiF,UAAW,CACT9E,eAAgB,6CAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDmF,IAAK,CACH/E,eAAgB,uCAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,KACZ,CACF,EACDmF,gBAAiB,CACfhF,eAAgB,mDAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,sCACZ,CACF,EACDoF,cAAe,CACbjF,eAAgB,iDAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsF,MAAO,CACLlF,eAAgB,yCAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDuF,WAAY,CACVnF,eAAgB,8CAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDwF,SAAU,CACRpF,eAAgB,4CAChBC,SAAU,CAAA,EACVN,KAAM,CACJC,KAAM,QACP,CACF,EACDyF,gBAAiB,CACfrF,eAAgB,mDAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,aACZ,CACF,EACDyF,WAAY,CACVtF,eAAgB,8CAChBL,KAAM,CACJC,KAAM,QACP,C,CACF,CACF,CACF,C,kxBCtqBI,MAAM2F,OAA6B,CACxCC,cAAe,SACfC,OAAQ,CACNC,aAAc,mBACdC,WAAY,CAAA,EACZ3F,eAAgB,SAChBL,KAAM,CACJC,KAAM,QACP,CACF,C,EAGUgG,MAA+B,CAC1CJ,cAAe,QACfC,OAAQ,CACNzF,eAAgB,QAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,CACF,EACDiG,aAAc,CAAA,C,EAGHC,WAAsC,CACjDN,cAAe,aACfC,OAAQ,CACNC,aAAc,qBACdC,WAAY,CAAA,EACZ3F,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,C,EAGUmG,YAAkC,CAC7CP,cAAe,CAAC,UAAW,eAC3BC,OAAQ,CACNC,aAAc,mBACdC,WAAY,CAAA,EACZ3F,eAAgB,eAChBL,KAAM,CACJC,KAAM,QACP,CACF,C,EAGUoG,WAAiC,CAC5CR,cAAe,CAAC,UAAW,cAC3BC,OAAQQ,sB,EAGGC,eAAwC,CACnDV,cAAe,iBACfC,OAAQ,CACNU,YAAa,CACXC,UAAW,CACZ,EACDpG,eAAgB,iBAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,CACF,C,EAGUuE,SAAkC,CAC7CqB,cAAe,WACfC,OAAQ,CACNU,YAAa,CACXC,UAAW,CACZ,EACDpG,eAAgB,WAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,CACF,C,EAGUqB,KAAgC,CAC3CuE,cAAe,OACfC,OAAQ,CACNzF,eAAgB,OAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,CACF,C,EAGUyG,MAAiC,CAC5Cb,cAAe,QACfC,OAAQ,CACNzF,eAAgB,QAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,CACF,C,EAGU0G,kBAA2C,CACtDd,cAAe,oBACfC,OAAQ,CACNU,YAAa,CACXI,UAAW,GACXH,UAAW,CACZ,EACDpG,eAAgB,oBAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,CACF,C,EAGU4G,uBAAkD,CAC7DhB,cAAe,CAAC,UAAW,0BAC3BC,OAAQ,CACNzF,eAAgB,yBAChBL,KAAM,CACJC,KAAM,QACP,CACF,C,EAGU6G,aAAsC,CACjDjB,cAAe,eACfC,OAAQ,CACNU,YAAa,CACXO,QAAS,IAAIC,OACX,2DAA2D,EAE7DJ,UAAW,GACXH,UAAW,CACZ,EACDpG,eAAgB,eAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,CACF,C,EAGUgH,YAAkC,CAC7CpB,cAAe,aACfC,OAAQoB,Q,EAGGC,YAAkC,CAC7CtB,cAAe,aACfC,OAAQsB,U,EAGG5G,SAAkC,CAC7CqF,cAAe,WACfC,OAAQ,CACNzF,eAAgB,WAChBoE,SAAU,CAAA,EACVzE,KAAM,CACJC,KAAM,QACP,CACF,EACDiG,aAAc,CAAA,C,QCrKHmB,eAOXC,YAAYC,GACVC,KAAKD,OAASA,C,CAOhBE,KACEC,GAEA,OAAOF,KAAKD,OAAOI,qBAAqB,CAAED,QAAAA,CAAO,EAAIE,mBAAiB,C,CAEzE,CAED,MAAMC,aAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnEJ,oBAA8C,CAClDK,KAAM,yCACNC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYC,mBACb,EACDC,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACC,YAClBC,cAAe,CAACC,OAChBC,iBAAkB,CAACC,Q,WACnBjB,Y,QCnBWkB,uBAOXzB,YAAYC,GACVC,KAAKD,OAASA,C,CAOTE,KACLC,GAEA,MAAMsB,EAAOxB,KAAKyB,cAAcvB,CAAO,EACvC,MAAO,CACLwB,OACE,OAAOF,EAAKE,KAAI,C,GAEjBC,OAAOC,iBACN,OAAO5B,I,EAET6B,OAAQ,IACN,GAAIC,MAAAA,GAAAA,EAAUC,YACZ,MAAM,IAAIC,MAAM,iDAAiD,EAEnE,OAAOhC,KAAKiC,eAAe/B,EAAS4B,CAAQ,C,GAKnCG,eACb/B,EACA4B,G,yDAEAI,IAAIC,EACArK,EAAoBgK,MAAAA,EAAA,KAAA,EAAAA,EAAUhK,kBAClC,IAEMH,EAKN,IAPKG,IAIHC,qBAFIJ,GADJwK,EAASC,MAAAC,MAAAC,QAAMtC,KAAKuC,MAAMrC,CAAO,CAAC,GAChBtH,OAAS,GAC3Bd,EAAoBqK,EAAOnJ,QACiB,EAC5CoJ,MAAMA,MAAAE,MAAAA,QAAA3K,CAAI,GAELG,GAAmB,CACxBqK,EAASC,MAAME,MAAAA,QAAAtC,KAAKwC,UAAU1K,EAAmBoI,CAAO,CAAC,EACzDpI,EAAoBqK,EAAOnJ,SAC3BkJ,IAAIvK,EAAOwK,EAAOvJ,OAAS,GAC3Bb,qBAAqBJ,EAAMG,CAAiB,EAC5CsK,MAAMA,MAAAE,MAAAA,QAAA3K,CAAI,CACX,C,CACF,CAAA,CAEc8J,cACbvB,G,qEAEA,IAAyB,IAA4BuC,EAA5BC,EAAAC,MAAAA,cAAA3C,KAAKiC,eAAe/B,CAAO,CAAC,EAAA,EAAAuC,EAAAL,MAAAE,MAAAA,QAAAI,EAAAhB,KAAA,CAAA,GAAAkB,MAAA,CAA1C,IAAMjL,EAAI8K,EAAA7J,MACnBwJ,MAAAE,MAAAA,QAAAF,MAAOS,MAAAA,iBAAAF,MAAAA,cAAAhL,CAAI,CAAA,CAAA,CACZ,C,0HACF,CAAA,CAOMmL,oBACL3D,EACAe,GAEA,MAAMsB,EAAOxB,KAAK+C,6BAA6B5D,EAAmBe,CAAO,EACzE,MAAO,CACLwB,OACE,OAAOF,EAAKE,KAAI,C,GAEjBC,OAAOC,iBACN,OAAO5B,I,EAET6B,OAAQ,IACN,GAAIC,MAAAA,GAAAA,EAAUC,YACZ,MAAM,IAAIC,MAAM,iDAAiD,EAEnE,OAAOhC,KAAKgD,8BACV7D,EACAe,EACA4B,CAAQ,C,GAMDkB,8BACb7D,EACAe,EACA4B,G,yDAEAI,IAAIC,EACArK,EAAoBgK,MAAAA,EAAA,KAAA,EAAAA,EAAUhK,kBAClC,IAEMH,EAKN,IAPKG,IAIHC,qBAFIJ,GADJwK,EAASC,MAAME,MAAAA,QAAAtC,KAAKiD,qBAAqB9D,EAAmBe,CAAO,CAAC,GAClDtH,OAAS,GAC3Bd,EAAoBqK,EAAOnJ,QACiB,EAC5CoJ,MAAMA,MAAAE,MAAAA,QAAA3K,CAAI,GAELG,GAAmB,CACxBqK,EAASC,MAAAE,MAAAA,QAAMtC,KAAKkD,yBAClB/D,EACArH,EACAoI,CAAO,CACR,EACDpI,EAAoBqK,EAAOnJ,SAC3BkJ,IAAIvK,EAAOwK,EAAOvJ,OAAS,GAC3Bb,qBAAqBJ,EAAMG,CAAiB,EAC5CsK,MAAMA,MAAAE,MAAAA,QAAA3K,CAAI,CACX,C,CACF,CAAA,CAEcoL,6BACb5D,EACAe,G,qEAEA,IAAyB,IAGxBuC,EAHwBC,EAAAC,MAAAA,cAAA3C,KAAKgD,8BAC5B7D,EACAe,CAAO,CACR,EAAA,EAAAuC,EAAAL,MAAAE,MAAAA,QAAAI,EAAAhB,KAAA,CAAA,GAAAkB,MAAA,CAHU,IAAMjL,EAAI8K,EAAA7J,MAInBwJ,MAAAE,MAAAA,QAAAF,MAAOS,MAAAA,iBAAAF,MAAAA,cAAAhL,CAAI,CAAA,CAAA,CACZ,C,0HACF,CAAA,CAMO4K,MACNrC,GAEA,OAAOF,KAAKD,OAAOI,qBAAqB,CAAED,QAAAA,CAAO,EAAIE,iBAAiB,C,CAQhE6C,qBACN9D,EACAe,GAEA,OAAOF,KAAKD,OAAOI,qBACjB,CAAEhB,kBAAAA,EAAmBe,QAAAA,CAAO,EAC5BiD,gCAAgC,C,CAUpCtL,IACEsH,EACAG,EACAY,GAEA,OAAOF,KAAKD,OAAOI,qBACjB,CAAEhB,kBAAAA,EAAmBG,aAAAA,EAAcY,QAAAA,CAAO,EAC1CkD,gBAAgB,C,CAWpBC,eACElE,EACAG,EACAT,EACAqB,GAEA,OAAOF,KAAKD,OAAOI,qBACjB,CAAEhB,kBAAAA,EAAmBG,aAAAA,EAAcT,WAAAA,EAAYqB,QAAAA,CAAO,EACtDoD,2BAA2B,C,CAU/BC,OACEpE,EACAG,EACAY,GAEA,OAAOF,KAAKD,OAAOI,qBACjB,CAAEhB,kBAAAA,EAAmBG,aAAAA,EAAcY,QAAAA,CAAO,EAC1CsD,mBAAmB,C,CAWvBC,WACEtE,EACAG,EACAT,EACAqB,GAEA,OAAOF,KAAKD,OAAOI,qBACjB,CAAEhB,kBAAAA,EAAmBG,aAAAA,EAAcT,WAAAA,EAAYqB,QAAAA,CAAO,EACtDwD,uBAAuB,C,CASnBlB,UACNxJ,EACAkH,GAEA,OAAOF,KAAKD,OAAOI,qBACjB,CAAEnH,SAAAA,EAAUkH,QAAAA,CAAO,EACnByD,qBAAqB,C,CAUjBT,yBACN/D,EACAnG,EACAkH,GAEA,OAAOF,KAAKD,OAAOI,qBACjB,CAAEhB,kBAAAA,EAAmBnG,SAAAA,EAAUkH,QAAAA,CAAO,EACtC0D,oCAAoC,C,CAGzC,CAED,MAAMvD,aAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnEJ,kBAA8C,CAClDK,KAAM,uEACNC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYgD,kBACb,EACD9C,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACC,YAClBC,cAAe,CAACC,MAAkB0C,gBAClCzC,iBAAkB,CAACC,Q,WACnBjB,Y,EAEI8C,iCAA6D,CACjE1C,KACE,0GACFC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYgD,kBACb,EACD9C,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACC,WAAuB6C,wBACzC5C,cAAe,CACbC,MACA0C,eACAE,mBAEF3C,iBAAkB,CAACC,Q,WACnBjB,Y,EAEI+C,iBAA6C,CACjD3C,KACE,yHACFC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYoD,QACb,EACDlD,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACC,YAClBC,cAAe,CACbC,MACA0C,eACAE,kBACAE,cAEF7C,iBAAkB,CAACC,Q,WACnBjB,Y,EAEIiD,4BAAwD,CAC5D7C,KACE,yHACFC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYoD,QACb,EACDE,IAAK,CACHtD,WAAYoD,QACb,EACDlD,QAAS,CACPF,WAAYG,aACb,CACF,EACDoD,YAAaC,YACbpD,gBAAiB,CAACC,YAClBC,cAAe,CACbC,MACA0C,eACAE,kBACAE,cAEF7C,iBAAkB,CAACC,OAAmBgD,aACtCC,UAAW,O,WACXlE,Y,EAEImD,oBAAgD,CACpD/C,KACE,yHACFC,WAAY,SACZC,UAAW,CACTC,IAAK,CACHC,WAAY2D,sBACb,EACDC,IAAK,GACL1D,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACC,YAClBC,cAAe,CACbC,MACA0C,eACAE,kBACAE,cAEF7C,iBAAkB,CAACC,Q,WACnBjB,Y,EAEIqD,wBAAoD,CACxDjD,KACE,yHACFC,WAAY,QACZC,UAAW,CACTC,IAAK,CACHC,WAAYoD,QACb,EACDlD,QAAS,CACPF,WAAYG,aACb,CACF,EACDoD,YAAaM,YACbzD,gBAAiB,CAACC,YAClBC,cAAe,CACbC,MACA0C,eACAE,kBACAE,cAEF7C,iBAAkB,CAACC,OAAmBgD,aACtCC,UAAW,O,WACXlE,Y,EAEIsD,sBAAkD,CACtDlD,KAAM,aACNC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYgD,kBACb,EACD9C,QAAS,CACPF,WAAYG,aACb,CACF,EACDG,cAAe,CACbC,MACA0C,eACAa,UAEFtD,iBAAkB,CAACC,Q,WACnBjB,Y,EAEIuD,qCAAiE,CACrEnD,KAAM,aACNC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYgD,kBACb,EACD9C,QAAS,CACPF,WAAYG,aACb,CACF,EACDG,cAAe,CACbC,MACA0C,eACAE,kBACAW,UAEFtD,iBAAkB,CAACC,Q,WACnBjB,Y,QC5bWuE,kCAAkCtE,sBAAWuE,cAWxD/E,YACEgF,EACA/F,EACAmB,GAEA,GAAoB6E,KAAAA,IAAhBD,EACF,MAAM,IAAI9C,MAAM,8BAA8B,EAEhD,GAAuB+C,KAAAA,IAAnBhG,EACF,MAAM,IAAIiD,MAAM,iCAAiC,EAOnD,IAwBQgD,EAnBFC,EAAiB,mCACjBC,GATDhF,EAAAA,GACO,IASFiF,kBAAoBjF,EAAQiF,iBAAiBD,gBAC9ChF,EAAQiF,iBAAiBD,gBAA5B,IAA+CD,EAC5CA,EAEHG,EACDvI,OAAAC,OAAAD,OAAAC,OAAAD,OAAAC,OAAA,GAZqD,CACxDuI,mBAAoB,kCACpBC,WAAYR,C,CAUD,EACR5E,CAAO,EAAA,CACViF,iBAAkB,CAChBD,gBAAAA,CACD,EACDK,SACE,OAAA7C,EAAA,OAAA9K,EAAAsI,EAAQqF,UAAY3N,EAAAsI,EAAQsF,SAAW9C,EAAA,8BAA8B,CAAA,EAEzE+C,MAAML,CAAmB,EAEzBlD,IAAIwD,EAAgD,CAAA,EAChDxF,MAAAA,GAAAA,EAASyF,UAA2D,EAA/CzF,EAAQyF,SAASC,mBAAkB,EAAGC,SACvDb,EAAsD9E,EAAQyF,SAASC,mBAAkB,EAC/FF,EAAuCV,EAAiBc,KACtD,GACEC,EAAetN,OACfuN,4BAAiBC,mCAAmC,GAIvD/F,GACAA,EAAQyF,UACuC,GAAhDzF,EAAQyF,SAASC,mBAAkB,EAAGC,QACrCH,IAED1F,KAAK2F,SAASO,aAAa,CACzBzN,KAAMuN,4BAAiBC,mCACxB,CAAA,EACDjG,KAAK2F,SAASQ,UACZH,4BAAiBI,gCAAgC,CAC/Cd,WAAYR,EACZuB,OACE,OAAA5D,EAAA2C,EAAoBkB,kBAAgB7D,EACjC2C,EAAoBG,SAAvB,YACFgB,mBAAoB,CAClBC,4BACElG,sBAAWmG,gCACd,CACF,CAAA,CAAC,GAINzG,KAAKjB,eAAiBA,EAGtBiB,KAAKvB,MAAQyB,EAAQzB,OAAS,+BAC9BuB,KAAKrB,WAAauB,EAAQvB,YAAc,qBACxCqB,KAAK0G,WAAa,IAAI7G,eAAeG,IAAI,EACzCA,KAAK2G,mBAAqB,IAAIpF,uBAAuBvB,IAAI,EACzDA,KAAK4G,0BAA0B1G,EAAQvB,UAAU,C,CAI3CiI,0BAA0BjI,GAC3BA,GAuBLqB,KAAK2F,SAASQ,UApBW,CACvB1N,KAAM,yBACAoO,YACJC,EACApF,G,sDAEA,IAEQqF,EAFFC,EAAQF,EAAQG,IAAIC,MAAM,GAAG,EAWnC,OAVmB,EAAfF,EAAMnB,SACFkB,EAAYC,EAAM,GAAGE,MAAM,GAAG,EAAEC,IAAI,GACN,CAAC,EAA/BC,EAAKC,QAAQ,aAAa,EACrB,eAAiB1I,EAEjByI,CAEV,EACDN,EAAQG,IAAMD,EAAM,GAAK,IAAMD,EAAUO,KAAK,GAAG,GAE5C5F,EAAKoF,CAAO,C,CACpB,CAAA,C,CAEqC,C,CAQ1CS,YACEvK,EACAkD,GAEA,OAAOF,KAAKG,qBACV,CAAEnD,SAAAA,EAAUkD,QAAAA,CAAO,EACnBsH,wBAAwB,C,CAW5BC,oBACEzK,EACAlD,EACAoF,EACAgB,GAEA,OAAOF,KAAKG,qBACV,CAAEnD,SAAAA,EAAUlD,KAAAA,EAAMoF,MAAAA,EAAOgB,QAAAA,CAAO,EAChCwH,gCAAgC,C,CASpCC,gBACE3K,EACAkD,GAEA,OAAOF,KAAKG,qBACV,CAAEnD,SAAAA,EAAUkD,QAAAA,CAAO,EACnB0H,4BAA4B,C,CAMjC,CAED,MAAMvH,WAAaC,sBAAWC,iBAAiBC,QAAqB,CAAA,CAAK,EAEnEgH,yBAAqD,CACzD/G,KACE,yHACFC,WAAY,OACZC,UAAW,CACTC,IAAK,CACHC,WAAYgH,uBACb,EACD9G,QAAS,CACPF,WAAYG,aACb,CACF,EACDoD,YAAa0D,WACb7G,gBAAiB,CAACC,YAClBC,cAAe,CACbC,MACA0C,eACAiE,UAEF1G,iBAAkB,CAACC,OAAmBgD,aACtCC,UAAW,OACXlE,WAAAA,U,EAEIqH,iCAA6D,CACjEjH,KACE,sGACFC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYmH,mBACb,EACDjH,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACC,WAAuB+G,KAAiBC,OAC1D/G,cAAe,CACbC,MACA0C,eACAiE,UAEF1G,iBAAkB,CAACC,QACnBjB,WAAAA,U,EAEIuH,6BAAyD,CAC7DnH,KACE,8FACFC,WAAY,MACZC,UAAW,CACTC,IAAK,CACHC,WAAYsH,uBACb,EACDpH,QAAS,CACPF,WAAYG,aACb,CACF,EACDC,gBAAiB,CAACC,YAClBC,cAAe,CACbC,MACA0C,eACAiE,UAEF1G,iBAAkB,CAACC,QACnBjB,WAAAA,U"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gitHubOAuthCallbackSample.d.ts","sourceRoot":"","sources":["../../samples-dev/gitHubOAuthCallbackSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,39 +0,0 @@
|
|
|
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
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DeveloperHubServiceClient } from "@azure/arm-devhub";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.
|
|
17
|
-
*
|
|
18
|
-
* @summary Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.
|
|
19
|
-
* x-ms-original-file: specification/developerhub/resource-manager/Microsoft.DevHub/preview/2022-04-01-preview/examples/GitHubOAuthCallback.json
|
|
20
|
-
*/
|
|
21
|
-
function gitHubOAuthCallback() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DEVHUB_SUBSCRIPTION_ID"] || "subscriptionId1";
|
|
24
|
-
const location = "eastus2euap";
|
|
25
|
-
const code = "3584d83530557fdd1f46af8289938c8ef79f9dc5";
|
|
26
|
-
const state = "12345678-3456-7890-5678-012345678901";
|
|
27
|
-
const credential = new DefaultAzureCredential();
|
|
28
|
-
const client = new DeveloperHubServiceClient(credential, subscriptionId);
|
|
29
|
-
const result = yield client.gitHubOAuthCallback(location, code, state);
|
|
30
|
-
console.log(result);
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
function main() {
|
|
34
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
-
gitHubOAuthCallback();
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
main().catch(console.error);
|
|
39
|
-
//# sourceMappingURL=gitHubOAuthCallbackSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gitHubOAuthCallbackSample.js","sourceRoot":"","sources":["../../samples-dev/gitHubOAuthCallbackSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,mBAAmB;;QAChC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,iBAAiB,CAAC;QAC7D,MAAM,QAAQ,GAAG,aAAa,CAAC;QAC/B,MAAM,IAAI,GAAG,0CAA0C,CAAC;QACxD,MAAM,KAAK,GAAG,sCAAsC,CAAC;QACrD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,yBAAyB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACzE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACvE,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,mBAAmB,EAAE,CAAC;IACxB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gitHubOAuthSample.d.ts","sourceRoot":"","sources":["../../samples-dev/gitHubOAuthSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,41 +0,0 @@
|
|
|
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
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DeveloperHubServiceClient } from "@azure/arm-devhub";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Gets GitHubOAuth info used to authenticate users with the Developer Hub GitHub App.
|
|
17
|
-
*
|
|
18
|
-
* @summary Gets GitHubOAuth info used to authenticate users with the Developer Hub GitHub App.
|
|
19
|
-
* x-ms-original-file: specification/developerhub/resource-manager/Microsoft.DevHub/preview/2022-04-01-preview/examples/GitHubOAuth.json
|
|
20
|
-
*/
|
|
21
|
-
function gitHubOAuth() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DEVHUB_SUBSCRIPTION_ID"] || "subscriptionId1";
|
|
24
|
-
const location = "eastus2euap";
|
|
25
|
-
const parameters = {
|
|
26
|
-
redirectUrl: "https://ms.portal.azure.com/aks"
|
|
27
|
-
};
|
|
28
|
-
const options = { parameters };
|
|
29
|
-
const credential = new DefaultAzureCredential();
|
|
30
|
-
const client = new DeveloperHubServiceClient(credential, subscriptionId);
|
|
31
|
-
const result = yield client.gitHubOAuth(location, options);
|
|
32
|
-
console.log(result);
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
function main() {
|
|
36
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
-
gitHubOAuth();
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
main().catch(console.error);
|
|
41
|
-
//# sourceMappingURL=gitHubOAuthSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gitHubOAuthSample.js","sourceRoot":"","sources":["../../samples-dev/gitHubOAuthSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAGL,yBAAyB,EAC1B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,WAAW;;QACxB,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,iBAAiB,CAAC;QAC7D,MAAM,QAAQ,GAAG,aAAa,CAAC;QAC/B,MAAM,UAAU,GAA2B;YACzC,WAAW,EAAE,iCAAiC;SAC/C,CAAC;QACF,MAAM,OAAO,GAA8B,EAAE,UAAU,EAAE,CAAC;QAC1D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,yBAAyB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACzE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;QAC3D,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,WAAW,EAAE,CAAC;IAChB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"listGitHubOAuthSample.d.ts","sourceRoot":"","sources":["../../samples-dev/listGitHubOAuthSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,37 +0,0 @@
|
|
|
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
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DeveloperHubServiceClient } from "@azure/arm-devhub";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.
|
|
17
|
-
*
|
|
18
|
-
* @summary Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.
|
|
19
|
-
* x-ms-original-file: specification/developerhub/resource-manager/Microsoft.DevHub/preview/2022-04-01-preview/examples/GitHubOAuth_List.json
|
|
20
|
-
*/
|
|
21
|
-
function listGitHubOAuth() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DEVHUB_SUBSCRIPTION_ID"] || "subscriptionId1";
|
|
24
|
-
const location = "eastus2euap";
|
|
25
|
-
const credential = new DefaultAzureCredential();
|
|
26
|
-
const client = new DeveloperHubServiceClient(credential, subscriptionId);
|
|
27
|
-
const result = yield client.listGitHubOAuth(location);
|
|
28
|
-
console.log(result);
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
function main() {
|
|
32
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
33
|
-
listGitHubOAuth();
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
main().catch(console.error);
|
|
37
|
-
//# sourceMappingURL=listGitHubOAuthSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"listGitHubOAuthSample.js","sourceRoot":"","sources":["../../samples-dev/listGitHubOAuthSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,eAAe;;QAC5B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,iBAAiB,CAAC;QAC7D,MAAM,QAAQ,GAAG,aAAa,CAAC;QAC/B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,yBAAyB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACzE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;QACtD,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,eAAe,EAAE,CAAC;IACpB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationsListSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationsListSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,37 +0,0 @@
|
|
|
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
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { DeveloperHubServiceClient } from "@azure/arm-devhub";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Returns list of operations.
|
|
17
|
-
*
|
|
18
|
-
* @summary Returns list of operations.
|
|
19
|
-
* x-ms-original-file: specification/developerhub/resource-manager/Microsoft.DevHub/preview/2022-04-01-preview/examples/Operation_List.json
|
|
20
|
-
*/
|
|
21
|
-
function listAvailableOperationsForTheContainerServiceResourceProvider() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["DEVHUB_SUBSCRIPTION_ID"] ||
|
|
24
|
-
"00000000-0000-0000-0000-000000000000";
|
|
25
|
-
const credential = new DefaultAzureCredential();
|
|
26
|
-
const client = new DeveloperHubServiceClient(credential, subscriptionId);
|
|
27
|
-
const result = yield client.operations.list();
|
|
28
|
-
console.log(result);
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
function main() {
|
|
32
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
33
|
-
listAvailableOperationsForTheContainerServiceResourceProvider();
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
main().catch(console.error);
|
|
37
|
-
//# sourceMappingURL=operationsListSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationsListSample.js","sourceRoot":"","sources":["../../samples-dev/operationsListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,6DAA6D;;QAC1E,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC;YACrC,sCAAsC,CAAC;QACzC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,yBAAyB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACzE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;QAC9C,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,6DAA6D,EAAE,CAAC;IAClE,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflowCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/workflowCreateOrUpdateSample.ts"],"names":[],"mappings":""}
|