Modified HWSKU to match internally defined SKU string (#1095)

This commit is contained in:
Prince Sunny 2017-10-30 18:02:44 -07:00 committed by GitHub
parent b0c13ea928
commit 4f59b2e4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -1040,7 +1040,7 @@
<Devices> <Devices>
<Device i:type="LeafRouter"> <Device i:type="LeafRouter">
<Hostname>switch1</Hostname> <Hostname>switch1</Hostname>
<HwSku>Arista-7060-CX-32S</HwSku> <HwSku>Arista-7060CX-32S-C32</HwSku>
</Device> </Device>
</Devices> </Devices>
</PngDec> </PngDec>
@ -1075,5 +1075,5 @@
<Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> <Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
</MetadataDeclaration> </MetadataDeclaration>
<Hostname>switch1</Hostname> <Hostname>switch1</Hostname>
<HwSku>Arista-7060-CX-32S</HwSku> <HwSku>Arista-7060CX-32S-C32</HwSku>
</DeviceMiniGraph> </DeviceMiniGraph>