Skip to content

Update installer and build process to remove arm.psd1 #1133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 20, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions setup/Setup/SetExecutionPolicy.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------


try
{
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force -ErrorAction "SilentlyContinue"
}
catch
{
# do not fail if execution policy cannot be set for this scope
}

13 changes: 12 additions & 1 deletion setup/azurecmd.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
NOT VersionNT64
</SetProperty>

<SetProperty Id="POWERSHELLEXE" Value="[WindowsFolder]System32\WindowsPowerShell\v1.0\powershell.exe" Before="AppSearch"/>

<Property Id="POWERSHELLGETMODULESINSTALLED" >
<DirectorySearch Id="PROGRAMFILESCONTAINER" Path="[BaseModulesFolder]">
<DirectorySearch Id= "PROFILEMODULE" Path="AzureRM.Profile"/>
Expand Down Expand Up @@ -87,7 +89,13 @@
<Component Id="PSModulePath.System" Guid="273525B9-7AAB-421A-90C8-8E50A1840B8D">
<CreateFolder />
<!-- Work around bug that PowerShell does not always consider default module paths. -->
<Environment Id="PSModulePath.SystemAppRoot" Action="set" Name="PSMODULEPATH" Part="last" Value="[BaseModulesFolder];[PowerShellFolder]ResourceManager;[PowerShellFolder]ServiceManagement" System="yes" />
<Environment Id="PSModulePath.SystemAppRoot" Action="set" Name="PSMODULEPATH" Part="last" Value="[BaseModulesFolder];[PowerShellFolder]ResourceManager\AzureResourceManager;[PowerShellFolder]ServiceManagement" System="yes" />
</Component>
</DirectoryRef>

<DirectoryRef Id="PowerShellFolder">
<Component Id="AzureSdkExecutionPolicyScript" Guid="3d0d589a-b34c-4c48-9a4c-df78f286c6a3">
<File Id="AzureSdkExecutionPolicyScriptFile" KeyPath="yes" Source="$(var.SolutionDir)\Setup\SetExecutionPolicy.ps1" />
</Component>
</DirectoryRef>

Expand All @@ -108,16 +116,19 @@
<ComponentGroupRef Id="azurecmdfiles" />
<ComponentRef Id="PSModulePath.System" />
<ComponentRef Id="AzureSdkShortcut" />
<ComponentRef Id="AzureSdkExecutionPolicyScript" />
</Feature>

<Binary Id="CustomActions" SourceFile="$(var.caSourceDir)\Microsoft.WindowsAzure.Setup.CA.dll"/>
<CustomAction Id="UpdatePSShortcut" BinaryKey="CustomActions" DllEntry="UpdatePSShortcut" Execute ="deferred" Impersonate="no"/>
<CustomAction Id="SetCustomActionDataValue" Return="check" Property="UpdatePSShortcut"
Value="ShortcutPath=[AzureSdkMenu]Microsoft Azure PowerShell.lnk;DefaultShortcutPath=[ProgramMenuFolder]System Tools\Windows PowerShell.lnk" />
<CustomAction Id="SetExecutionPolicy" Property="POWERSHELLEXE" ExeCommand="-NoLogo -NoProfile -ExecutionPolicy Bypass -Command &quot;. \&quot;[PowerShellFolder]SetExecutionPolicy.ps1\&quot;&quot;" Execute="deferred" Impersonate="no" Return="check"/>

<InstallExecuteSequence>
<Custom Action="SetCustomActionDataValue" After="CreateShortcuts">NOT Installed</Custom>
<Custom Action="UpdatePSShortcut" After="SetCustomActionDataValue">NOT Installed</Custom>
<Custom Action="SetExecutionPolicy" After="UpdatePSShortcut">NOT Installed</Custom>
</InstallExecuteSequence>

