We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6510e11 commit 06a370aCopy full SHA for 06a370a
src/ResourceManager/AnalysisServices/ChangeLog.md
@@ -19,7 +19,9 @@
19
-->
20
## Current Release
21
* Added State property in additional to ProvisioningState
22
- - This introduces new property used outside of provisioing.
+ - All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
23
+ - The 'State' is intended to check status outside of provisioning, while 'ProvisioningState' is intended to check status related to Provisioning.
24
+ - ProvisioningState and State are same in service side at this moment, the service side would differenciate ProvisioningState and State in future
25
26
## Version 0.0.3
27
* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
0 commit comments