Skip to content

Commit 6e80ca5

Browse files
committed
Squashed commit of the following:
commit f8d45c8 Merge: a97dbc9 bb3f93c Author: athipp <[email protected]> Date: Mon Nov 7 16:08:13 2016 -0800 Merge branch 'dev' into athipp-dev2 commit a97dbc9 Merge: 3357844 75035b3 Author: athipp <[email protected]> Date: Mon Nov 7 16:08:02 2016 -0800 Merge remote-tracking branch 'Azure/dev' into athipp-dev2 commit bb3f93c Author: athipp <[email protected]> Date: Mon Nov 7 16:03:14 2016 -0800 Add changelog.md and bumpup version commit 37f7df4 Merge: 9e727f2 75035b3 Author: athipp <[email protected]> Date: Mon Nov 7 15:51:04 2016 -0800 Merge remote-tracking branch 'Azure/dev' into dev commit 3357844 Author: athipp <[email protected]> Date: Mon Nov 7 14:59:18 2016 -0800 Rewmoving stale project. The existing test covers both. commit c79a036 Author: athipp <[email protected]> Date: Mon Nov 7 12:59:14 2016 -0800 Fixing .csproj files to remove empty tag commit e00c7cd Author: athipp <[email protected]> Date: Thu Nov 3 18:25:26 2016 -0700 Updated parameter description commit 128f13a Merge: 59cee57 3d1beec Author: athipp <[email protected]> Date: Thu Nov 3 18:06:58 2016 -0700 Merge remote-tracking branch 'Azure/release-3.2.0' into athipp-dev2 commit 75035b3 Merge: 6c44dcd 7b01b2f Author: Mark Cowlishaw <[email protected]> Date: Thu Nov 3 12:58:49 2016 -0700 Merge pull request Azure#3167 from cormacpayne/move-profile-test Move Profile on-demand test to check-in commit 6c44dcd Merge: 49adbf4 00ee0bb Author: Mark Cowlishaw <[email protected]> Date: Thu Nov 3 12:58:18 2016 -0700 Merge pull request Azure#3166 from cormacpayne/update-platyps-doc Update platyPSHelp documentation commit 49adbf4 Merge: a364bc2 0b5e9d1 Author: Mark Cowlishaw <[email protected]> Date: Thu Nov 3 12:38:46 2016 -0700 Merge pull request Azure#3106 from Visual-Studio-China/dev [Hold]: Add CI to sync docs from source code repo to content repo commit 7b01b2f Author: cormacpayne <[email protected]> Date: Wed Nov 2 13:20:43 2016 -0700 Add CheckIn trait to AzurePSComletMessageQueue test commit 00ee0bb Author: cormacpayne <[email protected]> Date: Wed Nov 2 11:52:25 2016 -0700 Update platyPSHelp documentation commit a364bc2 Author: Abhijeet <[email protected]> Date: Wed Nov 2 10:58:14 2016 -0700 Updating paths for build env shortcut and Repo-Tasks module Updating paths to the script and shortcuts that were documented. commit a72839c Merge: d49c5cd 15bb4e1 Author: Cormac McCarthy <[email protected]> Date: Wed Nov 2 10:13:41 2016 -0700 Merge pull request Azure#3165 from Azure/master Merge master -> dev for release 3.1.0 commit 15bb4e1 Merge: 64ad444 3d1beec Author: Mark Cowlishaw <[email protected]> Date: Wed Nov 2 09:34:35 2016 -0700 Merge pull request Azure#3163 from Azure/release-3.1.0 [Release 3.1.0] Merge release-3.1.0 -> master commit 59cee57 Author: athipp <[email protected]> Date: Mon Oct 31 18:05:16 2016 -0700 updating help commit a124d81 Author: athipp <[email protected]> Date: Mon Oct 31 17:51:20 2016 -0700 Fix bug with token aquisition commit 6515b3e Author: athipp <[email protected]> Date: Mon Oct 31 10:50:58 2016 -0700 Build error removed 'nameof' commit d5a46e9 Author: athipp <[email protected]> Date: Mon Oct 31 08:55:47 2016 -0700 Fixing build failure in analysisservices dataplane apis commit a97425a Author: athipp <[email protected]> Date: Sun Oct 30 14:42:59 2016 -0700 fixing login bug commit fb4a16b Author: athipp <[email protected]> Date: Sun Oct 30 14:37:44 2016 -0700 Fixing bug commit 83fe3f1 Merge: 3d1de62 d462714 Author: athipp <[email protected]> Date: Sun Oct 30 14:21:15 2016 -0700 Merge remote-tracking branch 'origin/dev' into athipp-dev2 commit 3d1de62 Merge: f183796 d49c5cd Author: athipp <[email protected]> Date: Thu Oct 27 15:20:40 2016 -0700 Merge remote-tracking branch 'Azure/dev' into athipp-dev2 commit f183796 Author: athipp <[email protected]> Date: Thu Oct 27 15:16:13 2016 -0700 - The dataplane apis for Analysis Services has two apis 1. Login-AsAzureAccount to login the analysis server. This will not use AzureRM login because this API on the server is not part of ARM spec. and the users of this will necessarily not have any subscription access. 2. Restart-AzureAnalysisServer that will restart the server commit 819266b Merge: 29da4ce e2b100e Author: athipp <[email protected]> Date: Wed Oct 26 11:22:04 2016 -0700 Merge remote-tracking branch 'refs/remotes/Azure/dev' into athipp-dev2 commit 29da4ce Author: athipp <[email protected]> Date: Wed Oct 26 11:21:59 2016 -0700 Adding Dataplane API to analysis services powershell commit 0b5e9d1 Author: Qingqing Sun <[email protected]> Date: Tue Oct 25 16:14:10 2016 +0800 Add ci to sync docs from source code repo to content repo commit 31b9155 Merge: 14fe256 a3c9a4e Author: athipp <[email protected]> Date: Mon Oct 24 14:34:11 2016 -0700 Merge remote-tracking branch 'refs/remotes/Azure/dev' into athipp-dev2
1 parent c9bea12 commit 6e80ca5

