Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cy97fQ==/2023-02-01-preview.xml (141 lines of code) (raw):

<?xml version='1.0' encoding='utf-8'?> <CodeGen plane="mgmt-plane"> <resource id="/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdeviceskus/{}" version="2023-02-01-preview" swagger="mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtEZXZpY2VTa3VzL3tuZXR3b3JrRGV2aWNlU2t1TmFtZX0=/V/MjAyMy0wMi0wMS1wcmV2aWV3"/> <commandGroup name="networkfabric devicesku"> <command name="show" version="2023-02-01-preview" confirmation=""> <resource id="/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdeviceskus/{}" version="2023-02-01-preview" swagger="mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtEZXZpY2VTa3VzL3tuZXR3b3JrRGV2aWNlU2t1TmFtZX0=/V/MjAyMy0wMi0wMS1wcmV2aWV3"/> <argGroup name=""> <arg type="string" var="$Path.networkDeviceSkuName" options="resource-name" required="True" group="" idPart="name"> <help short="Name of the Network Device Sku"/> </arg> <arg type="SubscriptionId" var="$Path.subscriptionId" options="subscription" required="True" group="" idPart="subscription"> <help short="ID of subscription"/> </arg> </argGroup> <operation operationId="NetworkDeviceSkus_Get"> <http path="/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{networkDeviceSkuName}"> <request method="get"> <path> <param type="string" name="networkDeviceSkuName" arg="$Path.networkDeviceSkuName" required="True"/> <param type="string" name="subscriptionId" arg="$Path.subscriptionId" required="True"> <format minLength="1"/> </param> </path> <query> <const readOnly="True" const="True" type="string" name="api-version" required="True"> <default value="&quot;2023-02-01-preview&quot;"/> <format minLength="1"/> </const> </query> </request> <response statusCode="200"> <body> <json var="$Instance"> <schema type="object"> <prop readOnly="True" type="ResourceId" name="id"> <format template="/subscriptions/{}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{}"/> </prop> <prop readOnly="True" type="string" name="name"/> <prop type="object" name="properties" required="True" clientFlatten="True"> <prop type="array<object>" name="interfaces" identifiers="identifier"> <item type="object"> <prop type="string" name="identifier"/> <prop type="string" name="interfaceType"/> <prop type="array<object>" name="supportedConnectorTypes" identifiers="connectorType"> <item type="object"> <prop type="string" name="connectorType"/> <prop type="integer32" name="maxSpeedInMbps"/> </item> </prop> </item> </prop> <prop type="object" name="limits"> <prop type="integer32" name="maxBidirectionalForwardingDetectionPeers"/> <prop type="integer32" name="maxBorderGatewayProtocolPeers"/> <prop type="integer32" name="maxSubInterfaces"/> <prop type="integer32" name="maxTunnelInterfaces"/> <prop type="integer32" name="maxVirtualRouterFunctions"/> <prop type="integer32" name="physicalInterfaceCount"/> </prop> <prop type="string" name="manufacturer"/> <prop type="string" name="model" required="True"/> <prop readOnly="True" type="string" name="provisioningState"> <enum> <item value="&quot;Canceled&quot;"/> <item value="&quot;Deleting&quot;"/> <item value="&quot;Failed&quot;"/> <item value="&quot;Succeeded&quot;"/> <item value="&quot;Updating&quot;"/> </enum> </prop> <prop type="array<string>" name="supportedRoleTypes"> <item type="string"> <enum> <item value="&quot;CE&quot;"/> <item value="&quot;Management&quot;"/> <item value="&quot;NPB&quot;"/> <item value="&quot;TS&quot;"/> <item value="&quot;ToR&quot;"/> </enum> </item> </prop> <prop type="array<object>" name="supportedVersions" identifiers="version"> <item type="object"> <prop type="string" name="isCurrent"> <enum> <item value="&quot;false&quot;"/> <item value="&quot;true&quot;"/> </enum> </prop> <prop type="string" name="isTest"> <enum> <item value="&quot;false&quot;"/> <item value="&quot;true&quot;"/> </enum> </prop> <prop type="string" name="vendorFirmwareVersion"/> <prop type="string" name="vendorOsVersion"/> <prop type="string" name="version"/> </item> </prop> </prop> <prop readOnly="True" type="object" name="systemData"> <prop type="dateTime" name="createdAt"/> <prop type="string" name="createdBy"/> <prop type="string" name="createdByType"> <enum> <item value="&quot;Application&quot;"/> <item value="&quot;Key&quot;"/> <item value="&quot;ManagedIdentity&quot;"/> <item value="&quot;User&quot;"/> </enum> </prop> <prop type="dateTime" name="lastModifiedAt"/> <prop type="string" name="lastModifiedBy"/> <prop type="string" name="lastModifiedByType"> <enum> <item value="&quot;Application&quot;"/> <item value="&quot;Key&quot;"/> <item value="&quot;ManagedIdentity&quot;"/> <item value="&quot;User&quot;"/> </enum> </prop> </prop> <prop readOnly="True" type="string" name="type"/> </schema> </json> </body> </response> <response isError="True"> <body> <json> <schema type="@MgmtErrorFormat"/> </json> </body> </response> </http> </operation> <output type="object" ref="$Instance" clientFlatten="True"/> </command> </commandGroup> </CodeGen>