From 5e8de3fb43e511c9e85c8e9b22d89d5aa9b71015 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 22 Nov 2022 05:25:38 +0000 Subject: [PATCH] CodeGen from PR 21623 in Azure/azure-rest-api-specs Merge 1f4f77f96c6c7cef13fb271cf88191b3e2d7da1f into fc0c0316bf5187af413a256c484c1e2a259e18b8 --- .../src/Generated/ContainerRegistryData.cs | 4 ++-- .../src/Generated/Models/ContainerRegistryPatch.cs | 2 +- .../Azure.ResourceManager.ContainerRegistry/src/autorest.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Generated/ContainerRegistryData.cs b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Generated/ContainerRegistryData.cs index dd9bccae2ed8..87d05d4db1a7 100644 --- a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Generated/ContainerRegistryData.cs +++ b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Generated/ContainerRegistryData.cs @@ -52,7 +52,7 @@ public ContainerRegistryData(AzureLocation location, ContainerRegistrySku sku) : /// Whether or not public network access is allowed for the container registry. /// Whether to allow trusted Azure services to access a network restricted registry. /// Whether or not zone redundancy is enabled for this container registry. - /// Enables registry-wide pull from unauthenticated clients. + /// Enables registry-wide pull from unauthenticated clients. It's in preview and available in the Standard and Premium service tiers. internal ContainerRegistryData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary tags, AzureLocation location, ContainerRegistrySku sku, ManagedServiceIdentity identity, string loginServer, DateTimeOffset? createdOn, ContainerRegistryProvisioningState? provisioningState, ContainerRegistryResourceStatus status, bool? isAdminUserEnabled, ContainerRegistryNetworkRuleSet networkRuleSet, ContainerRegistryPolicies policies, ContainerRegistryEncryption encryption, bool? isDataEndpointEnabled, IReadOnlyList dataEndpointHostNames, IReadOnlyList privateEndpointConnections, ContainerRegistryPublicNetworkAccess? publicNetworkAccess, ContainerRegistryNetworkRuleBypassOption? networkRuleBypassOptions, ContainerRegistryZoneRedundancy? zoneRedundancy, bool? isAnonymousPullEnabled) : base(id, name, resourceType, systemData, tags, location) { Sku = sku; @@ -106,7 +106,7 @@ internal ContainerRegistryData(ResourceIdentifier id, string name, ResourceType public ContainerRegistryNetworkRuleBypassOption? NetworkRuleBypassOptions { get; set; } /// Whether or not zone redundancy is enabled for this container registry. public ContainerRegistryZoneRedundancy? ZoneRedundancy { get; set; } - /// Enables registry-wide pull from unauthenticated clients. + /// Enables registry-wide pull from unauthenticated clients. It's in preview and available in the Standard and Premium service tiers. public bool? IsAnonymousPullEnabled { get; set; } } } diff --git a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Generated/Models/ContainerRegistryPatch.cs b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Generated/Models/ContainerRegistryPatch.cs index 90456fd1baca..55c6e59bf0be 100644 --- a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Generated/Models/ContainerRegistryPatch.cs +++ b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Generated/Models/ContainerRegistryPatch.cs @@ -40,7 +40,7 @@ public ContainerRegistryPatch() public ContainerRegistryPublicNetworkAccess? PublicNetworkAccess { get; set; } /// Whether to allow trusted Azure services to access a network restricted registry. public ContainerRegistryNetworkRuleBypassOption? NetworkRuleBypassOptions { get; set; } - /// Enables registry-wide pull from unauthenticated clients. + /// Enables registry-wide pull from unauthenticated clients. It's in preview and available in the Standard and Premium service tiers. public bool? IsAnonymousPullEnabled { get; set; } } } diff --git a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/autorest.md b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/autorest.md index 2f4bb5ef7a98..a860d4762bb2 100644 --- a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/autorest.md +++ b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/autorest.md @@ -8,7 +8,7 @@ csharp: true library-name: ContainerRegistry namespace: Azure.ResourceManager.ContainerRegistry # default tag is a preview version -require: https://github.com/Azure/azure-rest-api-specs/blob/aa8a23b8f92477d0fdce7af6ccffee1c604b3c56/specification/containerregistry/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/containerregistry/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true