@azure/synapse-monitoring 1.0.0-alpha.20230925.1 → 1.0.0-alpha.20231011.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/index.js +49 -18864
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -4
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/src/index.js.map +1 -0
  6. package/dist-esm/src/models/index.js.map +1 -0
  7. package/dist-esm/src/models/mappers.js.map +1 -0
  8. package/dist-esm/src/models/parameters.js.map +1 -0
  9. package/dist-esm/{monitoringClient.js → src/monitoringClient.js} +14 -17
  10. package/dist-esm/src/monitoringClient.js.map +1 -0
  11. package/dist-esm/src/operations/index.js.map +1 -0
  12. package/dist-esm/{operations → src/operations}/monitoring.js +6 -11
  13. package/dist-esm/src/operations/monitoring.js.map +1 -0
  14. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  15. package/dist-esm/src/operationsInterfaces/monitoring.js.map +1 -0
  16. package/dist-esm/src/tracing.js.map +1 -0
  17. package/package.json +33 -26
  18. package/dist-esm/index.d.ts +0 -4
  19. package/dist-esm/index.d.ts.map +0 -1
  20. package/dist-esm/index.js.map +0 -1
  21. package/dist-esm/models/index.d.ts +0 -50
  22. package/dist-esm/models/index.d.ts.map +0 -1
  23. package/dist-esm/models/index.js.map +0 -1
  24. package/dist-esm/models/mappers.d.ts +0 -5
  25. package/dist-esm/models/mappers.d.ts.map +0 -1
  26. package/dist-esm/models/mappers.js.map +0 -1
  27. package/dist-esm/models/parameters.d.ts +0 -9
  28. package/dist-esm/models/parameters.d.ts.map +0 -1
  29. package/dist-esm/models/parameters.js.map +0 -1
  30. package/dist-esm/monitoringClient.d.ts +0 -20
  31. package/dist-esm/monitoringClient.d.ts.map +0 -1
  32. package/dist-esm/monitoringClient.js.map +0 -1
  33. package/dist-esm/operations/index.d.ts +0 -2
  34. package/dist-esm/operations/index.d.ts.map +0 -1
  35. package/dist-esm/operations/index.js.map +0 -1
  36. package/dist-esm/operations/monitoring.d.ts +0 -23
  37. package/dist-esm/operations/monitoring.d.ts.map +0 -1
  38. package/dist-esm/operations/monitoring.js.map +0 -1
  39. package/dist-esm/operationsInterfaces/index.d.ts +0 -2
  40. package/dist-esm/operationsInterfaces/index.d.ts.map +0 -1
  41. package/dist-esm/operationsInterfaces/index.js.map +0 -1
  42. package/dist-esm/operationsInterfaces/monitoring.d.ts +0 -15
  43. package/dist-esm/operationsInterfaces/monitoring.d.ts.map +0 -1
  44. package/dist-esm/operationsInterfaces/monitoring.js.map +0 -1
  45. package/dist-esm/tracing.d.ts +0 -2
  46. package/dist-esm/tracing.d.ts.map +0 -1
  47. package/dist-esm/tracing.js.map +0 -1
  48. package/rollup.config.js +0 -55
  49. package/tsconfig.json +0 -20
  50. /package/dist-esm/{index.js → src/index.js} +0 -0
  51. /package/dist-esm/{models → src/models}/index.js +0 -0
  52. /package/dist-esm/{models → src/models}/mappers.js +0 -0
  53. /package/dist-esm/{models → src/models}/parameters.js +0 -0
  54. /package/dist-esm/{operations → src/operations}/index.js +0 -0
  55. /package/dist-esm/{operationsInterfaces → src/operationsInterfaces}/index.js +0 -0
  56. /package/dist-esm/{operationsInterfaces → src/operationsInterfaces}/monitoring.js +0 -0
  57. /package/dist-esm/{tracing.js → src/tracing.js} +0 -0
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-monitoring/README.md",
6
6
  "repository": "github:Azure/azure-sdk-for-js",
7
7
  "sdk-type": "client",
8
- "version": "1.0.0-alpha.20230925.1",
8
+ "version": "1.0.0-alpha.20231011.1",
9
9
  "dependencies": {
10
10
  "@azure/core-auth": "^1.3.2",
11
11
  "@azure/core-client": "^1.6.0",
@@ -23,59 +23,66 @@
23
23
  ],
