Rebranding from Windows Azure to Microsoft Azure.
This commit is contained in:
Родитель
9e673e06c1
Коммит
cbe9a674b0
|
@ -1,5 +1,5 @@
|
|||
# Contribute Code or Provide Feedback
|
||||
|
||||
If you would like to become an active contributor to this project please follow the instructions provided in [Windows Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html).
|
||||
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html).
|
||||
|
||||
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/WindowsAzure/azure-sdk-for-node/issues) section of the project.
|
|
@ -19,7 +19,7 @@
|
|||
<input type="text" name="accessKey" id="accessKey" />
|
||||
<br />
|
||||
|
||||
<label for="WaRuntimeEndpoint">Windows Azure Runtime Endpoint</label>
|
||||
<label for="WaRuntimeEndpoint">Microsoft Azure Runtime Endpoint</label>
|
||||
<br />
|
||||
<input type="text" name="WaRuntimeEndpoint" id="WaRuntimeEndpoint" />
|
||||
<br />
|
||||
|
|
|
@ -206,7 +206,7 @@ exports.SqlService = SqlService;
|
|||
* Creates a new SqlService object
|
||||
* @class
|
||||
* The SqlService object allows you to perform management operations against databases
|
||||
* created using Windows Azure SQL Database.
|
||||
* created using Microsoft Azure SQL Database.
|
||||
* @constructor
|
||||
* @param {string} serverName The SQL server name.
|
||||
* @param {string} administratorLogin The SQL Server administrator login.
|
||||
|
@ -702,7 +702,7 @@ exports.ProxyFilter = azureCommon.ProxyFilter;
|
|||
exports.LogFilter = azureCommon.LogFilter;
|
||||
|
||||
/**
|
||||
* Check if the application is running in the Windows Azure Emulator.
|
||||
* Check if the application is running in the Microsoft Azure Emulator.
|
||||
* @property {boolean} isEmulated `true` if the application is running in the emulator; otherwise, `false`.
|
||||
*/
|
||||
exports.isEmulated = function (host) {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Windows Azure SDK for Node.js - Common
|
||||
# Microsoft Azure SDK for Node.js - Common
|
||||
|
||||
This project provides a Node.js package that serves as the building block for the different services modules in the overall Windows Azure SDK for Node.js.
|
||||
This project provides a Node.js package that serves as the building block for the different services modules in the overall Microsoft Azure SDK for Node.js.
|
||||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -22,7 +22,7 @@ require('./util/patch-xmlbuilder');
|
|||
|
||||
var nodeVersion = azureutil.getNodeVersion();
|
||||
if (nodeVersion.major === 0 && nodeVersion.minor > 8 && !(nodeVersion.minor > 10 || (nodeVersion.minor === 10 && nodeVersion.patch >= 3))) {
|
||||
throw new Error('The Windows Azure node SDK does not work with node versions > 0.8.22 and < 0.10.3. Please upgrade to node >= 0.10.3');
|
||||
throw new Error('The Microsoft Azure node SDK does not work with node versions > 0.8.22 and < 0.10.3. Please upgrade to node >= 0.10.3');
|
||||
}
|
||||
|
||||
exports.xmlbuilder = require('xmlbuilder');
|
||||
|
|
|
@ -1751,7 +1751,7 @@ var Constants = {
|
|||
MAX_DATA_SERVICE_VERSION: 'maxdataserviceversion',
|
||||
|
||||
/**
|
||||
* The master Windows Azure Storage header prefix.
|
||||
* The master Microsoft Azure Storage header prefix.
|
||||
*
|
||||
* @const
|
||||
* @type {string}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.5",
|
||||
"description": "Windows Azure Common Client Library for node",
|
||||
"description": "Microsoft Azure Common Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -32,7 +32,7 @@ exports = module.exports;
|
|||
*
|
||||
*
|
||||
* __Note__: RoleEnvironment will only work if your code is running in a worker role
|
||||
* inside the Azure emulator or in a Windows Azure Cloud Service!
|
||||
* inside the Azure emulator or in a Microsoft Azure Cloud Service!
|
||||
* @exports RoleEnvironment
|
||||
*
|
||||
*/
|
||||
|
@ -192,7 +192,7 @@ RoleEnvironment.getDeploymentId = function (callback) {
|
|||
|
||||
|
||||
/**
|
||||
* Indicates whether the role instance is running in the Windows Azure
|
||||
* Indicates whether the role instance is running in the Microsoft Azure
|
||||
* environment. It is good practice to enclose any code that uses
|
||||
* service runtime in the isAvailable callback.
|
||||
*
|
||||
|
@ -345,10 +345,10 @@ RoleEnvironment.getLocalResources = function (callback) {
|
|||
/**
|
||||
* Requests that the current role instance be stopped and restarted.
|
||||
*
|
||||
* Before the role instance is recycled, the Windows Azure load balancer takes the role instance out of rotation.
|
||||
* Before the role instance is recycled, the Microsoft Azure load balancer takes the role instance out of rotation.
|
||||
* This ensures that no new requests are routed to the instance while it is restarting.
|
||||
*
|
||||
* A call to `RequestRecycle` initiates the normal shutdown cycle. Windows Azure raises the
|
||||
* A call to `RequestRecycle` initiates the normal shutdown cycle. Microsoft Azure raises the
|
||||
* `Stopping` event and calls the `OnStop` method so that you can run the necessary code to
|
||||
* prepare the instance to be recycled.
|
||||
*
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Compute Management
|
||||
# Microsoft Azure SDK for Node.js - Compute Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Virtual Machines and Cloud Services. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Virtual Machines and Cloud Services. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-11-01**
|
||||
|
||||
|
@ -25,10 +25,10 @@ npm install azure-mgmt-compute
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
|
||||
### Create the ComputeManagementClient
|
||||
|
||||
|
@ -128,5 +128,5 @@ computeManagementClient.hostedServices.create({
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Windows Azure SDK for Node.js - Network Management](https://github.com/andrerod/azure-sdk-for-node/tree/master/lib/services/networkManagement)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - Network Management](https://github.com/andrerod/azure-sdk-for-node/tree/master/lib/services/networkManagement)
|
||||
|
|
|
@ -2094,7 +2094,7 @@ var DeploymentOperations = ( /** @lends DeploymentOperations */ function() {
|
|||
* updated one at a time during an in-place update. For information on
|
||||
* modifying the number of update domains in the service definition file,
|
||||
* see the Azure Service Definition Schema (.csdef File). To determine the
|
||||
* update domain in which a particular instance is running in Windows Azure,
|
||||
* update domain in which a particular instance is running in Microsoft Azure,
|
||||
* use the UpdateDomain property of the RoleInstance class. See the Azure
|
||||
* Managed Library Reference at
|
||||
* http://msdn.microsoft.com/en-us/library/windowsazure/dd179380.aspx for
|
||||
|
@ -2400,7 +2400,7 @@ var DeploymentOperations = ( /** @lends DeploymentOperations */ function() {
|
|||
* updated one at a time during an in-place update. For information on
|
||||
* modifying the number of update domains in the service definition file,
|
||||
* see the Azure Service Definition Schema (.csdef File). To determine the
|
||||
* update domain in which a particular instance is running in Windows Azure,
|
||||
* update domain in which a particular instance is running in Microsoft Azure,
|
||||
* use the UpdateDomain property of the RoleInstance class. See the Azure
|
||||
* Managed Library Reference at
|
||||
* http://msdn.microsoft.com/en-us/library/windowsazure/dd179380.aspx for
|
||||
|
@ -7387,7 +7387,7 @@ var DeploymentOperations = ( /** @lends DeploymentOperations */ function() {
|
|||
* updated one at a time during an in-place update. For information on
|
||||
* modifying the number of update domains in the service definition file,
|
||||
* see the Azure Service Definition Schema (.csdef File). To determine the
|
||||
* update domain in which a particular instance is running in Windows Azure,
|
||||
* update domain in which a particular instance is running in Microsoft Azure,
|
||||
* use the UpdateDomain property of the RoleInstance class. See the Azure
|
||||
* Managed Library Reference at
|
||||
* http://msdn.microsoft.com/en-us/library/windowsazure/dd179380.aspx for
|
||||
|
@ -7538,7 +7538,7 @@ var DeploymentOperations = ( /** @lends DeploymentOperations */ function() {
|
|||
* updated one at a time during an in-place update. For information on
|
||||
* modifying the number of update domains in the service definition file,
|
||||
* see the Azure Service Definition Schema (.csdef File). To determine the
|
||||
* update domain in which a particular instance is running in Windows Azure,
|
||||
* update domain in which a particular instance is running in Microsoft Azure,
|
||||
* use the UpdateDomain property of the RoleInstance class. See the Azure
|
||||
* Managed Library Reference at
|
||||
* http://msdn.microsoft.com/en-us/library/windowsazure/dd179380.aspx for
|
||||
|
@ -7911,7 +7911,7 @@ var ExtensionImageOperations = ( /** @lends ExtensionImageOperations */ function
|
|||
* the ZIP package of the extension. The ZIP package has to include the
|
||||
* extension executable and other supporting files, and the
|
||||
* PluginManifest.xml manifest. MediaLink value must point to a URL (either
|
||||
* Http or Https) in a Azure blob storage and is downloadable. Windows Azure
|
||||
* Http or Https) in a Azure blob storage and is downloadable. Microsoft Azure
|
||||
* will copy the extension package from this source location and replicate
|
||||
* it to all regions. The typical time for replication to complete is 20
|
||||
* minutes.
|
||||
|
@ -8002,7 +8002,7 @@ var ExtensionImageOperations = ( /** @lends ExtensionImageOperations */ function
|
|||
* @param {string} [parameters.eula] Optional. URL string pointing to the
|
||||
* EULA (End User License Agreement) of this version of extension. This is
|
||||
* optionally specified by the third-party publishing the extension instead
|
||||
* of Windows Azure. If the software requires any additional EULAs, a link
|
||||
* of Microsoft Azure. If the software requires any additional EULAs, a link
|
||||
* to the EULA should be provided.
|
||||
*
|
||||
* @param {string} [parameters.privacyUri] Optional. URL string pointing to
|
||||
|
@ -8478,7 +8478,7 @@ var ExtensionImageOperations = ( /** @lends ExtensionImageOperations */ function
|
|||
* the ZIP package of the extension. The ZIP package has to include the
|
||||
* extension executable and other supporting files, and the
|
||||
* PluginManifest.xml manifest. MediaLink value must point to a URL (either
|
||||
* Http or Https) in a Azure blob storage and is downloadable. Windows Azure
|
||||
* Http or Https) in a Azure blob storage and is downloadable. Microsoft Azure
|
||||
* will copy the extension package from this source location and replicate
|
||||
* it to all regions. The typical time for replication to complete is 20
|
||||
* minutes.
|
||||
|
@ -8569,7 +8569,7 @@ var ExtensionImageOperations = ( /** @lends ExtensionImageOperations */ function
|
|||
* @param {string} [parameters.eula] Optional. URL string pointing to the
|
||||
* EULA (End User License Agreement) of this version of extension. This is
|
||||
* optionally specified by the third-party publishing the extension instead
|
||||
* of Windows Azure. If the software requires any additional EULAs, a link
|
||||
* of Microsoft Azure. If the software requires any additional EULAs, a link
|
||||
* to the EULA should be provided.
|
||||
*
|
||||
* @param {string} [parameters.privacyUri] Optional. URL string pointing to
|
||||
|
@ -8959,7 +8959,7 @@ var ExtensionImageOperations = ( /** @lends ExtensionImageOperations */ function
|
|||
* the ZIP package of the extension. The ZIP package has to include the
|
||||
* extension executable and other supporting files, and the
|
||||
* PluginManifest.xml manifest. MediaLink value must point to a URL (either
|
||||
* Http or Https) in a Azure blob storage and is downloadable. Windows Azure
|
||||
* Http or Https) in a Azure blob storage and is downloadable. Microsoft Azure
|
||||
* will copy the extension package from this source location and replicate
|
||||
* it to all regions. The typical time for replication to complete is 20
|
||||
* minutes.
|
||||
|
@ -9050,7 +9050,7 @@ var ExtensionImageOperations = ( /** @lends ExtensionImageOperations */ function
|
|||
* @param {string} [parameters.eula] Optional. URL string pointing to the
|
||||
* EULA (End User License Agreement) of this version of extension. This is
|
||||
* optionally specified by the third-party publishing the extension instead
|
||||
* of Windows Azure. If the software requires any additional EULAs, a link
|
||||
* of Microsoft Azure. If the software requires any additional EULAs, a link
|
||||
* to the EULA should be provided.
|
||||
*
|
||||
* @param {string} [parameters.privacyUri] Optional. URL string pointing to
|
||||
|
@ -9237,7 +9237,7 @@ var ExtensionImageOperations = ( /** @lends ExtensionImageOperations */ function
|
|||
* the ZIP package of the extension. The ZIP package has to include the
|
||||
* extension executable and other supporting files, and the
|
||||
* PluginManifest.xml manifest. MediaLink value must point to a URL (either
|
||||
* Http or Https) in a Azure blob storage and is downloadable. Windows Azure
|
||||
* Http or Https) in a Azure blob storage and is downloadable. Microsoft Azure
|
||||
* will copy the extension package from this source location and replicate
|
||||
* it to all regions. The typical time for replication to complete is 20
|
||||
* minutes.
|
||||
|
@ -9328,7 +9328,7 @@ var ExtensionImageOperations = ( /** @lends ExtensionImageOperations */ function
|
|||
* @param {string} [parameters.eula] Optional. URL string pointing to the
|
||||
* EULA (End User License Agreement) of this version of extension. This is
|
||||
* optionally specified by the third-party publishing the extension instead
|
||||
* of Windows Azure. If the software requires any additional EULAs, a link
|
||||
* of Microsoft Azure. If the software requires any additional EULAs, a link
|
||||
* to the EULA should be provided.
|
||||
*
|
||||
* @param {string} [parameters.privacyUri] Optional. URL string pointing to
|
||||
|
@ -12229,7 +12229,7 @@ var HostedServiceOperations = ( /** @lends HostedServiceOperations */ function()
|
|||
|
||||
/**
|
||||
* The List Available Extensions operation lists the extensions that are
|
||||
* available to add to your cloud service. In Windows Azure, a process can
|
||||
* available to add to your cloud service. In Microsoft Azure, a process can
|
||||
* run as an extension of a cloud service. For example, Remote Desktop
|
||||
* Access or the Azure Diagnostics Agent can run as extensions to the cloud
|
||||
* service. (see
|
||||
|
@ -13312,7 +13312,7 @@ var OperatingSystemOperations = ( /** @lends OperatingSystemOperations */ functi
|
|||
|
||||
/**
|
||||
* The List Operating Systems operation lists the versions of the guest
|
||||
* operating system that are currently available in Windows Azure. The
|
||||
* operating system that are currently available in Microsoft Azure. The
|
||||
* 2010-10-28 version of List Operating Systems also indicates what family
|
||||
* an operating system version belongs to. Currently Azure supports two
|
||||
* operating system families: the Azure guest operating system that is
|
||||
|
@ -17139,7 +17139,7 @@ var VirtualMachineOperations = ( /** @lends VirtualMachineOperations */ function
|
|||
* operating system running in the virtual machine.
|
||||
*
|
||||
* @param {boolean} [parameters.provisionGuestAgent] Indicates whether the
|
||||
* WindowsAzureGuestAgent service is installed on the Virtual Machine. To
|
||||
* AzureGuestAgent service is installed on the Virtual Machine. To
|
||||
* run a resource extension in a Virtual Machine, this service must be
|
||||
* installed.
|
||||
*
|
||||
|
@ -19440,7 +19440,7 @@ var VirtualMachineOperations = ( /** @lends VirtualMachineOperations */ function
|
|||
* operating system running in the virtual machine.
|
||||
*
|
||||
* @param {boolean} [parameters.provisionGuestAgent] Indicates whether the
|
||||
* WindowsAzureGuestAgent service is installed on the Virtual Machine. To
|
||||
* AzureGuestAgent service is installed on the Virtual Machine. To
|
||||
* run a resource extension in a Virtual Machine, this service must be
|
||||
* installed.
|
||||
*
|
||||
|
@ -20818,7 +20818,7 @@ var VirtualMachineOperations = ( /** @lends VirtualMachineOperations */ function
|
|||
* operating system running in the virtual machine.
|
||||
*
|
||||
* @param {boolean} [parameters.provisionGuestAgent] Indicates whether the
|
||||
* WindowsAzureGuestAgent service is installed on the Virtual Machine. To
|
||||
* AzureGuestAgent service is installed on the Virtual Machine. To
|
||||
* run a resource extension in a Virtual Machine, this service must be
|
||||
* installed.
|
||||
*
|
||||
|
@ -22160,7 +22160,7 @@ var VirtualMachineOperations = ( /** @lends VirtualMachineOperations */ function
|
|||
* operating system running in the virtual machine.
|
||||
*
|
||||
* @param {boolean} [parameters.provisionGuestAgent] Indicates whether the
|
||||
* WindowsAzureGuestAgent service is installed on the Virtual Machine. To
|
||||
* AzureGuestAgent service is installed on the Virtual Machine. To
|
||||
* run a resource extension in a Virtual Machine, this service must be
|
||||
* installed.
|
||||
*
|
||||
|
@ -22390,7 +22390,7 @@ var VirtualMachineOSImageOperations = ( /** @lends VirtualMachineOSImageOperatio
|
|||
/**
|
||||
* Unreplicate an OS image to multiple target locations. This operation is
|
||||
* only for publishers. You have to be registered as image publisher with
|
||||
* Windows Azure to be able to call this. Note: The operation removes the
|
||||
* Microsoft Azure to be able to call this. Note: The operation removes the
|
||||
* published copies of the user OS Image. It does not remove the actual user
|
||||
* OS Image. To remove the actual user OS Image, the publisher will have to
|
||||
* call Delete OS Image.
|
||||
|
@ -23092,7 +23092,7 @@ var VirtualMachineOSImageOperations = ( /** @lends VirtualMachineOSImageOperatio
|
|||
/**
|
||||
* Gets OS Image's properties and its replication details. This operation is
|
||||
* only for publishers. You have to be registered as image publisher with
|
||||
* Windows Azure to be able to call this.
|
||||
* Microsoft Azure to be able to call this.
|
||||
*
|
||||
* @param {string} imageName The name of the virtual machine image to
|
||||
* replicate.
|
||||
|
@ -23701,7 +23701,7 @@ var VirtualMachineOSImageOperations = ( /** @lends VirtualMachineOSImageOperatio
|
|||
/**
|
||||
* Unreplicate an OS image to multiple target locations. This operation is
|
||||
* only for publishers. You have to be registered as image publisher with
|
||||
* Windows Azure to be able to call this. Note: The operation removes the
|
||||
* Microsoft Azure to be able to call this. Note: The operation removes the
|
||||
* published copies of the user OS Image. It does not remove the actual user
|
||||
* OS Image. To remove the actual user OS Image, the publisher will have to
|
||||
* call Delete OS Image.
|
||||
|
@ -23793,7 +23793,7 @@ var VirtualMachineOSImageOperations = ( /** @lends VirtualMachineOSImageOperatio
|
|||
* used to group OS images.
|
||||
*
|
||||
* @param {boolean} [parameters.showInGui] When published, should this image
|
||||
* show up in the windows azure image gallery or not. True by default.
|
||||
* show up in the microsoft azure image gallery or not. True by default.
|
||||
*
|
||||
* @param {date} [parameters.publishedDate] Specifies the date when the OS
|
||||
* image was added to the image repository.
|
||||
|
@ -24266,7 +24266,7 @@ var VirtualMachineVMImageOperations = ( /** @lends VirtualMachineVMImageOperatio
|
|||
/**
|
||||
* Unreplicate an VM image to multiple target locations. This operation is
|
||||
* only for publishers. You have to be registered as image publisher with
|
||||
* Windows Azure to be able to call this. Note: The operation removes the
|
||||
* Microsoft Azure to be able to call this. Note: The operation removes the
|
||||
* published copies of the user VM Image. It does not remove the actual user
|
||||
* VM Image. To remove the actual user VM Image, the publisher will have to
|
||||
* call Delete VM Image.
|
||||
|
@ -24402,7 +24402,7 @@ var VirtualMachineVMImageOperations = ( /** @lends VirtualMachineVMImageOperatio
|
|||
/**
|
||||
* Gets VMImage's properties and its replication details. This operation is
|
||||
* only for publishers. You have to be registered as image publisher with
|
||||
* Windows Azure to be able to call this.
|
||||
* Microsoft Azure to be able to call this.
|
||||
*
|
||||
* @param {string} vmImageName The name of the virtual machine image to
|
||||
* replicate.
|
||||
|
@ -25225,7 +25225,7 @@ var VirtualMachineVMImageOperations = ( /** @lends VirtualMachineVMImageOperatio
|
|||
/**
|
||||
* Unreplicate an VM image to multiple target locations. This operation is
|
||||
* only for publishers. You have to be registered as image publisher with
|
||||
* Windows Azure to be able to call this. Note: The operation removes the
|
||||
* Microsoft Azure to be able to call this. Note: The operation removes the
|
||||
* published copies of the user VM Image. It does not remove the actual user
|
||||
* VM Image. To remove the actual user VM Image, the publisher will have to
|
||||
* call Delete VM Image.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Compute Management Client Library for node",
|
||||
"description": "Microsoft Azure Compute Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Windows Azure SDK for Node.js - Gallery
|
||||
# Microsoft Azure SDK for Node.js - Gallery
|
||||
|
||||
This project provides a Node.js package for accessing the Azure Gallery. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
|
@ -21,4 +21,4 @@ npm install azure-gallery
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Windows Azure SDK for Node.js - Gallery
|
||||
# Microsoft Azure SDK for Node.js - Gallery
|
||||
|
||||
This project provides a Node.js package for accessing the Azure HDInsight. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
|
@ -21,4 +21,4 @@ npm install azure-mgmt-hdinsight
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -28,7 +28,7 @@ exports.HDInsightService = HDInsightService;
|
|||
*
|
||||
* Creates a new HDInsightService object
|
||||
* @class
|
||||
* The HDInsightService class is used to perform operations on the Windows Azure HDInsight Service.
|
||||
* The HDInsightService class is used to perform operations on the Microsoft Azure HDInsight Service.
|
||||
*
|
||||
* @constructor
|
||||
* @param {string} configOrSubscriptionId configuration store or subscription ID for the account or the connection string
|
||||
|
|
|
@ -32,7 +32,7 @@ var ServiceManagementSettings = azureCommon.ServiceManagementSettings;
|
|||
*
|
||||
* Creates a new HDInsightService object
|
||||
* @class
|
||||
* The HDInsightService class is used to perform operations on the Windows Azure HDInsight Service.
|
||||
* The HDInsightService class is used to perform operations on the Microsoft Azure HDInsight Service.
|
||||
*
|
||||
* @constructor
|
||||
* @param {string} configOrSubscriptionId configuration store or subscription ID for the account or the connection string
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure HDInsight Service Library for node",
|
||||
"description": "Microsoft Azure HDInsight Service Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Windows Azure SDK for Node.js - Legacy Storage
|
||||
# Microsoft Azure SDK for Node.js - Legacy Storage
|
||||
|
||||
This project provides a Node.js package that lets you consume Azure storage services.
|
||||
This package exists to provide back compatibility with previous versions of the azure
|
||||
|
@ -153,7 +153,7 @@ queueService.getMessages(queueName, function(error, serverMessages){
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Windows Azure SDK for Node.js - Storage Blob](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/blob)
|
||||
- [Windows Azure SDK for Node.js - Storage Table](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/table)
|
||||
- [Windows Azure SDK for Node.js - Storage Queue](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/queue)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - Storage Blob](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/blob)
|
||||
- [Microsoft Azure SDK for Node.js - Storage Table](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/table)
|
||||
- [Microsoft Azure SDK for Node.js - Storage Queue](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/queue)
|
||||
|
|
|
@ -65,7 +65,7 @@ var ListContainersResultContinuation = require('./models/listcontainersresultcon
|
|||
* If no storageaccount or storageaccesskey are provided,
|
||||
* the AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_ACCESS_KEY environment variables will be used.
|
||||
* @class
|
||||
* The BlobService class is used to perform operations on the Windows Azure Blob Service.
|
||||
* The BlobService class is used to perform operations on the Microsoft Azure Blob Service.
|
||||
* The Blob Service provides storage for binary large objects, and provides
|
||||
* functions for working with data stored in blobs as either streams or pages of data.
|
||||
*
|
||||
|
@ -145,7 +145,7 @@ function createResourceName(containerName, blobName, skipEncoding) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the properties of a storage account’s Blob service, including Windows Azure Storage Analytics.
|
||||
* Gets the properties of a storage account’s Blob service, including Microsoft Azure Storage Analytics.
|
||||
*
|
||||
* @this {BlobService}
|
||||
* @param {object} [options] The request options.
|
||||
|
@ -186,7 +186,7 @@ BlobService.prototype.getServiceProperties = function (optionsOrCallback, callba
|
|||
};
|
||||
|
||||
/**
|
||||
* Sets the properties of a storage account’s Blob service, including Windows Azure Storage Analytics.
|
||||
* Sets the properties of a storage account’s Blob service, including Microsoft Azure Storage Analytics.
|
||||
* You can also use this operation to set the default request version for all incoming requests that do not have a version specified.
|
||||
*
|
||||
* @this {BlobService}
|
||||
|
|
|
@ -41,7 +41,7 @@ var servicePropertiesResult = require('./models/servicepropertiesresult');
|
|||
* If no storageAccount or storageAccessKey are provided, the AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_ACCESS_KEY
|
||||
* environment variables will be used.
|
||||
* @class
|
||||
* The QueueService class is used to perform operations on the Windows Azure Queue Service.
|
||||
* The QueueService class is used to perform operations on the Microsoft Azure Queue Service.
|
||||
*
|
||||
* For more information on using the Queue Service, as well as task focused information on using it from a Node.js application, see
|
||||
* [How to Use the Queue Service from Node.js](https://www.windowsazure.com/en-us/develop/nodejs/how-to-guides/queue-service/).
|
||||
|
@ -71,7 +71,7 @@ function QueueService(storageAccountOrConnectionString, storageAccessKey, host,
|
|||
util.inherits(QueueService, StorageServiceClient);
|
||||
|
||||
/**
|
||||
* Gets the properties of a storage account’s Queue service, including Windows Azure Storage Analytics.
|
||||
* Gets the properties of a storage account’s Queue service, including Microsoft Azure Storage Analytics.
|
||||
*
|
||||
* @this {BlobService}
|
||||
* @param {object} [options] The request options.
|
||||
|
@ -110,7 +110,7 @@ QueueService.prototype.getServiceProperties = function (optionsOrCallback, callb
|
|||
};
|
||||
|
||||
/**
|
||||
* Sets the properties of a storage account’s Queue service, including Windows Azure Storage Analytics.
|
||||
* Sets the properties of a storage account’s Queue service, including Microsoft Azure Storage Analytics.
|
||||
* You can also use this operation to set the default request version for all incoming requests that do not have a version specified.
|
||||
*
|
||||
* @this {BlobService}
|
||||
|
|
|
@ -43,7 +43,7 @@ var QueryEntitiesResultContinuation = require('./models/queryentitiesresultconti
|
|||
* Creates a new TableService object.
|
||||
* If no storageaccount or storageaccesskey are provided, the AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_ACCESS_KEY environment variables will be used.
|
||||
* @class
|
||||
* The TableService object allows you to peform management operations with the Windows Azure Table Service.
|
||||
* The TableService object allows you to peform management operations with the Microsoft Azure Table Service.
|
||||
* The Table Service stores data in rows of key-value pairs. A table is composed of multiple rows, and each row
|
||||
* contains key-value pairs. There is no schema, so each row in a table may store a different set of keys.
|
||||
*
|
||||
|
@ -98,7 +98,7 @@ function getEntityPath(tableName, partitionKey, rowKey) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the properties of a storage account’s Table service, including Windows Azure Storage Analytics.
|
||||
* Gets the properties of a storage account’s Table service, including Microsoft Azure Storage Analytics.
|
||||
*
|
||||
* @this {TableService}
|
||||
* @param {object} [options] The request options.
|
||||
|
@ -138,7 +138,7 @@ TableService.prototype.getServiceProperties = function (optionsOrCallback, callb
|
|||
};
|
||||
|
||||
/**
|
||||
* Sets the properties of a storage account’s Table service, including Windows Azure Storage Analytics.
|
||||
* Sets the properties of a storage account’s Table service, including Microsoft Azure Storage Analytics.
|
||||
* You can also use this operation to set the default request version for all incoming requests that do not have a version specified.
|
||||
*
|
||||
* @this {TableService}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Storage Client Library for node for back compat with older versions of node sdk",
|
||||
"description": "Microsoft Azure Storage Client Library for node for back compat with older versions of node sdk",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Core Management
|
||||
# Microsoft Azure SDK for Node.js - Core Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage basic Windows Azure functionalities. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage basic Microsoft Azure functionalities. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-03-01**
|
||||
|
||||
|
@ -21,10 +21,10 @@ npm install azure-mgmt
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Open the .pem file in a text editor to get the **cert value** and **key value**.
|
||||
|
||||
### Create the ManagementClient
|
||||
|
@ -64,4 +64,4 @@ managementClient.affinityGroups.list(function (err, result) {
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Management Client Library for node",
|
||||
"description": "Microsoft Azure Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Monitoring
|
||||
# Microsoft Azure SDK for Node.js - Monitoring
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Monitoring. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Monitoring. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2012-03-01**
|
||||
|
||||
|
@ -19,10 +19,10 @@ npm install azure-monitoring
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Open the .pem file in a text editor to get the **cert value** and **key value**.
|
||||
|
||||
### Create the SqlManagementClient
|
||||
|
@ -49,4 +49,4 @@ var alertsClient = monitoring.createAlertsClient(monitoring.createCertificateClo
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.1-pre.8",
|
||||
"description": "Windows Azure Monitoring Client Library for node",
|
||||
"description": "Microsoft Azure Monitoring Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Virtual Network Management
|
||||
# Microsoft Azure SDK for Node.js - Virtual Network Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Virtual Network. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Virtual Network. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-11-01**
|
||||
|
||||
|
@ -22,10 +22,10 @@ npm install azure-mgmt-vnet
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
|
||||
### Create the VirtualNetworkManagementClient
|
||||
|
||||
|
@ -99,5 +99,5 @@ vnetManagementClient.networks.getConfiguration(function (err, result) {
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Windows Azure SDK for Node.js - Compute Management](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/computeManagement)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - Compute Management](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/computeManagement)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Virtual Network Management Client Library for node",
|
||||
"description": "Microsoft Azure Virtual Network Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Windows Azure SDK for Node.js - Web Site Management
|
||||
# Microsoft Azure SDK for Node.js - Web Site Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Azure resources. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
|
@ -35,4 +35,4 @@ var resourceManagementClient = resourceManagement.createResourceManagementClient
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.1-pre.8",
|
||||
"description": "Windows Azure Scheduler Client Library for node",
|
||||
"description": "Microsoft Azure Scheduler Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Scheduler Management
|
||||
# Microsoft Azure SDK for Node.js - Scheduler Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Scheduler. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Scheduler. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-03-01**
|
||||
|
||||
|
@ -19,10 +19,10 @@ npm install azure-mgmt-scheduler
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Open the .pem file in a text editor and **certvalue** and **keyvalue**.
|
||||
|
||||
### Create the SchedulerManagementClient
|
||||
|
@ -41,5 +41,5 @@ var schedulerManagementClient = schedulerManagement.createSchedulerManagementCli
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Windows Azure SDK for Node.js - Scheduler](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/scheduler)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - Scheduler](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/scheduler)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.1-pre.8",
|
||||
"description": "Windows Azure Scheduler Management Client Library for node",
|
||||
"description": "Microsoft Azure Scheduler Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Windows Azure SDK for Node.js - Gallery
|
||||
# Microsoft Azure SDK for Node.js - Gallery
|
||||
|
||||
This project provides a Node.js package for accessing the Azure ServiceBus service. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
|
@ -21,4 +21,4 @@ npm install azure-sb
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -40,11 +40,11 @@ var notificationHubResult = require('./models/notificationhubresult');
|
|||
* Creates a new ServiceBusService object.
|
||||
*
|
||||
* The azure module will read the environment variables AZURE_SERVICEBUS_NAMESPACE and AZURE_SERVICEBUS_ACCESS_KEY
|
||||
* for information required to connect to your Windows Azure Service Bus.
|
||||
* for information required to connect to your Microsoft Azure Service Bus.
|
||||
* If these environment variables are not set, you must specify the account information
|
||||
* when creating a ServiceBusService object.
|
||||
* @class
|
||||
* The ServiceBusServices allows you to work with Windows Azure Service Bus.
|
||||
* The ServiceBusServices allows you to work with Microsoft Azure Service Bus.
|
||||
* Service Bus provides both queues for sending and receiving messages, as well as push notifications for mobile devices.
|
||||
*
|
||||
* Service Bus queues provide both standard message queue functionality as well as publish/subscribe functioanlity.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Service Bus Service Library for node",
|
||||
"description": "Microsoft Azure Service Bus Service Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Service Bus Management
|
||||
# Microsoft Azure SDK for Node.js - Service Bus Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Service Bus. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Service Bus. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-08-01**
|
||||
|
||||
|
@ -23,10 +23,10 @@ npm install azure-mgmt-sb
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
|
||||
### Create the ServiceBusManagementClient
|
||||
|
||||
|
@ -57,5 +57,5 @@ sbManagementClient.namespaces.create(namespaceName, "West US", function (err, re
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Windows Azure SDK for Node.js - Service Bus](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/serviceBus)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - Service Bus](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/serviceBus)
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Service Bus Management Client Library for node",
|
||||
"description": "Microsoft Azure Service Bus Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - SQL Database Management
|
||||
# Microsoft Azure SDK for Node.js - SQL Database Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure SQL Database. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure SQL Database. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2012-03-01**
|
||||
|
||||
|
@ -25,10 +25,10 @@ npm install azure-mgmt-sql
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Open the .pem file in a text editor to get the **cert value** and **key value**.
|
||||
|
||||
### Create the SqlManagementClient
|
||||
|
@ -79,4 +79,4 @@ sqlManagementClient.servers.create({
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -97,7 +97,7 @@ exports.SqlService = SqlService;
|
|||
* Creates a new SqlService object
|
||||
* @class
|
||||
* The SqlService object allows you to perform management operations against databases
|
||||
* created using Windows Azure SQL Database.
|
||||
* created using Microsoft Azure SQL Database.
|
||||
* @constructor
|
||||
* @param {string} serverName The SQL server name.
|
||||
* @param {string} administratorLogin The SQL Server administrator login.
|
||||
|
|
|
@ -49,7 +49,7 @@ function setDefaultDbCreationOptions(opts) {
|
|||
*
|
||||
* Creates a new SqlManagementService object
|
||||
* @class
|
||||
* The SqlManagementService object allows you to perform managment operations on Windows Azure SQL Database Servers.
|
||||
* The SqlManagementService object allows you to perform managment operations on Microsoft Azure SQL Database Servers.
|
||||
* @constructor
|
||||
*
|
||||
* @param {string} configOrSubscriptionId Configuration, subscription ID for the account or the connection string
|
||||
|
|
|
@ -50,7 +50,7 @@ function validateCallback(callback) {
|
|||
* Creates a new SqlService object
|
||||
* @class
|
||||
* The SqlService object allows you to perform management operations against databases
|
||||
* created using Windows Azure SQL Database.
|
||||
* created using Microsoft Azure SQL Database.
|
||||
* @constructor
|
||||
* @param {string} serverName The SQL server name.
|
||||
* @param {string} administratorLogin The SQL Server administrator login.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure SQL Management Client Library for node",
|
||||
"description": "Microsoft Azure SQL Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Storage Management
|
||||
# Microsoft Azure SDK for Node.js - Storage Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Storage. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Storage. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-03-01**
|
||||
|
||||
|
@ -20,10 +20,10 @@ npm install azure-mgmt-storage
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
|
||||
### Create the StorageManagementClient
|
||||
|
||||
|
@ -129,7 +129,7 @@ storageManagementClient.storageAccounts.regenerateKeys({
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Windows Azure SDK for Node.js - Storage Blob](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/blob)
|
||||
- [Windows Azure SDK for Node.js - Storage Table](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/table)
|
||||
- [Windows Azure SDK for Node.js - Storage Queue](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/queue)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - Storage Blob](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/blob)
|
||||
- [Microsoft Azure SDK for Node.js - Storage Table](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/table)
|
||||
- [Microsoft Azure SDK for Node.js - Storage Queue](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/queue)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Storage Management Client Library for node",
|
||||
"description": "Microsoft Azure Storage Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Store Management
|
||||
# Microsoft Azure SDK for Node.js - Store Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Store. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Store. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-06-01**
|
||||
|
||||
|
@ -19,10 +19,10 @@ npm install azure-mgmt-store
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Open the .pem file in a text editor and **certvalue** and **keyvalue**.
|
||||
|
||||
### Create the StoreManagementClient
|
||||
|
@ -41,4 +41,4 @@ var storeManagementClient = storeManagement.createStoreManagementClient(storeMan
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -35,7 +35,7 @@ var WebResource = azureCommon.WebResource;
|
|||
var StoreManagementClient = ( /** @lends StoreManagementClient */ function() {
|
||||
/**
|
||||
* @class
|
||||
* The Windows Azure Store API is a REST API for managing Windows Azure Store
|
||||
* The Microsoft Azure Store API is a REST API for managing Microsoft Azure Store
|
||||
* add-ins.
|
||||
* Initializes a new instance of the StoreManagementClient class.
|
||||
* @constructor
|
||||
|
@ -232,8 +232,8 @@ var AddOnOperations = ( /** @lends AddOnOperations */ function() {
|
|||
}
|
||||
|
||||
/**
|
||||
* The Create Store Item operation creates Windows Azure Store entries in a
|
||||
* Windows Azure subscription.
|
||||
* The Create Store Item operation creates Microsoft Azure Store entries in a
|
||||
* Microsoft Azure subscription.
|
||||
*
|
||||
* @param {string} cloudServiceName The name of the cloud service to which
|
||||
* this store item will be assigned.
|
||||
|
@ -352,7 +352,7 @@ var AddOnOperations = ( /** @lends AddOnOperations */ function() {
|
|||
};
|
||||
|
||||
/**
|
||||
* The Delete Store Item operation deletes Windows Azure Store entries that
|
||||
* The Delete Store Item operation deletes Microsoft Azure Store entries that
|
||||
* re provisioned for a subscription.
|
||||
*
|
||||
* @param {string} cloudServiceName The name of the cloud service to which
|
||||
|
@ -434,8 +434,8 @@ var AddOnOperations = ( /** @lends AddOnOperations */ function() {
|
|||
};
|
||||
|
||||
/**
|
||||
* The Create Store Item operation creates Windows Azure Store entries in a
|
||||
* Windows Azure subscription.
|
||||
* The Create Store Item operation creates Microsoft Azure Store entries in a
|
||||
* Microsoft Azure subscription.
|
||||
*
|
||||
* @param {string} cloudServiceName The name of the cloud service to which
|
||||
* this store item will be assigned.
|
||||
|
@ -513,7 +513,7 @@ var AddOnOperations = ( /** @lends AddOnOperations */ function() {
|
|||
};
|
||||
|
||||
/**
|
||||
* The Delete Store Item operation deletes Windows Azure Storeentries that
|
||||
* The Delete Store Item operation deletes Microsoft Azure Storeentries that
|
||||
* are provisioned for a subscription.
|
||||
*
|
||||
* @param {string} cloudServiceName The name of the cloud service to which
|
||||
|
@ -585,8 +585,8 @@ var AddOnOperations = ( /** @lends AddOnOperations */ function() {
|
|||
};
|
||||
|
||||
/**
|
||||
* The Update Store Item operation creates Windows Azure Store entries in a
|
||||
* Windows Azure subscription.
|
||||
* The Update Store Item operation creates Microsoft Azure Store entries in a
|
||||
* Microsoft Azure subscription.
|
||||
*
|
||||
* @param {string} cloudServiceName The name of the cloud service to which
|
||||
* this store item will be assigned.
|
||||
|
@ -728,8 +728,8 @@ var CloudServiceOperations = ( /** @lends CloudServiceOperations */ function() {
|
|||
}
|
||||
|
||||
/**
|
||||
* The Create Cloud Service operation creates a Windows Azure cloud service
|
||||
* in a Windows Azure subscription.
|
||||
* The Create Cloud Service operation creates a Microsoft Azure cloud service
|
||||
* in a Microsoft Azure subscription.
|
||||
*
|
||||
* @param {CloudServiceCreateParameters} parameters Parameters used to
|
||||
* specify how the Create procedure will function.
|
||||
|
@ -845,8 +845,8 @@ var CloudServiceOperations = ( /** @lends CloudServiceOperations */ function() {
|
|||
};
|
||||
|
||||
/**
|
||||
* The Create Cloud Service operation creates a Windows Azure cloud service
|
||||
* in a Windows Azure subscription.
|
||||
* The Create Cloud Service operation creates a Microsoft Azure cloud service
|
||||
* in a Microsoft Azure subscription.
|
||||
*
|
||||
* @param {CloudServiceCreateParameters} parameters Parameters used to
|
||||
* specify how the Create procedure will function.
|
||||
|
@ -922,7 +922,7 @@ var CloudServiceOperations = ( /** @lends CloudServiceOperations */ function() {
|
|||
};
|
||||
|
||||
/**
|
||||
* The List Cloud Services operation enumerates Windows Azure Store entries
|
||||
* The List Cloud Services operation enumerates Microsoft Azure Store entries
|
||||
* that are provisioned for a subscription.
|
||||
*
|
||||
* @param {function} callback
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Store Management Client Library for node",
|
||||
"description": "Microsoft Azure Store Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Subscription Management
|
||||
# Microsoft Azure SDK for Node.js - Subscription Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure subscription. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure subscription. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-08-01**
|
||||
|
||||
|
@ -19,10 +19,10 @@ npm install azure-mgmt-subscription
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Open the .pem file in a text editor and **certvalue** and **keyvalue**.
|
||||
|
||||
### Create the SubscriptionClient
|
||||
|
@ -41,4 +41,4 @@ var subscriptionClient = subscriptionManagement.createSubscriptionClient({
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure Subscription Management Client Library for node",
|
||||
"description": "Microsoft Azure Subscription Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Web Site Management
|
||||
# Microsoft Azure SDK for Node.js - Web Site Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Web Site. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Web Site. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-08-01**
|
||||
|
||||
|
@ -21,10 +21,10 @@ npm install azure-mgmt-website
|
|||
### Authentication
|
||||
|
||||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
|
||||
* Have a management certificate set up in your Windows Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
|
||||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
|
||||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
|
||||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
|
||||
|
||||
### Create the WebSiteManagementClient
|
||||
|
||||
|
@ -68,4 +68,4 @@ webSiteManagementClient.webSites.create("westuswebspace", {
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -31,7 +31,7 @@ var HeaderConstants = Constants.HeaderConstants;
|
|||
*
|
||||
* Creates a new ScmService object.
|
||||
* @class
|
||||
* The ScmService object allows you to perform management operations on Windows Azure Web Sites Repositories.
|
||||
* The ScmService object allows you to perform management operations on Microsoft Azure Web Sites Repositories.
|
||||
* @constructor
|
||||
*
|
||||
* @param {object} authentication The authentication object for the client.
|
||||
|
|
|
@ -37,9 +37,9 @@ var WebSiteManagementClient = ( /** @lends WebSiteManagementClient */ function()
|
|||
/**
|
||||
* @class
|
||||
* The Web Sites Management API provides a RESTful set of web services that
|
||||
* interact with the Windows Azure Web Sites service to manage your web
|
||||
* interact with the Microsoft Azure Web Sites service to manage your web
|
||||
* sites. The API has entities that capture the relationship between an end
|
||||
* user and Windows Azure Web Sites service. (see
|
||||
* user and Microsoft Azure Web Sites service. (see
|
||||
* http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
|
||||
* more information)
|
||||
* Initializes a new instance of the WebSiteManagementClient class.
|
||||
|
|
|
@ -31,7 +31,7 @@ var HeaderConstants = Constants.HeaderConstants;
|
|||
*
|
||||
* Creates a new WebsiteManagementService object.
|
||||
* @class
|
||||
* The WebsiteManagementService object allows you to perform management operations on Windows Azure Web Sites.
|
||||
* The WebsiteManagementService object allows you to perform management operations on Microsoft Azure Web Sites.
|
||||
* @constructor
|
||||
*
|
||||
* @param {string} configOrSubscriptionId Configuration information, subscription ID for the account or the connection string
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.8",
|
||||
"description": "Windows Azure WebSite Management Client Library for node",
|
||||
"description": "Microsoft Azure WebSite Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Windows Azure SDK for Node.js - Web Site Management
|
||||
# Microsoft Azure SDK for Node.js - Web Site Management
|
||||
|
||||
This project provides a Node.js package that makes it easy to manage Windows Azure Web Site. Right now it supports:
|
||||
This project provides a Node.js package that makes it easy to manage Microsoft Azure Web Site. Right now it supports:
|
||||
- **Node.js version: 0.6.15 or higher**
|
||||
- **API version: 2013-08-01**
|
||||
|
||||
|
@ -34,4 +34,4 @@ var webSiteManagementClient = webSiteManagement.createWebsiteManagementClient(we
|
|||
|
||||
## Related projects
|
||||
|
||||
- [Windows Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
- [Microsoft Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
|
||||
|
|
|
@ -34,10 +34,10 @@ var WebResource = azureCommon.WebResource;
|
|||
var WebSiteManagementClient = ( /** @lends WebSiteManagementClient */ function() {
|
||||
/**
|
||||
* @class
|
||||
* The Windows Azure Web Sites management API provides a RESTful set of web
|
||||
* services that interact with Windows Azure Web Sites service to manage
|
||||
* The Microsoft Azure Web Sites management API provides a RESTful set of web
|
||||
* services that interact with Microsoft Azure Web Sites service to manage
|
||||
* your web sites. The API has entities that capture the relationship
|
||||
* between an end user and the Windows Azure Web Sites service. (see
|
||||
* between an end user and the Microsoft Azure Web Sites service. (see
|
||||
* http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
|
||||
* more information)
|
||||
* Initializes a new instance of the WebSiteManagementClient class.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.0-pre.2",
|
||||
"description": "Windows Azure WebSite Management Client Library for node",
|
||||
"description": "Microsoft Azure WebSite Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.12",
|
||||
"description": "Windows Azure Client Library for node",
|
||||
"description": "Microsoft Azure Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
"sdk"
|
||||
|
|
|
@ -137,7 +137,7 @@ suite('azure', function () {
|
|||
delete process.env[ServiceClientConstants.EnvironmentVariables.EMULATED];
|
||||
assert.equal(azure.isEmulated(), false);
|
||||
|
||||
// set some environment credentials for the live windows azure services
|
||||
// set some environment credentials for the live microsoft azure services
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCOUNT] = environmentAzureStorageAccount;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCESS_KEY] = environmentAzureStorageAccessKey;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_DNS_SUFFIX] = environmentAzureStorageDnsSuffix;
|
||||
|
@ -159,7 +159,7 @@ suite('azure', function () {
|
|||
// Make sure is not emulated
|
||||
delete process.env[ServiceClientConstants.EnvironmentVariables.EMULATED];
|
||||
|
||||
// set some environment credentials for the live windows azure services
|
||||
// set some environment credentials for the live microsoft azure services
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCOUNT] = environmentAzureStorageAccount;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCESS_KEY] = environmentAzureStorageAccessKey;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_DNS_SUFFIX] = environmentAzureStorageDnsSuffix;
|
||||
|
@ -182,7 +182,7 @@ suite('azure', function () {
|
|||
// set emulated to true
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.EMULATED] = true;
|
||||
|
||||
// set some environment credentials for the live windows azure services
|
||||
// set some environment credentials for the live microsoft azure services
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCOUNT] = environmentAzureStorageAccount;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCESS_KEY] = environmentAzureStorageAccessKey;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_DNS_SUFFIX] = environmentAzureStorageDnsSuffix;
|
||||
|
@ -205,7 +205,7 @@ suite('azure', function () {
|
|||
// set emulated to true
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.EMULATED] = true;
|
||||
|
||||
// set some environment credentials for the live windows azure services
|
||||
// set some environment credentials for the live microsoft azure services
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCOUNT] = environmentAzureStorageAccount;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCESS_KEY] = environmentAzureStorageAccessKey;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_DNS_SUFFIX] = environmentAzureStorageDnsSuffix;
|
||||
|
@ -228,7 +228,7 @@ suite('azure', function () {
|
|||
// Make sure is not emulated
|
||||
delete process.env[ServiceClientConstants.EnvironmentVariables.EMULATED];
|
||||
|
||||
// set some environment credentials for the live windows azure services
|
||||
// set some environment credentials for the live microsoft azure services
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCOUNT] = environmentAzureStorageAccount;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_ACCESS_KEY] = environmentAzureStorageAccessKey;
|
||||
process.env[ServiceClientConstants.EnvironmentVariables.AZURE_STORAGE_DNS_SUFFIX] = environmentAzureStorageDnsSuffix;
|
||||
|
|
|
@ -83,7 +83,7 @@ function setupGoalStateEndpoint () {
|
|||
|
||||
suite('roleenvironment-tests', function () {
|
||||
setup(function (done) {
|
||||
// Set windows azure runtime endpoint
|
||||
// Set microsoft azure runtime endpoint
|
||||
originalWaRuntimeEndpoint = process.env['WaRuntimeEndpoint'];
|
||||
process.env['WaRuntimeEndpoint'] = versionsEndpointPath;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче