We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a58ec commit db45f37Copy full SHA for db45f37
src/extension/src/Constants.py
@@ -28,7 +28,7 @@ def __iter__(self):
28
yield item
29
30
# Extension version (todo: move to a different file)
31
- EXT_VERSION = "1.6.32"
+ EXT_VERSION = "1.6.33"
32
33
# Runtime environments
34
TEST = 'Test'
src/extension/src/manifest.xml
@@ -2,7 +2,7 @@
2
<ExtensionImage xmlns="http://schemas.microsoft.com/windowsazure">
3
<ProviderNameSpace>Microsoft.CPlat.Core</ProviderNameSpace>
4
<Type>LinuxPatchExtension</Type>
5
- <Version>1.6.32</Version>
+ <Version>1.6.33</Version>
6
<Label>Microsoft Azure VM InGuest Patch Extension for Linux Virtual Machines</Label>
7
<HostingResources>VmRole</HostingResources>
8
<MediaLink></MediaLink>
0 commit comments