File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
src/ResourceManager/AnalysisServices
Commands.AnalysisServices
Commands.AnalysisServices.Dataplane
Commands.AnalysisServices.Test Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+ * Added State property in additional to ProvisioningState
22
+ - This introduces new property used outside of provisioing.
23
+
24
+ ## Version 3.3.0
21
25
* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
22
26
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
23
27
Original file line number Diff line number Diff line change 3
3
<package id =" Hyak.Common" version =" 1.0.3" targetFramework =" net45" />
4
4
<package id =" Microsoft.Azure.Common" version =" 2.1.0" targetFramework =" net45" />
5
5
<package id =" Microsoft.Azure.Common.Dependencies" version =" 1.0.0" targetFramework =" net45" />
6
- <package id =" Microsoft.Azure.Management.Analysis" version =" 1.0.1 -preview" targetFramework =" net45" />
6
+ <package id =" Microsoft.Azure.Management.Analysis" version =" 1.0.2 -preview" targetFramework =" net45" />
7
7
<package id =" Microsoft.Azure.Management.Resources" version =" 2.20.0-preview" targetFramework =" net45" />
8
8
<package id =" Microsoft.Bcl" version =" 1.1.9" targetFramework =" net45" />
9
9
<package id =" Microsoft.Bcl.Async" version =" 1.0.168" targetFramework =" net45" />
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ function Test-AnalysisServicesServer
98
98
Suspend-AzureRmAnalysisServicesServer - ResourceGroupName $resourceGroupName - Name $serverName
99
99
[array ]$serverGet = Get-AzureRmAnalysisServicesServer - ResourceGroupName $resourceGroupName - Name $serverName
100
100
$serverGetItem = $serverGet [0 ]
101
+ # this is to ensure backward compatibility compatibility. The servie side would make change to differenciate state and provisioningState
101
102
Assert-True {$serverGetItem.State -like " Paused" }
102
103
Assert-True {$serverGetItem.ProvisioningState -like " Paused" }
103
104
Original file line number Diff line number Diff line change 4
4
<package id =" Microsoft.Azure.Common" version =" 2.1.0" targetFramework =" net45" />
5
5
<package id =" Microsoft.Azure.Common.Dependencies" version =" 1.0.0" targetFramework =" net45" />
6
6
<package id =" Microsoft.Azure.Gallery" version =" 2.6.2-preview" targetFramework =" net45" />
7
- <package id =" Microsoft.Azure.Management.Analysis" version =" 1.0.1 -preview" targetFramework =" net45" />
7
+ <package id =" Microsoft.Azure.Management.Analysis" version =" 1.0.2 -preview" targetFramework =" net45" />
8
8
<package id =" Microsoft.Azure.Management.Authorization" version =" 2.0.0" targetFramework =" net45" />
9
9
<package id =" Microsoft.Azure.Management.ResourceManager" version =" 1.1.1-preview" targetFramework =" net45" />
10
10
<package id =" Microsoft.Azure.Management.Resources" version =" 2.20.0-preview" targetFramework =" net45" />
Original file line number Diff line number Diff line change 3
3
<package id =" Hyak.Common" version =" 1.0.3" targetFramework =" net45" />
4
4
<package id =" Microsoft.Azure.Common" version =" 2.1.0" targetFramework =" net45" />
5
5
<package id =" Microsoft.Azure.Common.Dependencies" version =" 1.0.0" targetFramework =" net45" />
6
- <package id =" Microsoft.Azure.Management.Analysis" version =" 1.0.1 -preview" targetFramework =" net45" />
6
+ <package id =" Microsoft.Azure.Management.Analysis" version =" 1.0.2 -preview" targetFramework =" net45" />
7
7
<package id =" Microsoft.Azure.Management.Resources" version =" 2.20.0-preview" targetFramework =" net45" />
8
8
<package id =" Microsoft.Bcl" version =" 1.1.9" targetFramework =" net45" />
9
9
<package id =" Microsoft.Bcl.Async" version =" 1.0.168" targetFramework =" net45" />
You can’t perform that action at this time.
0 commit comments