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

Commit

Permalink
Merge pull request #4128 from Azure/daschult/resource
Browse files Browse the repository at this point in the history
Regenerate azure-arm-resource and bump the SwaggerToSDK generator ver…
  • Loading branch information
Dan Schulte authored Nov 20, 2018
2 parents d39af64 + c2d8576 commit c39f1c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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\._,\(\)]+$/
},
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

0 comments on commit c39f1c1

Please sign in to comment.