From d1b9d7c2b7ee4080c0519e35a9f15a4935f8a367 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 24 May 2019 21:20:18 +0000 Subject: [PATCH] Generated from d856992f092bd75544f85e8c17d9b95bac441352 negligible diff to kick off build --- sdk/mariadb/arm-mariadb/README.md | 3 --- sdk/mariadb/arm-mariadb/package.json | 4 ++-- sdk/mariadb/arm-mariadb/src/models/index.ts | 12 ++++++++++++ sdk/mariadb/arm-mariadb/src/models/mappers.ts | 6 ++++++ 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/sdk/mariadb/arm-mariadb/README.md b/sdk/mariadb/arm-mariadb/README.md index c042985df3a6..883fd0e3f411 100644 --- a/sdk/mariadb/arm-mariadb/README.md +++ b/sdk/mariadb/arm-mariadb/README.md @@ -98,6 +98,3 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to ## Related projects - [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js) - - -![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/mariadb/arm-mariadb/README.png) diff --git a/sdk/mariadb/arm-mariadb/package.json b/sdk/mariadb/arm-mariadb/package.json index 7a2c04e4716b..02e7f40ebda4 100644 --- a/sdk/mariadb/arm-mariadb/package.json +++ b/sdk/mariadb/arm-mariadb/package.json @@ -5,7 +5,7 @@ "version": "1.3.0", "dependencies": { "@azure/ms-rest-azure-js": "^1.3.2", - "@azure/ms-rest-js": "^1.6.0", + "@azure/ms-rest-js": "^1.8.1", "tslib": "^1.9.3" }, "keywords": [ @@ -26,7 +26,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "uglify-js": "^3.4.9" }, - "homepage": "https://github.com/azure/azure-sdk-for-js/tree/master/sdk/mariadb/arm-mariadb", + "homepage": "https://github.com/azure/azure-sdk-for-js", "repository": { "type": "git", "url": "https://github.com/azure/azure-sdk-for-js.git" diff --git a/sdk/mariadb/arm-mariadb/src/models/index.ts b/sdk/mariadb/arm-mariadb/src/models/index.ts index 4e5bf363e07b..5fd1820dc05a 100644 --- a/sdk/mariadb/arm-mariadb/src/models/index.ts +++ b/sdk/mariadb/arm-mariadb/src/models/index.ts @@ -62,6 +62,10 @@ export interface StorageProfile { * Max storage allowed for a server. */ storageMB?: number; + /** + * Enable Storage Auto Grow. Possible values include: 'Enabled', 'Disabled' + */ + storageAutogrow?: StorageAutogrow; } /** @@ -742,6 +746,14 @@ export type ServerState = 'Ready' | 'Dropping' | 'Disabled'; */ export type GeoRedundantBackup = 'Enabled' | 'Disabled'; +/** + * Defines values for StorageAutogrow. + * Possible values include: 'Enabled', 'Disabled' + * @readonly + * @enum {string} + */ +export type StorageAutogrow = 'Enabled' | 'Disabled'; + /** * Defines values for SkuTier. * Possible values include: 'Basic', 'GeneralPurpose', 'MemoryOptimized' diff --git a/sdk/mariadb/arm-mariadb/src/models/mappers.ts b/sdk/mariadb/arm-mariadb/src/models/mappers.ts index 5d86bc990e7b..ed38ecdfbf78 100644 --- a/sdk/mariadb/arm-mariadb/src/models/mappers.ts +++ b/sdk/mariadb/arm-mariadb/src/models/mappers.ts @@ -95,6 +95,12 @@ export const StorageProfile: msRest.CompositeMapper = { type: { name: "Number" } + }, + storageAutogrow: { + serializedName: "storageAutogrow", + type: { + name: "String" + } } } }