diff --git a/sdk/vmware/arm-vmware/package.json b/sdk/vmware/arm-vmware/package.json index 3a10d8da4e35..b917694afb40 100644 --- a/sdk/vmware/arm-vmware/package.json +++ b/sdk/vmware/arm-vmware/package.json @@ -2,7 +2,7 @@ "name": "@azure/arm-vmware", "author": "Microsoft Corporation", "description": "AzureVMwareSolutionAPI Library with typescript type definitions for node.js and browser.", - "version": "0.3.0", + "version": "0.1.0", "dependencies": { "@azure/ms-rest-azure-js": "^2.0.1", "@azure/ms-rest-js": "^2.0.4", diff --git a/sdk/vmware/arm-vmware/src/azureVMwareSolutionAPIContext.ts b/sdk/vmware/arm-vmware/src/azureVMwareSolutionAPIContext.ts index b984e6cc23eb..f61e107429f7 100644 --- a/sdk/vmware/arm-vmware/src/azureVMwareSolutionAPIContext.ts +++ b/sdk/vmware/arm-vmware/src/azureVMwareSolutionAPIContext.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-vmware"; -const packageVersion = "0.3.0"; +const packageVersion = "0.1.0"; export class AzureVMwareSolutionAPIContext extends msRestAzure.AzureServiceClient { credentials: msRest.ServiceClientCredentials;