@azure-rest/purview-scanning 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.
Files changed (200) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/LICENSE +3 -3
  3. package/README.md +22 -33
  4. package/dist/browser/clientDefinitions.d.ts +277 -0
  5. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  6. package/dist/browser/clientDefinitions.js +4 -0
  7. package/dist/browser/clientDefinitions.js.map +1 -0
  8. package/dist/browser/index.d.ts +12 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +14 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/isUnexpected.d.ts +60 -0
  13. package/dist/browser/isUnexpected.d.ts.map +1 -0
  14. package/dist/browser/isUnexpected.js +135 -0
  15. package/dist/browser/isUnexpected.js.map +1 -0
  16. package/dist/browser/logger.d.ts +2 -0
  17. package/dist/browser/logger.d.ts.map +1 -0
  18. package/dist/browser/logger.js +5 -0
  19. package/dist/browser/logger.js.map +1 -0
  20. package/dist/browser/models.d.ts +1978 -0
  21. package/dist/browser/models.d.ts.map +1 -0
  22. package/dist/browser/models.js +4 -0
  23. package/dist/browser/models.js.map +1 -0
  24. package/dist/browser/outputModels.d.ts +2269 -0
  25. package/dist/browser/outputModels.d.ts.map +1 -0
  26. package/dist/browser/outputModels.js +4 -0
  27. package/dist/browser/outputModels.js.map +1 -0
  28. package/dist/browser/package.json +3 -0
  29. package/dist/browser/paginateHelper.d.ts +68 -0
  30. package/dist/browser/paginateHelper.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
  32. package/dist/browser/paginateHelper.js.map +1 -0
  33. package/dist/browser/parameters.d.ts +202 -0
  34. package/dist/browser/parameters.d.ts.map +1 -0
  35. package/dist/browser/parameters.js +4 -0
  36. package/dist/browser/parameters.js.map +1 -0
  37. package/dist/browser/pollingHelper.d.ts +76 -0
  38. package/dist/browser/pollingHelper.d.ts.map +1 -0
  39. package/dist/browser/pollingHelper.js +107 -0
  40. package/dist/browser/pollingHelper.js.map +1 -0
  41. package/dist/browser/purviewScanningRestClient.d.ts +16 -0
  42. package/dist/browser/purviewScanningRestClient.d.ts.map +1 -0
  43. package/dist/browser/purviewScanningRestClient.js +45 -0
  44. package/dist/browser/purviewScanningRestClient.js.map +1 -0
  45. package/dist/browser/responses.d.ts +940 -0
  46. package/dist/browser/responses.d.ts.map +1 -0
  47. package/dist/browser/responses.js +4 -0
  48. package/dist/browser/responses.js.map +1 -0
  49. package/dist/commonjs/clientDefinitions.d.ts +277 -0
  50. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  51. package/dist/commonjs/clientDefinitions.js +5 -0
  52. package/dist/commonjs/clientDefinitions.js.map +1 -0
  53. package/dist/commonjs/index.d.ts +12 -0
  54. package/dist/commonjs/index.d.ts.map +1 -0
  55. package/dist/commonjs/index.js +17 -0
  56. package/dist/commonjs/index.js.map +1 -0
  57. package/dist/commonjs/isUnexpected.d.ts +60 -0
  58. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  59. package/dist/commonjs/isUnexpected.js +138 -0
  60. package/dist/commonjs/isUnexpected.js.map +1 -0
  61. package/dist/commonjs/logger.d.ts +2 -0
  62. package/dist/commonjs/logger.d.ts.map +1 -0
  63. package/dist/commonjs/logger.js +8 -0
  64. package/dist/commonjs/logger.js.map +1 -0
  65. package/dist/commonjs/models.d.ts +1978 -0
  66. package/dist/commonjs/models.d.ts.map +1 -0
  67. package/dist/commonjs/models.js +5 -0
  68. package/dist/commonjs/models.js.map +1 -0
  69. package/dist/commonjs/outputModels.d.ts +2269 -0
  70. package/dist/commonjs/outputModels.d.ts.map +1 -0
  71. package/dist/commonjs/outputModels.js +5 -0
  72. package/dist/commonjs/outputModels.js.map +1 -0
  73. package/dist/commonjs/package.json +3 -0
  74. package/dist/commonjs/paginateHelper.d.ts +68 -0
  75. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  76. package/dist/commonjs/paginateHelper.js +140 -0
  77. package/dist/commonjs/paginateHelper.js.map +1 -0
  78. package/dist/commonjs/parameters.d.ts +202 -0
  79. package/dist/commonjs/parameters.d.ts.map +1 -0
  80. package/dist/commonjs/parameters.js +5 -0
  81. package/dist/commonjs/parameters.js.map +1 -0
  82. package/dist/commonjs/pollingHelper.d.ts +76 -0
  83. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  84. package/dist/commonjs/pollingHelper.js +110 -0
  85. package/dist/commonjs/pollingHelper.js.map +1 -0
  86. package/dist/commonjs/purviewScanningRestClient.d.ts +16 -0
  87. package/dist/commonjs/purviewScanningRestClient.d.ts.map +1 -0
  88. package/dist/commonjs/purviewScanningRestClient.js +48 -0
  89. package/dist/commonjs/purviewScanningRestClient.js.map +1 -0
  90. package/dist/commonjs/responses.d.ts +940 -0
  91. package/dist/commonjs/responses.d.ts.map +1 -0
  92. package/dist/commonjs/responses.js +5 -0
  93. package/dist/commonjs/responses.js.map +1 -0
  94. package/dist/commonjs/tsdoc-metadata.json +11 -0
  95. package/dist/esm/clientDefinitions.d.ts +277 -0
  96. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  97. package/dist/esm/clientDefinitions.js +4 -0
  98. package/dist/esm/clientDefinitions.js.map +1 -0
  99. package/dist/esm/index.d.ts +12 -0
  100. package/dist/esm/index.d.ts.map +1 -0
  101. package/dist/esm/index.js +14 -0
  102. package/dist/esm/index.js.map +1 -0
  103. package/dist/esm/isUnexpected.d.ts +60 -0
  104. package/dist/esm/isUnexpected.d.ts.map +1 -0
  105. package/dist/esm/isUnexpected.js +135 -0
  106. package/dist/esm/isUnexpected.js.map +1 -0
  107. package/dist/esm/logger.d.ts +2 -0
  108. package/dist/esm/logger.d.ts.map +1 -0
  109. package/dist/esm/logger.js +5 -0
  110. package/dist/esm/logger.js.map +1 -0
  111. package/dist/esm/models.d.ts +1978 -0
  112. package/dist/esm/models.d.ts.map +1 -0
  113. package/dist/esm/models.js +4 -0
  114. package/dist/esm/models.js.map +1 -0
  115. package/dist/esm/outputModels.d.ts +2269 -0
  116. package/dist/esm/outputModels.d.ts.map +1 -0
  117. package/dist/esm/outputModels.js +4 -0
  118. package/dist/esm/outputModels.js.map +1 -0
  119. package/dist/esm/package.json +3 -0
  120. package/dist/esm/paginateHelper.d.ts +68 -0
  121. package/dist/esm/paginateHelper.d.ts.map +1 -0
  122. package/dist/esm/paginateHelper.js +137 -0
  123. package/dist/esm/paginateHelper.js.map +1 -0
  124. package/dist/esm/parameters.d.ts +202 -0
  125. package/dist/esm/parameters.d.ts.map +1 -0
  126. package/dist/esm/parameters.js +4 -0
  127. package/dist/esm/parameters.js.map +1 -0
  128. package/dist/esm/pollingHelper.d.ts +76 -0
  129. package/dist/esm/pollingHelper.d.ts.map +1 -0
  130. package/dist/esm/pollingHelper.js +107 -0
  131. package/dist/esm/pollingHelper.js.map +1 -0
  132. package/dist/esm/purviewScanningRestClient.d.ts +16 -0
  133. package/dist/esm/purviewScanningRestClient.d.ts.map +1 -0
  134. package/dist/esm/purviewScanningRestClient.js +45 -0
  135. package/dist/esm/purviewScanningRestClient.js.map +1 -0
  136. package/dist/esm/responses.d.ts +940 -0
  137. package/dist/esm/responses.d.ts.map +1 -0
  138. package/dist/esm/responses.js +4 -0
  139. package/dist/esm/responses.js.map +1 -0
  140. package/dist/react-native/clientDefinitions.d.ts +277 -0
  141. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  142. package/dist/react-native/clientDefinitions.js +4 -0
  143. package/dist/react-native/clientDefinitions.js.map +1 -0
  144. package/dist/react-native/index.d.ts +12 -0
  145. package/dist/react-native/index.d.ts.map +1 -0
  146. package/dist/react-native/index.js +14 -0
  147. package/dist/react-native/index.js.map +1 -0
  148. package/dist/react-native/isUnexpected.d.ts +60 -0
  149. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  150. package/dist/react-native/isUnexpected.js +135 -0
  151. package/dist/react-native/isUnexpected.js.map +1 -0
  152. package/dist/react-native/logger.d.ts +2 -0
  153. package/dist/react-native/logger.d.ts.map +1 -0
  154. package/dist/react-native/logger.js +5 -0
  155. package/dist/react-native/logger.js.map +1 -0
  156. package/dist/react-native/models.d.ts +1978 -0
  157. package/dist/react-native/models.d.ts.map +1 -0
  158. package/dist/react-native/models.js +4 -0
  159. package/dist/react-native/models.js.map +1 -0
  160. package/dist/react-native/outputModels.d.ts +2269 -0
  161. package/dist/react-native/outputModels.d.ts.map +1 -0
  162. package/dist/react-native/outputModels.js +4 -0
  163. package/dist/react-native/outputModels.js.map +1 -0
  164. package/dist/react-native/package.json +3 -0
  165. package/dist/react-native/paginateHelper.d.ts +68 -0
  166. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  167. package/dist/react-native/paginateHelper.js +137 -0
  168. package/dist/react-native/paginateHelper.js.map +1 -0
  169. package/dist/react-native/parameters.d.ts +202 -0
  170. package/dist/react-native/parameters.d.ts.map +1 -0
  171. package/dist/react-native/parameters.js +4 -0
  172. package/dist/react-native/parameters.js.map +1 -0
  173. package/dist/react-native/pollingHelper.d.ts +76 -0
  174. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  175. package/dist/react-native/pollingHelper.js +107 -0
  176. package/dist/react-native/pollingHelper.js.map +1 -0
  177. package/dist/react-native/purviewScanningRestClient.d.ts +16 -0
  178. package/dist/react-native/purviewScanningRestClient.d.ts.map +1 -0
  179. package/dist/react-native/purviewScanningRestClient.js +45 -0
  180. package/dist/react-native/purviewScanningRestClient.js.map +1 -0
  181. package/dist/react-native/responses.d.ts +940 -0
  182. package/dist/react-native/responses.d.ts.map +1 -0
  183. package/dist/react-native/responses.js +4 -0
  184. package/dist/react-native/responses.js.map +1 -0
  185. package/package.json +90 -82
  186. package/review/purview-scanning-node.api.md +6615 -0
  187. package/dist/index.js +0 -90
  188. package/dist/index.js.map +0 -1
  189. package/dist-esm/src/index.js +0 -10
  190. package/dist-esm/src/index.js.map +0 -1
  191. package/dist-esm/src/models.js +0 -4
  192. package/dist-esm/src/models.js.map +0 -1
  193. package/dist-esm/src/paginateHelper.js.map +0 -1
  194. package/dist-esm/src/parameters.js +0 -4
  195. package/dist-esm/src/parameters.js.map +0 -1
  196. package/dist-esm/src/purviewScanning.js +0 -13
  197. package/dist-esm/src/purviewScanning.js.map +0 -1
  198. package/dist-esm/src/responses.js +0 -4
  199. package/dist-esm/src/responses.js.map +0 -1
  200. package/types/purview-scanning-rest.d.ts +0 -2681
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release History
2
2
 
