Skip to content

Commit bb3f93c

Browse files
committed
Add changelog.md and bumpup version
1 parent 37f7df4 commit bb3f93c

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.0.1'
12+
ModuleVersion = '0.0.2'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'acace26c-1775-4100-85c0-20c4d71eaa21'
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
Please leave this section at the top of the change log.
3+
4+
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
5+
6+
## Current Release
7+
* Overview of change #1
8+
- Additional information about change #1
9+
* Overview of change #2
10+
- Additional information about change #2
11+
- Additional information about change #2
12+
* Overview of change #3
13+
* Overview of change #4
14+
- Additional information about change #4
15+
16+
## YYYY.MM.DD - Version X.Y.Z (Previous Release)
17+
* Overview of change #1
18+
- Additional information about change #1
19+
-->
20+
## Current Release
21+
22+
## Version 0.0.2
23+
* Fixed bug in Get-AzureRMAnalysisServicesServer
24+
- When this command was run against some resources, it would fail with a null reference exception.
25+
* Added two new dataplane APIs in a separate module AzureRM.AnalysisServices.ServiceManagement.psd1
26+
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.0.1")]
39-
[assembly: AssemblyFileVersion("0.0.1")]
38+
[assembly: AssemblyVersion("0.0.2")]
39+
[assembly: AssemblyFileVersion("0.0.2")]

0 commit comments

Comments
 (0)