30 files changed

+1596
-21
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If applicable, reference the bug/issue that this pull request fixes here.
1212
This checklist is used to make sure that common guidelines for a pull request are followed. You can find a more complete discussion of PowerShell cmdlet best practices [here](https://msdn.microsoft.com/en-us/library/dd878270(v=vs.85).aspx).
1313

1414
- [ ] **I have read the [contribution guidelines](https://github.com/Azure/azure-powershell/blob/dev/CONTRIBUTING.md).**
15-
- [ ] **If changes were made to any cmdlet, the XML help was regenerated using the [platyPSHelp module](https://github.com/Azure/azure-powershell/blob/dev/documentation/platyps-help.md).**
15+
- [ ] **If changes were made to any cmdlet, the XML help was regenerated using the [platyPSHelp module](https://github.com/Azure/azure-powershell/blob/dev/documentation/platyPSHelp-documentation.md).**
1616
- [ ] **If any large changes are made to a service, they are reflected in the respective [change log](https://github.com/Azure/azure-powershell/blob/dev/CONTRIBUTING.md#updating-the-change-log).**
1717

1818
### [General Guidelines](https://github.com/Azure/azure-powershell/blob/dev/CONTRIBUTING.md#general-guidelines)

appveyor.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
branches:
2+
only:
3+
- master
4+
environment:
5+
github_access_token:
6+
secure: VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
7+
8+
build_script:
9+
- ps: |
10+
$ErrorActionPreference = "Stop"
11+
$response = Invoke-WebRequest ("https://api.github.com/repos/" + $env:APPVEYOR_REPO_NAME + "/releases/tags/" + $env:APPVEYOR_REPO_TAG_NAME) -Timeout 10
12+
if($response -ne $null -and $response.StatusCode -ne 200)
13+
{
14+
$host.SetShouldExit(1)
15+
}
16+
17+
$unzip_path = "C:\projects\azure-powershell-release"
18+
$unzip_file = $unzip_path + "zip"
19+
Invoke-WebRequest ($response.Content | ConvertFrom-Json).zipball_url -OutFile $unzip_file
20+
7z x $unzip_file -o"$unzip_path"
21+
$src = Join-Path (ls $unzip_path -dir | select -First 1 | % { $_.FullName }) "src"
22+
$global:output = Join-Path $unzip_path "output"
23+
ni $global:output -type dir
24+
$pattern = "\d(.\d)*"
25+
26+
foreach($folder in (ls $src -dir))
27+
{
28+
foreach($module in (ls $folder.FullName -dir | % { $_.FullName }))
29+
{
30+
# find out docs in help folder and version in .psd1 file
31+
$help = ls $module -dir -Recurse | ? { $_.Name -eq "help" } | select -First 1 | % { $_.FullName }
32+
if($help -eq $null)
33+
{
34+
continue
35+
}
36+
$psd1= ls $module | ? { $_.extension -eq ".psd1" } | select -First 1 | % { $_.FullName }
37+
if($psd1 -eq $null)
38+
{
39+
continue
40+
}
41+
if((gc $psd1 | Out-String) -notmatch "ModuleVersion\s*=\s*$pattern")
42+
{
43+
continue
44+
}
45+
robocopy $help "*.md" (Join-Path $global:output $folder | Join-Path -ChildPath (gi $psd1).BaseName | Join-Path -ChildPath ("v" + ($matches[0] -match $pattern)))
46+
}
47+
}
48+
test: off
49+
shallow_clone: true
50+
on_success:
51+
- git clone -q --branch=%target_branch% %content_repo% %TEMP%\Azure
52+
- cd %TEMP%\Azure
53+
- ps: ls $global:output -dir | % { copy $_.FullName (ls -dir | select -First 1) -Recurse -Force }
54+
- git config --global credential.helper store
55+
- ps: ac "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):[email protected]`n"
56+
- git config --global user.email %email%
57+
- git config --global user.name %name%
58+
- git add -A
59+
- git diff --quiet --exit-code --cached || git commit -m "Sync docs from source code repo to content repo." && git push origin %target_branch% && appveyor AddMessage "Content Updated"

documentation/Repo-Tasks-Module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
###### Usage:
44

5-
1. Start PS-VSPrompt.lnk (shortcut), this will start VS Dev Prompt in powershell
6-
2. Import-Module ./Repo-Tasks.psm1
5+
1. Start .\tools\PS-VSPrompt.lnk (shortcut), this will start VS Dev Prompt in powershell
6+
2. Import-Module .\tools\Repo-Tasks.psd1
77
1. During import, we allow to load additional functions that users might want to use it in their session.
88
2. If you have any userPreference.ps1 file under %userprofile%/psFiles directory, the module will try to load it by dot sourcing it.
99
2. It will also honor environment variable $env:psuserpreferences and load .ps1 files from the location that is pointed by $env:psuserpreferences
@@ -20,4 +20,4 @@
2020
1. Will build and run existing tests.
2121

2222
###Note:
23-
If you do not start your powershell session using PS-VSPrompt shortcut, you will not have access to all the environment variables that are set as part of VS Dev Command prompt.
23+
If you do not start your powershell session using PS-VSPrompt shortcut, you will not have access to all the environment variables that are set as part of VS Dev Command prompt.

documentation/platyps-help.md renamed to documentation/platyPSHelp-documentation.md

Lines changed: 44 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# PlatyPS Help
22

33
- [Description](#description)
4+
- [Prerequisites](#prerequisites)
5+
- [Install and import platyPS](#install-and-import-platyps)
6+
- [Check for valid paths](#check-for-valid-paths)
47
- [Getting Started](#getting-started)
5-
- [Installing the platyPSHelp Module](#installing-the-platypshelp-module)
8+
- [Installing the platyPSHelp module](#installing-the-platypshelp-module)
69
- [Running the New-ServiceMarkdownHelp cmdlet](#running-the-new-servicemarkdownhelp-cmdlet)
710
- [Running the Validate-ServiceMarkdownHelp cmdlet](#running-the-validate-servicemarkdownhelp-cmdlet)
811
- [Running the Update-ServiceMarkdownHelp cmdlet](#running-the-update-servicemarkdownhelp-cmdlet)
@@ -20,15 +23,44 @@
2023

2124
PlatyPS is used to create PowerShell external help in markdown rather than XML (MAML). Where as XML help (MAML) can be difficult to edit by hand or read, markdown is designed to be human-readable and easy to edit. This will allow service teams to quickly and easily edit any help documentation they have for their cmdlets.
2225

23-
Install (and read more about) platyPS from the README, located [here](https://github.com/PowerShell/platyPS/blob/master/README.md).
26+
You can find the more information on platyPS [here](https://github.com/PowerShell/platyPS/blob/master/README.md).
27+
28+
The platyPSHelp module uses platyPS to allow service teams to achieve the following:
29+
- Create markdown files for each of their cmdlets
30+
- Update the markdown files when changes are made to the cmdlets
31+
- Validate the help content in the markdown files to ensure no sections are missing information
32+
33+
## Prerequisites
34+
35+
### Install and import the platyPS
36+
37+
In order to use the platyPSHelp module, you will first need to install the platyPS module. To do so, run the following commands:
38+
39+
```powershell
40+
Install-Module -Name platyPS -Scope CurrentUser
41+
Import-Module platyPS
42+
```
43+
44+
### Check for valid paths
45+
46+
The platyPSHelp module builds paths to the service module and commands directory using the service name provided, the build target, and if the service is ARM or RDFE.
47+
48+
For ARM services, these paths include:
49+
- Path to module: `src\Package\<Build Target>\ResourceManager\AzureResourceManager\AzureRM.<Service>\AzureRM.<Service>.psd1`
50+
- Path to commands: `src\ResourceManager\<Service>\Commands.<Service>`
51+
- Path to help: `src\ResourceManager\<Service>\Commands.<Service>\help`
52+
53+
TrafficManager, for example, is a service that doesn't follow the format of these paths that are built - the path to their commands folder is `src\ResourceManager\TrafficManager\Commands.TrafficManager2`.
54+
55+
In the case that your service doesn't follow the format of the above paths, you will need to use the "FullPath" parameter set, which allows you to pass in the paths as parameters rather than have them built.
2456

2557
## Getting Started
2658

2759
If your service does not currently have any markdown help, follow the below steps to get started.
2860

2961
**NOTE**: Currently, the platyPSHelp module mentioned below is unable to create markdown help for **ServiceManagement** cmdlets. However, markdown help can be created for these cmdlets when running the regular platyPS cmdlets mentioned in the [How it Works](#how-it-works) section.
3062

31-
### Installing the `platyPSHelp` Module
63+
### Installing the platyPSHelp module
3264

3365
The `platyPSHelp` module contains cmdlets that will help service teams with creating, updating, and validating markdown help for their cmdlets.
3466

@@ -39,15 +71,20 @@ There are three cmdlets contained in this module:
3971

4072
Help documentation has been written for each of these cmdlets, outlining the purpose of each cmdlet, the different parameter sets, and examples.
4173

42-
To use this module, change your directory to the **azure-powershell** repo, and from there, go to `tools\platyPS`. Run the following command to import the module:
74+
To use this module, change your directory to the **azure-powershell** repo, and from there, go to `tools\platyPSHelp`. Run the following command to import the module:
4375

4476
```powershell
4577
Import-Module .\platyPSHelp.psd1
4678
```
4779

4880
After executing this command, you will have access to the above cmdlets.
4981

50-
### Running the `New-ServiceMarkdownHelp` cmdlet
82+
If you are not using the "FullPath" parameter set, you will need the following information to use the cmdlets:
83+
- `Service` - the name of the service
84+
- `BuildTarget` - either Build or Release, the type of build used when building the service project locally
85+
- `ModuleName` - the name of the module corresponding to the service (_i.e._, AzureRM.Profile)
86+
87+
### Running the [New-ServiceMarkdownHelp](https://github.com/Azure/azure-powershell/blob/dev/tools/platyPSHelp/help/New-ServiceMarkdownHelp.md) cmdlet
5188

5289
Once the module is installed, you will need to generate the markdown for your cmdlets; to do so, you will run the `New-ServiceMarkdownHelp` cmdlet.
5390

@@ -61,16 +98,12 @@ There are four possible parameter sets to choose from when creating your cmdlets
6198
- `FullPath`
6299
- This parameter set will be used if there is an issue when using any of the above parameter sets (*e.g.*, the path to the XML help (MAML) or commands folder does not follow what the cmdlet is expecting); in this case, you can provide the full path to the required items
63100

64-
More information about this cmdlet can be found in the [help](https://github.com/Azure/azure-powershell/blob/dev/tools/platyPSHelp/help/New-ServiceMarkdownHelp.md).
65-
66101
Once ran, this cmdlet will create markdown files for each of the cmdlets in your module, and will be placed in the help folder located on the same level as your XML help (MAML). It will also regenerate the XML help (MAML) to ensure that the information in the markdown help is seen when `Get-Help` or `Get-HelpPreview` is ran.
67102

68-
### Running the `Validate-ServiceMarkdownHelp` cmdlet
103+
### Running the [Validate-ServiceMarkdownHelp](https://github.com/Azure/azure-powershell/blob/dev/tools/platyPSHelp/help/Validate-ServiceMarkdownHelp.md) cmdlet
69104

70105
Before checking in this markdown, you will need to check to make sure all of the necessary parts are filled out (*i.e.*, synopsis, description, examples, parameter descriptions, and outputs).
71106

72-
This cmdlet contains the same four parameter sets as the `New-ServiceMarkdownHelp`, and more information about the cmdlet can be found in the [help](https://github.com/Azure/azure-powershell/blob/dev/tools/platyPSHelp/help/Validate-ServiceMarkdownHelp.md).
73-
74107
Once ran, this cmdlet will output a list of errors for each cmdlet in the following format:
75108

76109
```
@@ -87,12 +120,10 @@ File: Some-Cmdlet.md
87120

88121
This will let you know what parts of the markdown help need to be updated. A recommended tool for editing and visualizing markdown is [Dillinger](http://dillinger.io/), which will display your markdown changes in real-time.
89122

90-
### Running the `Update-ServiceMarkdownHelp` cmdlet
123+
### Running the [Update-ServiceMarkdownHelp](https://github.com/Azure/azure-powershell/blob/dev/tools/platyPSHelp/help/Update-ServiceMarkdownHelp.md) cmdlet
91124

92125
Anytime that you make changes to a cmdlet (*e.g.*, add/edit/remove parameter, edit output type, etc.), you will need to make sure that those changes are reflected in the markdown. The `Update-ServiceMarkdownHelp` cmdlet will update your markdown with the changes made to your cmdlets.
93126

94-
This cmdlet contains the same four parameter sets as the other two cmdlets, and more information about the cmdlet can be found in the [help](https://github.com/Azure/azure-powershell/blob/dev/tools/platyPSHelp/help/Update-ServiceMarkdownHelp.md).
95-
96127
In addition to updating the markdown help files, it will also regenerate the XML help (MAML) to ensure that the information in the markdown help is seen when `Get-Help` or `Get-HelpPreview` is ran.
97128

98129
## How it Works

src/ResourceManager/AnalysisServices/AnalysisServices.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.AnalysisServices.T
1818
EndProject
1919
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.AnalysisServices", "Commands.AnalysisServices\Commands.AnalysisServices.csproj", "{8AAB43E6-E8F6-4F91-AF8A-6A63CD78EF1E}"
2020
EndProject
21+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.AnalysisServices.ServiceManagement", "Commands.AnalysisServices.ServiceManagement\Commands.AnalysisServices.ServiceManagement.csproj", "{4944B213-4F12-4815-B416-3FF1853ADCC1}"
22+
EndProject
2123
Global
2224
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2325
Debug|Any CPU = Debug|Any CPU
@@ -52,6 +54,10 @@ Global
5254
{8AAB43E6-E8F6-4F91-AF8A-6A63CD78EF1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
5355
{8AAB43E6-E8F6-4F91-AF8A-6A63CD78EF1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
5456
{8AAB43E6-E8F6-4F91-AF8A-6A63CD78EF1E}.Release|Any CPU.Build.0 = Release|Any CPU
57+
{4944B213-4F12-4815-B416-3FF1853ADCC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58+
{4944B213-4F12-4815-B416-3FF1853ADCC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
59+
{4944B213-4F12-4815-B416-3FF1853ADCC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
60+
{4944B213-4F12-4815-B416-3FF1853ADCC1}.Release|Any CPU.Build.0 = Release|Any CPU
5561
EndGlobalSection
5662
GlobalSection(SolutionProperties) = preSolution
5763
HideSolutionNode = FALSE
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
#
2+
# Module manifest for module 'Microsoft.Azure.Commands.AnalysisServices.ServiceManagement'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
6+
# Generated on: 9/19/2015
7+
#
8+
9+
@{
10+
11+
# Version number of this module.
12+
ModuleVersion = '0.0.1'
13+
14+
# ID used to uniquely identify this module
15+
GUID = 'c717b5a4-1f1b-4a2f-8aa1-bfd09934626e'
16+
17+
# Author of this module
18+
Author = 'Microsoft Corporation'
19+
20+
# Company or vendor of this module
21+
CompanyName = 'Microsoft Corporation'
22+
23+
# Copyright statement for this module
24+
Copyright = '© Microsoft Corporation. All rights reserved.'
25+
26+
# Description of the functionality provided by this module
27+
Description = 'Microsoft Azure PowerShell - Analysis Services server management'
28+
29+
# Minimum version of the Windows PowerShell engine required by this module
30+
PowerShellVersion = '3.0'
31+
32+
# Name of the Windows PowerShell host required by this module
33+
PowerShellHostName = ''
34+
35+
# Minimum version of the Windows PowerShell host required by this module
36+
PowerShellHostVersion = ''
37+
38+
# Minimum version of the .NET Framework required by this module
39+
DotNetFrameworkVersion = '4.0'
40+
41+
# Minimum version of the common language runtime (CLR) required by this module
42+
CLRVersion='4.0'
43+
44+
# Processor architecture (None, X86, Amd64, IA64) required by this module
45+
ProcessorArchitecture = 'None'
46+
47+
# Assemblies that must be loaded prior to importing this module
48+
RequiredAssemblies = @()
49+
50+
# Script files (.ps1) that are run in the caller's environment prior to importing this module
51+
ScriptsToProcess = @()
52+
53+
# Type files (.ps1xml) to be loaded when importing this module
54+
TypesToProcess = @()
55+
56+
# Format files (.ps1xml) to be loaded when importing this module
57+
FormatsToProcess = @(
58+
'.\Microsoft.Azure.Commands.AnalsysisServices.ServiceManagement.format.ps1xml'
59+
)
60+
61+
# Modules to import as nested modules of the module specified in ModuleToProcess
62+
NestedModules = @(
63+
'.\Microsoft.Azure.Commands.AnalysisServices.ServiceManagement.dll'
64+
)
65+
66+
# Functions to export from this module
67+
FunctionsToExport = '*'
68+
69+
# Cmdlets to export from this module
70+
CmdletsToExport = '*'
71+
72+
# Variables to export from this module
73+
VariablesToExport = '*'
74+
75+
# Aliases to export from this module
76+
AliasesToExport = '*'
77+
78+
# List of all modules packaged with this module
79+
ModuleList = @()
80+
81+
# List of all files packaged with this module
82+
FileList = @()
83+
84+
# Private data to pass to the module specified in ModuleToProcess
85+
PrivateData = @{
86+
87+
PSData = @{
88+
89+
# Tags applied to this module. These help with module discovery in online galleries.
90+
Tags = @("Azure", "ServiceManagement", "AzureAS", "AS")
91+
92+
# A URL to the license for this module.
93+
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'
94+
95+
# A URL to the main website for this project.
96+
ProjectUri = 'https://github.com/Azure/azure-powershell'
97+
98+
# A URL to an icon representing this module.
99+
# IconUri = ''
100+
101+
# ReleaseNotes of this module
102+
ReleaseNotes = 'https://github.com/Azure/azure-powershell/blob/dev/ChangeLog.md'
103+
104+
} # End of PSData hashtable
105+
106+
} # End of PrivateData hashtable
107+
108+
}

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.

0 commit comments

Comments
 (0)