Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR Microsoft.Azure.Management.PostgreSQL] [Mirror] add clear-output-folder in resource-manager readme.typescript.md to f… #564

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public Server()
/// a server. Can only be specified when the server is being created
/// (and is required for creation).</param>
/// <param name="version">Server version. Possible values include:
/// '9.5', '9.6', '10', '10.0', '10.2'</param>
/// '9.5', '9.6', '10', '10.0', '10.2', '11'</param>
/// <param name="sslEnforcement">Enable ssl enforcement or not when
/// connect to server. Possible values include: 'Enabled',
/// 'Disabled'</param>
Expand Down Expand Up @@ -102,7 +102,7 @@ public Server()

/// <summary>
/// Gets or sets server version. Possible values include: '9.5', '9.6',
/// '10', '10.0', '10.2'
/// '10', '10.0', '10.2', '11'
/// </summary>
[JsonProperty(PropertyName = "properties.version")]
public string Version { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ServerPropertiesForCreate()
/// Initializes a new instance of the ServerPropertiesForCreate class.
/// </summary>
/// <param name="version">Server version. Possible values include:
/// '9.5', '9.6', '10', '10.0', '10.2'</param>
/// '9.5', '9.6', '10', '10.0', '10.2', '11'</param>
/// <param name="sslEnforcement">Enable ssl enforcement or not when
/// connect to server. Possible values include: 'Enabled',
/// 'Disabled'</param>
Expand All @@ -50,7 +50,7 @@ public ServerPropertiesForCreate()

/// <summary>
/// Gets or sets server version. Possible values include: '9.5', '9.6',
/// '10', '10.0', '10.2'
/// '10', '10.0', '10.2', '11'
/// </summary>
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ServerPropertiesForDefaultCreate()
/// <param name="administratorLoginPassword">The password of the
/// administrator login.</param>
/// <param name="version">Server version. Possible values include:
/// '9.5', '9.6', '10', '10.0', '10.2'</param>
/// '9.5', '9.6', '10', '10.0', '10.2', '11'</param>
/// <param name="sslEnforcement">Enable ssl enforcement or not when
/// connect to server. Possible values include: 'Enabled',
/// 'Disabled'</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ServerPropertiesForGeoRestore()
/// <param name="sourceServerId">The source server id to restore
/// from.</param>
/// <param name="version">Server version. Possible values include:
/// '9.5', '9.6', '10', '10.0', '10.2'</param>
/// '9.5', '9.6', '10', '10.0', '10.2', '11'</param>
/// <param name="sslEnforcement">Enable ssl enforcement or not when
/// connect to server. Possible values include: 'Enabled',
/// 'Disabled'</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public ServerPropertiesForReplica()
/// <param name="sourceServerId">The master server id to create replica
/// from.</param>
/// <param name="version">Server version. Possible values include:
/// '9.5', '9.6', '10', '10.0', '10.2'</param>
/// '9.5', '9.6', '10', '10.0', '10.2', '11'</param>
/// <param name="sslEnforcement">Enable ssl enforcement or not when
/// connect to server. Possible values include: 'Enabled',
/// 'Disabled'</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public ServerPropertiesForRestore()
/// <param name="restorePointInTime">Restore point creation time
/// (ISO8601 format), specifying the time to restore from.</param>
/// <param name="version">Server version. Possible values include:
/// '9.5', '9.6', '10', '10.0', '10.2'</param>
/// '9.5', '9.6', '10', '10.0', '10.2', '11'</param>
/// <param name="sslEnforcement">Enable ssl enforcement or not when
/// connect to server. Possible values include: 'Enabled',
/// 'Disabled'</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ServerUpdateParameters()
/// <param name="administratorLoginPassword">The password of the
/// administrator login.</param>
/// <param name="version">The version of a server. Possible values
/// include: '9.5', '9.6', '10', '10.0', '10.2'</param>
/// include: '9.5', '9.6', '10', '10.0', '10.2', '11'</param>
/// <param name="sslEnforcement">Enable ssl enforcement or not when
/// connect to server. Possible values include: 'Enabled',
/// 'Disabled'</param>
Expand Down Expand Up @@ -84,7 +84,7 @@ public ServerUpdateParameters()

/// <summary>
/// Gets or sets the version of a server. Possible values include:
/// '9.5', '9.6', '10', '10.0', '10.2'
/// '9.5', '9.6', '10', '10.0', '10.2', '11'
/// </summary>
[JsonProperty(PropertyName = "properties.version")]
public string Version { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ public static class ServerVersion
public const string OneZero = "10";
public const string OneZeroFullStopZero = "10.0";
public const string OneZeroFullStopTwo = "10.2";
public const string OneOne = "11";
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.Management.PostgreSQL.Models
{

/// <summary>
/// Defines values for StorageAutogrow.
/// </summary>
public static class StorageAutogrow
{
public const string Enabled = "Enabled";
public const string Disabled = "Disabled";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ public StorageProfile()
/// server backup. Possible values include: 'Enabled',
/// 'Disabled'</param>
/// <param name="storageMB">Max storage allowed for a server.</param>
public StorageProfile(int? backupRetentionDays = default(int?), string geoRedundantBackup = default(string), int? storageMB = default(int?))
/// <param name="storageAutogrow">Enable Storage Auto Grow. Possible
/// values include: 'Enabled', 'Disabled'</param>
public StorageProfile(int? backupRetentionDays = default(int?), string geoRedundantBackup = default(string), int? storageMB = default(int?), string storageAutogrow = default(string))
{
BackupRetentionDays = backupRetentionDays;
GeoRedundantBackup = geoRedundantBackup;
StorageMB = storageMB;
StorageAutogrow = storageAutogrow;
CustomInit();
}

Expand Down Expand Up @@ -67,5 +70,12 @@ public StorageProfile()
[JsonProperty(PropertyName = "storageMB")]
public int? StorageMB { get; set; }

/// <summary>
/// Gets or sets enable Storage Auto Grow. Possible values include:
/// 'Enabled', 'Disabled'
/// </summary>
[JsonProperty(PropertyName = "storageAutogrow")]
public string StorageAutogrow { get; set; }

}
}