From 92b3d7018c03e557a7253d5df478a654fab33cb7 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 31 Mar 2023 07:02:39 +0000 Subject: [PATCH] CodeGen from PR 23272 in Azure/azure-rest-api-specs Merge 7c9372a1140c309ff526226de21cc93af44d4b07 into 3fd515e0f79d5fd7bee0974ff1c27f5d7c03ad4a --- sdk/resourcemanager/resources/armlinks/CHANGELOG.md | 4 ++++ sdk/resourcemanager/resources/armlinks/autorest.md | 6 +++--- sdk/resourcemanager/resources/armlinks/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 544a0af33496..8cba84f6c585 100644 --- a/sdk/resourcemanager/resources/armlinks/CHANGELOG.md +++ b/sdk/resourcemanager/resources/armlinks/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 1.1.1 (2023-03-31) +### Other Changes + + ## 1.1.0 (2023-03-27) ### Features Added diff --git a/sdk/resourcemanager/resources/armlinks/autorest.md b/sdk/resourcemanager/resources/armlinks/autorest.md index a20b7bac8add..dbacda2ec08b 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/0cc5e2efd6ffccf30e80d1e150b488dd87198b94/specification/resources/resource-manager/readme.md -- https://github.com/Azure/azure-rest-api-specs/blob/0cc5e2efd6ffccf30e80d1e150b488dd87198b94/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: 1.1.0 +module-version: 1.1.1 package-links: true ``` \ No newline at end of file diff --git a/sdk/resourcemanager/resources/armlinks/constants.go b/sdk/resourcemanager/resources/armlinks/constants.go index 813498521f63..556204af5833 100644 --- a/sdk/resourcemanager/resources/armlinks/constants.go +++ b/sdk/resourcemanager/resources/armlinks/constants.go @@ -11,5 +11,5 @@ package armlinks const ( moduleName = "armlinks" - moduleVersion = "v1.1.0" + moduleVersion = "v1.1.1" )