Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR] servicebus/resource-manager #2777

Merged
7 commits merged into from
Aug 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions lib/services/serviceBusManagement2/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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.
77 changes: 40 additions & 37 deletions lib/services/serviceBusManagement2/README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
# Microsoft Azure SDK for Node.js - ServicebusManagement

This project provides a Node.js package that makes it easy to manage Azure Servicebus Resources. Right now it supports:
- **Node.js version: 6.x or higher**

## How to Install

```bash
npm install azure-arm-sb
```

## How to Use

### Authentication, client creation and listing namespaces within a subscription as an example

```javascript
var msRestAzure = require('ms-rest-azure');
var ServicebusManagement = require('azure-arm-sb');

// Interactive Login
msRestAzure.interactiveLogin(function(err, credentials) {
var client = new ServicebusManagement(credentials, 'your-subscription-id');
client.namespaces.listBySubscription(function(err, namespaces, request, response) {
if (err) {
console.log(err);
} else {
namespaces.map(function (ns, index, array) {
console.log('found ns :' + ns.name);
}));
}
});
});
```

## Related projects

- [Microsoft Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
---
uid: azure-arm-sb
summary: *content

---
# Microsoft Azure SDK for Node.js - ServiceBusManagementClient
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-sb
```

## How to use

### Authentication, client creation and list operations as an example.

```javascript
const msRestAzure = require("ms-rest-azure");
const ServiceBusManagementClient = require("azure-arm-sb");
msRestAzure.interactiveLogin().then((creds) => {
const subscriptionId = "<Subscription_Id>";
const client = new ServiceBusManagementClient(creds, subscriptionId);
return client.operations.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)
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class ArmDisasterRecovery extends models['Resource'] {
* Alias(Disaster Recovery configuration) - possible values 'Accepted' or
* 'Succeeded' or 'Failed'. Possible values include: 'Accepted', 'Succeeded',
* 'Failed'
* @member {number} [pendingReplicationOperationsCount] Number of entities
* pending to be replicated.
* @member {string} [partnerNamespace] ARM Id of the Primary/Secondary
* eventhub namespace name, which is part of GEO DR pairning
* @member {string} [alternateName] Primary/Secondary eventhub namespace
Expand Down Expand Up @@ -83,6 +85,14 @@ class ArmDisasterRecovery extends models['Resource'] {
allowedValues: [ 'Accepted', 'Succeeded', 'Failed' ]
}
},
pendingReplicationOperationsCount: {
required: false,
readOnly: true,
serializedName: 'properties.pendingReplicationOperationsCount',
type: {
name: 'Number'
}
},
partnerNamespace: {
required: false,
serializedName: 'properties.partnerNamespace',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Properties to configure capture description for eventhub
*
Expand Down
38 changes: 38 additions & 0 deletions lib/services/serviceBusManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,8 @@ export interface Eventhub extends Resource {
* Alias(Disaster Recovery configuration) - possible values 'Accepted' or
* 'Succeeded' or 'Failed'. Possible values include: 'Accepted', 'Succeeded',
* 'Failed'
* @member {number} [pendingReplicationOperationsCount] Number of entities
* pending to be replicated.
* @member {string} [partnerNamespace] ARM Id of the Primary/Secondary eventhub
* namespace name, which is part of GEO DR pairning
* @member {string} [alternateName] Primary/Secondary eventhub namespace name,
Expand All @@ -841,11 +843,34 @@ export interface Eventhub extends Resource {
*/
export interface ArmDisasterRecovery extends Resource {
readonly provisioningState?: string;
readonly pendingReplicationOperationsCount?: number;
partnerNamespace?: string;
alternateName?: string;
readonly role?: string;
}

/**
* @class
* Initializes a new instance of the MigrationConfigProperties class.
* @constructor
* Single item in List or Get Migration Config operation
*
* @member {string} [provisioningState] Provisioning state of Migration
* Configuration
* @member {number} [pendingReplicationOperationsCount] Number of entities
* pending to be replicated.
* @member {string} targetNamespace Existing premium Namespace ARM Id name
* which has no entities, will be used for migration
* @member {string} postMigrationName Name to access Standard Namespace after
* migration
*/
export interface MigrationConfigProperties extends Resource {
readonly provisioningState?: string;
readonly pendingReplicationOperationsCount?: number;
targetNamespace: string;
postMigrationName: string;
}


/**
* @class
Expand Down Expand Up @@ -900,6 +925,19 @@ export interface ArmDisasterRecoveryListResult extends Array<ArmDisasterRecovery
readonly nextLink?: string;
}

/**
* @class
* Initializes a new instance of the MigrationConfigListResult class.
* @constructor
* The result of the List migrationConfigurations operation.
*
* @member {string} [nextLink] Link to the next set of results. Not empty if
* Value contains incomplete list of migrationConfigurations
*/
export interface MigrationConfigListResult extends Array<MigrationConfigProperties> {
readonly nextLink?: string;
}

/**
* @class
* Initializes a new instance of the SBQueueListResult class.
Expand Down
2 changes: 2 additions & 0 deletions lib/services/serviceBusManagement2/lib/models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ exports.Destination = require('./destination');
exports.CaptureDescription = require('./captureDescription');
exports.Eventhub = require('./eventhub');
exports.ArmDisasterRecovery = require('./armDisasterRecovery');
exports.MigrationConfigProperties = require('./migrationConfigProperties');
exports.OperationListResult = require('./operationListResult');
exports.SBNamespaceListResult = require('./sBNamespaceListResult');
exports.SBAuthorizationRuleListResult = require('./sBAuthorizationRuleListResult');
exports.ArmDisasterRecoveryListResult = require('./armDisasterRecoveryListResult');
exports.MigrationConfigListResult = require('./migrationConfigListResult');
exports.SBQueueListResult = require('./sBQueueListResult');
exports.SBTopicListResult = require('./sBTopicListResult');
exports.SBSubscriptionListResult = require('./sBSubscriptionListResult');
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/

'use strict';

/**
* The result of the List migrationConfigurations operation.
*/
class MigrationConfigListResult extends Array {
/**
* Create a MigrationConfigListResult.
* @member {string} [nextLink] Link to the next set of results. Not empty if
* Value contains incomplete list of migrationConfigurations
*/
constructor() {
super();
}

/**
* Defines the metadata of MigrationConfigListResult
*
* @returns {object} metadata of MigrationConfigListResult
*
*/
mapper() {
return {
required: false,
serializedName: 'MigrationConfigListResult',
type: {
name: 'Composite',
className: 'MigrationConfigListResult',
modelProperties: {
value: {
required: false,
serializedName: '',
type: {
name: 'Sequence',
element: {
required: false,
serializedName: 'MigrationConfigPropertiesElementType',
type: {
name: 'Composite',
className: 'MigrationConfigProperties'
}
}
}
},
nextLink: {
required: false,
readOnly: true,
serializedName: 'nextLink',
type: {
name: 'String'
}
}
}
}
};
}
}

module.exports = MigrationConfigListResult;
Loading