Skip to content

Commit b5b62f7

Browse files
committed
Update versions + generation scripts
1 parent 4db2184 commit b5b62f7

9 files changed

+16
-12
lines changed

src/SDKs/CognitiveServices/dataPlane/Vision/CustomVision/Prediction.Tests/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Tests.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Tests Class Library</Description>
55
<AssemblyName>Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Tests</AssemblyName>
6-
<VersionPrefix>1.0.2-preview</VersionPrefix>
6+
<VersionPrefix>1.0.0</VersionPrefix>
77
</PropertyGroup>
88

99
<PropertyGroup>
@@ -31,8 +31,4 @@
3131
</None>
3232
</ItemGroup>
3333

34-
<ItemGroup>
35-
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
36-
</ItemGroup>
37-
3834
</Project>

src/SDKs/CognitiveServices/dataPlane/Vision/CustomVision/Prediction/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<PackageId>Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction</PackageId>
88
<Description>This client library provides access to the Microsoft Cognitive Services CustomVision Prediction APIs.</Description>
9-
<VersionPrefix>1.0.0-preview</VersionPrefix>
9+
<VersionPrefix>0.9.0-preview</VersionPrefix>
1010
<AssemblyName>Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction</AssemblyName>
1111
<PackageTags>Microsoft Cognitive Services;Cognitive Services;Cognitive Services SDK;REST HTTP client;Custom Vision;Custom Vision Prediction API;Custom Vision Prediction SDK;Vision;netcore451511</PackageTags>
1212
<PackageReleaseNotes>This is a preview release of the Cognitive Services Custom Vision Prediction SDK.</PackageReleaseNotes>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "cognitiveservices/data-plane/CustomVision/Prediction" -PowershellInvoker -AutoRestVersion "latest"

src/SDKs/CognitiveServices/dataPlane/Vision/CustomVision/Training.Tests/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Tests.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Tests Class Library</Description>
55
<AssemblyName>Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Tests</AssemblyName>
6-
<VersionPrefix>1.0.2-preview</VersionPrefix>
6+
<VersionPrefix>1.0.0</VersionPrefix>
77
</PropertyGroup>
88

99
<PropertyGroup>
@@ -30,10 +30,6 @@
3030
</None>
3131
</ItemGroup>
3232

33-
<ItemGroup>
34-
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
35-
</ItemGroup>
36-
3733
<ItemGroup>
3834
<Folder Include="SessionRecords\" />
3935
</ItemGroup>

src/SDKs/CognitiveServices/dataPlane/Vision/CustomVision/Training/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<PropertyGroup>
1616
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
17-
<Version>1.0.0-preview</Version>
17+
<Version>0.9.0-preview</Version>
1818
</PropertyGroup>
1919

2020
<!-- Please do not move/edit code below this line -->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "cognitiveservices/data-plane/CustomVision/Training" -PowershellInvoker -AutoRestVersion "latest"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2018-02-21 21:01:13 UTC
2+
3+
1) azure-rest-api-specs repository information
4+
GitHub user: Azure
5+
Branch: master
6+
Commit: 1d7d3bff074973a334f45ba0eda5e86fb443c510
7+
8+
2) AutoRest information
9+
Requested version: latest
10+
Bootstrapper version: C:\Users\areddish\AppData\Roaming\npm `-- autorest@2.0.4245
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)