Skip to content

Commit c431555

Browse files
authored
Merge branch 'master' into anne2017
2 parents 9c6c7ff + e4775b5 commit c431555

38 files changed

+3526
-3432
lines changed

appveyor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
branches:
2-
only:
3-
- master
41
clone_folder: c:\projects\azure-docs-powershell
52
environment:
63
nodejs_version: "6"
@@ -16,7 +13,7 @@ before_build:
1613
- git clone -q https://github.com/MicrosoftDocs/azure-psdocs-ciscripts.git c:\projects\ciscripts
1714
- cd c:\projects\ciscripts
1815
- git clone -q https://github.com/MicrosoftDocs/azure-psdocs-processing.git azure-psdocs-processing
19-
- git clone -q https://github.com/Azure/azure-docs-powershell
16+
- git clone -q https://github.com/Azure/azure-docs-powershell -b %APPVEYOR_REPO_BRANCH%
2017
- npm install
2118
- npm install -g typescript
2219
- tsc
@@ -28,6 +25,6 @@ test: off
2825
on_success:
2926
- cd azure-psdocs-processing
3027
- git add -A
31-
- git diff --quiet --exit-code --cached || git commit --author="VSC CI Service <vscavu@microsoft.com>" -m "Update azure powershell docs." && git pull origin master --rebase && git push origin master
28+
- git diff --quiet --exit-code --cached || git commit --author="VSC CI Service <vscavu@microsoft.com>" -m "Update azure powershell docs." && git push origin %APPVEYOR_REPO_BRANCH%
3229
# on_finish:
3330
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Add-AzureRMGalleryItem.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ Add-AzureRMGalleryItem -GalleryItemUri <String> [-InformationAction <ActionPrefe
1717
```
1818

1919
## DESCRIPTION
20+
2021
The **Add-AzureRMGalleryItem** cmdlet adds the gallery item package. Typically a .azpkg file is uploaded to a publicly accessible blob container and its URI is provided as the **GallelryItemUri** parameter.
2122

2223
## EXAMPLES
2324

24-
### -------------------------- EXAMPLE 1 --------------------------
25+
### Example 1:
2526
```
2627
Add-AzureRMGalleryItem -ApiVersion 2015-04-01 -GalleryItemUri "http://127.0.0.1:10000/devstoreaccount1/sqlrpgallery/Microsoft.SqlDatabase.0.1.0.azpkg"
2728
```

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Add-AzureRMResourceProviderRegistration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The **Add-AzureRMResourceProviderRegistration** cmdlet adds a resource provider
3434

3535
## EXAMPLES
3636

37-
### -------------------------- EXAMPLE 1 --------------------------
37+
### Example 1:
3838
```
3939
# Make sure to provide the resource types json of the resource provider being registered
4040
$adminResourceTypesFile="$PSScriptRoot\AdminResourceTypes.json"

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Add-AzureRMUsageConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **Add-AzureRMUsageConnection** cmdlet adds usage connection details for a re
2424

2525
## EXAMPLES
2626

27-
### -------------------------- EXAMPLE 1 --------------------------
27+
### Example 1:
2828
```
2929
$usageConnectionId = "sqlrpusageconnection"
3030
$location = "local"

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Get-AzureRMGalleryItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The **Get-AzureRmGalleryItem** cmdlet gets the gallery item.
2121

2222
## EXAMPLES
2323

24-
### -------------------------- EXAMPLE 1 --------------------------
24+
### Example 1:
2525
```
2626
Get-AzureRMGalleryItem -Name "Microsoft.SqlDatabase.0.1.0" -ApiVersion "2015-04-01"
2727
```

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Get-AzureRMManagedLocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The **Get-AzureRmMangedLocation** cmdlet gets the details about a location manag
2121

2222
## EXAMPLES
2323

24-
### -------------------------- EXAMPLE 1 --------------------------
24+
### Example 1:
2525
```
2626
Get-AzureRMManagedLocation -Name "Chicago"
2727
```

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Get-AzureRMManagedSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The **Get-AzureRMManagedSubscription** cmdlet gets details about the target subs
2121

2222
## EXAMPLES
2323

24-
### -------------------------- EXAMPLE 1 --------------------------
24+
### Example 1:
2525
```
2626
Get-AzureRMManagedSubscription -TargetSubscriptionId "2fff214f-8589-4d25-b468-dc99320724bc"
2727
```

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Get-AzureRMOffer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ The **Get-AzureRMOffer** cmdlet gets an offer. This cmdlet can be executed as a
3434

3535
## EXAMPLES
3636

37-
### -------------------------- EXAMPLE 1 --------------------------
37+
### Example 1:
3838
```
3939
Get-AzureRMOffer -Name "ComputeOffer" -ResourceGroup "OfferGroup" -Managed
4040
```
4141

4242
This command gets the offer named "ComputeOffer" and created in the "OfferGroup" resource group. This command is being executed as a service administrator.
4343

44-
### -------------------------- EXAMPLE 2 --------------------------
44+
### Example 2:
4545
```
4646
Get-AzureRMOffer -Provider "default" | Where-Object name -eq "ComputeOffer"
4747
```

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Get-AzureRMPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The **Get-AzureRmPlan** cmdlet gets the details of a plan. This cmdlet can be ex
3434

3535
## EXAMPLES
3636

37-
### -------------------------- EXAMPLE 1 --------------------------
37+
### Example 1:
3838
```
3939
Get-AzureRMPlan -Name "ComputePlan" -ResourceGroup "PlanGroup" -Managed
4040
```

azureps-cmdlets-docs/AzureStack/AzureRM.AzureStackAdmin/v0.10.6/Get-AzureRMResourceProviderRegistration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The **Get-AzureRmResourceProviderRegistration** cmdlet gets the registration det
2222

2323
## EXAMPLES
2424

25-
### -------------------------- EXAMPLE 1 --------------------------
25+
### Example 1:
2626
```
2727
$registration = Get-AzureRMResourceProviderRegistration -Name "Microsoft.Sql.Admin" -ResourceGroup "System"
2828
```

0 commit comments

Comments
 (0)