Skip to content

Commit 1285bd1

Browse files
authored
Updates RCV2 version to 1.3.27 (#72)
* Updates RCV2 version * PR feedback
1 parent c202610 commit 1285bd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const (
6767
ExtensionPathEnvName = "AZURE_GUEST_AGENT_EXTENSION_PATH"
6868

6969
// The first version from which no rehydration is necessary because we do not delete the .mrseq file in disable
70-
FirstVersionNoRehydration = "1.3.26"
70+
FirstVersionNoRehydration = "1.3.27"
7171

7272
// The name of the immediate run command service
7373
ImmediateRunCommandHandlerName = "runCommandService"

misc/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ExtensionImage xmlns="http://schemas.microsoft.com/windowsazure">
33
<ProviderNameSpace>Microsoft.CPlat.Core</ProviderNameSpace>
44
<Type>RunCommandHandlerLinux</Type>
5-
<Version>1.3.23</Version>
5+
<Version>1.3.27</Version>
66
<Label>Microsoft Azure Run Command Extension for Linux Virtual Machines</Label>
77
<HostingResources>VmRole</HostingResources>
88
<MediaLink></MediaLink>

0 commit comments

Comments
 (0)