From 2e51ea25ae92c55f2c9fc22dc41d5dcc12da5223 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 20 Apr 2022 06:50:00 +0000 Subject: [PATCH] CodeGen from PR 18745 in Azure/azure-rest-api-specs Merge fe975fb1767f2a90ad4a11ab29b318c4636720fe into 52748256202dde3c9afc040684427b701fc6ae50 --- sdk/resourcemanager/resources/armlinks/CHANGELOG.md | 4 ++++ sdk/resourcemanager/resources/armlinks/autorest.md | 6 +++--- .../resources/armlinks/zz_generated_constants.go | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sdk/resourcemanager/resources/armlinks/CHANGELOG.md b/sdk/resourcemanager/resources/armlinks/CHANGELOG.md index 75fe9ec13aad..6da3d63ff873 100644 --- a/sdk/resourcemanager/resources/armlinks/CHANGELOG.md +++ b/sdk/resourcemanager/resources/armlinks/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 0.4.1 (2022-04-20) +### Other Changes + + ## 0.4.0 (2022-04-18) ### Breaking Changes diff --git a/sdk/resourcemanager/resources/armlinks/autorest.md b/sdk/resourcemanager/resources/armlinks/autorest.md index 46c636ba84a8..4771add76889 100644 --- a/sdk/resourcemanager/resources/armlinks/autorest.md +++ b/sdk/resourcemanager/resources/armlinks/autorest.md @@ -5,9 +5,9 @@ ``` yaml azure-arm: true require: -- https://github.com/Azure/azure-rest-api-specs/blob/f92aaf88f4c9d1ffb9a014eba196d887a9288c3a/specification/resources/resource-manager/readme.md -- https://github.com/Azure/azure-rest-api-specs/blob/f92aaf88f4c9d1ffb9a014eba196d887a9288c3a/specification/resources/resource-manager/readme.go.md +- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resources/resource-manager/readme.md +- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resources/resource-manager/readme.go.md license-header: MICROSOFT_MIT_NO_VERSION -module-version: 0.4.0 +module-version: 0.4.1 package-links: true ``` \ No newline at end of file diff --git a/sdk/resourcemanager/resources/armlinks/zz_generated_constants.go b/sdk/resourcemanager/resources/armlinks/zz_generated_constants.go index 9f1cf5e91c18..0506503ce598 100644 --- a/sdk/resourcemanager/resources/armlinks/zz_generated_constants.go +++ b/sdk/resourcemanager/resources/armlinks/zz_generated_constants.go @@ -10,5 +10,5 @@ package armlinks const ( moduleName = "armlinks" - moduleVersion = "v0.4.0" + moduleVersion = "v0.4.1" )