@@ -245,6 +245,8 @@ export enum KnownDirectPeeringType {
245245 // (undocumented)
246246 Edge = " Edge" ,
247247 // (undocumented)
248+ EdgeZoneForOperators = " EdgeZoneForOperators" ,
249+ // (undocumented)
248250 Internal = " Internal" ,
249251 // (undocumented)
250252 Ix = " Ix" ,
@@ -290,58 +292,6 @@ export enum KnownLearnedType {
290292 ViaSession = " ViaSession"
291293}
292294
293- // @public
294- export enum KnownLegacyPeeringsKind {
295- // (undocumented)
296- Direct = " Direct" ,
297- // (undocumented)
298- Exchange = " Exchange"
299- }
300-
301- // @public
302- export enum KnownLookingGlassCommand {
303- // (undocumented)
304- BgpRoute = " BgpRoute" ,
305- // (undocumented)
306- Ping = " Ping" ,
307- // (undocumented)
308- Traceroute = " Traceroute"
309- }
310-
311- // @public
312- export enum KnownLookingGlassSourceType {
313- // (undocumented)
314- AzureRegion = " AzureRegion" ,
315- // (undocumented)
316- EdgeSite = " EdgeSite"
317- }
318-
319- // @public
320- export enum KnownPeeringLocationsDirectPeeringType {
321- // (undocumented)
322- Cdn = " Cdn" ,
323- // (undocumented)
324- Edge = " Edge" ,
325- // (undocumented)
326- Internal = " Internal" ,
327- // (undocumented)
328- Ix = " Ix" ,
329- // (undocumented)
330- IxRs = " IxRs" ,
331- // (undocumented)
332- Transit = " Transit" ,
333- // (undocumented)
334- Voice = " Voice"
335- }
336-
337- // @public
338- export enum KnownPeeringLocationsKind {
339- // (undocumented)
340- Direct = " Direct" ,
341- // (undocumented)
342- Exchange = " Exchange"
343- }
344-
345295// @public
346296export enum KnownPrefixValidationState {
347297 // (undocumented)
@@ -458,6 +408,14 @@ export enum KnownSize {
458408 Unlimited = " Unlimited"
459409}
460410
411+ // @public
412+ export enum KnownSourceType {
413+ // (undocumented)
414+ AzureRegion = " AzureRegion" ,
415+ // (undocumented)
416+ EdgeSite = " EdgeSite"
417+ }
418+
461419// @public
462420export enum KnownTier {
463421 // (undocumented)
@@ -483,12 +441,9 @@ export type LearnedType = string;
483441
484442// @public
485443export interface LegacyPeerings {
486- list(peeringLocation : string , kind : LegacyPeeringsKind , options ? : LegacyPeeringsListOptionalParams ): PagedAsyncIterableIterator <Peering >;
444+ list(peeringLocation : string , kind : Kind , options ? : LegacyPeeringsListOptionalParams ): PagedAsyncIterableIterator <Peering >;
487445}
488446
489- // @public
490- export type LegacyPeeringsKind = string ;
491-
492447// @public
493448export interface LegacyPeeringsListNextOptionalParams extends coreClient .OperationOptions {
494449 asn? : number ;
@@ -514,12 +469,9 @@ export interface LogAnalyticsWorkspaceProperties {
514469
515470// @public
516471export interface LookingGlass {
517- invoke(command : LookingGlassCommand , sourceType : LookingGlassSourceType , sourceLocation : string , destinationIP : string , options ? : LookingGlassInvokeOptionalParams ): Promise <LookingGlassInvokeResponse >;
472+ invoke(command : Command , sourceType : SourceType , sourceLocation : string , destinationIP : string , options ? : LookingGlassInvokeOptionalParams ): Promise <LookingGlassInvokeResponse >;
518473}
519474
520- // @public
521- export type LookingGlassCommand = string ;
522-
523475// @public
524476export interface LookingGlassInvokeOptionalParams extends coreClient .OperationOptions {
525477}
@@ -533,9 +485,6 @@ export interface LookingGlassOutput {
533485 output? : string ;
534486}
535487
536- // @public
537- export type LookingGlassSourceType = string ;
538-
539488// @public
540489export interface MetricDimension {
541490 readonly displayName? : string ;
@@ -704,26 +653,20 @@ export interface PeeringLocationPropertiesExchange {
704653
705654// @public
706655export interface PeeringLocations {
707- list(kind : PeeringLocationsKind , options ? : PeeringLocationsListOptionalParams ): PagedAsyncIterableIterator <PeeringLocation >;
656+ list(kind : Kind , options ? : PeeringLocationsListOptionalParams ): PagedAsyncIterableIterator <PeeringLocation >;
708657}
709658
710- // @public
711- export type PeeringLocationsDirectPeeringType = string ;
712-
713- // @public
714- export type PeeringLocationsKind = string ;
715-
716659// @public
717660export interface PeeringLocationsListNextOptionalParams extends coreClient .OperationOptions {
718- directPeeringType? : PeeringLocationsDirectPeeringType ;
661+ directPeeringType? : DirectPeeringType ;
719662}
720663
721664// @public
722665export type PeeringLocationsListNextResponse = PeeringLocationListResult ;
723666
724667// @public
725668export interface PeeringLocationsListOptionalParams extends coreClient .OperationOptions {
726- directPeeringType? : PeeringLocationsDirectPeeringType ;
669+ directPeeringType? : DirectPeeringType ;
727670}
728671
729672// @public
@@ -1315,6 +1258,9 @@ export type SessionStateV6 = string;
13151258// @public
13161259export type Size = string ;
13171260
1261+ // @public
1262+ export type SourceType = string ;
1263+
13181264// @public
13191265export interface SubResource {
13201266 id? : string ;
0 commit comments