@azure/arm-streamanalytics 5.0.0-alpha.20250611.1 → 5.0.0-alpha.20250616.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,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for StreamAnalyticsManagementClient.",
6
- "version": "5.0.0-alpha.20250611.1",
6
+ "version": "5.0.0-alpha.20250616.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -641,13 +641,12 @@ export type EventSerializationType = string;
641
641
  export type EventsOutOfOrderPolicy = string;
642
642
 
643
643
  // @public
644
- interface External_2 {
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?: External_2;
1791
+ externals?: External;
1793
1792
  functions?: FunctionModel[];
1794
1793
  identity?: Identity;
1795
1794
  inputs?: Input[];