Skip to content

Commit 8650035

Browse files
committed
Fix after PR
1 parent 60212d4 commit 8650035

File tree

5 files changed

+70
-79
lines changed

5 files changed

+70
-79
lines changed

setup/azurecmdfiles.wxi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,9 +885,15 @@
885885
<Component Id="cmpA7B72722B1AC91C0B6B117CEAB00E3C0" Guid="*">
886886
<File Id="fil40386C22E607E953293F5632EAC6393E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.PowerBIEmbedded\Microsoft.Azure.Commands.Management.PowerBIEmbedded.dll-Help.xml" />
887887
</Component>
888+
<Component Id="cmp69FA33F12F0B35DB3B782C25EC948902" Guid="*">
889+
<File Id="fil3A84B2C101DAD68143106C32AF62B56B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.PowerBIEmbedded\Microsoft.Azure.Commands.PowerBI.dll" />
890+
</Component>
888891
<Component Id="cmp20C58BA5A8D7263E84BE2BCB10783E8A" Guid="*">
889892
<File Id="fil41DF793D2985B54C201FA26B67E86E70" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.PowerBIEmbedded\Microsoft.Azure.Commands.PowerBI.dll-Help.xml" />
890893
</Component>
894+
<Component Id="cmpFDA4C64C20E3EC3E5EE855A75836FD38" Guid="*">
895+
<File Id="filE437A27DA5A39832853F84B5DB4467AF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.PowerBIEmbedded\Microsoft.Azure.Management.PowerBIDedicated.dll" />
896+
</Component>
891897
<Component Id="cmpCE88A6EB381A0717BB0174CE2088DAC0" Guid="*">
892898
<File Id="filFF22B8B40E8E77E1A41A01AB2CE44D87" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.PowerBIEmbedded\Microsoft.Azure.Management.PowerBIEmbedded.dll" />
893899
</Component>
@@ -3437,7 +3443,9 @@
34373443
<ComponentRef Id="cmpFDAC8616C4E824FA6880ECA8F8FF5128" />
34383444
<ComponentRef Id="cmp0F1E11B5C6A0C1527BB960FDCC4F4F34" />
34393445
<ComponentRef Id="cmpA7B72722B1AC91C0B6B117CEAB00E3C0" />
3446+
<ComponentRef Id="cmp69FA33F12F0B35DB3B782C25EC948902" />
34403447
<ComponentRef Id="cmp20C58BA5A8D7263E84BE2BCB10783E8A" />
3448+
<ComponentRef Id="cmpFDA4C64C20E3EC3E5EE855A75836FD38" />
34413449
<ComponentRef Id="cmpCE88A6EB381A0717BB0174CE2088DAC0" />
34423450
<ComponentRef Id="cmpCDBCF0967EA30044FF3F4478A30C1D5B" />
34433451
<ComponentRef Id="cmpBD60B3ADF7DBF9C322338B5993A2AC75" />

src/ResourceManager/PowerBIEmbedded/ChangeLog.md

Lines changed: 43 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -19,53 +19,46 @@
1919
-->
2020
## Current Release
2121

22-
* Add support for Power BI Embedded Capacity cmdlets -
23-
24-
* New Cmdlet Get-AzureRmPowerBIEmbeddedCapacity
25-
Gets the details of a PowerBI Embedded Capacity.
26-
* New Cmdlet New-AzureRmPowerBIEmbeddedCapacity
27-
- Creates a new PowerBI Embedded Capacity
28-
* New Cmdlet Remove-AzureRmPowerBIEmbeddedCapacity
29-
- Deletes an instance of PowerBI Embedded Capacity
30-
* New Cmdlet Resume-AzureRmPowerBIEmbeddedCapacity
31-
- Resumes an instance of PowerBI Embedded Capacity
32-
* New Cmdlet Suspend-AzureRmPowerBIEmbeddedCapacity
33-
- Suspends an instance of PowerBI Embedded Capacity
34-
* New Cmdlet Test-AzureRmPowerBIEmbeddedCapacity
35-
- Tests the existence of an instance of PowerBI Embedded Capacity
36-
* New Cmdlet Update-AzureRmPowerBIEmbeddedCapacity
37-
- 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
22+
* Add support for Power BI Embedded Capacity cmdlets
23+
24+
* New Cmdlet Get-AzureRmPowerBIEmbeddedCapacity - Gets the details of a PowerBI Embedded Capacity.
25+
* New Cmdlet New-AzureRmPowerBIEmbeddedCapacity - Creates a new PowerBI Embedded Capacity
26+
* New Cmdlet Remove-AzureRmPowerBIEmbeddedCapacity - Deletes an instance of PowerBI Embedded Capacity
27+
* New Cmdlet Resume-AzureRmPowerBIEmbeddedCapacity - Resumes an instance of PowerBI Embedded Capacity
28+
* New Cmdlet Suspend-AzureRmPowerBIEmbeddedCapacity - Suspends an instance of PowerBI Embedded Capacity
29+
* New Cmdlet Test-AzureRmPowerBIEmbeddedCapacity - Tests the existence of an instance of PowerBI Embedded Capacity
30+
* New Cmdlet Update-AzureRmPowerBIEmbeddedCapacity - Modifies an instance of PowerBI Embedded Capacity
31+
32+
## Version 4.0.0
33+
* Add support for online help
34+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
35+
36+
## Version 3.4.1
37+
38+
## Version 3.4.0
39+
40+
## Version 3.3.1
41+
42+
## Version 3.3.0
43+
44+
## Version 3.2.1
45+
46+
## Version 3.2.0
47+
48+
## Version 3.1.0
49+
50+
## Version 3.0.1
51+
52+
## Version 3.0.0
53+
54+
## Version 2.8.0
55+
56+
## Version 2.7.0
57+
58+
## Version 2.6.0
59+
60+
## Version 2.5.0
61+
62+
## Version 2.4.0
63+
64+
## Version 2.3.0

src/ResourceManager/PowerBIEmbedded/Commands.PowerBI.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232

3333
[assembly: Guid("37af97fd-d603-4d52-a7a6-0885004a57fe")]
3434

35-
[assembly: AssemblyVersion("1.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0")]
35+
[assembly: AssemblyVersion("4.0.0")]
36+
[assembly: AssemblyFileVersion("4.0.0")]
3737
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/PowerBIEmbedded/Commands.PowerBI/Models/CapacitySku.cs

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

src/ResourceManager/PowerBIEmbedded/Commands.PowerBI/Properties/AssemblyInfo.cs

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
using System.Reflection;
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
// Unless required by applicable law or agreed to in writing, software
9+
// distributed under the License is distributed on an "AS IS" BASIS,
10+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
13+
// ----------------------------------------------------------------------------------
14+
15+
using System.Reflection;
216
using System.Runtime.CompilerServices;
317
using System.Runtime.InteropServices;
418

@@ -32,5 +46,5 @@
3246
// You can specify all the values or you can default the Build and Revision Numbers
3347
// by using the '*' as shown below:
3448
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
49+
[assembly: AssemblyVersion("4.0.0")]
50+
[assembly: AssemblyFileVersion("4.0.0")]

0 commit comments

Comments
 (0)