@azure/arm-streamanalytics 5.0.0-alpha.20250613.1 → 5.0.0-alpha.20250617.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.
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for StreamAnalyticsManagementClient.",
|
|
6
|
-
"version": "5.0.0-alpha.
|
|
6
|
+
"version": "5.0.0-alpha.20250617.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
35
35
|
"@azure/identity": "^4.6.0",
|
|
36
36
|
"@azure/logger": "^1.1.4",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^20.0.0",
|
|
38
38
|
"@vitest/browser": "^3.0.9",
|
|
39
39
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
40
40
|
"dotenv": "^16.0.0",
|
|
@@ -641,13 +641,12 @@ export type EventSerializationType = string;
|
|
|
641
641
|
export type EventsOutOfOrderPolicy = string;
|
|
642
642
|
|
|
643
643
|
// @public
|
|
644
|
-
interface
|
|
644
|
+
export interface External {
|
|
645
645
|
container?: string;
|
|
646
646
|
path?: string;
|
|
647
647
|
refreshConfiguration?: RefreshConfiguration;
|
|
648
648
|
storageAccount?: StorageAccount;
|
|
649
649
|
}
|
|
650
|
-
export { External_2 as External }
|
|
651
650
|
|
|
652
651
|
// @public
|
|
653
652
|
export interface FileReferenceInputDataSource extends ReferenceInputDataSource {
|
|
@@ -1789,7 +1788,7 @@ export interface StreamingJob extends TrackedResource {
|
|
|
1789
1788
|
eventsLateArrivalMaxDelayInSeconds?: number;
|
|
1790
1789
|
eventsOutOfOrderMaxDelayInSeconds?: number;
|
|
1791
1790
|
eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
|
|
1792
|
-
externals?:
|
|
1791
|
+
externals?: External;
|
|
1793
1792
|
functions?: FunctionModel[];
|
|
1794
1793
|
identity?: Identity;
|
|
1795
1794
|
inputs?: Input[];
|