Skip to content

Commit 4bb8c36

Browse files
azure-sdkarcherzz
andauthored
Update AutoRest C# version (Azure#34033)
Co-authored-by: archerzz <archerzz@gmail.com>
1 parent 8ec586d commit 4bb8c36

File tree

9 files changed

+20
-53
lines changed

9 files changed

+20
-53
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
All should have PrivateAssets="All" set so they don't become package dependencies
161161
-->
162162
<ItemGroup>
163-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20230207.1" PrivateAssets="All" />
163+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20230208.1" PrivateAssets="All" />
164164
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20230131.1" PrivateAssets="All" />
165165
<PackageReference Update="coverlet.collector" Version="1.3.0" PrivateAssets="All" />
166166
<PackageReference Update="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1" PrivateAssets="All" />

eng/emitter-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/cadl-csharp": "0.1.11-beta.20230207.1"
4+
"@azure-tools/cadl-csharp": "0.1.11-beta.20230208.1"
55
}
66
}

sdk/openai/Azure.AI.OpenAI/api/Azure.AI.OpenAI.netstandard2.0.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ internal Completions() { }
1515
public int? Created { get { throw null; } }
1616
public string Id { get { throw null; } }
1717
public string Model { get { throw null; } }
18-
public string Object { get { throw null; } }
1918
public Azure.AI.OpenAI.CompletionsUsage Usage { get { throw null; } }
2019
}
2120
public partial class CompletionsLogProbability
@@ -58,14 +57,12 @@ public partial class EmbeddingItem
5857
internal EmbeddingItem() { }
5958
public System.Collections.Generic.IReadOnlyList<float> Embedding { get { throw null; } }
6059
public int Index { get { throw null; } }
61-
public string Object { get { throw null; } }
6260
}
6361
public partial class Embeddings
6462
{
6563
internal Embeddings() { }
6664
public System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.EmbeddingItem> Data { get { throw null; } }
6765
public string Model { get { throw null; } }
68-
public string Object { get { throw null; } }
6966
public Azure.AI.OpenAI.EmbeddingsUsage Usage { get { throw null; } }
7067
}
7168
public partial class EmbeddingsOptions

sdk/openai/Azure.AI.OpenAI/src/Generated/Completions.Serialization.cs

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/openai/Azure.AI.OpenAI/src/Generated/Completions.cs

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/openai/Azure.AI.OpenAI/src/Generated/EmbeddingItem.Serialization.cs

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/openai/Azure.AI.OpenAI/src/Generated/EmbeddingItem.cs

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/openai/Azure.AI.OpenAI/src/Generated/Embeddings.Serialization.cs

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/openai/Azure.AI.OpenAI/src/Generated/Embeddings.cs

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)