24
24
  "license": "MIT",
25
25
  "engines": {
26
- "node": ">=14.0.0"
26
+ "node": ">=16.0.0"
27
27
  },
28
28
  "main": "./dist/index.js",
29
- "module": "./dist-esm/index.js",
29
+ "module": "./dist-esm/src/index.js",
30
30
  "types": "./types/synapse-monitoring.d.ts",
31
31
  "devDependencies": {
32
32
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
33
33
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
34
+ "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
35
+ "@azure-tools/test-recorder": "^3.0.0",
36
+ "@azure-tools/test-credential": "^1.0.0",
34
37
  "@microsoft/api-extractor": "^7.31.1",
38
+ "cross-env": "^7.0.0",
35
39
  "eslint": "^8.0.0",
40
+ "esm": "^3.0.0",
41
+ "karma": "^6.2.0",
42
+ "karma-chrome-launcher": "^3.0.0",
43
+ "karma-coverage": "^2.0.0",
44
+ "karma-env-preprocessor": "^0.1.1",
45
+ "karma-firefox-launcher": "^1.1.0",
46
+ "karma-junit-reporter": "^2.0.1",
47
+ "karma-mocha": "^2.0.1",
48
+ "karma-mocha-reporter": "^2.2.5",
49
+ "karma-sourcemap-loader": "^0.3.8",
50
+ "karma-source-map-support": "~1.4.0",
51
+ "mocha": "^10.0.0",
52
+ "prettier": "^2.5.1",
36
53
  "rimraf": "^3.0.0",
37
- "rollup": "^2.77.2",
38
- "@rollup/plugin-json": "^6.0.0",
39
- "@rollup/plugin-node-resolve": "^13.1.3",
40
- "rollup-plugin-sourcemaps": "^0.6.3",
41
- "@rollup/plugin-commonjs": "^24.0.0",
42
54
  "typescript": "~5.0.0",
43
55
  "uglify-js": "^3.4.9",
44
56
  "ts-node": "^10.0.0",
45
- "@types/node": "^14.0.0"
57
+ "@types/node": "^16.0.0"
46
58
  },
47
59
  "bugs": {
48
60
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
49
61
  },
50
62
  "files": [
51
- "dist/**/*.js",
52
- "dist/**/*.js.map",
53
- "dist/**/*.d.ts",
54
- "dist/**/*.d.ts.map",
55
- "dist-esm/**/*.js",
56
- "dist-esm/**/*.js.map",
57
- "dist-esm/**/*.d.ts",
58
- "dist-esm/**/*.d.ts.map",
63
+ "dist/",
64
+ "dist-esm/src/",
59
65
  "types/synapse-monitoring.d.ts",
60
66
  "README.md",
61
- "rollup.config.js",
62
- "tsconfig.json"
67
+ "LICENSE"
63
68
  ],