3
+ ## 1.0.0-beta.4 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
13
+ ## 1.0.0-beta.3 (2025-02-10)
14
+
15
+ ### Features Added
16
+
17
+ - re-generate purview-scanning package to resolve endpoint issue
18
+
3
19
  ## 1.0.0-beta.2 (2021-09-30)
4
20
 
5
21
  - refresh package with latest swagger and code generator.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2020 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,7 +12,7 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
package/README.md CHANGED
@@ -19,7 +19,7 @@ Key links:
19
19
 
20
20
  ### Currently supported environments
21
21
 
22
- - Node.js version 14.x.x or higher
22
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
23
23
 
24
24
  ### Prerequisites
25
25
 
@@ -55,12 +55,13 @@ AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET
55
55
 
56
56
  Use the returned token credential to authenticate the client:
57
57
 
58
- ```typescript
58
+ ```ts snippet:ReadmeSampleCreateClient_Node
59
59
  import PurviewScanning from "@azure-rest/purview-scanning";
60
60
  import { DefaultAzureCredential } from "@azure/identity";
61
+
61
62
  const client = PurviewScanning(
62
- "https://<my-account-name>.scan.purview.azure.com",
63
- new DefaultAzureCredential()
63
+ "https://<my-account-name>.purview.azure.com",
64
+ new DefaultAzureCredential(),
64
65
  );
65
66
  ```
66
67
 
@@ -78,34 +79,24 @@ The following section shows you how to initialize and authenticate your client,
78
79
 
79
80
  ### List All Data Sources
80
81
 
81
- ```typescript
82
- import PurviewScanning, { paginate, DataSource } from "@azure-rest/purview-scanning";
83
- import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
82
+ ```ts snippet:ReadmeSampleListAllDataSources
83
+ import PurviewScanning, { isUnexpected, paginate } from "@azure-rest/purview-scanning";
84
84
  import { DefaultAzureCredential } from "@azure/identity";
85
85
 
86
- async function main() {
87
- console.log("== List dataSources ==");
88
- const client = PurviewScanning(
89
- "https://<my-account-name>.scan.purview.azure.com",
90
- new DefaultAzureCredential()
91
- );
92
-
93
- const dataSources = await client.path("/datasources").get();
94
- if (dataSources.status !== "200") {
95
- throw dataSources.body.error;
96
- }
97
- const iter = paginate(client, dataSources)
98
-
99
- const items: DataSource[] = [];
100
-
101
- for await (const item of <PagedAsyncIterableIterator<DataSource, (DataSource)[], PageSettings>>iter) {
102
- items.push(item);
103
- }
86
+ const client = PurviewScanning(
87
+ "https://<my-account-name>.purview.azure.com",
88
+ new DefaultAzureCredential(),
89
+ );
104
90
 
105
- console.log(items?.map((ds) => ds.name).join("\n"));
91
+ const dataSources = await client.path("/datasources").get();
92
+ if (isUnexpected(dataSources)) {
93
+ throw dataSources.body.error;
106
94
  }
107
95
 
108
- main().catch(console.error);
96
+ const pagedDataSources = paginate(client, dataSources);
97
+ for await (const dataSource of pagedDataSources) {
98
+ console.log(`Data Source Name: ${dataSource.name}`);
99
+ }
109
100
  ```
110
101
 
111
102
  ## Troubleshooting
@@ -114,7 +105,7 @@ main().catch(console.error);
114
105
 
115
106
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
116
107
 
117
- ```javascript
108
+ ```ts snippet:SetLogLevel
118
109
  import { setLogLevel } from "@azure/logger";
119
110
 
120
111
  setLogLevel("info");
@@ -132,8 +123,6 @@ If you'd like to contribute to this library, please read the [contributing guide
132
123
 
133
124
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
134
125
 
135
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fpurview%2Fpurview-scanning-rest%2FREADME.png)
136
-
137
126
  <!-- LINKS -->
138
127
 
139
128
  [scanning_product_documentation]: https://azure.microsoft.com/services/purview/
@@ -142,9 +131,9 @@ If you'd like to contribute to this library, please read the [contributing guide
142
131
  [scanning_npm]: https://www.npmjs.com/package/@azure-rest/purview-scanning
143
132
  [scanning_ref_docs]: https://azure.github.io/azure-sdk-for-js
144
133
  [azure_subscription]: https://azure.microsoft.com/free/
