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

[AutoPR network/resource-manager] Add support for Local Sku #4808

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class ExpressRouteCircuit extends models['Resource'] {
* @property {object} [sku] The SKU.
* @property {string} [sku.name] The name of the SKU.
* @property {string} [sku.tier] The tier of the SKU. Possible values are
* 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
* @property {string} [sku.family] The family of the SKU. Possible values
* are: 'UnlimitedData' and 'MeteredData'. Possible values include:
* 'UnlimitedData', 'MeteredData'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class ExpressRouteCircuitSku {
* Create a ExpressRouteCircuitSku.
* @property {string} [name] The name of the SKU.
* @property {string} [tier] The tier of the SKU. Possible values are
* 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
* @property {string} [family] The family of the SKU. Possible values are:
* 'UnlimitedData' and 'MeteredData'. Possible values include:
* 'UnlimitedData', 'MeteredData'
Expand Down
4 changes: 2 additions & 2 deletions lib/services/networkManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3197,8 +3197,8 @@ export interface ExpressRouteCircuitSku {
*/
name?: string;
/**
* The tier of the SKU. Possible values are 'Standard', 'Premium' or 'Basic'. Possible values
* include: 'Standard', 'Premium', 'Basic'
* The tier of the SKU. Possible values are 'Standard', 'Premium' or 'Local'. Possible values
* include: 'Standard', 'Premium', 'Basic', 'Local'
*/
tier?: string;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ function _get(resourceGroupName, circuitName, options, callback) {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down Expand Up @@ -1412,8 +1412,8 @@ function _beginDeleteMethod(resourceGroupName, circuitName, options, callback) {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down Expand Up @@ -2756,8 +2756,8 @@ class ExpressRouteCircuits {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down Expand Up @@ -2862,8 +2862,8 @@ class ExpressRouteCircuits {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down Expand Up @@ -3803,8 +3803,8 @@ class ExpressRouteCircuits {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down Expand Up @@ -3909,8 +3909,8 @@ class ExpressRouteCircuits {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down
16 changes: 8 additions & 8 deletions lib/services/networkManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7499,8 +7499,8 @@ export interface ExpressRouteCircuits {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down Expand Up @@ -7593,8 +7593,8 @@ export interface ExpressRouteCircuits {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down Expand Up @@ -8276,8 +8276,8 @@ export interface ExpressRouteCircuits {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down Expand Up @@ -8370,8 +8370,8 @@ export interface ExpressRouteCircuits {
* @param {string} [parameters.sku.name] The name of the SKU.
*
* @param {string} [parameters.sku.tier] The tier of the SKU. Possible values
* are 'Standard', 'Premium' or 'Basic'. Possible values include: 'Standard',
* 'Premium', 'Basic'
* are 'Standard', 'Premium' or 'Local'. Possible values include: 'Standard',
* 'Premium', 'Basic', 'Local'
*
* @param {string} [parameters.sku.family] The family of the SKU. Possible
* values are: 'UnlimitedData' and 'MeteredData'. Possible values include:
Expand Down