64
69
  "scripts": {
65
- "build": "tsc && rollup -c rollup.config.js 2>&1 && npm run minify && npm run extract-api",
70
+ "build": "tsc && dev-tool run bundle && npm run minify && npm run extract-api",
66
71
  "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
67
72
  "pack": "npm pack 2>&1",
68
- "build:test": "echo skipped",
73
+ "build:test": "tsc -p . && dev-tool run bundle",
69
74
  "integration-test:browser": "echo skip",
70
75
  "integration-test:node": "echo skip",
71
76
  "integration-test": "echo skip",
72
77
  "lint": "echo skipped",
73
- "format": "echo skip format as this package has only auto generated code",
74
- "check-format": "echo skip format check as this package has only auto generated code",
75
- "unit-test:browser": "echo skipped",
76
- "unit-test:node": "echo skipped",
78
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"test/**/*.ts\" \"*.{js,json}\"",
79
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"test/**/*.ts\" \"*.{js,json}\"",
80
+ "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
81
+ "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
82
+ "test": "npm run clean && npm run build:test && npm run unit-test",
83
+ "unit-test:browser": "dev-tool run test:browser",
84
+ "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"",
77
85
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
78
- "test": "echo skipped",
79
86
  "extract-api": "api-extractor run --local",
80
87
  "clean": "rimraf dist dist-* temp types *.tgz *.log",
81
88
  "build:samples": "echo Skipped."
@@ -1,4 +0,0 @@
1
- export * from "./models";
2
- export { MonitoringClient } from "./monitoringClient";
3
- export * from "./operationsInterfaces";
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,cAAc,wBAAwB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,cAAc,wBAAwB,CAAC"}
@@ -1,50 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- export interface SparkJobListViewResponse {
3
- nJobs?: number;
4
- sparkJobs?: SparkJob[];
5
- }
6
- export interface SparkJob {
7
- state?: string;
8
- name?: string;
9
- submitter?: string;
10
- compute?: string;
11
- sparkApplicationId?: string;
12
- livyId?: string;
13
- timing?: string[];
14
- sparkJobDefinition?: string;
15
- pipeline?: SparkJob[];
16
- jobType?: string;
17
- submitTime?: Date;
18
- endTime?: Date;
19
- queuedDuration?: string;
20
- runningDuration?: string;
21
- totalDuration?: string;
22
- }
23
- export interface SqlQueryStringDataModel {
24
- query?: string;
25
- }
26
- /** Optional parameters. */
27
- export interface MonitoringGetSparkJobListOptionalParams extends coreClient.OperationOptions {
28
- /** Can provide a guid, which is helpful for debugging and to provide better customer support */
29
- xMsClientRequestId?: string;
30
- }
31
- /** Contains response data for the getSparkJobList operation. */
32
- export type MonitoringGetSparkJobListResponse = SparkJobListViewResponse;
33
- /** Optional parameters. */
34
- export interface MonitoringGetSqlJobQueryStringOptionalParams extends coreClient.OperationOptions {
35
- /** Can provide a guid, which is helpful for debugging and to provide better customer support */
36
- xMsClientRequestId?: string;
37
- filter?: string;
38
- orderby?: string;
39
- skip?: string;
40
- }
41
- /** Contains response data for the getSqlJobQueryString operation. */
42
- export type MonitoringGetSqlJobQueryStringResponse = SqlQueryStringDataModel;
43
- /** Optional parameters. */
44
- export interface MonitoringClientOptionalParams extends coreClient.ServiceClientOptions {
45
- /** Api Version */
46
- apiVersion?: string;
47
- /** Overrides client endpoint. */
48
- endpoint?: string;
49
- }
50
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,gGAAgG;IAChG,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,gEAAgE;AAChE,MAAM,MAAM,iCAAiC,GAAG,wBAAwB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,4CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,gGAAgG;IAChG,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,qEAAqE;AACrE,MAAM,MAAM,sCAAsC,GAAG,uBAAuB,CAAC;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,5 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- export declare const SparkJobListViewResponse: coreClient.CompositeMapper;
3
- export declare const SparkJob: coreClient.CompositeMapper;
4
- export declare const SqlQueryStringDataModel: coreClient.CompositeMapper;
5
- //# sourceMappingURL=mappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA0BjD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAgHjC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAahD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
- export declare const accept: OperationParameter;
3
- export declare const endpoint: OperationURLParameter;
4
- export declare const xMsClientRequestId: OperationParameter;
5
- export declare const apiVersion: OperationQueryParameter;
6
- export declare const filter: OperationQueryParameter;
7
- export declare const orderby: OperationQueryParameter;
8
- export declare const skip: OperationQueryParameter;
9
- //# sourceMappingURL=parameters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAE5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAQhC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBAQlB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAQH,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAuB;IACpD,aAAa,EAAE,CAAC,SAAS,EAAE,oBAAoB,CAAC;IAChD,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA4B;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;IACpC,MAAM,EAAE;QACN,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAA4B;IAC9C,aAAa,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA4B;IAC3C,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC"}
@@ -1,20 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- import * as coreAuth from "@azure/core-auth";
3
- import { Monitoring } from "./operationsInterfaces";
4
- import { MonitoringClientOptionalParams } from "./models";
5
- export declare class MonitoringClient extends coreClient.ServiceClient {
6
- endpoint: string;
7
- apiVersion: string;
8
- /**
9
- * Initializes a new instance of the MonitoringClient class.
10
- * @param credentials Subscription credentials which uniquely identify client subscription.
11
- * @param endpoint The workspace development endpoint, for example
12
- * https://myworkspace.dev.azuresynapse.net.
13
- * @param options The parameter options
14
- */
15
- constructor(credentials: coreAuth.TokenCredential, endpoint: string, options?: MonitoringClientOptionalParams);
16
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
17
- private addCustomApiVersionPolicy;
18
- monitoring: Monitoring;
19
- }
20
- //# sourceMappingURL=monitoringClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"monitoringClient.d.ts","sourceRoot":"","sources":["../src/monitoringClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAE1D,qBAAa,gBAAiB,SAAQ,UAAU,CAAC,aAAa;IAC5D,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,8BAA8B;IAoE1C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;CACxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"monitoringClient.js","sourceRoot":"","sources":["../src/monitoringClient.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export * from "./monitoring";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC"}
@@ -1,23 +0,0 @@
1
- import { Monitoring } from "../operationsInterfaces";
2
- import { MonitoringClient } from "../monitoringClient";
3
- import { MonitoringGetSparkJobListOptionalParams, MonitoringGetSparkJobListResponse, MonitoringGetSqlJobQueryStringOptionalParams, MonitoringGetSqlJobQueryStringResponse } from "../models";
4
- /** Class containing Monitoring operations. */
5
- export declare class MonitoringImpl implements Monitoring {
6
- private readonly client;
7
- /**
8
- * Initialize a new instance of the class Monitoring class.
9
- * @param client Reference to the service client
10
- */
11
- constructor(client: MonitoringClient);
12
- /**
13
- * Get list of spark applications for the workspace.
14
- * @param options The options parameters.
15
- */
16
- getSparkJobList(options?: MonitoringGetSparkJobListOptionalParams): Promise<MonitoringGetSparkJobListResponse>;
17
- /**
18
- * Get SQL OD/DW Query for the workspace.
19
- * @param options The options parameters.
20
- */
21
- getSqlJobQueryString(options?: MonitoringGetSqlJobQueryStringOptionalParams): Promise<MonitoringGetSqlJobQueryStringResponse>;
22
- }
23
- //# sourceMappingURL=monitoring.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"monitoring.d.ts","sourceRoot":"","sources":["../../src/operations/monitoring.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EACL,uCAAuC,EACvC,iCAAiC,EACjC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,WAAW,CAAC;AAEnB,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;IAE1C;;;OAGG;gBACS,MAAM,EAAE,gBAAgB;IAIpC;;;OAGG;IACG,eAAe,CACnB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAa7C;;;OAGG;IACG,oBAAoB,CACxB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;CAYnD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"monitoring.js","sourceRoot":"","sources":["../../src/operations/monitoring.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AASnD,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IAGzB;;;OAGG;IACH,YAAY,MAAwB;QAClC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACG,eAAe,CACnB,OAAiD;;YAEjD,OAAO,aAAa,CAAC,QAAQ,CAC3B,kCAAkC,EAClC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,CAAO,OAAO,EAAE,EAAE;gBAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,4BAA4B,CACiB,CAAC;YAClD,CAAC,CAAA,CACF,CAAC;QACJ,CAAC;KAAA;IAED;;;OAGG;IACG,oBAAoB,CACxB,OAAsD;;YAEtD,OAAO,aAAa,CAAC,QAAQ,CAC3B,uCAAuC,EACvC,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,EAAE,EACb,CAAO,OAAO,EAAE,EAAE;gBAChB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,iCAAiC,CACiB,CAAC;YACvD,CAAC,CAAA,CACF,CAAC;QACJ,CAAC;KAAA;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,8CAA8C;IACpD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACpE,UAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,2CAA2C;IACjD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,uBAAuB;SAC5C;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,IAAI;KAChB;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACpE,UAAU;CACX,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./monitoring";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC"}
@@ -1,15 +0,0 @@
1
- import { MonitoringGetSparkJobListOptionalParams, MonitoringGetSparkJobListResponse, MonitoringGetSqlJobQueryStringOptionalParams, MonitoringGetSqlJobQueryStringResponse } from "../models";
2
- /** Interface representing a Monitoring. */
3
- export interface Monitoring {
4
- /**
5
- * Get list of spark applications for the workspace.
6
- * @param options The options parameters.
7
- */
8
- getSparkJobList(options?: MonitoringGetSparkJobListOptionalParams): Promise<MonitoringGetSparkJobListResponse>;
9
- /**
10
- * Get SQL OD/DW Query for the workspace.
11
- * @param options The options parameters.
12
- */
13
- getSqlJobQueryString(options?: MonitoringGetSqlJobQueryStringOptionalParams): Promise<MonitoringGetSqlJobQueryStringResponse>;
14
- }
15
- //# sourceMappingURL=monitoring.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"monitoring.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/monitoring.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,uCAAuC,EACvC,iCAAiC,EACjC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,WAAW,CAAC;AAEnB,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,eAAe,CACb,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;OAGG;IACH,oBAAoB,CAClB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;CACpD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"monitoring.js","sourceRoot":"","sources":["../../src/operationsInterfaces/monitoring.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,2 +0,0 @@
1
- export declare const tracingClient: import("@azure/core-tracing").TracingClient;
2
- //# sourceMappingURL=tracing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tracing.d.ts","sourceRoot":"","sources":["../src/tracing.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,aAAa,6CAIxB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"tracing.js","sourceRoot":"","sources":["../src/tracing.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,0BAA0B;IACrC,WAAW,EAAE,2BAA2B;IACxC,cAAc,EAAE,cAAc;CAC/B,CAAC,CAAC"}
package/rollup.config.js DELETED
@@ -1,55 +0,0 @@
1
- import nodeResolve from "@rollup/plugin-node-resolve";
2
- import sourcemaps from "rollup-plugin-sourcemaps";
3
- import cjs from "@rollup/plugin-commonjs";
4
- import json from "@rollup/plugin-json";
5
-
6
-
7
- const ignoreKnownWarnings = (warning) => {
8
- if (warning.code === "THIS_IS_UNDEFINED") {
9
- // This error happens frequently due to TypeScript emitting `this` at the
10
- // top-level of a module. In this case its fine if it gets rewritten to
11
- // undefined, so ignore this error.
12
- return;
13
- }
14
-
15
- if (warning.code === "CIRCULAR_DEPENDENCY" && warning.importer.indexOf("@opentelemetry/api") >= 0) {
16
- // OpenTelemetry contains circular references as of 1.0.0, but they are not fatal and can be ignored.
17
- return;
18
- }
19
-
20
- console.error(`(!) ${warning.message}`);
21
- }
22
-
23
- /**
24
- * @type {rollup.RollupFileOptions}
25
- */
26
- const config = {
27
- input: "./dist-esm/monitoringClient.js",
28
- external: ["@azure/core-http", "@azure/core-arm"],
29
- onwarn: ignoreKnownWarnings,
30
- output: {
31
- file: "./dist/index.js",
32
- format: "cjs",
33
- name: "Azure.SynapseMonitoring",
34
- sourcemap: true,
35
- globals: {
36
- "@azure/core-http": "coreHttp",
37
- "@azure/core-arm": "coreArm"
38
- },
39
- banner: `/*
40
- * Copyright (c) Microsoft Corporation. All rights reserved.
41
- * Licensed under the MIT License. See License.txt in the project root for license information.
42
- *
43
- * Code generated by Microsoft (R) AutoRest Code Generator.
44
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
45
- */ `
46
- },
47
- plugins: [
48
- nodeResolve({ module: true }),
49
- sourcemaps(),
50
- cjs(),
51
- json(),
52
- ]
53
- };
54
-
55
- export default config;
package/tsconfig.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "module": "es6",
4
- "moduleResolution": "node",
5
- "strict": true,
6
- "target": "es6",
7
- "sourceMap": true,
8
- "declarationMap": true,
9
- "esModuleInterop": true,
10
- "allowSyntheticDefaultImports": true,
11
- "forceConsistentCasingInFileNames": true,
12
- "preserveConstEnums": true,
13
- "lib": ["es6", "dom"],
14
- "declaration": true,
15
- "outDir": "./dist-esm",
16
- "importHelpers": true
17
- },
18
- "include": ["./src/**/*.ts"],
19
- "exclude": ["node_modules"]
20
- }
File without changes
File without changes
File without changes
File without changes
File without changes