diff --git a/sdk/appplatform/Microsoft.Azure.Management.AppPlatform/src/Generated/Models/BindingResourceProperties.cs b/sdk/appplatform/Microsoft.Azure.Management.AppPlatform/src/Generated/Models/BindingResourceProperties.cs index d2d7e66e2e73..c4a09468f678 100644 --- a/sdk/appplatform/Microsoft.Azure.Management.AppPlatform/src/Generated/Models/BindingResourceProperties.cs +++ b/sdk/appplatform/Microsoft.Azure.Management.AppPlatform/src/Generated/Models/BindingResourceProperties.cs @@ -64,16 +64,16 @@ public BindingResourceProperties() partial void CustomInit(); /// - /// Gets or sets the name of the bound resource + /// Gets the name of the bound resource /// [JsonProperty(PropertyName = "resourceName")] - public string ResourceName { get; set; } + public string ResourceName { get; private set; } /// - /// Gets or sets the standard Azure resource type of the bound resource + /// Gets the standard Azure resource type of the bound resource /// [JsonProperty(PropertyName = "resourceType")] - public string ResourceType { get; set; } + public string ResourceType { get; private set; } /// /// Gets or sets the Azure resource id of the bound resource diff --git a/sdk/appplatform/Microsoft.Azure.Management.AppPlatform/src/Generated/Models/CustomDomainProperties.cs b/sdk/appplatform/Microsoft.Azure.Management.AppPlatform/src/Generated/Models/CustomDomainProperties.cs index dcf9d2087312..dd88e6cbf710 100644 --- a/sdk/appplatform/Microsoft.Azure.Management.AppPlatform/src/Generated/Models/CustomDomainProperties.cs +++ b/sdk/appplatform/Microsoft.Azure.Management.AppPlatform/src/Generated/Models/CustomDomainProperties.cs @@ -54,10 +54,10 @@ public CustomDomainProperties() public string Thumbprint { get; set; } /// - /// Gets or sets the app name of domain. + /// Gets the app name of domain. /// [JsonProperty(PropertyName = "appName")] - public string AppName { get; set; } + public string AppName { get; private set; } /// /// Gets or sets the bound certificate name of domain.