<WixVariable Id="WixUILicenseRtf" Value="$(var.ProjectDir)\media\License.rtf" />
Expand Down
24 changes: 20 additions & 4 deletions setup/azurecmdfiles.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<DirectoryRef Id="PowerShellFolder">
<Directory Id="dirB60B5B1F56FA5598EFFC960CA393FDCE" Name="ResourceManager">
<Directory Id="dir9E409EB63EF03736275B51044C819FD8" Name="AzureResourceManager">
<Component Id="cmp96F13C307DA6E4AAC35F3D147F21553F" Guid="*">
<File Id="fil96C82365E5F5A2F2747805236B563DF0" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureResourceManager.psd1" />
</Component>
<Directory Id="dirF9A46FF3188BA8C006D8942FCEFE5108" Name="Azure.Storage">
<Component Id="cmp0761C025FCF8EF027A5BC23C72777C52" Guid="*">
<File Id="fil80798000B169AC6D62DD8331A55CF6FF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Azure.Storage\Azure.Storage.psd1" />
Expand Down Expand Up @@ -504,6 +501,9 @@
<Component Id="cmpC7297788AE102ED861765ADE84F7A59B" Guid="*">
<File Id="filEA714AAE425D2451466447C9AFFE825E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\AzureRmProfileStartup.ps1" />
</Component>
<Component Id="cmpE2DA894B67E7F107B24A69AD6B87F8B3" Guid="*">
<File Id="fil6EA712045B160BE36B4A3D2068D50F9F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\CheckVersions.ps1" />
</Component>
<Component Id="cmpCC409403AF670A9E0538AC743C61BD66" Guid="*">
<File Id="fil68CB35902CE5A11BE50C9DE228B61D12" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\Hyak.Common.dll" />
</Component>
Expand Down Expand Up @@ -1165,6 +1165,9 @@
<Component Id="cmpD29EA01597258746011AE6EF9FC3D15A" Guid="*">
<File Id="filCE0262D8D43EF7AB4CDB25A0752B7121" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\System.Net.Http.Primitives.dll" />
</Component>
<Component Id="cmp8EE8340753317C13D69F692E7E42B175" Guid="*">
<File Id="filAE60D28516977FE205BBEB3D15EB53DE" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\System.Spatial.dll" />
</Component>
</Directory>
<Directory Id="dir76147B1D381C34B7638F2A844B5685DC" Name="AzureRM.Network">
<Component Id="cmp33F39A22183184A6B41F85DF085BAD29" Guid="*">
Expand All @@ -1191,6 +1194,9 @@
<Component Id="cmpFE91A142C4108B5EB50D6C5C5F4A4FA9" Guid="*">
<File Id="fil6D69005A7EDC2EEA35252F1E602D935C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Network\AzureRmProfileStartup.ps1" />
</Component>
<Component Id="cmp065EDC002BB63B6AA573F18152B7240F" Guid="*">
<File Id="fil559CC58FC4CFCF2A101739440A55FBC7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Network\CheckVersions.ps1" />
</Component>
<Component Id="cmp02E49F28BB0FA3174A478847B857A4D0" Guid="*">
<File Id="fil379E46A4E79152D00FBBBF3BF85A0BA2" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Network\Hyak.Common.dll" />
</Component>
Expand Down Expand Up @@ -1408,6 +1414,9 @@
<Component Id="cmp6F865A1998C9B6DAE0E8844D0EECF40A" Guid="*">
<File Id="filAF2791E9DF9A44B6D0F375786A415C61" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Profile\AzureRmProfileStartup.ps1" />
</Component>
<Component Id="cmp9002DD73D47754F2109499247914700F" Guid="*">
<File Id="filA918B8D44812C6306881A86655EAA785" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Profile\CheckVersions.ps1" />
</Component>
<Component Id="cmpD738842B230F04E64FD98E3E850E6338" Guid="*">
<File Id="fil73F9971478A8661859398F414D5BDE00" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Profile\Hyak.Common.dll" />
</Component>
Expand Down Expand Up @@ -1860,6 +1869,9 @@
<Component Id="cmpA3B81935598199F5BE6572F3D46DD2C5" Guid="*">
<File Id="fil8741CCFD373A03733A72E5956154D8FB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\ResourceManagerStartup.ps1" />
</Component>
<Component Id="cmpD50A1D50B7385232643B15A0E7CBAA57" Guid="*">
<File Id="fil433065D93BBE30A527CE610D0FCF2B08" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\SqlStartup.ps1" />
</Component>
<Component Id="cmp56F9151EB19BE7D5CE2655D19ADF5C9A" Guid="*">
<File Id="filDC634F6E7D9EEFF24385BE6034AB2EE4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Sql\System.Net.Http.Extensions.dll" />
</Component>
Expand Down Expand Up @@ -4425,7 +4437,6 @@
</Fragment>
<Fragment>
<ComponentGroup Id="azurecmdfiles">
<ComponentRef Id="cmp96F13C307DA6E4AAC35F3D147F21553F" />
<ComponentRef Id="cmp0761C025FCF8EF027A5BC23C72777C52" />
<ComponentRef Id="cmp658F4F28B5894F240AF3AE214E228C7A" />
<ComponentRef Id="cmpBE01F246267602912E7BB7FAC7C89B62" />
Expand Down Expand Up @@ -4588,6 +4599,7 @@
<ComponentRef Id="cmp9FDC7E987C84705E62A1E3E6958A7A34" />
<ComponentRef Id="cmp0BDDC10BCAFF9EC25710B20367203609" />
<ComponentRef Id="cmpC7297788AE102ED861765ADE84F7A59B" />
<ComponentRef Id="cmpE2DA894B67E7F107B24A69AD6B87F8B3" />
<ComponentRef Id="cmpCC409403AF670A9E0538AC743C61BD66" />
<ComponentRef Id="cmp8F649774D57C8E90EC765D8FCE36E32A" />
<ComponentRef Id="cmpFBB75A5451448B356C97E62D2C6C10A0" />
Expand Down Expand Up @@ -4805,6 +4817,7 @@
<ComponentRef Id="cmp8F99791178CB394FC285BF5F9DA21047" />
<ComponentRef Id="cmp55A0977CC2E4CD91F6738FFD78449307" />
<ComponentRef Id="cmpD29EA01597258746011AE6EF9FC3D15A" />
<ComponentRef Id="cmp8EE8340753317C13D69F692E7E42B175" />
<ComponentRef Id="cmp33F39A22183184A6B41F85DF085BAD29" />
<ComponentRef Id="cmp70B60DBD32D61BCA5715AB2D64131358" />
<ComponentRef Id="cmp92653399A1E9659661E74CA982C1D16A" />
Expand All @@ -4813,6 +4826,7 @@
<ComponentRef Id="cmp9F97686A6D38F8B72B2FB1D62529AF0F" />
<ComponentRef Id="cmpA398972142ABD0AC819F613EE832B65C" />
<ComponentRef Id="cmpFE91A142C4108B5EB50D6C5C5F4A4FA9" />
<ComponentRef Id="cmp065EDC002BB63B6AA573F18152B7240F" />
<ComponentRef Id="cmp02E49F28BB0FA3174A478847B857A4D0" />
<ComponentRef Id="cmp53B7AE5C484C188098FEE906B381461C" />
<ComponentRef Id="cmpFCCC1C3A49857F9109FEB6AE04888D08" />
Expand Down Expand Up @@ -4884,6 +4898,7 @@
<ComponentRef Id="cmpBBEEE168902DFD205E35F47468881929" />
<ComponentRef Id="cmpCDBCF0967EA30044FF3F4478A30C1D5B" />
<ComponentRef Id="cmp6F865A1998C9B6DAE0E8844D0EECF40A" />
<ComponentRef Id="cmp9002DD73D47754F2109499247914700F" />
<ComponentRef Id="cmpD738842B230F04E64FD98E3E850E6338" />
<ComponentRef Id="cmp2BE62623A92CD0986F0915CB16373E90" />
<ComponentRef Id="cmpCBBCCDE16C2F179A9160E366F5449CF4" />
Expand Down Expand Up @@ -5032,6 +5047,7 @@
<ComponentRef Id="cmp25F6948876AE28D1DB4430494E01EBB7" />
<ComponentRef Id="cmpE4F09171FB1B25EAC4AABD90F9EFA350" />
<ComponentRef Id="cmpA3B81935598199F5BE6572F3D46DD2C5" />
<ComponentRef Id="cmpD50A1D50B7385232643B15A0E7CBAA57" />
<ComponentRef Id="cmp56F9151EB19BE7D5CE2655D19ADF5C9A" />
<ComponentRef Id="cmp39A46C3BD11947E08479BBD49CB20104" />
<ComponentRef Id="cmpC1352E11D4D3526DFA43840F587B64D9" />
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Storage/Azure.Storage.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.1'
ModuleVersion = '0.10.2'

