@azure/arm-managednetworkfabric 1.0.2-alpha.20260304.1 → 1.0.2-alpha.20260306.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/dist/commonjs/azureNetworkFabricManagementServiceAPI.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +51 -0
- package/dist/commonjs/models/mappers.js +293 -0
- package/dist/commonjs/models/parameters.js +80 -0
- package/dist/commonjs/operations/accessControlLists.js +4 -0
- package/dist/commonjs/operations/externalNetworks.js +4 -0
- package/dist/commonjs/operations/index.js +27 -0
- package/dist/commonjs/operations/internalNetworks.js +4 -0
- package/dist/commonjs/operations/internetGatewayRules.js +4 -0
- package/dist/commonjs/operations/internetGateways.js +4 -0
- package/dist/commonjs/operations/ipCommunities.js +4 -0
- package/dist/commonjs/operations/ipExtendedCommunities.js +4 -0
- package/dist/commonjs/operations/ipPrefixes.js +4 -0
- package/dist/commonjs/operations/l2IsolationDomains.js +4 -0
- package/dist/commonjs/operations/l3IsolationDomains.js +4 -0
- package/dist/commonjs/operations/neighborGroups.js +4 -0
- package/dist/commonjs/operations/networkDeviceSkus.js +4 -0
- package/dist/commonjs/operations/networkDevices.js +4 -0
- package/dist/commonjs/operations/networkFabricControllers.js +4 -0
- package/dist/commonjs/operations/networkFabricSkus.js +4 -0
- package/dist/commonjs/operations/networkFabrics.js +4 -0
- package/dist/commonjs/operations/networkInterfaces.js +4 -0
- package/dist/commonjs/operations/networkPacketBrokers.js +4 -0
- package/dist/commonjs/operations/networkRacks.js +4 -0
- package/dist/commonjs/operations/networkTapRules.js +4 -0
- package/dist/commonjs/operations/networkTaps.js +4 -0
- package/dist/commonjs/operations/networkToNetworkInterconnects.js +4 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/routePolicies.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +27 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +4 -4
|
@@ -169,3 +169,7 @@ class AzureNetworkFabricManagementServiceAPI extends coreClient.ServiceClient {
|
|
|
169
169
|
operations;
|
|
170
170
|
routePolicies;
|
|
171
171
|
}
|
|
172
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
173
|
+
0 && (module.exports = {
|
|
174
|
+
AzureNetworkFabricManagementServiceAPI
|
|
175
|
+
});
|
package/dist/commonjs/index.js
CHANGED
|
@@ -26,3 +26,10 @@ var import_pagingHelper = require("./pagingHelper.js");
|
|
|
26
26
|
__reExport(src_exports, require("./models/index.js"), module.exports);
|
|
27
27
|
var import_azureNetworkFabricManagementServiceAPI = require("./azureNetworkFabricManagementServiceAPI.js");
|
|
28
28
|
__reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
AzureNetworkFabricManagementServiceAPI,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -352,3 +352,54 @@ var KnownRoutePolicyActionType = /* @__PURE__ */ ((KnownRoutePolicyActionType2)
|
|
|
352
352
|
KnownRoutePolicyActionType2["Continue"] = "Continue";
|
|
353
353
|
return KnownRoutePolicyActionType2;
|
|
354
354
|
})(KnownRoutePolicyActionType || {});
|
|
355
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
356
|
+
0 && (module.exports = {
|
|
357
|
+
KnownAclActionType,
|
|
358
|
+
KnownAction,
|
|
359
|
+
KnownActionType,
|
|
360
|
+
KnownAddressFamilyType,
|
|
361
|
+
KnownAdministrativeState,
|
|
362
|
+
KnownAllowASOverride,
|
|
363
|
+
KnownBfdAdministrativeState,
|
|
364
|
+
KnownBooleanEnumProperty,
|
|
365
|
+
KnownCommunityActionTypes,
|
|
366
|
+
KnownCondition,
|
|
367
|
+
KnownConfigurationState,
|
|
368
|
+
KnownConfigurationType,
|
|
369
|
+
KnownCreatedByType,
|
|
370
|
+
KnownDestinationType,
|
|
371
|
+
KnownDeviceAdministrativeState,
|
|
372
|
+
KnownEnableDisableState,
|
|
373
|
+
KnownEncapsulation,
|
|
374
|
+
KnownEncapsulationType,
|
|
375
|
+
KnownExtension,
|
|
376
|
+
KnownFabricSkuType,
|
|
377
|
+
KnownGatewayType,
|
|
378
|
+
KnownIPAddressType,
|
|
379
|
+
KnownInterfaceType,
|
|
380
|
+
KnownIsManagementType,
|
|
381
|
+
KnownIsMonitoringEnabled,
|
|
382
|
+
KnownIsWorkloadManagementNetworkEnabled,
|
|
383
|
+
KnownLayer4Protocol,
|
|
384
|
+
KnownNetworkDeviceRole,
|
|
385
|
+
KnownNetworkDeviceRoleName,
|
|
386
|
+
KnownNetworkRackType,
|
|
387
|
+
KnownNfcSku,
|
|
388
|
+
KnownNniType,
|
|
389
|
+
KnownOrigin,
|
|
390
|
+
KnownPeeringOption,
|
|
391
|
+
KnownPollingIntervalInSeconds,
|
|
392
|
+
KnownPollingType,
|
|
393
|
+
KnownPortType,
|
|
394
|
+
KnownPrefixType,
|
|
395
|
+
KnownProvisioningState,
|
|
396
|
+
KnownRebootType,
|
|
397
|
+
KnownRedistributeConnectedSubnets,
|
|
398
|
+
KnownRedistributeStaticRoutes,
|
|
399
|
+
KnownRoutePolicyActionType,
|
|
400
|
+
KnownRoutePolicyConditionType,
|
|
401
|
+
KnownSourceDestinationType,
|
|
402
|
+
KnownTapRuleActionType,
|
|
403
|
+
KnownValidateAction,
|
|
404
|
+
KnownWellKnownCommunities
|
|
405
|
+
});
|
|
@@ -9352,3 +9352,296 @@ const RoutePoliciesCommitConfigurationHeaders = {
|
|
|
9352
9352
|
}
|
|
9353
9353
|
}
|
|
9354
9354
|
};
|
|
9355
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
9356
|
+
0 && (module.exports = {
|
|
9357
|
+
AccessControlList,
|
|
9358
|
+
AccessControlListAction,
|
|
9359
|
+
AccessControlListMatchCondition,
|
|
9360
|
+
AccessControlListMatchConfiguration,
|
|
9361
|
+
AccessControlListPatch,
|
|
9362
|
+
AccessControlListPatchProperties,
|
|
9363
|
+
AccessControlListPatchableProperties,
|
|
9364
|
+
AccessControlListPortCondition,
|
|
9365
|
+
AccessControlListProperties,
|
|
9366
|
+
AccessControlListsCreateHeaders,
|
|
9367
|
+
AccessControlListsDeleteHeaders,
|
|
9368
|
+
AccessControlListsListResult,
|
|
9369
|
+
AccessControlListsResyncHeaders,
|
|
9370
|
+
AccessControlListsUpdateAdministrativeStateHeaders,
|
|
9371
|
+
AccessControlListsUpdateHeaders,
|
|
9372
|
+
AccessControlListsValidateConfigurationHeaders,
|
|
9373
|
+
ActionIpCommunityProperties,
|
|
9374
|
+
ActionIpExtendedCommunityProperties,
|
|
9375
|
+
AggregateRoute,
|
|
9376
|
+
AggregateRouteConfiguration,
|
|
9377
|
+
AnnotationResource,
|
|
9378
|
+
BfdConfiguration,
|
|
9379
|
+
BgpConfiguration,
|
|
9380
|
+
CommonDynamicMatchConfiguration,
|
|
9381
|
+
CommonMatchConditions,
|
|
9382
|
+
CommonPostActionResponseForDeviceUpdate,
|
|
9383
|
+
CommonPostActionResponseForStateUpdate,
|
|
9384
|
+
ConnectedSubnet,
|
|
9385
|
+
ConnectedSubnetRoutePolicy,
|
|
9386
|
+
ControllerServices,
|
|
9387
|
+
DestinationProperties,
|
|
9388
|
+
DeviceInterfaceProperties,
|
|
9389
|
+
EnableDisableOnResources,
|
|
9390
|
+
ErrorAdditionalInfo,
|
|
9391
|
+
ErrorDetail,
|
|
9392
|
+
ErrorResponse,
|
|
9393
|
+
ExportRoutePolicy,
|
|
9394
|
+
ExportRoutePolicyInformation,
|
|
9395
|
+
ExpressRouteConnectionInformation,
|
|
9396
|
+
ExtendedLocation,
|
|
9397
|
+
ExtensionEnumProperty,
|
|
9398
|
+
ExternalNetwork,
|
|
9399
|
+
ExternalNetworkPatch,
|
|
9400
|
+
ExternalNetworkPatchProperties,
|
|
9401
|
+
ExternalNetworkPatchPropertiesOptionAProperties,
|
|
9402
|
+
ExternalNetworkPatchableProperties,
|
|
9403
|
+
ExternalNetworkProperties,
|
|
9404
|
+
ExternalNetworkPropertiesOptionAProperties,
|
|
9405
|
+
ExternalNetworksList,
|
|
9406
|
+
ExternalNetworksUpdateAdministrativeStateHeaders,
|
|
9407
|
+
ExternalNetworksUpdateHeaders,
|
|
9408
|
+
ExternalNetworksUpdateStaticRouteBfdAdministrativeStateHeaders,
|
|
9409
|
+
ImportRoutePolicy,
|
|
9410
|
+
ImportRoutePolicyInformation,
|
|
9411
|
+
InternalNetwork,
|
|
9412
|
+
InternalNetworkPatch,
|
|
9413
|
+
InternalNetworkPatchProperties,
|
|
9414
|
+
InternalNetworkPatchableProperties,
|
|
9415
|
+
InternalNetworkProperties,
|
|
9416
|
+
InternalNetworkPropertiesBgpConfiguration,
|
|
9417
|
+
InternalNetworkPropertiesStaticRouteConfiguration,
|
|
9418
|
+
InternalNetworksList,
|
|
9419
|
+
InternalNetworksUpdateAdministrativeStateHeaders,
|
|
9420
|
+
InternalNetworksUpdateBgpAdministrativeStateHeaders,
|
|
9421
|
+
InternalNetworksUpdateHeaders,
|
|
9422
|
+
InternalNetworksUpdateStaticRouteBfdAdministrativeStateHeaders,
|
|
9423
|
+
InternetGateway,
|
|
9424
|
+
InternetGatewayPatch,
|
|
9425
|
+
InternetGatewayPatchableProperties,
|
|
9426
|
+
InternetGatewayProperties,
|
|
9427
|
+
InternetGatewayRule,
|
|
9428
|
+
InternetGatewayRulePatch,
|
|
9429
|
+
InternetGatewayRuleProperties,
|
|
9430
|
+
InternetGatewayRulesCreateHeaders,
|
|
9431
|
+
InternetGatewayRulesDeleteHeaders,
|
|
9432
|
+
InternetGatewayRulesListResult,
|
|
9433
|
+
InternetGatewayRulesUpdateHeaders,
|
|
9434
|
+
InternetGatewaysCreateHeaders,
|
|
9435
|
+
InternetGatewaysListResult,
|
|
9436
|
+
InternetGatewaysUpdateHeaders,
|
|
9437
|
+
IpCommunitiesCreateHeaders,
|
|
9438
|
+
IpCommunitiesDeleteHeaders,
|
|
9439
|
+
IpCommunitiesListResult,
|
|
9440
|
+
IpCommunitiesUpdateHeaders,
|
|
9441
|
+
IpCommunity,
|
|
9442
|
+
IpCommunityAddOperationProperties,
|
|
9443
|
+
IpCommunityDeleteOperationProperties,
|
|
9444
|
+
IpCommunityIdList,
|
|
9445
|
+
IpCommunityPatch,
|
|
9446
|
+
IpCommunityPatchableProperties,
|
|
9447
|
+
IpCommunityProperties,
|
|
9448
|
+
IpCommunityRule,
|
|
9449
|
+
IpCommunitySetOperationProperties,
|
|
9450
|
+
IpExtendedCommunitiesCreateHeaders,
|
|
9451
|
+
IpExtendedCommunitiesDeleteHeaders,
|
|
9452
|
+
IpExtendedCommunitiesUpdateHeaders,
|
|
9453
|
+
IpExtendedCommunity,
|
|
9454
|
+
IpExtendedCommunityAddOperationProperties,
|
|
9455
|
+
IpExtendedCommunityDeleteOperationProperties,
|
|
9456
|
+
IpExtendedCommunityIdList,
|
|
9457
|
+
IpExtendedCommunityListResult,
|
|
9458
|
+
IpExtendedCommunityPatch,
|
|
9459
|
+
IpExtendedCommunityPatchProperties,
|
|
9460
|
+
IpExtendedCommunityPatchableProperties,
|
|
9461
|
+
IpExtendedCommunityProperties,
|
|
9462
|
+
IpExtendedCommunityRule,
|
|
9463
|
+
IpExtendedCommunitySetOperationProperties,
|
|
9464
|
+
IpGroupProperties,
|
|
9465
|
+
IpMatchCondition,
|
|
9466
|
+
IpPrefix,
|
|
9467
|
+
IpPrefixPatch,
|
|
9468
|
+
IpPrefixPatchProperties,
|
|
9469
|
+
IpPrefixPatchableProperties,
|
|
9470
|
+
IpPrefixProperties,
|
|
9471
|
+
IpPrefixRule,
|
|
9472
|
+
IpPrefixesCreateHeaders,
|
|
9473
|
+
IpPrefixesDeleteHeaders,
|
|
9474
|
+
IpPrefixesListResult,
|
|
9475
|
+
IpPrefixesUpdateHeaders,
|
|
9476
|
+
IsolationDomainProperties,
|
|
9477
|
+
L2IsolationDomain,
|
|
9478
|
+
L2IsolationDomainPatch,
|
|
9479
|
+
L2IsolationDomainPatchProperties,
|
|
9480
|
+
L2IsolationDomainProperties,
|
|
9481
|
+
L2IsolationDomainsCommitConfigurationHeaders,
|
|
9482
|
+
L2IsolationDomainsListResult,
|
|
9483
|
+
L2IsolationDomainsUpdateAdministrativeStateHeaders,
|
|
9484
|
+
L2IsolationDomainsUpdateHeaders,
|
|
9485
|
+
L2IsolationDomainsValidateConfigurationHeaders,
|
|
9486
|
+
L3ExportRoutePolicy,
|
|
9487
|
+
L3IsolationDomain,
|
|
9488
|
+
L3IsolationDomainPatch,
|
|
9489
|
+
L3IsolationDomainPatchProperties,
|
|
9490
|
+
L3IsolationDomainPatchableProperties,
|
|
9491
|
+
L3IsolationDomainProperties,
|
|
9492
|
+
L3IsolationDomainsCommitConfigurationHeaders,
|
|
9493
|
+
L3IsolationDomainsListResult,
|
|
9494
|
+
L3IsolationDomainsUpdateAdministrativeStateHeaders,
|
|
9495
|
+
L3IsolationDomainsUpdateHeaders,
|
|
9496
|
+
L3IsolationDomainsValidateConfigurationHeaders,
|
|
9497
|
+
L3OptionAProperties,
|
|
9498
|
+
L3OptionBProperties,
|
|
9499
|
+
Layer2Configuration,
|
|
9500
|
+
Layer3IpPrefixProperties,
|
|
9501
|
+
ManagedResourceGroupConfiguration,
|
|
9502
|
+
ManagementNetworkConfigurationPatchableProperties,
|
|
9503
|
+
ManagementNetworkConfigurationProperties,
|
|
9504
|
+
NeighborAddress,
|
|
9505
|
+
NeighborGroup,
|
|
9506
|
+
NeighborGroupDestination,
|
|
9507
|
+
NeighborGroupPatch,
|
|
9508
|
+
NeighborGroupPatchProperties,
|
|
9509
|
+
NeighborGroupPatchableProperties,
|
|
9510
|
+
NeighborGroupProperties,
|
|
9511
|
+
NeighborGroupsListResult,
|
|
9512
|
+
NeighborGroupsUpdateHeaders,
|
|
9513
|
+
NetworkDevice,
|
|
9514
|
+
NetworkDevicePatchParameters,
|
|
9515
|
+
NetworkDevicePatchParametersProperties,
|
|
9516
|
+
NetworkDevicePatchableProperties,
|
|
9517
|
+
NetworkDeviceProperties,
|
|
9518
|
+
NetworkDeviceSku,
|
|
9519
|
+
NetworkDeviceSkusListResult,
|
|
9520
|
+
NetworkDevicesListResult,
|
|
9521
|
+
NetworkDevicesRebootHeaders,
|
|
9522
|
+
NetworkDevicesRefreshConfigurationHeaders,
|
|
9523
|
+
NetworkDevicesUpdateAdministrativeStateHeaders,
|
|
9524
|
+
NetworkDevicesUpdateHeaders,
|
|
9525
|
+
NetworkDevicesUpgradeHeaders,
|
|
9526
|
+
NetworkFabric,
|
|
9527
|
+
NetworkFabricController,
|
|
9528
|
+
NetworkFabricControllerPatch,
|
|
9529
|
+
NetworkFabricControllerPatchableProperties,
|
|
9530
|
+
NetworkFabricControllerProperties,
|
|
9531
|
+
NetworkFabricControllersDeleteHeaders,
|
|
9532
|
+
NetworkFabricControllersListResult,
|
|
9533
|
+
NetworkFabricControllersUpdateHeaders,
|
|
9534
|
+
NetworkFabricPatch,
|
|
9535
|
+
NetworkFabricPatchProperties,
|
|
9536
|
+
NetworkFabricPatchableProperties,
|
|
9537
|
+
NetworkFabricPatchablePropertiesTerminalServerConfiguration,
|
|
9538
|
+
NetworkFabricProperties,
|
|
9539
|
+
NetworkFabricSku,
|
|
9540
|
+
NetworkFabricSkusListResult,
|
|
9541
|
+
NetworkFabricsCommitConfigurationHeaders,
|
|
9542
|
+
NetworkFabricsCreateHeaders,
|
|
9543
|
+
NetworkFabricsDeleteHeaders,
|
|
9544
|
+
NetworkFabricsDeprovisionHeaders,
|
|
9545
|
+
NetworkFabricsGetTopologyHeaders,
|
|
9546
|
+
NetworkFabricsListResult,
|
|
9547
|
+
NetworkFabricsProvisionHeaders,
|
|
9548
|
+
NetworkFabricsRefreshConfigurationHeaders,
|
|
9549
|
+
NetworkFabricsUpdateHeaders,
|
|
9550
|
+
NetworkFabricsUpdateInfraManagementBfdConfigurationHeaders,
|
|
9551
|
+
NetworkFabricsUpdateWorkloadManagementBfdConfigurationHeaders,
|
|
9552
|
+
NetworkFabricsUpgradeHeaders,
|
|
9553
|
+
NetworkFabricsValidateConfigurationHeaders,
|
|
9554
|
+
NetworkInterface,
|
|
9555
|
+
NetworkInterfacePatch,
|
|
9556
|
+
NetworkInterfacePatchProperties,
|
|
9557
|
+
NetworkInterfaceProperties,
|
|
9558
|
+
NetworkInterfacesList,
|
|
9559
|
+
NetworkInterfacesUpdateAdministrativeStateHeaders,
|
|
9560
|
+
NetworkInterfacesUpdateHeaders,
|
|
9561
|
+
NetworkPacketBroker,
|
|
9562
|
+
NetworkPacketBrokerPatch,
|
|
9563
|
+
NetworkPacketBrokersListResult,
|
|
9564
|
+
NetworkPacketBrokersUpdateHeaders,
|
|
9565
|
+
NetworkRack,
|
|
9566
|
+
NetworkRackProperties,
|
|
9567
|
+
NetworkRacksListResult,
|
|
9568
|
+
NetworkRacksUpdateHeaders,
|
|
9569
|
+
NetworkTap,
|
|
9570
|
+
NetworkTapPatch,
|
|
9571
|
+
NetworkTapPatchableParameters,
|
|
9572
|
+
NetworkTapPatchableParametersDestinationsItem,
|
|
9573
|
+
NetworkTapProperties,
|
|
9574
|
+
NetworkTapPropertiesDestinationsItem,
|
|
9575
|
+
NetworkTapRule,
|
|
9576
|
+
NetworkTapRuleAction,
|
|
9577
|
+
NetworkTapRuleMatchCondition,
|
|
9578
|
+
NetworkTapRuleMatchConfiguration,
|
|
9579
|
+
NetworkTapRulePatch,
|
|
9580
|
+
NetworkTapRulePatchProperties,
|
|
9581
|
+
NetworkTapRulePatchableProperties,
|
|
9582
|
+
NetworkTapRuleProperties,
|
|
9583
|
+
NetworkTapRulesCreateHeaders,
|
|
9584
|
+
NetworkTapRulesDeleteHeaders,
|
|
9585
|
+
NetworkTapRulesListResult,
|
|
9586
|
+
NetworkTapRulesResyncHeaders,
|
|
9587
|
+
NetworkTapRulesUpdateAdministrativeStateHeaders,
|
|
9588
|
+
NetworkTapRulesUpdateHeaders,
|
|
9589
|
+
NetworkTapRulesValidateConfigurationHeaders,
|
|
9590
|
+
NetworkTapsListResult,
|
|
9591
|
+
NetworkTapsResyncHeaders,
|
|
9592
|
+
NetworkTapsUpdateAdministrativeStateHeaders,
|
|
9593
|
+
NetworkTapsUpdateHeaders,
|
|
9594
|
+
NetworkToNetworkInterconnect,
|
|
9595
|
+
NetworkToNetworkInterconnectPatch,
|
|
9596
|
+
NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration,
|
|
9597
|
+
NetworkToNetworkInterconnectsList,
|
|
9598
|
+
NetworkToNetworkInterconnectsUpdateAdministrativeStateHeaders,
|
|
9599
|
+
NetworkToNetworkInterconnectsUpdateHeaders,
|
|
9600
|
+
NetworkToNetworkInterconnectsUpdateNpbStaticRouteBfdAdministrativeStateHeaders,
|
|
9601
|
+
NpbStaticRouteConfiguration,
|
|
9602
|
+
Operation,
|
|
9603
|
+
OperationDisplay,
|
|
9604
|
+
OperationListResult,
|
|
9605
|
+
OptionAProperties,
|
|
9606
|
+
OptionBLayer3Configuration,
|
|
9607
|
+
OptionBProperties,
|
|
9608
|
+
PortCondition,
|
|
9609
|
+
PortGroupProperties,
|
|
9610
|
+
ProxyResource,
|
|
9611
|
+
RebootProperties,
|
|
9612
|
+
Resource,
|
|
9613
|
+
RoutePoliciesCommitConfigurationHeaders,
|
|
9614
|
+
RoutePoliciesListResult,
|
|
9615
|
+
RoutePoliciesUpdateAdministrativeStateHeaders,
|
|
9616
|
+
RoutePoliciesUpdateHeaders,
|
|
9617
|
+
RoutePoliciesValidateConfigurationHeaders,
|
|
9618
|
+
RoutePolicy,
|
|
9619
|
+
RoutePolicyPatch,
|
|
9620
|
+
RoutePolicyPatchableProperties,
|
|
9621
|
+
RoutePolicyProperties,
|
|
9622
|
+
RoutePolicyStatementProperties,
|
|
9623
|
+
RouteTargetInformation,
|
|
9624
|
+
RuleProperties,
|
|
9625
|
+
StatementActionProperties,
|
|
9626
|
+
StatementConditionProperties,
|
|
9627
|
+
StaticRouteConfiguration,
|
|
9628
|
+
StaticRouteProperties,
|
|
9629
|
+
SupportedConnectorProperties,
|
|
9630
|
+
SupportedVersionProperties,
|
|
9631
|
+
SystemData,
|
|
9632
|
+
TagsUpdate,
|
|
9633
|
+
TerminalServerConfiguration,
|
|
9634
|
+
TerminalServerPatchableProperties,
|
|
9635
|
+
TrackedResource,
|
|
9636
|
+
UpdateAdministrativeState,
|
|
9637
|
+
UpdateDeviceAdministrativeState,
|
|
9638
|
+
UpdateVersion,
|
|
9639
|
+
ValidateConfigurationProperties,
|
|
9640
|
+
ValidateConfigurationResponse,
|
|
9641
|
+
VlanGroupProperties,
|
|
9642
|
+
VlanMatchCondition,
|
|
9643
|
+
VpnConfigurationPatchableProperties,
|
|
9644
|
+
VpnConfigurationPatchablePropertiesOptionAProperties,
|
|
9645
|
+
VpnConfigurationProperties,
|
|
9646
|
+
VpnConfigurationPropertiesOptionAProperties
|
|
9647
|
+
});
|
|
@@ -594,3 +594,83 @@ const body46 = {
|
|
|
594
594
|
parameterPath: "body",
|
|
595
595
|
mapper: import_mappers.RoutePolicyPatch
|
|
596
596
|
};
|
|
597
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
598
|
+
0 && (module.exports = {
|
|
599
|
+
$host,
|
|
600
|
+
accept,
|
|
601
|
+
accessControlListName,
|
|
602
|
+
apiVersion,
|
|
603
|
+
body,
|
|
604
|
+
body1,
|
|
605
|
+
body10,
|
|
606
|
+
body11,
|
|
607
|
+
body12,
|
|
608
|
+
body13,
|
|
609
|
+
body14,
|
|
610
|
+
body15,
|
|
611
|
+
body16,
|
|
612
|
+
body17,
|
|
613
|
+
body18,
|
|
614
|
+
body19,
|
|
615
|
+
body2,
|
|
616
|
+
body20,
|
|
617
|
+
body21,
|
|
618
|
+
body22,
|
|
619
|
+
body23,
|
|
620
|
+
body24,
|
|
621
|
+
body25,
|
|
622
|
+
body26,
|
|
623
|
+
body27,
|
|
624
|
+
body28,
|
|
625
|
+
body29,
|
|
626
|
+
body3,
|
|
627
|
+
body30,
|
|
628
|
+
body31,
|
|
629
|
+
body32,
|
|
630
|
+
body33,
|
|
631
|
+
body34,
|
|
632
|
+
body35,
|
|
633
|
+
body36,
|
|
634
|
+
body37,
|
|
635
|
+
body38,
|
|
636
|
+
body39,
|
|
637
|
+
body4,
|
|
638
|
+
body40,
|
|
639
|
+
body41,
|
|
640
|
+
body42,
|
|
641
|
+
body43,
|
|
642
|
+
body44,
|
|
643
|
+
body45,
|
|
644
|
+
body46,
|
|
645
|
+
body5,
|
|
646
|
+
body6,
|
|
647
|
+
body7,
|
|
648
|
+
body8,
|
|
649
|
+
body9,
|
|
650
|
+
contentType,
|
|
651
|
+
externalNetworkName,
|
|
652
|
+
internalNetworkName,
|
|
653
|
+
internetGatewayName,
|
|
654
|
+
internetGatewayRuleName,
|
|
655
|
+
ipCommunityName,
|
|
656
|
+
ipExtendedCommunityName,
|
|
657
|
+
ipPrefixName,
|
|
658
|
+
l2IsolationDomainName,
|
|
659
|
+
l3IsolationDomainName,
|
|
660
|
+
neighborGroupName,
|
|
661
|
+
networkDeviceName,
|
|
662
|
+
networkDeviceSkuName,
|
|
663
|
+
networkFabricControllerName,
|
|
664
|
+
networkFabricName,
|
|
665
|
+
networkFabricSkuName,
|
|
666
|
+
networkInterfaceName,
|
|
667
|
+
networkPacketBrokerName,
|
|
668
|
+
networkRackName,
|
|
669
|
+
networkTapName,
|
|
670
|
+
networkTapRuleName,
|
|
671
|
+
networkToNetworkInterconnectName,
|
|
672
|
+
nextLink,
|
|
673
|
+
resourceGroupName,
|
|
674
|
+
routePolicyName,
|
|
675
|
+
subscriptionId
|
|
676
|
+
});
|
|
@@ -38,3 +38,30 @@ __reExport(operations_exports, require("./networkTapRules.js"), module.exports);
|
|
|
38
38
|
__reExport(operations_exports, require("./networkTaps.js"), module.exports);
|
|
39
39
|
__reExport(operations_exports, require("./operations.js"), module.exports);
|
|
40
40
|
__reExport(operations_exports, require("./routePolicies.js"), module.exports);
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
...require("./accessControlLists.js"),
|
|
44
|
+
...require("./internetGateways.js"),
|
|
45
|
+
...require("./internetGatewayRules.js"),
|
|
46
|
+
...require("./ipCommunities.js"),
|
|
47
|
+
...require("./ipExtendedCommunities.js"),
|
|
48
|
+
...require("./ipPrefixes.js"),
|
|
49
|
+
...require("./l2IsolationDomains.js"),
|
|
50
|
+
...require("./l3IsolationDomains.js"),
|
|
51
|
+
...require("./internalNetworks.js"),
|
|
52
|
+
...require("./externalNetworks.js"),
|
|
53
|
+
...require("./neighborGroups.js"),
|
|
54
|
+
...require("./networkDeviceSkus.js"),
|
|
55
|
+
...require("./networkDevices.js"),
|
|
56
|
+
...require("./networkInterfaces.js"),
|
|
57
|
+
...require("./networkFabricControllers.js"),
|
|
58
|
+
...require("./networkFabricSkus.js"),
|
|
59
|
+
...require("./networkFabrics.js"),
|
|
60
|
+
...require("./networkToNetworkInterconnects.js"),
|
|
61
|
+
...require("./networkPacketBrokers.js"),
|
|
62
|
+
...require("./networkRacks.js"),
|
|
63
|
+
...require("./networkTapRules.js"),
|
|
64
|
+
...require("./networkTaps.js"),
|
|
65
|
+
...require("./operations.js"),
|
|
66
|
+
...require("./routePolicies.js")
|
|
67
|
+
});
|
|
@@ -38,3 +38,30 @@ __reExport(operationsInterfaces_exports, require("./networkTapRules.js"), module
|
|
|
38
38
|
__reExport(operationsInterfaces_exports, require("./networkTaps.js"), module.exports);
|
|
39
39
|
__reExport(operationsInterfaces_exports, require("./operations.js"), module.exports);
|
|
40
40
|
__reExport(operationsInterfaces_exports, require("./routePolicies.js"), module.exports);
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
...require("./accessControlLists.js"),
|
|
44
|
+
...require("./internetGateways.js"),
|
|
45
|
+
...require("./internetGatewayRules.js"),
|
|
46
|
+
...require("./ipCommunities.js"),
|
|
47
|
+
...require("./ipExtendedCommunities.js"),
|
|
48
|
+
...require("./ipPrefixes.js"),
|
|
49
|
+
...require("./l2IsolationDomains.js"),
|
|
50
|
+
...require("./l3IsolationDomains.js"),
|
|
51
|
+
...require("./internalNetworks.js"),
|
|
52
|
+
...require("./externalNetworks.js"),
|
|
53
|
+
...require("./neighborGroups.js"),
|
|
54
|
+
...require("./networkDeviceSkus.js"),
|
|
55
|
+
...require("./networkDevices.js"),
|
|
56
|
+
...require("./networkInterfaces.js"),
|
|
57
|
+
...require("./networkFabricControllers.js"),
|
|
58
|
+
...require("./networkFabricSkus.js"),
|
|
59
|
+
...require("./networkFabrics.js"),
|
|
60
|
+
...require("./networkToNetworkInterconnects.js"),
|
|
61
|
+
...require("./networkPacketBrokers.js"),
|
|
62
|
+
...require("./networkRacks.js"),
|
|
63
|
+
...require("./networkTapRules.js"),
|
|
64
|
+
...require("./networkTaps.js"),
|
|
65
|
+
...require("./operations.js"),
|
|
66
|
+
...require("./routePolicies.js")
|
|
67
|
+
});
|
|
@@ -36,3 +36,8 @@ function setContinuationToken(page, continuationToken) {
|
|
|
36
36
|
pageInfo.continuationToken = continuationToken;
|
|
37
37
|
pageMap.set(page, pageInfo);
|
|
38
38
|
}
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
getContinuationToken,
|
|
42
|
+
setContinuationToken
|
|
43
|
+
});
|
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 AzureNetworkFabricManagementServiceAPI.",
|
|
6
|
-
"version": "1.0.2-alpha.
|
|
6
|
+
"version": "1.0.2-alpha.20260306.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
14
14
|
"@azure/core-lro": "^2.5.3",
|
|
15
15
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
16
|
-
"@azure/core-rest-pipeline": ">=1.23.
|
|
16
|
+
"@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"vitest": "^4.0.8",
|
|
43
43
|
"@azure-tools/test-credential": "^2.1.2",
|
|
44
44
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
45
|
-
"@azure/
|
|
46
|
-
"@azure
|
|
45
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
46
|
+
"@azure/dev-tool": "^1.0.0"
|
|
47
47
|
},
|
|
48
48
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
49
49
|
"bugs": {
|