From 295268904de81a4efbc8131b94404c196b3fa94b Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Wed, 26 Aug 2020 05:59:45 +0000 Subject: [PATCH 1/2] Update from master --- sdk/cosmosdb/arm-cosmosdb/package.json | 2 +- .../arm-cosmosdb/src/cosmosDBManagementClientContext.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/cosmosdb/arm-cosmosdb/package.json b/sdk/cosmosdb/arm-cosmosdb/package.json index 6c9b79e8a67f..4e55048796d4 100644 --- a/sdk/cosmosdb/arm-cosmosdb/package.json +++ b/sdk/cosmosdb/arm-cosmosdb/package.json @@ -2,7 +2,7 @@ "name": "@azure/arm-cosmosdb", "author": "Microsoft Corporation", "description": "CosmosDBManagementClient Library with typescript type definitions for node.js and browser.", - "version": "9.1.0", + "version": "9.0.0", "dependencies": { "@azure/ms-rest-azure-js": "^2.0.1", "@azure/ms-rest-js": "^2.0.4", diff --git a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts index b836eb829e8f..3c9c68bdd0d0 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js"; import * as msRestAzure from "@azure/ms-rest-azure-js"; const packageName = "@azure/arm-cosmosdb"; -const packageVersion = "9.1.0"; +const packageVersion = "9.0.0"; export class CosmosDBManagementClientContext extends msRestAzure.AzureServiceClient { credentials: msRest.ServiceClientCredentials; From dbbcd062f0774256a56ad42c996781144e8cd3f1 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Wed, 26 Aug 2020 05:59:49 +0000 Subject: [PATCH 2/2] Generated from efc650dbc056557622ca57fb50e4fcfa8ca8d523 fix --- sdk/cosmosdb/arm-cosmosdb/package.json | 2 +- .../src/cosmosDBManagementClientContext.ts | 2 +- sdk/cosmosdb/arm-cosmosdb/src/models/index.ts | 8 ++++---- sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sdk/cosmosdb/arm-cosmosdb/package.json b/sdk/cosmosdb/arm-cosmosdb/package.json index 4e55048796d4..6c9b79e8a67f 100644 --- a/sdk/cosmosdb/arm-cosmosdb/package.json +++ b/sdk/cosmosdb/arm-cosmosdb/package.json @@ -2,7 +2,7 @@ "name": "@azure/arm-cosmosdb", "author": "Microsoft Corporation", "description": "CosmosDBManagementClient Library with typescript type definitions for node.js and browser.", - "version": "9.0.0", + "version": "9.1.0", "dependencies": { "@azure/ms-rest-azure-js": "^2.0.1", "@azure/ms-rest-js": "^2.0.4", diff --git a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts index 3c9c68bdd0d0..b836eb829e8f 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/cosmosDBManagementClientContext.ts @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js"; import * as msRestAzure from "@azure/ms-rest-azure-js"; const packageName = "@azure/arm-cosmosdb"; -const packageVersion = "9.0.0"; +const packageVersion = "9.1.0"; export class CosmosDBManagementClientContext extends msRestAzure.AzureServiceClient { credentials: msRest.ServiceClientCredentials; diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts index db47da64995a..a2e29df3fbc6 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/index.ts @@ -146,15 +146,15 @@ export interface PrivateLinkServiceConnectionStateProperty { * The private link service connection status. */ status?: string; + /** + * The private link service connection description. + */ + description?: string; /** * Any action that is required beyond basic workflow (approve/ reject/ disconnect) * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly actionsRequired?: string; - /** - * The private link service connection description. - */ - description?: string; } /** diff --git a/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts b/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts index ca81adfe92c1..c5fc765128b1 100644 --- a/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts +++ b/sdk/cosmosdb/arm-cosmosdb/src/models/mappers.ts @@ -221,15 +221,15 @@ export const PrivateLinkServiceConnectionStateProperty: msRest.CompositeMapper = name: "String" } }, - actionsRequired: { - readOnly: true, - serializedName: "actionsRequired", + description: { + serializedName: "description", type: { name: "String" } }, - description: { - serializedName: "description", + actionsRequired: { + readOnly: true, + serializedName: "actionsRequired", type: { name: "String" }