diff --git a/lib/services/websiteManagement2/LICENSE.txt b/lib/services/websiteManagement2/LICENSE.txt index a70e8cf660..5431ba98b9 100644 --- a/lib/services/websiteManagement2/LICENSE.txt +++ b/lib/services/websiteManagement2/LICENSE.txt @@ -1,21 +1,21 @@ -The MIT License (MIT) - -Copyright (c) 2018 Microsoft - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +The MIT License (MIT) + +Copyright (c) 2018 Microsoft + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/lib/services/websiteManagement2/README.md b/lib/services/websiteManagement2/README.md index dd95909622..74dfd85526 100644 --- a/lib/services/websiteManagement2/README.md +++ b/lib/services/websiteManagement2/README.md @@ -1,40 +1,40 @@ ---- -uid: azure-arm-website -summary: *content - ---- -# Microsoft Azure SDK for Node.js - WebSiteManagementClient -This project provides a Node.js package for accessing Azure. Right now it supports: -- **Node.js version 6.x.x or higher** - -## Features - - -## How to Install - -```bash -npm install azure-arm-website -``` - -## How to use - -### Authentication, client creation and list appServiceCertificateOrders as an example. - -```javascript -const msRestAzure = require("ms-rest-azure"); -const WebSiteManagementClient = require("azure-arm-website"); -msRestAzure.interactiveLogin().then((creds) => { - const subscriptionId = ""; - const client = new WebSiteManagementClient(creds, subscriptionId); - return client.appServiceCertificateOrders.list().then((result) => { - console.log("The result is:"); - console.log(result); - }); -}).catch((err) => { - console.log('An error occurred:'); - console.dir(err, {depth: null, colors: true}); -}); - -## Related projects - -- [Microsoft Azure SDK for Node.js](https://github.com/Azure/azure-sdk-for-node) +--- +uid: azure-arm-website +summary: *content + +--- +# Microsoft Azure SDK for Node.js - WebSiteManagementClient +This project provides a Node.js package for accessing Azure. Right now it supports: +- **Node.js version 6.x.x or higher** + +## Features + + +## How to Install + +```bash +npm install azure-arm-website +``` + +## How to use + +### Authentication, client creation and list appServiceCertificateOrders as an example. + +```javascript +const msRestAzure = require("ms-rest-azure"); +const WebSiteManagementClient = require("azure-arm-website"); +msRestAzure.interactiveLogin().then((creds) => { + const subscriptionId = ""; + const client = new WebSiteManagementClient(creds, subscriptionId); + return client.appServiceCertificateOrders.list().then((result) => { + console.log("The result is:"); + console.log(result); + }); +}).catch((err) => { + console.log('An error occurred:'); + console.dir(err, {depth: null, colors: true}); +}); + +## Related projects + +- [Microsoft Azure SDK for Node.js](https://github.com/Azure/azure-sdk-for-node) diff --git a/lib/services/websiteManagement2/lib/operations/index.d.ts b/lib/services/websiteManagement2/lib/operations/index.d.ts index fa393ddcd3..eb0b5607f8 100644 --- a/lib/services/websiteManagement2/lib/operations/index.d.ts +++ b/lib/services/websiteManagement2/lib/operations/index.d.ts @@ -7546,7 +7546,7 @@ export interface Provider { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -7567,7 +7567,7 @@ export interface Provider { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -7668,7 +7668,7 @@ export interface Provider { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -7689,7 +7689,7 @@ export interface Provider { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request diff --git a/lib/services/websiteManagement2/lib/operations/provider.js b/lib/services/websiteManagement2/lib/operations/provider.js index 064fc16469..243f5f22f9 100644 --- a/lib/services/websiteManagement2/lib/operations/provider.js +++ b/lib/services/websiteManagement2/lib/operations/provider.js @@ -22,7 +22,7 @@ const WebResource = msRest.WebResource; * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -300,7 +300,7 @@ function _listOperations(options, callback) { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -858,7 +858,7 @@ class Provider { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -891,7 +891,7 @@ class Provider { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -1034,7 +1034,7 @@ class Provider { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request @@ -1067,7 +1067,7 @@ class Provider { * @param {object} [options] Optional Parameters. * * @param {string} [options.osTypeSelected] Possible values include: 'Windows', - * 'Linux' + * 'Linux', 'WindowsFunctions', 'LinuxFunctions' * * @param {object} [options.customHeaders] Headers that will be added to the * request diff --git a/lib/services/websiteManagement2/package.json b/lib/services/websiteManagement2/package.json index 1776350f46..234286cf28 100644 --- a/lib/services/websiteManagement2/package.json +++ b/lib/services/websiteManagement2/package.json @@ -2,7 +2,7 @@ "name": "azure-arm-website", "author": "Microsoft Corporation", "description": "WebSiteManagementClient Library with typescript type definitions for node", - "version": "5.0.0", + "version": "5.0.1", "dependencies": { "ms-rest": "^2.3.3", "ms-rest-azure": "^2.5.5"