# ID used to uniquely identify this module
GUID = '00612bca-fa22-401d-a671-9cc48b010e3b'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'f875725d-8ce4-423f-a6af-ea880bc63f13'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Automation/AzureRM.Automation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'bcea1c70-a32b-48c3-a05c-323e1c02f4d3'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/AzureBackup/AzureRM.Backup.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '0b1d76f5-a928-4b8f-9c83-df26947568d4'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/AzureBatch/AzureRM.Batch.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'a8f00f40-1c1a-49b5-9db3-24076b75c3cf'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Compute/AzureRM.Compute.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '0a83c907-1ffb-4d87-a492-c65ac7d7ed37'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'e3c0f6bc-fe96-41a0-88f4-5e490a91f05d'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Dns/AzureRM.Dns.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '5e5ed8bc-27bf-4380-9de1-4b22ba0920b2'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '3fd1475f-cb23-4ffb-bf08-33d94b7d1acb'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Insights/AzureRM.Insights.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '698c387c-bd6b-41c6-82ce-721f1ef39548'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'fa236c1f-6464-4d6a-a48d-db47c0e7923d'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Network/AzureRM.Network.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'eb75c732-e274-4a20-b502-e9958e63484a'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'e827799a-7abf-4538-a61f-94dc52a48bd4'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Profile/AzureRM.Profile.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '342714fc-4009-4863-8afb-a9067e3db04b'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '820628d7-6938-488a-8760-43373a5ffce6'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Resources/AzureRM.Resources.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'ab3ca893-26fe-44b0-bd3c-8933df144d7b'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/SiteRecovery/AzureRM.SiteRecovery.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'd1de7560-48e1-48f3-bc8c-4eea3af2bbe1'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Sql/AzureRM.Sql.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '150d9544-6348-4373-806f-10cd0b4de4cb'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Storage/AzureRM.Storage.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.1'
ModuleVersion = '0.10.2'

# ID used to uniquely identify this module
GUID = 'da67eaa7-4cb1-4bfa-a194-8bf3faae8ac5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '59713673-194f-418a-b1f2-ac60db82edf9'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Tags/AzureRM.Tags.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '59713673-194f-418a-b1f2-ac60db82edf9'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = '59713673-194f-418a-b1f2-ac60db82edf9'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'e43e47c8-8bff-4013-b003-ded1741f403a'
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceManager/Websites/AzureRM.Websites.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# ID used to uniquely identify this module
GUID = 'cc69c625-e961-43f4-8b50-0061eba6e4b6'
Expand Down
Loading