Skip to content

Commit 5b7afe2

Browse files
azure-sdkpakrym
andauthored
Update AutoRest C# version (Azure#19145)
Co-authored-by: Pavel Krymets <pavel@krymets.com>
1 parent 770e741 commit 5b7afe2

File tree

675 files changed

+1030
-2537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

675 files changed

+1030
-2537
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
All should have PrivateAssets="All" set so they don't become pacakge dependencies
123123
-->
124124
<ItemGroup>
125-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20210302.1" PrivateAssets="All" />
125+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20210302.2" PrivateAssets="All" />
126126
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20200929.2" PrivateAssets="All" />
127127
<PackageReference Update="coverlet.collector" Version="1.3.0" PrivateAssets="All" />
128128
<PackageReference Update="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1" PrivateAssets="All" />

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/api/Azure.ResourceManager.AppConfiguration.netstandard2.0.cs

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ internal ApiKey() { }
160160
public bool? ReadOnly { get { throw null; } }
161161
public string Value { get { throw null; } }
162162
}
163-
public partial class ApiKeyListResult
164-
{
165-
internal ApiKeyListResult() { }
166-
public string NextLink { get { throw null; } }
167-
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.AppConfiguration.Models.ApiKey> Value { get { throw null; } }
168-
}
169163
public partial class CheckNameAvailabilityParameters
170164
{
171165
public CheckNameAvailabilityParameters(string name, Azure.ResourceManager.AppConfiguration.Models.ConfigurationResourceType type) { }
@@ -201,12 +195,6 @@ public ConfigurationStore(string location, Azure.ResourceManager.AppConfiguratio
201195
public Azure.ResourceManager.AppConfiguration.Models.PublicNetworkAccess? PublicNetworkAccess { get { throw null; } set { } }
202196
public Azure.ResourceManager.AppConfiguration.Models.Sku Sku { get { throw null; } set { } }
203197
}
204-
public partial class ConfigurationStoreListResult
205-
{
206-
internal ConfigurationStoreListResult() { }
207-
public string NextLink { get { throw null; } }
208-
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.AppConfiguration.Models.ConfigurationStore> Value { get { throw null; } }
209-
}
210198
public partial class ConfigurationStoreUpdateParameters
211199
{
212200
public ConfigurationStoreUpdateParameters() { }
@@ -306,12 +294,6 @@ internal OperationDefinitionDisplay() { }
306294
public string Provider { get { throw null; } }
307295
public string Resource { get { throw null; } }
308296
}
309-
public partial class OperationDefinitionListResult
310-
{
311-
internal OperationDefinitionListResult() { }
312-
public string NextLink { get { throw null; } }
313-
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.AppConfiguration.Models.OperationDefinition> Value { get { throw null; } }
314-
}
315297
public partial class PrivateEndpoint
316298
{
317299
public PrivateEndpoint() { }
@@ -327,12 +309,6 @@ public PrivateEndpointConnection() { }
327309
public Azure.ResourceManager.AppConfiguration.Models.ProvisioningState? ProvisioningState { get { throw null; } }
328310
public string Type { get { throw null; } }
329311
}
330-
public partial class PrivateEndpointConnectionListResult
331-
{
332-
internal PrivateEndpointConnectionListResult() { }
333-
public string NextLink { get { throw null; } }
334-
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.AppConfiguration.Models.PrivateEndpointConnection> Value { get { throw null; } }
335-
}
336312
public partial class PrivateEndpointConnectionReference
337313
{
338314
internal PrivateEndpointConnectionReference() { }
@@ -353,12 +329,6 @@ internal PrivateLinkResource() { }
353329
public System.Collections.Generic.IReadOnlyList<string> RequiredZoneNames { get { throw null; } }
354330
public string Type { get { throw null; } }
355331
}
356-
public partial class PrivateLinkResourceListResult
357-
{
358-
internal PrivateLinkResourceListResult() { }
359-
public string NextLink { get { throw null; } }
360-
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.AppConfiguration.Models.PrivateLinkResource> Value { get { throw null; } }
361-
}
362332
public partial class PrivateLinkServiceConnectionState
363333
{
364334
public PrivateLinkServiceConnectionState() { }

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/ApiKeyListResult.Serialization.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/ApiKeyListResult.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/ConfigurationStoreListResult.Serialization.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/ConfigurationStoreListResult.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/OperationDefinitionListResult.Serialization.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/OperationDefinitionListResult.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/PrivateEndpointConnectionListResult.Serialization.cs

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

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/PrivateEndpointConnectionListResult.cs

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

0 commit comments

Comments
 (0)