145
- [purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
146
- [authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
134
+ [purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
135
+ [authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
147
136
  [azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#credentials
148
137
  [azure_identity_npm]: https://www.npmjs.com/package/@azure/identity
149
- [enable_aad]: https://docs.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
138
+ [enable_aad]: https://learn.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
150
139
  [default_azure_credential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
@@ -0,0 +1,277 @@
1
+ import type { KeyVaultConnectionsGetParameters, KeyVaultConnectionsCreateOrReplaceParameters, KeyVaultConnectionsDeleteParameters, KeyVaultConnectionsListParameters, ClassificationRulesGetParameters, ClassificationRulesCreateOrReplaceParameters, ClassificationRulesDeleteParameters, ClassificationRulesListParameters, ClassificationRulesListVersionsByRuleNameParameters, ClassificationRulesTagClassificationVersionParameters, CredentialGetParameters, CredentialCreateOrReplaceParameters, CredentialDeleteParameters, CredentialListParameters, DataSourcesCreateOrReplaceParameters, DataSourcesGetParameters, DataSourcesDeleteParameters, DataSourcesListParameters, FiltersGetParameters, FiltersCreateOrReplaceParameters, IntegrationRuntimesListByAccountParameters, IntegrationRuntimesGetParameters, IntegrationRuntimesDeleteParameters, IntegrationRuntimesCreateOrReplaceParameters, IntegrationRuntimesStatusParameters, IntegrationRuntimesListAuthKeysParameters, IntegrationRuntimesRegenerateAuthKeyParameters, IntegrationRuntimesDisableInteractiveQueryParameters, IntegrationRuntimesEnableInteractiveQueryParameters, ManagedVirtualNetworksListByAccountParameters, ManagedVirtualNetworksGetParameters, ManagedVirtualNetworksCreateOrReplaceParameters, ManagedPrivateEndpointsListByAccountParameters, ManagedPrivateEndpointsGetParameters, ManagedPrivateEndpointsDeleteParameters, ManagedPrivateEndpointsCreateOrReplaceParameters, ScansCreateOrReplaceParameters, ScansGetParameters, ScansDeleteParameters, ScansListByDataSourceParameters, ScanResultGetScanStatusParameters, ScanResultRunScanParameters, ScanResultCancelScanParameters, ScanResultListScanHistoryParameters, ScanRulesetsGetParameters, ScanRulesetsCreateOrReplaceParameters, ScanRulesetsDeleteParameters, ScanRulesetsListParameters, SystemScanRulesetsListParameters, SystemScanRulesetsGetParameters, SystemScanRulesetsGetByVersionParameters, SystemScanRulesetsGetLatestParameters, SystemScanRulesetsListVersionsByDataSourceParameters, TriggersGetParameters, TriggersCreateOrReplaceParameters, TriggersDeleteParameters, TriggersEnableParameters, TriggersDisableParameters } from "./parameters.js";
2
+ import type { KeyVaultConnectionsGet200Response, KeyVaultConnectionsGetDefaultResponse, KeyVaultConnectionsCreateOrReplace200Response, KeyVaultConnectionsCreateOrReplace201Response, KeyVaultConnectionsCreateOrReplaceDefaultResponse, KeyVaultConnectionsDelete204Response, KeyVaultConnectionsDeleteDefaultResponse, KeyVaultConnectionsList200Response, KeyVaultConnectionsListDefaultResponse, ClassificationRulesGet200Response, ClassificationRulesGetDefaultResponse, ClassificationRulesCreateOrReplace200Response, ClassificationRulesCreateOrReplace201Response, ClassificationRulesCreateOrReplaceDefaultResponse, ClassificationRulesDelete204Response, ClassificationRulesDeleteDefaultResponse, ClassificationRulesList200Response, ClassificationRulesListDefaultResponse, ClassificationRulesListVersionsByRuleName200Response, ClassificationRulesListVersionsByRuleNameDefaultResponse, ClassificationRulesTagClassificationVersion202Response, ClassificationRulesTagClassificationVersionDefaultResponse, CredentialGet200Response, CredentialGetDefaultResponse, CredentialCreateOrReplace200Response, CredentialCreateOrReplace201Response, CredentialCreateOrReplaceDefaultResponse, CredentialDelete204Response, CredentialDeleteDefaultResponse, CredentialList200Response, CredentialListDefaultResponse, DataSourcesCreateOrReplace200Response, DataSourcesCreateOrReplace201Response, DataSourcesCreateOrReplaceDefaultResponse, DataSourcesGet200Response, DataSourcesGetDefaultResponse, DataSourcesDelete204Response, DataSourcesDeleteDefaultResponse, DataSourcesList200Response, DataSourcesListDefaultResponse, FiltersGet200Response, FiltersGetDefaultResponse, FiltersCreateOrReplace200Response, FiltersCreateOrReplace201Response, FiltersCreateOrReplaceDefaultResponse, IntegrationRuntimesListByAccount200Response, IntegrationRuntimesListByAccountDefaultResponse, IntegrationRuntimesGet200Response, IntegrationRuntimesGetDefaultResponse, IntegrationRuntimesDelete204Response, IntegrationRuntimesDeleteDefaultResponse, IntegrationRuntimesCreateOrReplace200Response, IntegrationRuntimesCreateOrReplace201Response, IntegrationRuntimesCreateOrReplaceDefaultResponse, IntegrationRuntimesStatus200Response, IntegrationRuntimesStatusDefaultResponse, IntegrationRuntimesListAuthKeys200Response, IntegrationRuntimesListAuthKeysDefaultResponse, IntegrationRuntimesRegenerateAuthKey200Response, IntegrationRuntimesRegenerateAuthKeyDefaultResponse, IntegrationRuntimesDisableInteractiveQuery202Response, IntegrationRuntimesDisableInteractiveQueryDefaultResponse, IntegrationRuntimesEnableInteractiveQuery202Response, IntegrationRuntimesEnableInteractiveQueryDefaultResponse, ManagedVirtualNetworksListByAccount200Response, ManagedVirtualNetworksListByAccountDefaultResponse, ManagedVirtualNetworksGet200Response, ManagedVirtualNetworksGetDefaultResponse, ManagedVirtualNetworksCreateOrReplace200Response, ManagedVirtualNetworksCreateOrReplace201Response, ManagedVirtualNetworksCreateOrReplaceDefaultResponse, ManagedPrivateEndpointsListByAccount200Response, ManagedPrivateEndpointsListByAccountDefaultResponse, ManagedPrivateEndpointsGet200Response, ManagedPrivateEndpointsGetDefaultResponse, ManagedPrivateEndpointsDelete204Response, ManagedPrivateEndpointsDeleteDefaultResponse, ManagedPrivateEndpointsCreateOrReplace200Response, ManagedPrivateEndpointsCreateOrReplace201Response, ManagedPrivateEndpointsCreateOrReplaceDefaultResponse, ScansCreateOrReplace200Response, ScansCreateOrReplace201Response, ScansCreateOrReplaceDefaultResponse, ScansGet200Response, ScansGetDefaultResponse, ScansDelete204Response, ScansDeleteDefaultResponse, ScansListByDataSource200Response, ScansListByDataSourceDefaultResponse, ScanResultGetScanStatus200Response, ScanResultGetScanStatusDefaultResponse, ScanResultRunScan202Response, ScanResultRunScanDefaultResponse, ScanResultCancelScan202Response, ScanResultCancelScanDefaultResponse, ScanResultListScanHistory200Response, ScanResultListScanHistoryDefaultResponse, ScanRulesetsGet200Response, ScanRulesetsGetDefaultResponse, ScanRulesetsCreateOrReplace200Response, ScanRulesetsCreateOrReplace201Response, ScanRulesetsCreateOrReplaceDefaultResponse, ScanRulesetsDelete204Response, ScanRulesetsDeleteDefaultResponse, ScanRulesetsList200Response, ScanRulesetsListDefaultResponse, SystemScanRulesetsList200Response, SystemScanRulesetsListDefaultResponse, SystemScanRulesetsGet200Response, SystemScanRulesetsGetDefaultResponse, SystemScanRulesetsGetByVersion200Response, SystemScanRulesetsGetByVersionDefaultResponse, SystemScanRulesetsGetLatest200Response, SystemScanRulesetsGetLatestDefaultResponse, SystemScanRulesetsListVersionsByDataSource200Response, SystemScanRulesetsListVersionsByDataSourceDefaultResponse, TriggersGet200Response, TriggersGetDefaultResponse, TriggersCreateOrReplace200Response, TriggersCreateOrReplace201Response, TriggersCreateOrReplaceDefaultResponse, TriggersDelete204Response, TriggersDeleteDefaultResponse, TriggersEnable200Response, TriggersEnableDefaultResponse, TriggersDisable200Response, TriggersDisableDefaultResponse } from "./responses.js";
3
+ import type { Client, StreamableMethod } from "@azure-rest/core-client";
4
+ export interface KeyVaultConnectionsGet {
5
+ /** Gets an Azure Key Vault connection. */
6
+ get(options?: KeyVaultConnectionsGetParameters): StreamableMethod<KeyVaultConnectionsGet200Response | KeyVaultConnectionsGetDefaultResponse>;
7
+ /** Creates or replaces a connection to Azure Key Vault. */
8
+ put(options: KeyVaultConnectionsCreateOrReplaceParameters): StreamableMethod<KeyVaultConnectionsCreateOrReplace200Response | KeyVaultConnectionsCreateOrReplace201Response | KeyVaultConnectionsCreateOrReplaceDefaultResponse>;
9
+ /** Deletes an Azure Key Vault connection associated with the account. */
10
+ delete(options?: KeyVaultConnectionsDeleteParameters): StreamableMethod<KeyVaultConnectionsDelete204Response | KeyVaultConnectionsDeleteDefaultResponse>;
11
+ }
12
+ export interface KeyVaultConnectionsList {
13
+ /** Lists Azure Key Vaults in an account. */
14
+ get(options?: KeyVaultConnectionsListParameters): StreamableMethod<KeyVaultConnectionsList200Response | KeyVaultConnectionsListDefaultResponse>;
15
+ }
16
+ export interface ClassificationRulesGet {
17
+ /** Gets a classification rule. */
18
+ get(options?: ClassificationRulesGetParameters): StreamableMethod<ClassificationRulesGet200Response | ClassificationRulesGetDefaultResponse>;
19
+ /** Creates or replaces a classification rule. */
20
+ put(options: ClassificationRulesCreateOrReplaceParameters): StreamableMethod<ClassificationRulesCreateOrReplace200Response | ClassificationRulesCreateOrReplace201Response | ClassificationRulesCreateOrReplaceDefaultResponse>;
21
+ /** Deletes a classification rule. */
22
+ delete(options?: ClassificationRulesDeleteParameters): StreamableMethod<ClassificationRulesDelete204Response | ClassificationRulesDeleteDefaultResponse>;
23
+ }
24
+ export interface ClassificationRulesList {
25
+ /** Lists classification rules in Account. */
26
+ get(options?: ClassificationRulesListParameters): StreamableMethod<ClassificationRulesList200Response | ClassificationRulesListDefaultResponse>;
27
+ }
28
+ export interface ClassificationRulesListVersionsByRuleName {
29
+ /** Lists the rule versions of a classification rule. */
30
+ get(options?: ClassificationRulesListVersionsByRuleNameParameters): StreamableMethod<ClassificationRulesListVersionsByRuleName200Response | ClassificationRulesListVersionsByRuleNameDefaultResponse>;
31
+ }
32
+ export interface ClassificationRulesTagClassificationVersion {
33
+ /** Sets classification action on a specific classification rule version. */
34
+ post(options: ClassificationRulesTagClassificationVersionParameters): StreamableMethod<ClassificationRulesTagClassificationVersion202Response | ClassificationRulesTagClassificationVersionDefaultResponse>;
35
+ }
36
+ export interface CredentialGet {
37
+ /** Gets credential information. */
38
+ get(options?: CredentialGetParameters): StreamableMethod<CredentialGet200Response | CredentialGetDefaultResponse>;
39
+ /** Creates or replaces an instance of a credential. */
40
+ put(options: CredentialCreateOrReplaceParameters): StreamableMethod<CredentialCreateOrReplace200Response | CredentialCreateOrReplace201Response | CredentialCreateOrReplaceDefaultResponse>;
41
+ /** Deletes a credential associated with the account. */
42
+ delete(options?: CredentialDeleteParameters): StreamableMethod<CredentialDelete204Response | CredentialDeleteDefaultResponse>;
43
+ }
44
+ export interface CredentialList {
45
+ /** Lists credentials in account. */
46
+ get(options?: CredentialListParameters): StreamableMethod<CredentialList200Response | CredentialListDefaultResponse>;
47
+ }
48
+ export interface DataSourcesCreateOrReplace {
49
+ /** Creates or replaces a data source. */
50
+ put(options: DataSourcesCreateOrReplaceParameters): StreamableMethod<DataSourcesCreateOrReplace200Response | DataSourcesCreateOrReplace201Response | DataSourcesCreateOrReplaceDefaultResponse>;
51
+ /** Gets a data source. */
52
+ get(options?: DataSourcesGetParameters): StreamableMethod<DataSourcesGet200Response | DataSourcesGetDefaultResponse>;
53
+ /** Deletes a data source. */
54
+ delete(options?: DataSourcesDeleteParameters): StreamableMethod<DataSourcesDelete204Response | DataSourcesDeleteDefaultResponse>;
55
+ }
56
+ export interface DataSourcesList {
57
+ /** Lists data sources in Data catalog. */
58
+ get(options?: DataSourcesListParameters): StreamableMethod<DataSourcesList200Response | DataSourcesListDefaultResponse>;
59
+ }
60
+ export interface FiltersGet {
61
+ /** Gets a filter. */
62
+ get(options?: FiltersGetParameters): StreamableMethod<FiltersGet200Response | FiltersGetDefaultResponse>;
63
+ /** Creates or replaces a filter. */
64
+ put(options: FiltersCreateOrReplaceParameters): StreamableMethod<FiltersCreateOrReplace200Response | FiltersCreateOrReplace201Response | FiltersCreateOrReplaceDefaultResponse>;
65
+ }
66
+ export interface IntegrationRuntimesListByAccount {
67
+ /** Lists integration runtimes in an account. */
68
+ get(options?: IntegrationRuntimesListByAccountParameters): StreamableMethod<IntegrationRuntimesListByAccount200Response | IntegrationRuntimesListByAccountDefaultResponse>;
69
+ }
70
+ export interface IntegrationRuntimesGet {
71
+ /** Gets an integration runtime. */
72
+ get(options?: IntegrationRuntimesGetParameters): StreamableMethod<IntegrationRuntimesGet200Response | IntegrationRuntimesGetDefaultResponse>;
73
+ /** Deletes an integration runtime. */
74
+ delete(options?: IntegrationRuntimesDeleteParameters): StreamableMethod<IntegrationRuntimesDelete204Response | IntegrationRuntimesDeleteDefaultResponse>;
75
+ /** Creates or replaces an instance of integration runtime. */
76
+ put(options: IntegrationRuntimesCreateOrReplaceParameters): StreamableMethod<IntegrationRuntimesCreateOrReplace200Response | IntegrationRuntimesCreateOrReplace201Response | IntegrationRuntimesCreateOrReplaceDefaultResponse>;
77
+ }
78
+ export interface IntegrationRuntimesStatus {
79
+ /** Gets detailed status information for an integration runtime. */
80
+ get(options?: IntegrationRuntimesStatusParameters): StreamableMethod<IntegrationRuntimesStatus200Response | IntegrationRuntimesStatusDefaultResponse>;
81
+ }
82
+ export interface IntegrationRuntimesListAuthKeys {
83
+ /** Retrieves the authentication keys for an integration runtime. */
84
+ post(options?: IntegrationRuntimesListAuthKeysParameters): StreamableMethod<IntegrationRuntimesListAuthKeys200Response | IntegrationRuntimesListAuthKeysDefaultResponse>;
85
+ }
86
+ export interface IntegrationRuntimesRegenerateAuthKey {
87
+ /** Regenerates the authentication key for an integration runtime. */
88
+ post(options: IntegrationRuntimesRegenerateAuthKeyParameters): StreamableMethod<IntegrationRuntimesRegenerateAuthKey200Response | IntegrationRuntimesRegenerateAuthKeyDefaultResponse>;
89
+ }
90
+ export interface IntegrationRuntimesDisableInteractiveQuery {
91
+ /** Disables interactive querying. */
92
+ post(options?: IntegrationRuntimesDisableInteractiveQueryParameters): StreamableMethod<IntegrationRuntimesDisableInteractiveQuery202Response | IntegrationRuntimesDisableInteractiveQueryDefaultResponse>;
93
+ }
94
+ export interface IntegrationRuntimesEnableInteractiveQuery {
95
+ /** Enables interactive querying. */
96
+ post(options: IntegrationRuntimesEnableInteractiveQueryParameters): StreamableMethod<IntegrationRuntimesEnableInteractiveQuery202Response | IntegrationRuntimesEnableInteractiveQueryDefaultResponse>;
97
+ }
98
+ export interface ManagedVirtualNetworksListByAccount {
99
+ /** Lists managed virtual networks in an account. */
100
+ get(options?: ManagedVirtualNetworksListByAccountParameters): StreamableMethod<ManagedVirtualNetworksListByAccount200Response | ManagedVirtualNetworksListByAccountDefaultResponse>;
101
+ }
102
+ export interface ManagedVirtualNetworksGet {
103
+ /** Gets a managed virtual network. */
104
+ get(options?: ManagedVirtualNetworksGetParameters): StreamableMethod<ManagedVirtualNetworksGet200Response | ManagedVirtualNetworksGetDefaultResponse>;
105
+ /** Creates or replaces a managed virtual network. */
106
+ put(options: ManagedVirtualNetworksCreateOrReplaceParameters): StreamableMethod<ManagedVirtualNetworksCreateOrReplace200Response | ManagedVirtualNetworksCreateOrReplace201Response | ManagedVirtualNetworksCreateOrReplaceDefaultResponse>;
107
+ }
108
+ export interface ManagedPrivateEndpointsListByAccount {
109
+ /** Lists managed private endpoints under a managed virtual network. */
110
+ get(options?: ManagedPrivateEndpointsListByAccountParameters): StreamableMethod<ManagedPrivateEndpointsListByAccount200Response | ManagedPrivateEndpointsListByAccountDefaultResponse>;
111
+ }
112
+ export interface ManagedPrivateEndpointsGet {
113
+ /** Gets a managed private endpoint. */
114
+ get(options?: ManagedPrivateEndpointsGetParameters): StreamableMethod<ManagedPrivateEndpointsGet200Response | ManagedPrivateEndpointsGetDefaultResponse>;
115
+ /** Deletes a managed private endpoint. */
116
+ delete(options?: ManagedPrivateEndpointsDeleteParameters): StreamableMethod<ManagedPrivateEndpointsDelete204Response | ManagedPrivateEndpointsDeleteDefaultResponse>;
117
+ /** Creates or replaces a managed private endpoint. */
118
+ put(options: ManagedPrivateEndpointsCreateOrReplaceParameters): StreamableMethod<ManagedPrivateEndpointsCreateOrReplace200Response | ManagedPrivateEndpointsCreateOrReplace201Response | ManagedPrivateEndpointsCreateOrReplaceDefaultResponse>;
119
+ }
120
+ export interface ScansCreateOrReplace {
121
+ /** Creates or replaces an instance of a scan. */
122
+ put(options: ScansCreateOrReplaceParameters): StreamableMethod<ScansCreateOrReplace200Response | ScansCreateOrReplace201Response | ScansCreateOrReplaceDefaultResponse>;
123
+ /** Gets a scan information. */
124
+ get(options?: ScansGetParameters): StreamableMethod<ScansGet200Response | ScansGetDefaultResponse>;
125
+ /** Deletes the scan associated with the data source. */
126
+ delete(options?: ScansDeleteParameters): StreamableMethod<ScansDelete204Response | ScansDeleteDefaultResponse>;
127
+ }
128
+ export interface ScansListByDataSource {
129
+ /** Lists scans in data source. */
130
+ get(options?: ScansListByDataSourceParameters): StreamableMethod<ScansListByDataSource200Response | ScansListByDataSourceDefaultResponse>;
131
+ }
132
+ export interface ScanResultGetScanStatus {
133
+ /** Gets the status of the scan run with ingestion details. */
134
+ get(options?: ScanResultGetScanStatusParameters): StreamableMethod<ScanResultGetScanStatus200Response | ScanResultGetScanStatusDefaultResponse>;
135
+ }
136
+ export interface ScanResultRunScan {
137
+ /** Runs the scan */
138
+ post(options: ScanResultRunScanParameters): StreamableMethod<ScanResultRunScan202Response | ScanResultRunScanDefaultResponse>;
139
+ }
140
+ export interface ScanResultCancelScan {
141
+ /** Cancels a scan. */
142
+ post(options?: ScanResultCancelScanParameters): StreamableMethod<ScanResultCancelScan202Response | ScanResultCancelScanDefaultResponse>;
143
+ }
144
+ export interface ScanResultListScanHistory {
145
+ /** Lists the scan history of a scan. */
146
+ get(options?: ScanResultListScanHistoryParameters): StreamableMethod<ScanResultListScanHistory200Response | ScanResultListScanHistoryDefaultResponse>;
147
+ }
148
+ export interface ScanRulesetsGet {
149
+ /** Gets a scan ruleset. */
150
+ get(options?: ScanRulesetsGetParameters): StreamableMethod<ScanRulesetsGet200Response | ScanRulesetsGetDefaultResponse>;
151
+ /** Creates or replaces a scan ruleset. */
152
+ put(options: ScanRulesetsCreateOrReplaceParameters): StreamableMethod<ScanRulesetsCreateOrReplace200Response | ScanRulesetsCreateOrReplace201Response | ScanRulesetsCreateOrReplaceDefaultResponse>;
153
+ /** Deletes a scan ruleset. */
154
+ delete(options?: ScanRulesetsDeleteParameters): StreamableMethod<ScanRulesetsDelete204Response | ScanRulesetsDeleteDefaultResponse>;
155
+ }
156
+ export interface ScanRulesetsList {
157
+ /** Lists scan rulesets in data catalog. */
158
+ get(options?: ScanRulesetsListParameters): StreamableMethod<ScanRulesetsList200Response | ScanRulesetsListDefaultResponse>;
159
+ }
160
+ export interface SystemScanRulesetsList {
161
+ /** Lists all system scan rulesets for an account. */
162
+ get(options?: SystemScanRulesetsListParameters): StreamableMethod<SystemScanRulesetsList200Response | SystemScanRulesetsListDefaultResponse>;
163
+ }
164
+ export interface SystemScanRulesetsGet {
165
+ /** Gets a system scan ruleset for a data source. */
166
+ get(options?: SystemScanRulesetsGetParameters): StreamableMethod<SystemScanRulesetsGet200Response | SystemScanRulesetsGetDefaultResponse>;
167
+ }
168
+ export interface SystemScanRulesetsGetByVersion {
169
+ /** Gets a scan ruleset by version. */
170
+ get(options?: SystemScanRulesetsGetByVersionParameters): StreamableMethod<SystemScanRulesetsGetByVersion200Response | SystemScanRulesetsGetByVersionDefaultResponse>;
171
+ }
172
+ export interface SystemScanRulesetsGetLatest {
173
+ /** Gets the latest version of a system scan ruleset. */
174
+ get(options?: SystemScanRulesetsGetLatestParameters): StreamableMethod<SystemScanRulesetsGetLatest200Response | SystemScanRulesetsGetLatestDefaultResponse>;
175
+ }
176
+ export interface SystemScanRulesetsListVersionsByDataSource {
177
+ /** Lists system scan ruleset versions in data catalog. */
178
+ get(options?: SystemScanRulesetsListVersionsByDataSourceParameters): StreamableMethod<SystemScanRulesetsListVersionsByDataSource200Response | SystemScanRulesetsListVersionsByDataSourceDefaultResponse>;
179
+ }
180
+ export interface TriggersGet {
181
+ /** Gets trigger information. */
182
+ get(options?: TriggersGetParameters): StreamableMethod<TriggersGet200Response | TriggersGetDefaultResponse>;
183
+ /** Creates or replaces an instance of a trigger. */
184
+ put(options: TriggersCreateOrReplaceParameters): StreamableMethod<TriggersCreateOrReplace200Response | TriggersCreateOrReplace201Response | TriggersCreateOrReplaceDefaultResponse>;
185
+ /** Deletes the trigger associated with the scan. */
186
+ delete(options?: TriggersDeleteParameters): StreamableMethod<TriggersDelete204Response | TriggersDeleteDefaultResponse>;
187
+ }
188
+ export interface TriggersEnable {
189
+ /** Enables a trigger. */
190
+ post(options?: TriggersEnableParameters): StreamableMethod<TriggersEnable200Response | TriggersEnableDefaultResponse>;
191
+ }
192
+ export interface TriggersDisable {
193
+ /** Disables a trigger. */
194
+ post(options?: TriggersDisableParameters): StreamableMethod<TriggersDisable200Response | TriggersDisableDefaultResponse>;
195
+ }
196
+ export interface Routes {
197
+ /** Resource for '/azureKeyVaults/\{azureKeyVaultName\}' has methods for the following verbs: get, put, delete */
198
+ (path: "/azureKeyVaults/{azureKeyVaultName}", azureKeyVaultName: string): KeyVaultConnectionsGet;
199
+ /** Resource for '/azureKeyVaults' has methods for the following verbs: get */
200
+ (path: "/azureKeyVaults"): KeyVaultConnectionsList;
201
+ /** Resource for '/classificationrules/\{classificationRuleName\}' has methods for the following verbs: get, put, delete */
202
+ (path: "/classificationrules/{classificationRuleName}", classificationRuleName: string): ClassificationRulesGet;
203
+ /** Resource for '/classificationrules' has methods for the following verbs: get */
204
+ (path: "/classificationrules"): ClassificationRulesList;
205
+ /** Resource for '/classificationrules/\{classificationRuleName\}/versions' has methods for the following verbs: get */
206
+ (path: "/classificationrules/{classificationRuleName}/versions", classificationRuleName: string): ClassificationRulesListVersionsByRuleName;
207
+ /** Resource for '/classificationrules/\{classificationRuleName\}/versions/\{classificationRuleVersion\}:tag' has methods for the following verbs: post */
208
+ (path: "/classificationrules/{classificationRuleName}/versions/{classificationRuleVersion}:tag", classificationRuleName: string, classificationRuleVersion: number): ClassificationRulesTagClassificationVersion;
209
+ /** Resource for '/credentials/\{credentialName\}' has methods for the following verbs: get, put, delete */
210
+ (path: "/credentials/{credentialName}", credentialName: string): CredentialGet;
211
+ /** Resource for '/credentials' has methods for the following verbs: get */
212
+ (path: "/credentials"): CredentialList;
213
+ /** Resource for '/datasources/\{dataSourceName\}' has methods for the following verbs: put, get, delete */
214
+ (path: "/datasources/{dataSourceName}", dataSourceName: string): DataSourcesCreateOrReplace;
215
+ /** Resource for '/datasources' has methods for the following verbs: get */
216
+ (path: "/datasources"): DataSourcesList;
217
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/filters/custom' has methods for the following verbs: get, put */
218
+ (path: "/datasources/{dataSourceName}/scans/{scanName}/filters/custom", dataSourceName: string, scanName: string): FiltersGet;
219
+ /** Resource for '/integrationruntimes' has methods for the following verbs: get */
220
+ (path: "/integrationruntimes"): IntegrationRuntimesListByAccount;
221
+ /** Resource for '/integrationruntimes/\{integrationRuntimeName\}' has methods for the following verbs: get, delete, put */
222
+ (path: "/integrationruntimes/{integrationRuntimeName}", integrationRuntimeName: string): IntegrationRuntimesGet;
223
+ /** Resource for '/integrationruntimes/\{integrationRuntimeName\}/status' has methods for the following verbs: get */
224
+ (path: "/integrationruntimes/{integrationRuntimeName}/status", integrationRuntimeName: string): IntegrationRuntimesStatus;
225
+ /** Resource for '/integrationruntimes/\{integrationRuntimeName\}:listAuthKeys' has methods for the following verbs: post */
226
+ (path: "/integrationruntimes/{integrationRuntimeName}:listAuthKeys", integrationRuntimeName: string): IntegrationRuntimesListAuthKeys;
227
+ /** Resource for '/integrationruntimes/\{integrationRuntimeName\}:regenerateAuthKey' has methods for the following verbs: post */
228
+ (path: "/integrationruntimes/{integrationRuntimeName}:regenerateAuthKey", integrationRuntimeName: string): IntegrationRuntimesRegenerateAuthKey;
229
+ /** Resource for '/integrationruntimes/\{integrationRuntimeName\}:disableInteractiveQuery' has methods for the following verbs: post */
230
+ (path: "/integrationruntimes/{integrationRuntimeName}:disableInteractiveQuery", integrationRuntimeName: string): IntegrationRuntimesDisableInteractiveQuery;
231
+ /** Resource for '/integrationruntimes/\{integrationRuntimeName\}:enableInteractiveQuery' has methods for the following verbs: post */
232
+ (path: "/integrationruntimes/{integrationRuntimeName}:enableInteractiveQuery", integrationRuntimeName: string): IntegrationRuntimesEnableInteractiveQuery;
233
+ /** Resource for '/managedvirtualnetworks' has methods for the following verbs: get */
234
+ (path: "/managedvirtualnetworks"): ManagedVirtualNetworksListByAccount;
235
+ /** Resource for '/managedvirtualnetworks/\{managedVirtualNetworkName\}' has methods for the following verbs: get, put */
236
+ (path: "/managedvirtualnetworks/{managedVirtualNetworkName}", managedVirtualNetworkName: "defaultv2"): ManagedVirtualNetworksGet;
237
+ /** Resource for '/managedvirtualnetworks/\{managedVirtualNetworkName\}/managedprivateendpoints' has methods for the following verbs: get */
238
+ (path: "/managedvirtualnetworks/{managedVirtualNetworkName}/managedprivateendpoints", managedVirtualNetworkName: "defaultv2"): ManagedPrivateEndpointsListByAccount;
239
+ /** Resource for '/managedvirtualnetworks/\{managedVirtualNetworkName\}/managedprivateendpoints/\{managedPrivateEndpointName\}' has methods for the following verbs: get, delete, put */
240
+ (path: "/managedvirtualnetworks/{managedVirtualNetworkName}/managedprivateendpoints/{managedPrivateEndpointName}", managedVirtualNetworkName: "defaultv2", managedPrivateEndpointName: string): ManagedPrivateEndpointsGet;
241
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}' has methods for the following verbs: put, get, delete */
242
+ (path: "/datasources/{dataSourceName}/scans/{scanName}", dataSourceName: string, scanName: string): ScansCreateOrReplace;
243
+ /** Resource for '/datasources/\{dataSourceName\}/scans' has methods for the following verbs: get */
244
+ (path: "/datasources/{dataSourceName}/scans", dataSourceName: string): ScansListByDataSource;
245
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs/\{runId\}' has methods for the following verbs: get */
246
+ (path: "/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}", dataSourceName: string, scanName: string, runId: string): ScanResultGetScanStatus;
247
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}:run' has methods for the following verbs: post */
248
+ (path: "/datasources/{dataSourceName}/scans/{scanName}:run", dataSourceName: string, scanName: string): ScanResultRunScan;
249
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs/\{runId\}:cancel' has methods for the following verbs: post */
250
+ (path: "/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}:cancel", dataSourceName: string, scanName: string, runId: string): ScanResultCancelScan;
251
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs' has methods for the following verbs: get */
252
+ (path: "/datasources/{dataSourceName}/scans/{scanName}/runs", dataSourceName: string, scanName: string): ScanResultListScanHistory;
253
+ /** Resource for '/scanrulesets/\{scanRulesetName\}' has methods for the following verbs: get, put, delete */
254
+ (path: "/scanrulesets/{scanRulesetName}", scanRulesetName: string): ScanRulesetsGet;
255
+ /** Resource for '/scanrulesets' has methods for the following verbs: get */
256
+ (path: "/scanrulesets"): ScanRulesetsList;
257
+ /** Resource for '/systemScanRulesets' has methods for the following verbs: get */
258
+ (path: "/systemScanRulesets"): SystemScanRulesetsList;
259
+ /** Resource for '/systemScanRulesets/datasources/\{dataSourceType\}' has methods for the following verbs: get */
260
+ (path: "/systemScanRulesets/datasources/{dataSourceType}", dataSourceType: "None" | "Fabric" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "ArcEnabledSqlServer" | "AmazonPostgreSql" | "AzurePostgreSql" | "Databricks" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "Hdfs" | "TableauServer" | "AzureStorage" | "Teradata" | "Oracle" | "PostgreSql" | "AmazonRedShift" | "DatabricksHms" | "SapS4Hana" | "SapEcc" | "Snowflake" | "PowerBI" | "Trident" | "Dataverse" | "DatabricksUnityCatalog"): SystemScanRulesetsGet;
261
+ /** Resource for '/systemScanRulesets/versions/\{version\}' has methods for the following verbs: get */
262
+ (path: "/systemScanRulesets/versions/{version}", version: number): SystemScanRulesetsGetByVersion;
263
+ /** Resource for '/systemScanRulesets/versions/latest' has methods for the following verbs: get */
264
+ (path: "/systemScanRulesets/versions/latest"): SystemScanRulesetsGetLatest;
265
+ /** Resource for '/systemScanRulesets/versions' has methods for the following verbs: get */
266
+ (path: "/systemScanRulesets/versions"): SystemScanRulesetsListVersionsByDataSource;
267
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/triggers/default' has methods for the following verbs: get, put, delete */
268
+ (path: "/datasources/{dataSourceName}/scans/{scanName}/triggers/default", dataSourceName: string, scanName: string): TriggersGet;
269
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/triggers/default:enable' has methods for the following verbs: post */
270
+ (path: "/datasources/{dataSourceName}/scans/{scanName}/triggers/default:enable", dataSourceName: string, scanName: string): TriggersEnable;
271
+ /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/triggers/default:disable' has methods for the following verbs: post */
272
+ (path: "/datasources/{dataSourceName}/scans/{scanName}/triggers/default:disable", dataSourceName: string, scanName: string): TriggersDisable;
273
+ }
274
+ export type PurviewScanningRestClient = Client & {
275
+ path: Routes;
276
+ };
277
+ //# sourceMappingURL=clientDefinitions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=clientDefinitions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n KeyVaultConnectionsGetParameters,\n KeyVaultConnectionsCreateOrReplaceParameters,\n KeyVaultConnectionsDeleteParameters,\n KeyVaultConnectionsListParameters,\n ClassificationRulesGetParameters,\n ClassificationRulesCreateOrReplaceParameters,\n ClassificationRulesDeleteParameters,\n ClassificationRulesListParameters,\n ClassificationRulesListVersionsByRuleNameParameters,\n ClassificationRulesTagClassificationVersionParameters,\n CredentialGetParameters,\n CredentialCreateOrReplaceParameters,\n CredentialDeleteParameters,\n CredentialListParameters,\n DataSourcesCreateOrReplaceParameters,\n DataSourcesGetParameters,\n DataSourcesDeleteParameters,\n DataSourcesListParameters,\n FiltersGetParameters,\n FiltersCreateOrReplaceParameters,\n IntegrationRuntimesListByAccountParameters,\n IntegrationRuntimesGetParameters,\n IntegrationRuntimesDeleteParameters,\n IntegrationRuntimesCreateOrReplaceParameters,\n IntegrationRuntimesStatusParameters,\n IntegrationRuntimesListAuthKeysParameters,\n IntegrationRuntimesRegenerateAuthKeyParameters,\n IntegrationRuntimesDisableInteractiveQueryParameters,\n IntegrationRuntimesEnableInteractiveQueryParameters,\n ManagedVirtualNetworksListByAccountParameters,\n ManagedVirtualNetworksGetParameters,\n ManagedVirtualNetworksCreateOrReplaceParameters,\n ManagedPrivateEndpointsListByAccountParameters,\n ManagedPrivateEndpointsGetParameters,\n ManagedPrivateEndpointsDeleteParameters,\n ManagedPrivateEndpointsCreateOrReplaceParameters,\n ScansCreateOrReplaceParameters,\n ScansGetParameters,\n ScansDeleteParameters,\n ScansListByDataSourceParameters,\n ScanResultGetScanStatusParameters,\n ScanResultRunScanParameters,\n ScanResultCancelScanParameters,\n ScanResultListScanHistoryParameters,\n ScanRulesetsGetParameters,\n ScanRulesetsCreateOrReplaceParameters,\n ScanRulesetsDeleteParameters,\n ScanRulesetsListParameters,\n SystemScanRulesetsListParameters,\n SystemScanRulesetsGetParameters,\n SystemScanRulesetsGetByVersionParameters,\n SystemScanRulesetsGetLatestParameters,\n SystemScanRulesetsListVersionsByDataSourceParameters,\n TriggersGetParameters,\n TriggersCreateOrReplaceParameters,\n TriggersDeleteParameters,\n TriggersEnableParameters,\n TriggersDisableParameters,\n} from \"./parameters.js\";\nimport type {\n KeyVaultConnectionsGet200Response,\n KeyVaultConnectionsGetDefaultResponse,\n KeyVaultConnectionsCreateOrReplace200Response,\n KeyVaultConnectionsCreateOrReplace201Response,\n KeyVaultConnectionsCreateOrReplaceDefaultResponse,\n KeyVaultConnectionsDelete204Response,\n KeyVaultConnectionsDeleteDefaultResponse,\n KeyVaultConnectionsList200Response,\n KeyVaultConnectionsListDefaultResponse,\n ClassificationRulesGet200Response,\n ClassificationRulesGetDefaultResponse,\n ClassificationRulesCreateOrReplace200Response,\n ClassificationRulesCreateOrReplace201Response,\n ClassificationRulesCreateOrReplaceDefaultResponse,\n ClassificationRulesDelete204Response,\n ClassificationRulesDeleteDefaultResponse,\n ClassificationRulesList200Response,\n ClassificationRulesListDefaultResponse,\n ClassificationRulesListVersionsByRuleName200Response,\n ClassificationRulesListVersionsByRuleNameDefaultResponse,\n ClassificationRulesTagClassificationVersion202Response,\n ClassificationRulesTagClassificationVersionDefaultResponse,\n CredentialGet200Response,\n CredentialGetDefaultResponse,\n CredentialCreateOrReplace200Response,\n CredentialCreateOrReplace201Response,\n CredentialCreateOrReplaceDefaultResponse,\n CredentialDelete204Response,\n CredentialDeleteDefaultResponse,\n CredentialList200Response,\n CredentialListDefaultResponse,\n DataSourcesCreateOrReplace200Response,\n DataSourcesCreateOrReplace201Response,\n DataSourcesCreateOrReplaceDefaultResponse,\n DataSourcesGet200Response,\n DataSourcesGetDefaultResponse,\n DataSourcesDelete204Response,\n DataSourcesDeleteDefaultResponse,\n DataSourcesList200Response,\n DataSourcesListDefaultResponse,\n FiltersGet200Response,\n FiltersGetDefaultResponse,\n FiltersCreateOrReplace200Response,\n FiltersCreateOrReplace201Response,\n FiltersCreateOrReplaceDefaultResponse,\n IntegrationRuntimesListByAccount200Response,\n IntegrationRuntimesListByAccountDefaultResponse,\n IntegrationRuntimesGet200Response,\n IntegrationRuntimesGetDefaultResponse,\n IntegrationRuntimesDelete204Response,\n IntegrationRuntimesDeleteDefaultResponse,\n IntegrationRuntimesCreateOrReplace200Response,\n IntegrationRuntimesCreateOrReplace201Response,\n IntegrationRuntimesCreateOrReplaceDefaultResponse,\n IntegrationRuntimesStatus200Response,\n IntegrationRuntimesStatusDefaultResponse,\n IntegrationRuntimesListAuthKeys200Response,\n IntegrationRuntimesListAuthKeysDefaultResponse,\n IntegrationRuntimesRegenerateAuthKey200Response,\n IntegrationRuntimesRegenerateAuthKeyDefaultResponse,\n IntegrationRuntimesDisableInteractiveQuery202Response,\n IntegrationRuntimesDisableInteractiveQueryDefaultResponse,\n IntegrationRuntimesEnableInteractiveQuery202Response,\n IntegrationRuntimesEnableInteractiveQueryDefaultResponse,\n ManagedVirtualNetworksListByAccount200Response,\n ManagedVirtualNetworksListByAccountDefaultResponse,\n ManagedVirtualNetworksGet200Response,\n ManagedVirtualNetworksGetDefaultResponse,\n ManagedVirtualNetworksCreateOrReplace200Response,\n ManagedVirtualNetworksCreateOrReplace201Response,\n ManagedVirtualNetworksCreateOrReplaceDefaultResponse,\n ManagedPrivateEndpointsListByAccount200Response,\n ManagedPrivateEndpointsListByAccountDefaultResponse,\n ManagedPrivateEndpointsGet200Response,\n ManagedPrivateEndpointsGetDefaultResponse,\n ManagedPrivateEndpointsDelete204Response,\n ManagedPrivateEndpointsDeleteDefaultResponse,\n ManagedPrivateEndpointsCreateOrReplace200Response,\n ManagedPrivateEndpointsCreateOrReplace201Response,\n ManagedPrivateEndpointsCreateOrReplaceDefaultResponse,\n ScansCreateOrReplace200Response,\n ScansCreateOrReplace201Response,\n ScansCreateOrReplaceDefaultResponse,\n ScansGet200Response,\n ScansGetDefaultResponse,\n ScansDelete204Response,\n ScansDeleteDefaultResponse,\n ScansListByDataSource200Response,\n ScansListByDataSourceDefaultResponse,\n ScanResultGetScanStatus200Response,\n ScanResultGetScanStatusDefaultResponse,\n ScanResultRunScan202Response,\n ScanResultRunScanDefaultResponse,\n ScanResultCancelScan202Response,\n ScanResultCancelScanDefaultResponse,\n ScanResultListScanHistory200Response,\n ScanResultListScanHistoryDefaultResponse,\n ScanRulesetsGet200Response,\n ScanRulesetsGetDefaultResponse,\n ScanRulesetsCreateOrReplace200Response,\n ScanRulesetsCreateOrReplace201Response,\n ScanRulesetsCreateOrReplaceDefaultResponse,\n ScanRulesetsDelete204Response,\n ScanRulesetsDeleteDefaultResponse,\n ScanRulesetsList200Response,\n ScanRulesetsListDefaultResponse,\n SystemScanRulesetsList200Response,\n SystemScanRulesetsListDefaultResponse,\n SystemScanRulesetsGet200Response,\n SystemScanRulesetsGetDefaultResponse,\n SystemScanRulesetsGetByVersion200Response,\n SystemScanRulesetsGetByVersionDefaultResponse,\n SystemScanRulesetsGetLatest200Response,\n SystemScanRulesetsGetLatestDefaultResponse,\n SystemScanRulesetsListVersionsByDataSource200Response,\n SystemScanRulesetsListVersionsByDataSourceDefaultResponse,\n TriggersGet200Response,\n TriggersGetDefaultResponse,\n TriggersCreateOrReplace200Response,\n TriggersCreateOrReplace201Response,\n TriggersCreateOrReplaceDefaultResponse,\n TriggersDelete204Response,\n TriggersDeleteDefaultResponse,\n TriggersEnable200Response,\n TriggersEnableDefaultResponse,\n TriggersDisable200Response,\n TriggersDisableDefaultResponse,\n} from \"./responses.js\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface KeyVaultConnectionsGet {\n /** Gets an Azure Key Vault connection. */\n get(\n options?: KeyVaultConnectionsGetParameters,\n ): StreamableMethod<KeyVaultConnectionsGet200Response | KeyVaultConnectionsGetDefaultResponse>;\n /** Creates or replaces a connection to Azure Key Vault. */\n put(\n options: KeyVaultConnectionsCreateOrReplaceParameters,\n ): StreamableMethod<\n | KeyVaultConnectionsCreateOrReplace200Response\n | KeyVaultConnectionsCreateOrReplace201Response\n | KeyVaultConnectionsCreateOrReplaceDefaultResponse\n >;\n /** Deletes an Azure Key Vault connection associated with the account. */\n delete(\n options?: KeyVaultConnectionsDeleteParameters,\n ): StreamableMethod<\n KeyVaultConnectionsDelete204Response | KeyVaultConnectionsDeleteDefaultResponse\n >;\n}\n\nexport interface KeyVaultConnectionsList {\n /** Lists Azure Key Vaults in an account. */\n get(\n options?: KeyVaultConnectionsListParameters,\n ): StreamableMethod<KeyVaultConnectionsList200Response | KeyVaultConnectionsListDefaultResponse>;\n}\n\nexport interface ClassificationRulesGet {\n /** Gets a classification rule. */\n get(\n options?: ClassificationRulesGetParameters,\n ): StreamableMethod<ClassificationRulesGet200Response | ClassificationRulesGetDefaultResponse>;\n /** Creates or replaces a classification rule. */\n put(\n options: ClassificationRulesCreateOrReplaceParameters,\n ): StreamableMethod<\n | ClassificationRulesCreateOrReplace200Response\n | ClassificationRulesCreateOrReplace201Response\n | ClassificationRulesCreateOrReplaceDefaultResponse\n >;\n /** Deletes a classification rule. */\n delete(\n options?: ClassificationRulesDeleteParameters,\n ): StreamableMethod<\n ClassificationRulesDelete204Response | ClassificationRulesDeleteDefaultResponse\n >;\n}\n\nexport interface ClassificationRulesList {\n /** Lists classification rules in Account. */\n get(\n options?: ClassificationRulesListParameters,\n ): StreamableMethod<ClassificationRulesList200Response | ClassificationRulesListDefaultResponse>;\n}\n\nexport interface ClassificationRulesListVersionsByRuleName {\n /** Lists the rule versions of a classification rule. */\n get(\n options?: ClassificationRulesListVersionsByRuleNameParameters,\n ): StreamableMethod<\n | ClassificationRulesListVersionsByRuleName200Response\n | ClassificationRulesListVersionsByRuleNameDefaultResponse\n >;\n}\n\nexport interface ClassificationRulesTagClassificationVersion {\n /** Sets classification action on a specific classification rule version. */\n post(\n options: ClassificationRulesTagClassificationVersionParameters,\n ): StreamableMethod<\n | ClassificationRulesTagClassificationVersion202Response\n | ClassificationRulesTagClassificationVersionDefaultResponse\n >;\n}\n\nexport interface CredentialGet {\n /** Gets credential information. */\n get(\n options?: CredentialGetParameters,\n ): StreamableMethod<CredentialGet200Response | CredentialGetDefaultResponse>;\n /** Creates or replaces an instance of a credential. */\n put(\n options: CredentialCreateOrReplaceParameters,\n ): StreamableMethod<\n | CredentialCreateOrReplace200Response\n | CredentialCreateOrReplace201Response\n | CredentialCreateOrReplaceDefaultResponse\n >;\n /** Deletes a credential associated with the account. */\n delete(\n options?: CredentialDeleteParameters,\n ): StreamableMethod<CredentialDelete204Response | CredentialDeleteDefaultResponse>;\n}\n\nexport interface CredentialList {\n /** Lists credentials in account. */\n get(\n options?: CredentialListParameters,\n ): StreamableMethod<CredentialList200Response | CredentialListDefaultResponse>;\n}\n\nexport interface DataSourcesCreateOrReplace {\n /** Creates or replaces a data source. */\n put(\n options: DataSourcesCreateOrReplaceParameters,\n ): StreamableMethod<\n | DataSourcesCreateOrReplace200Response\n | DataSourcesCreateOrReplace201Response\n | DataSourcesCreateOrReplaceDefaultResponse\n >;\n /** Gets a data source. */\n get(\n options?: DataSourcesGetParameters,\n ): StreamableMethod<DataSourcesGet200Response | DataSourcesGetDefaultResponse>;\n /** Deletes a data source. */\n delete(\n options?: DataSourcesDeleteParameters,\n ): StreamableMethod<DataSourcesDelete204Response | DataSourcesDeleteDefaultResponse>;\n}\n\nexport interface DataSourcesList {\n /** Lists data sources in Data catalog. */\n get(\n options?: DataSourcesListParameters,\n ): StreamableMethod<DataSourcesList200Response | DataSourcesListDefaultResponse>;\n}\n\nexport interface FiltersGet {\n /** Gets a filter. */\n get(\n options?: FiltersGetParameters,\n ): StreamableMethod<FiltersGet200Response | FiltersGetDefaultResponse>;\n /** Creates or replaces a filter. */\n put(\n options: FiltersCreateOrReplaceParameters,\n ): StreamableMethod<\n | FiltersCreateOrReplace200Response\n | FiltersCreateOrReplace201Response\n | FiltersCreateOrReplaceDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesListByAccount {\n /** Lists integration runtimes in an account. */\n get(\n options?: IntegrationRuntimesListByAccountParameters,\n ): StreamableMethod<\n IntegrationRuntimesListByAccount200Response | IntegrationRuntimesListByAccountDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesGet {\n /** Gets an integration runtime. */\n get(\n options?: IntegrationRuntimesGetParameters,\n ): StreamableMethod<IntegrationRuntimesGet200Response | IntegrationRuntimesGetDefaultResponse>;\n /** Deletes an integration runtime. */\n delete(\n options?: IntegrationRuntimesDeleteParameters,\n ): StreamableMethod<\n IntegrationRuntimesDelete204Response | IntegrationRuntimesDeleteDefaultResponse\n >;\n /** Creates or replaces an instance of integration runtime. */\n put(\n options: IntegrationRuntimesCreateOrReplaceParameters,\n ): StreamableMethod<\n | IntegrationRuntimesCreateOrReplace200Response\n | IntegrationRuntimesCreateOrReplace201Response\n | IntegrationRuntimesCreateOrReplaceDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesStatus {\n /** Gets detailed status information for an integration runtime. */\n get(\n options?: IntegrationRuntimesStatusParameters,\n ): StreamableMethod<\n IntegrationRuntimesStatus200Response | IntegrationRuntimesStatusDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesListAuthKeys {\n /** Retrieves the authentication keys for an integration runtime. */\n post(\n options?: IntegrationRuntimesListAuthKeysParameters,\n ): StreamableMethod<\n IntegrationRuntimesListAuthKeys200Response | IntegrationRuntimesListAuthKeysDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesRegenerateAuthKey {\n /** Regenerates the authentication key for an integration runtime. */\n post(\n options: IntegrationRuntimesRegenerateAuthKeyParameters,\n ): StreamableMethod<\n | IntegrationRuntimesRegenerateAuthKey200Response\n | IntegrationRuntimesRegenerateAuthKeyDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesDisableInteractiveQuery {\n /** Disables interactive querying. */\n post(\n options?: IntegrationRuntimesDisableInteractiveQueryParameters,\n ): StreamableMethod<\n | IntegrationRuntimesDisableInteractiveQuery202Response\n | IntegrationRuntimesDisableInteractiveQueryDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesEnableInteractiveQuery {\n /** Enables interactive querying. */\n post(\n options: IntegrationRuntimesEnableInteractiveQueryParameters,\n ): StreamableMethod<\n | IntegrationRuntimesEnableInteractiveQuery202Response\n | IntegrationRuntimesEnableInteractiveQueryDefaultResponse\n >;\n}\n\nexport interface ManagedVirtualNetworksListByAccount {\n /** Lists managed virtual networks in an account. */\n get(\n options?: ManagedVirtualNetworksListByAccountParameters,\n ): StreamableMethod<\n | ManagedVirtualNetworksListByAccount200Response\n | ManagedVirtualNetworksListByAccountDefaultResponse\n >;\n}\n\nexport interface ManagedVirtualNetworksGet {\n /** Gets a managed virtual network. */\n get(\n options?: ManagedVirtualNetworksGetParameters,\n ): StreamableMethod<\n ManagedVirtualNetworksGet200Response | ManagedVirtualNetworksGetDefaultResponse\n >;\n /** Creates or replaces a managed virtual network. */\n put(\n options: ManagedVirtualNetworksCreateOrReplaceParameters,\n ): StreamableMethod<\n | ManagedVirtualNetworksCreateOrReplace200Response\n | ManagedVirtualNetworksCreateOrReplace201Response\n | ManagedVirtualNetworksCreateOrReplaceDefaultResponse\n >;\n}\n\nexport interface ManagedPrivateEndpointsListByAccount {\n /** Lists managed private endpoints under a managed virtual network. */\n get(\n options?: ManagedPrivateEndpointsListByAccountParameters,\n ): StreamableMethod<\n | ManagedPrivateEndpointsListByAccount200Response\n | ManagedPrivateEndpointsListByAccountDefaultResponse\n >;\n}\n\nexport interface ManagedPrivateEndpointsGet {\n /** Gets a managed private endpoint. */\n get(\n options?: ManagedPrivateEndpointsGetParameters,\n ): StreamableMethod<\n ManagedPrivateEndpointsGet200Response | ManagedPrivateEndpointsGetDefaultResponse\n >;\n /** Deletes a managed private endpoint. */\n delete(\n options?: ManagedPrivateEndpointsDeleteParameters,\n ): StreamableMethod<\n ManagedPrivateEndpointsDelete204Response | ManagedPrivateEndpointsDeleteDefaultResponse\n >;\n /** Creates or replaces a managed private endpoint. */\n put(\n options: ManagedPrivateEndpointsCreateOrReplaceParameters,\n ): StreamableMethod<\n | ManagedPrivateEndpointsCreateOrReplace200Response\n | ManagedPrivateEndpointsCreateOrReplace201Response\n | ManagedPrivateEndpointsCreateOrReplaceDefaultResponse\n >;\n}\n\nexport interface ScansCreateOrReplace {\n /** Creates or replaces an instance of a scan. */\n put(\n options: ScansCreateOrReplaceParameters,\n ): StreamableMethod<\n | ScansCreateOrReplace200Response\n | ScansCreateOrReplace201Response\n | ScansCreateOrReplaceDefaultResponse\n >;\n /** Gets a scan information. */\n get(\n options?: ScansGetParameters,\n ): StreamableMethod<ScansGet200Response | ScansGetDefaultResponse>;\n /** Deletes the scan associated with the data source. */\n delete(\n options?: ScansDeleteParameters,\n ): StreamableMethod<ScansDelete204Response | ScansDeleteDefaultResponse>;\n}\n\nexport interface ScansListByDataSource {\n /** Lists scans in data source. */\n get(\n options?: ScansListByDataSourceParameters,\n ): StreamableMethod<ScansListByDataSource200Response | ScansListByDataSourceDefaultResponse>;\n}\n\nexport interface ScanResultGetScanStatus {\n /** Gets the status of the scan run with ingestion details. */\n get(\n options?: ScanResultGetScanStatusParameters,\n ): StreamableMethod<ScanResultGetScanStatus200Response | ScanResultGetScanStatusDefaultResponse>;\n}\n\nexport interface ScanResultRunScan {\n /** Runs the scan */\n post(\n options: ScanResultRunScanParameters,\n ): StreamableMethod<ScanResultRunScan202Response | ScanResultRunScanDefaultResponse>;\n}\n\nexport interface ScanResultCancelScan {\n /** Cancels a scan. */\n post(\n options?: ScanResultCancelScanParameters,\n ): StreamableMethod<ScanResultCancelScan202Response | ScanResultCancelScanDefaultResponse>;\n}\n\nexport interface ScanResultListScanHistory {\n /** Lists the scan history of a scan. */\n get(\n options?: ScanResultListScanHistoryParameters,\n ): StreamableMethod<\n ScanResultListScanHistory200Response | ScanResultListScanHistoryDefaultResponse\n >;\n}\n\nexport interface ScanRulesetsGet {\n /** Gets a scan ruleset. */\n get(\n options?: ScanRulesetsGetParameters,\n ): StreamableMethod<ScanRulesetsGet200Response | ScanRulesetsGetDefaultResponse>;\n /** Creates or replaces a scan ruleset. */\n put(\n options: ScanRulesetsCreateOrReplaceParameters,\n ): StreamableMethod<\n | ScanRulesetsCreateOrReplace200Response\n | ScanRulesetsCreateOrReplace201Response\n | ScanRulesetsCreateOrReplaceDefaultResponse\n >;\n /** Deletes a scan ruleset. */\n delete(\n options?: ScanRulesetsDeleteParameters,\n ): StreamableMethod<ScanRulesetsDelete204Response | ScanRulesetsDeleteDefaultResponse>;\n}\n\nexport interface ScanRulesetsList {\n /** Lists scan rulesets in data catalog. */\n get(\n options?: ScanRulesetsListParameters,\n ): StreamableMethod<ScanRulesetsList200Response | ScanRulesetsListDefaultResponse>;\n}\n\nexport interface SystemScanRulesetsList {\n /** Lists all system scan rulesets for an account. */\n get(\n options?: SystemScanRulesetsListParameters,\n ): StreamableMethod<SystemScanRulesetsList200Response | SystemScanRulesetsListDefaultResponse>;\n}\n\nexport interface SystemScanRulesetsGet {\n /** Gets a system scan ruleset for a data source. */\n get(\n options?: SystemScanRulesetsGetParameters,\n ): StreamableMethod<SystemScanRulesetsGet200Response | SystemScanRulesetsGetDefaultResponse>;\n}\n\nexport interface SystemScanRulesetsGetByVersion {\n /** Gets a scan ruleset by version. */\n get(\n options?: SystemScanRulesetsGetByVersionParameters,\n ): StreamableMethod<\n SystemScanRulesetsGetByVersion200Response | SystemScanRulesetsGetByVersionDefaultResponse\n >;\n}\n\nexport interface SystemScanRulesetsGetLatest {\n /** Gets the latest version of a system scan ruleset. */\n get(\n options?: SystemScanRulesetsGetLatestParameters,\n ): StreamableMethod<\n SystemScanRulesetsGetLatest200Response | SystemScanRulesetsGetLatestDefaultResponse\n >;\n}\n\nexport interface SystemScanRulesetsListVersionsByDataSource {\n /** Lists system scan ruleset versions in data catalog. */\n get(\n options?: SystemScanRulesetsListVersionsByDataSourceParameters,\n ): StreamableMethod<\n | SystemScanRulesetsListVersionsByDataSource200Response\n | SystemScanRulesetsListVersionsByDataSourceDefaultResponse\n >;\n}\n\nexport interface TriggersGet {\n /** Gets trigger information. */\n get(\n options?: TriggersGetParameters,\n ): StreamableMethod<TriggersGet200Response | TriggersGetDefaultResponse>;\n /** Creates or replaces an instance of a trigger. */\n put(\n options: TriggersCreateOrReplaceParameters,\n ): StreamableMethod<\n | TriggersCreateOrReplace200Response\n | TriggersCreateOrReplace201Response\n | TriggersCreateOrReplaceDefaultResponse\n >;\n /** Deletes the trigger associated with the scan. */\n delete(\n options?: TriggersDeleteParameters,\n ): StreamableMethod<TriggersDelete204Response | TriggersDeleteDefaultResponse>;\n}\n\nexport interface TriggersEnable {\n /** Enables a trigger. */\n post(\n options?: TriggersEnableParameters,\n ): StreamableMethod<TriggersEnable200Response | TriggersEnableDefaultResponse>;\n}\n\nexport interface TriggersDisable {\n /** Disables a trigger. */\n post(\n options?: TriggersDisableParameters,\n ): StreamableMethod<TriggersDisable200Response | TriggersDisableDefaultResponse>;\n}\n\nexport interface Routes {\n /** Resource for '/azureKeyVaults/\\{azureKeyVaultName\\}' has methods for the following verbs: get, put, delete */\n (path: \"/azureKeyVaults/{azureKeyVaultName}\", azureKeyVaultName: string): KeyVaultConnectionsGet;\n /** Resource for '/azureKeyVaults' has methods for the following verbs: get */\n (path: \"/azureKeyVaults\"): KeyVaultConnectionsList;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/classificationrules/{classificationRuleName}\",\n classificationRuleName: string,\n ): ClassificationRulesGet;\n /** Resource for '/classificationrules' has methods for the following verbs: get */\n (path: \"/classificationrules\"): ClassificationRulesList;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}/versions' has methods for the following verbs: get */\n (\n path: \"/classificationrules/{classificationRuleName}/versions\",\n classificationRuleName: string,\n ): ClassificationRulesListVersionsByRuleName;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}/versions/\\{classificationRuleVersion\\}:tag' has methods for the following verbs: post */\n (\n path: \"/classificationrules/{classificationRuleName}/versions/{classificationRuleVersion}:tag\",\n classificationRuleName: string,\n classificationRuleVersion: number,\n ): ClassificationRulesTagClassificationVersion;\n /** Resource for '/credentials/\\{credentialName\\}' has methods for the following verbs: get, put, delete */\n (path: \"/credentials/{credentialName}\", credentialName: string): CredentialGet;\n /** Resource for '/credentials' has methods for the following verbs: get */\n (path: \"/credentials\"): CredentialList;\n /** Resource for '/datasources/\\{dataSourceName\\}' has methods for the following verbs: put, get, delete */\n (path: \"/datasources/{dataSourceName}\", dataSourceName: string): DataSourcesCreateOrReplace;\n /** Resource for '/datasources' has methods for the following verbs: get */\n (path: \"/datasources\"): DataSourcesList;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/filters/custom' has methods for the following verbs: get, put */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/filters/custom\",\n dataSourceName: string,\n scanName: string,\n ): FiltersGet;\n /** Resource for '/integrationruntimes' has methods for the following verbs: get */\n (path: \"/integrationruntimes\"): IntegrationRuntimesListByAccount;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}' has methods for the following verbs: get, delete, put */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesGet;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}/status' has methods for the following verbs: get */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}/status\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesStatus;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}:listAuthKeys' has methods for the following verbs: post */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}:listAuthKeys\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesListAuthKeys;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}:regenerateAuthKey' has methods for the following verbs: post */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}:regenerateAuthKey\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesRegenerateAuthKey;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}:disableInteractiveQuery' has methods for the following verbs: post */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}:disableInteractiveQuery\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesDisableInteractiveQuery;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}:enableInteractiveQuery' has methods for the following verbs: post */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}:enableInteractiveQuery\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesEnableInteractiveQuery;\n /** Resource for '/managedvirtualnetworks' has methods for the following verbs: get */\n (path: \"/managedvirtualnetworks\"): ManagedVirtualNetworksListByAccount;\n /** Resource for '/managedvirtualnetworks/\\{managedVirtualNetworkName\\}' has methods for the following verbs: get, put */\n (\n path: \"/managedvirtualnetworks/{managedVirtualNetworkName}\",\n managedVirtualNetworkName: \"defaultv2\",\n ): ManagedVirtualNetworksGet;\n /** Resource for '/managedvirtualnetworks/\\{managedVirtualNetworkName\\}/managedprivateendpoints' has methods for the following verbs: get */\n (\n path: \"/managedvirtualnetworks/{managedVirtualNetworkName}/managedprivateendpoints\",\n managedVirtualNetworkName: \"defaultv2\",\n ): ManagedPrivateEndpointsListByAccount;\n /** Resource for '/managedvirtualnetworks/\\{managedVirtualNetworkName\\}/managedprivateendpoints/\\{managedPrivateEndpointName\\}' has methods for the following verbs: get, delete, put */\n (\n path: \"/managedvirtualnetworks/{managedVirtualNetworkName}/managedprivateendpoints/{managedPrivateEndpointName}\",\n managedVirtualNetworkName: \"defaultv2\",\n managedPrivateEndpointName: string,\n ): ManagedPrivateEndpointsGet;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}' has methods for the following verbs: put, get, delete */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}\",\n dataSourceName: string,\n scanName: string,\n ): ScansCreateOrReplace;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans' has methods for the following verbs: get */\n (path: \"/datasources/{dataSourceName}/scans\", dataSourceName: string): ScansListByDataSource;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs/\\{runId\\}' has methods for the following verbs: get */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}\",\n dataSourceName: string,\n scanName: string,\n runId: string,\n ): ScanResultGetScanStatus;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}:run' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}:run\",\n dataSourceName: string,\n scanName: string,\n ): ScanResultRunScan;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs/\\{runId\\}:cancel' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}:cancel\",\n dataSourceName: string,\n scanName: string,\n runId: string,\n ): ScanResultCancelScan;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs' has methods for the following verbs: get */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs\",\n dataSourceName: string,\n scanName: string,\n ): ScanResultListScanHistory;\n /** Resource for '/scanrulesets/\\{scanRulesetName\\}' has methods for the following verbs: get, put, delete */\n (path: \"/scanrulesets/{scanRulesetName}\", scanRulesetName: string): ScanRulesetsGet;\n /** Resource for '/scanrulesets' has methods for the following verbs: get */\n (path: \"/scanrulesets\"): ScanRulesetsList;\n /** Resource for '/systemScanRulesets' has methods for the following verbs: get */\n (path: \"/systemScanRulesets\"): SystemScanRulesetsList;\n /** Resource for '/systemScanRulesets/datasources/\\{dataSourceType\\}' has methods for the following verbs: get */\n (\n path: \"/systemScanRulesets/datasources/{dataSourceType}\",\n dataSourceType:\n | \"None\"\n | \"Fabric\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"ArcEnabledSqlServer\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"Databricks\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"Hdfs\"\n | \"TableauServer\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"PostgreSql\"\n | \"AmazonRedShift\"\n | \"DatabricksHms\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"Snowflake\"\n | \"PowerBI\"\n | \"Trident\"\n | \"Dataverse\"\n | \"DatabricksUnityCatalog\",\n ): SystemScanRulesetsGet;\n /** Resource for '/systemScanRulesets/versions/\\{version\\}' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions/{version}\", version: number): SystemScanRulesetsGetByVersion;\n /** Resource for '/systemScanRulesets/versions/latest' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions/latest\"): SystemScanRulesetsGetLatest;\n /** Resource for '/systemScanRulesets/versions' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions\"): SystemScanRulesetsListVersionsByDataSource;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/triggers/default' has methods for the following verbs: get, put, delete */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/triggers/default\",\n dataSourceName: string,\n scanName: string,\n ): TriggersGet;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/triggers/default:enable' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/triggers/default:enable\",\n dataSourceName: string,\n scanName: string,\n ): TriggersEnable;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/triggers/default:disable' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/triggers/default:disable\",\n dataSourceName: string,\n scanName: string,\n ): TriggersDisable;\n}\n\nexport type PurviewScanningRestClient = Client & {\n path: Routes;\n};\n"]}
@@ -0,0 +1,12 @@
1
+ import PurviewScanningRestClient from "./purviewScanningRestClient.js";
2
+ export * from "./purviewScanningRestClient.js";
3
+ export * from "./parameters.js";
4
+ export * from "./responses.js";
5
+ export * from "./clientDefinitions.js";
6
+ export * from "./isUnexpected.js";
7
+ export * from "./models.js";
8
+ export * from "./outputModels.js";
9
+ export * from "./paginateHelper.js";
10
+ export * from "./pollingHelper.js";
11
+ export default PurviewScanningRestClient;
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,yBAAyB,MAAM,gCAAgC,CAAC;AAEvE,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AAEnC,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,14 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import PurviewScanningRestClient from "./purviewScanningRestClient.js";
4
+ export * from "./purviewScanningRestClient.js";
5
+ export * from "./parameters.js";
6
+ export * from "./responses.js";
7
+ export * from "./clientDefinitions.js";
8
+ export * from "./isUnexpected.js";
9
+ export * from "./models.js";
10
+ export * from "./outputModels.js";
11
+ export * from "./paginateHelper.js";
12
+ export * from "./pollingHelper.js";
13
+ export default PurviewScanningRestClient;
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,yBAAyB,MAAM,gCAAgC,CAAC;AAEvE,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AAEnC,eAAe,yBAAyB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport PurviewScanningRestClient from \"./purviewScanningRestClient.js\";\n\nexport * from \"./purviewScanningRestClient.js\";\nexport * from \"./parameters.js\";\nexport * from \"./responses.js\";\nexport * from \"./clientDefinitions.js\";\nexport * from \"./isUnexpected.js\";\nexport * from \"./models.js\";\nexport * from \"./outputModels.js\";\nexport * from \"./paginateHelper.js\";\nexport * from \"./pollingHelper.js\";\n\nexport default PurviewScanningRestClient;\n"]}