Skip to content

Commit 60212d4

Browse files
committed
PR fixs
1 parent 4511090 commit 60212d4

File tree

6 files changed

+52
-150
lines changed

6 files changed

+52
-150
lines changed

src/ResourceManager/PowerBI/AzureRM.PowerBI.psd1

Lines changed: 0 additions & 132 deletions
This file was deleted.

src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.0.0'
15+
ModuleVersion = '4.0.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -120,7 +120,8 @@ PrivateData = @{
120120
# IconUri = ''
121121

122122
# ReleaseNotes of this module
123-
ReleaseNotes = '* Add support for PowerBI Embedded Capacity'
123+
ReleaseNotes = '* Add support for online help
124+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
124125

125126
# External dependent modules of this module
126127
# ExternalModuleDependencies = ''

src/ResourceManager/PowerBIEmbedded/ChangeLog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,37 @@
3535
- Tests the existence of an instance of PowerBI Embedded Capacity
3636
* New Cmdlet Update-AzureRmPowerBIEmbeddedCapacity
3737
- Modifies an instance of PowerBI Embedded Capacity
38+
39+
-## Version 4.0.0
40+
-* Add support for online help
41+
- - Run Get-Help with the -Online parameter to open the online help in your default Internet browser
42+
-
43+
-## Version 3.4.1
44+
-
45+
-## Version 3.4.0
46+
-
47+
-## Version 3.3.1
48+
-
49+
-## Version 3.3.0
50+
-
51+
-## Version 3.2.1
52+
-
53+
-## Version 3.2.0
54+
-
55+
-## Version 3.1.0
56+
-
57+
-## Version 3.0.1
58+
-
59+
-## Version 3.0.0
60+
-
61+
-## Version 2.8.0
62+
-
63+
-## Version 2.7.0
64+
-
65+
-## Version 2.6.0
66+
-
67+
-## Version 2.5.0
68+
-
69+
-## Version 2.4.0
70+
-
71+
-## Version 2.3.0

src/ResourceManager/PowerBIEmbedded/Commands.PowerBI.Test/Commands.PowerBI.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9-
<ProjectGuid>{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}</ProjectGuid>
9+
<ProjectGuid>{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}</ProjectGuid>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>Microsoft.Azure.Commands.PowerBI.Test</RootNamespace>

src/ResourceManager/PowerBIEmbedded/PowerBIEmbedded.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common.Graph.RBAC"
3636
EndProject
3737
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.PowerBI", "Commands.PowerBI\Commands.PowerBI.csproj", "{B1B26198-8A48-4457-A969-831B2A871A0E}"
3838
EndProject
39-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.PowerBI.Test", "Commands.PowerBI.Test\Commands.PowerBI.Test.csproj", "{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}"
39+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.PowerBI.Test", "Commands.PowerBI.Test\Commands.PowerBI.Test.csproj", "{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}"
4040
EndProject
4141
Global
4242
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -240,25 +240,25 @@ Global
240240
{B1B26198-8A48-4457-A969-831B2A871A0E}.Release|x64.Build.0 = Release|Any CPU
241241
{B1B26198-8A48-4457-A969-831B2A871A0E}.Release|x86.ActiveCfg = Release|Any CPU
242242
{B1B26198-8A48-4457-A969-831B2A871A0E}.Release|x86.Build.0 = Release|Any CPU
243-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
244-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
245-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|x64.ActiveCfg = Debug|Any CPU
246-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|x64.Build.0 = Debug|Any CPU
247-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|x86.ActiveCfg = Debug|Any CPU
248-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|x86.Build.0 = Debug|Any CPU
249-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
250-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|Any CPU.Build.0 = Release|Any CPU
251-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|x64.ActiveCfg = Release|Any CPU
252-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|x64.Build.0 = Release|Any CPU
253-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|x86.ActiveCfg = Release|Any CPU
254-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|x86.Build.0 = Release|Any CPU
243+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
244+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
245+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|x64.ActiveCfg = Debug|Any CPU
246+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|x64.Build.0 = Debug|Any CPU
247+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|x86.ActiveCfg = Debug|Any CPU
248+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|x86.Build.0 = Debug|Any CPU
249+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
250+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|Any CPU.Build.0 = Release|Any CPU
251+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|x64.ActiveCfg = Release|Any CPU
252+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|x64.Build.0 = Release|Any CPU
253+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|x86.ActiveCfg = Release|Any CPU
254+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|x86.Build.0 = Release|Any CPU
255255
EndGlobalSection
256256
GlobalSection(SolutionProperties) = preSolution
257257
HideSolutionNode = FALSE
258258
EndGlobalSection
259259
GlobalSection(NestedProjects) = preSolution
260260
{3436A126-EDC9-4060-8952-9A1BE34CDD95} = {13BB1C60-A70E-4780-ABEF-D5EE36754085}
261261
{A6978F77-A97B-414E-BA5A-66E2E6EBC1A4} = {13BB1C60-A70E-4780-ABEF-D5EE36754085}
262-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0} = {13BB1C60-A70E-4780-ABEF-D5EE36754085}
262+
{9156F1E3-0B1D-46CA-A435-F1E9AAE6DCC0} = {13BB1C60-A70E-4780-ABEF-D5EE36754085}
263263
EndGlobalSection
264264
EndGlobal

tools/AzureRM/AzureRM.psd1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '4.0.0';
8787
@{ModuleName = 'AzureRM.Network'; RequiredVersion = '5.0.0'; },
8888
@{ModuleName = 'AzureRM.NotificationHubs'; RequiredVersion = '4.0.0'; },
8989
@{ModuleName = 'AzureRM.OperationalInsights'; RequiredVersion = '4.0.0'; },
90-
@{ModuleName = 'AzureRM.PowerBI'; RequiredVersion = '1.0.0'; },
9190
@{ModuleName = 'AzureRM.PowerBIEmbedded'; RequiredVersion = '4.0.0'; },
9291
@{ModuleName = 'AzureRM.RecoveryServices'; RequiredVersion = '4.0.1'; },
9392
@{ModuleName = 'AzureRM.RecoveryServices.Backup'; RequiredVersion = '4.0.1'; },

0 commit comments

Comments
 (0)