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

Regenerate azure-arm-resource and bump the SwaggerToSDK generator ver… #4128

Merged
3 commits merged into from
Nov 20, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion lib/services/resourceManagement/lib/models/appliance.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class Appliance extends models['GenericResource'] {
required: false,
serializedName: 'kind',
constraints: {
Pattern: '^[-\w\._,\(\)]+$'
Pattern: /^[-\w\._,\(\)]+$/
},
type: {
name: 'String'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class AppliancePatchable extends models['GenericResource'] {
required: false,
serializedName: 'kind',
constraints: {
Pattern: '^[-\w\._,\(\)]+$'
Pattern: /^[-\w\._,\(\)]+$/
},
type: {
name: 'String'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class GenericResource extends models['Resource'] {
required: false,
serializedName: 'kind',
constraints: {
Pattern: '^[-\w\._,\(\)]+$'
Pattern: /^[-\w\._,\(\)]+$/
vishwam marked this conversation as resolved.
Show resolved Hide resolved
},
type: {
name: 'String'
Expand Down
2 changes: 1 addition & 1 deletion lib/services/resourceManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Zavery, Amar <amzavery@microsoft.com>",
"Srinivasan, Vivek <visriniv@microsoft.com>"
],
"version": "7.2.0",
"version": "7.2.1",
"description": "Microsoft Azure Resource Management Client Library for node",
"tags": [
"azure",
Expand Down
2 changes: 1 addition & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"nodejs": "",
"license-header": "MICROSOFT_MIT_NO_VERSION",
"sdkrel:node-sdks-folder": ".",
"use": "@microsoft.azure/autorest.nodejs@2.1.116"
"use": "@microsoft.azure/autorest.nodejs@2.1.119"
},
"advanced_options": {
"clone_dir": "./azure-sdk-for-node"
Expand Down