Skip to content

Commit 0685004

Browse files
committed
resolve conflict with main branch
2 parents 536bdf9 + fbc35fd commit 0685004

File tree

2,433 files changed

+75827
-13799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,433 files changed

+75827
-13799
lines changed

src/ApiManagement/ApiManagement/help/New-AzApiManagementSubscription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ This command subscribes an existing user to a product.
4343
### Example 2: Create a subscription for all Api Scope
4444
```powershell
4545
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
46-
New-AzApiManagementSubscription -Context $context -Scope "/apis" -Name "GlobalApiScope"
46+
New-AzApiManagementSubscription -Context $apimContext -Scope "/apis" -Name "GlobalApiScope"
4747
```
4848

4949
### Example 3: Create a subscription for Product Scope
5050
```powershell
5151
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
52-
New-AzApiManagementSubscription -Context $context -Scope "/products/starter" -Name "UnlimitedProductSub"
52+
New-AzApiManagementSubscription -Context $apimContext -Scope "/products/starter" -Name "UnlimitedProductSub"
5353
```
5454

5555
## PARAMETERS

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,16 @@ Get-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test"
4242
```output
4343
Id Description Permissions CreatedDate ApiKey
4444
-- ----------- ----------- ----------- ------
45-
7c4c61dc-b392-4aa4-992f-ee92b84e5dee test1 ReadTelemetry Wed, 18 Oct 2017 23:36:40 GMT
46-
63657030-dea6-4c52-82f4-6f5128cb92cb test2 {ReadTelemetry, WriteAnnotations} Wed, 18 Oct 2017 21:46:41 GMT
47-
82549f39-f3ae-492e-8f94-f7aada75fa57 test3 ReadTelemetry Wed, 18 Oct 2017 22:30:23 GMT
45+
7c4c61dc-b392-4aa4-992f-ee92b84e5dee test1 ReadTelemetry Wed, 18 Oct 2017 23:36:40 GMT
46+
63657030-dea6-4c52-82f4-6f5128cb92cb test2 {ReadTelemetry, WriteAnnotations} Wed, 18 Oct 2017 21:46:41 GMT
47+
82549f39-f3ae-492e-8f94-f7aada75fa57 test3 ReadTelemetry Wed, 18 Oct 2017 22:30:23 GMT
4848
```
4949

5050
Get application insights api keys for resource "test" in resource group "testGroup".
5151

5252
### Example 2 Get specific API key for an application insights resource
5353
```powershell
54-
Get-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId
55-
7c4c61dc-b392-4aa4-992f-ee92b84e5dee
54+
Get-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId 7c4c61dc-b392-4aa4-992f-ee92b84e5dee
5655
```
5756
```output
5857
ApiKey :
@@ -62,8 +61,8 @@ Permissions : {ReadTelemetry}
6261
Description : test1
6362
```
6463

65-
Get specific application insights api key that id is "dd173f38-4fd1-4c75-8af5-9
66-
9c29aa0f867" for resource "test" in resource group "testGroup".
64+
Get specific application insights api key that id is "7c4c61dc-b392-4aa4-992f-e
65+
e92b84e5dee" for resource "test" in resource group "testGroup".
6766

6867
## PARAMETERS
6968

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Get-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -AppInsightsN
8787
Name Location WebTestKind ResourceGroupName Enabled
8888
---- -------- ----------- ----------------- -------
8989
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test True
90-
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test True
90+
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test True
9191
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test True
9292
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test True
9393
standard-pwsh01 westus2 standard azpwsh-rg-test True
@@ -110,14 +110,10 @@ This command gets a specific Application Insights web test definition.
110110
### Example 5: Get a specific Application Insights web test definition by pipeline
111111
```powershell
112112
$location01 = New-AzApplicationInsightsWebTestGeolocationObject -Location "emea-nl-ams-azr"
113-
```
114-
```powershell
115113
$location02 = New-AzApplicationInsightsWebTestGeolocationObject -Location "us-ca-sjc-azr"
116-
```
117-
```powershell
118-
New-AzApplicationInsightsWebTest -ResourceGroup azpwsh-rg-test -Name standardwebtestpwsh03 -Location 'westus2' `
114+
New-AzApplicationInsightsWebTest -ResourceGroup azpwsh-rg-test -Name standardwebtestpwsh03 -Location 'westus2' `
119115
-Tag @{"hidden-link:/subscriptions/xxxxxxxxxx-xxxx-xxxxx-xxxxxxxxxxxx/resourceGroups/azpwsh-rg-test/providers/microsoft.insights/components/appinsightsportal01" = "Resource"} `
120-
-RequestUrl "https://docs.microsoft.com/" -RequestHttpVerb "GET" `
116+
-RequestUrl "https://docs.microsoft.com/" -RequestHttpVerb "GET" `
121117
-NameInAppInsights 'standardwebtestpwsh03' `
122118
-RuleSslCheck -RuleSslCertRemainingLifetimeCheck 7 -RuleExpectedHttpStatusCode 200 `
123119
-Enabled -Frequency 300 -Timeout 120 -WebTestKind "standard" -RetryEnabled -GeoLocations $location01, $location02 ` |Get-AzApplicationInsightsWebTest

src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsApiKey.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,8 @@ Create an application insights api keys for an application insights resource
3838

3939
### Example 1 Create a new Api Key for an application insights resource
4040
```powershell
41-
$apiKeyDescription="testapiKey"
42-
```
43-
```powershell
41+
$apiKeyDescription = "testapiKey"
4442
$permissions = @("ReadTelemetry", "WriteAnnotations")
45-
```
46-
```powershell
4743
New-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -Description $apiKeyDescription -Permissions $permissions
4844
```
4945
```output

src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsContinuousExport.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,10 @@ Create a new application insights continuous export configuration for an applica
4141
### Example 1 Create a new continuous export configuration for an application insights resource
4242
```powershell
4343
$sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w
44-
```
45-
```powershell
46-
$sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken
47-
```
48-
```powershell
49-
New-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test"
50-
-DocumentType "Request","Trace", "Custom Event" -StorageAccountId "/subscriptions/50359d91-7b9d-4823-85af-eb298a61ba96/resourceGroups/testgroup/providers/Microsoft.Storage/storageAccounts/teststorageaccount" -StorageLocation sourcecentralus
51-
-StorageSASUri $sasuri
44+
$sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken
45+
New-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test" `
46+
-DocumentType "Request","Trace", "Custom Event" -StorageAccountId "/subscriptions/50359d91-7b9d-4823-85af-eb298a61ba96/resourceGroups/testgroup/providers/Microsoft.Storage/storageAccounts/teststorageaccount" -StorageLocation sourcecentralus `
47+
-StorageSASUri $sasuri
5248
```
5349
```output
5450
ExportId : jlTFEiBg1rkDXOCIeJQ2mB2TxZg=

src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsLinkedStorageAccount.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Create an application insights linked storage account
4040
### Example 1
4141
```powershell
4242
$account = Get-AzStorageAccount -ResourceGroupName "rgName" -Name "accountName"
43-
4443
Get-AzApplicationInsights -ResourceGroupName "rgName" -Name "componentName" | New-AzApplicationInsightsLinkedStorageAccount -LinkedStorageAccountResourceId $account.Id
4544
```
4645

src/ApplicationInsights/ApplicationInsights/help/New-AzApplicationInsightsWebTest.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@ Creates or updates an Application Insights web test definition.
4242
### Example 1: Creates or updates an standard kind of the Application Insights web test
4343
```powershell
4444
$geoLocation = @()
45-
```
46-
```powershell
4745
$geoLocation += New-AzApplicationInsightsWebTestGeolocationObject -Location "emea-nl-ams-azr"
4846
$geoLocation += New-AzApplicationInsightsWebTestGeolocationObject -Location "us-ca-sjc-azr"
49-
```
50-
```powershell
5147
New-AzApplicationInsightsWebTest -ResourceGroup azpwsh-rg-test -Name standard-pwsh01 -Location 'westus2' `
5248
-Tag @{"hidden-link:/subscriptions/xxxxxxxxxx-xxxx-xxxxx-xxxxxxxxxxxx/resourceGroups/azpwsh-rg-test/providers/microsoft.insights/components/appinsights-portal01" = "Resource"} `
5349
-RequestUrl "https://www.bing.com" -RequestHttpVerb "GET" -TestName 'standard-pwsh01' `
@@ -66,14 +62,8 @@ We enter hidden-link in the `Tag` parameter to associate WebTest and Application
6662
### Example 2: Creates or updates an ping kind of the Application Insights web test
6763
```powershell
6864
$geoLocation = @()
69-
```
70-
```powershell
7165
$geoLocation += New-AzApplicationInsightsWebTestGeolocationObject -Location "emea-nl-ams-azr"
72-
```
73-
```powershell
7466
$geoLocation += New-AzApplicationInsightsWebTestGeolocationObject -Location "us-ca-sjc-azr"
75-
```
76-
```powershell
7767
New-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -Name 'pingwebtest-pwsh01' -TestName 'pingwentest-pwsh01testname' -Location 'westus2' `
7868
-Tag @{"hidden-link:/subscriptions/xxxxxxxxxx-xxxx-xxxxx-xxxxxxxxxxxx/resourceGroups/azpwsh-rg-test/providers/microsoft.insights/components/appinsights-portal01" = "Resource"} `
7969
-GeoLocation $geoLocation -RetryEnabled -Enabled -Frequency 300 -Timeout 90 `
@@ -91,14 +81,8 @@ This command creates or updates an ping kind of the Application Insights web tes
9181
### Example 3: Creates or updates an ping kind of the Application Insights web test with custom configuration
9282
```powershell
9383
$geoLocation = @()
94-
```
95-
```powershell
9684
$geoLocation += New-AzApplicationInsightsWebTestGeolocationObject -Location "emea-nl-ams-azr"
97-
```
98-
```powershell
9985
$geoLocation += New-AzApplicationInsightsWebTestGeolocationObject -Location "us-ca-sjc-azr"
100-
```
101-
```powershell
10286
New-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -Name 'pingwebtest-pwsh01' -TestName 'pingwentest-pwsh01testname' -Location 'westus2' `
10387
-Tag @{"hidden-link:/subscriptions/xxxxxxxxxx-xxxx-xxxxx-xxxxxxxxxxxx/resourceGroups/azpwsh-rg-test/providers/microsoft.insights/components/appinsights-portal01" = "Resource"} `
10488
-GeoLocation $geoLocation -RetryEnabled -Enabled -Frequency 300 -Timeout 90 `

src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ Remove an application insights api key for an application insights resource
3838

3939
### Example 1 Remove an application insights api key for an application insights resource
4040
```powershell
41-
Remove-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId dd173f38-4fd1-4c75-8af5-9
42-
9c29aa0f867 -PassThru
41+
Remove-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId dd173f38-4fd1-4c75-8af5-99c29aa0f867 -PassThru
42+
```
43+
```output
4344
True
4445
```
4546

src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsContinuousExport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Remove a continuous export configuration in an application insights resource
4040
### Example 1 Remove a continuous export configuration in an application insights resource
4141
```powershell
4242
Remove-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test" -ExportId "uGOoki0jQsyEs3IdQ83Q4QsNr4=" -PassThru
43+
```
44+
```output
4345
True
4446
```
4547

src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsWebTest.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ Deletes an Application Insights web test.
3232
### Example 1: Deletes an Application Insights web test
3333
```powershell
3434
Remove-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -Name standardwebtest01-lucasappinsights
35-
3635
```
3736

3837
This command deletes an Application Insights web test.
3938

4039
### Example 2: Deletes an Application Insights web test by pipeline
4140
```powershell
4241
Get-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -Name webtest01-lucasappinsights | Remove-AzApplicationInsightsWebTest
43-
4442
```
4543

4644
This command deletes an Application Insights web test by pipeline.

src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,11 @@ Update a continuous export configuration in an application insights resource
4242
### Example 1
4343
```powershell
4444
$sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w
45-
```
46-
```powershell
4745
$sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken
48-
```
49-
```powershell
5046
Set-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test"
51-
-DocumentType "Request","Trace" -ExportId "jlTFEiBg1rkDXOCIeJQ2mB2TxZg=" -StorageAccountId "/subscriptions/50359d91-7b9d-4823-85af-eb298a61ba96/resourceGroups/testgroup/providers/Microsoft.Storage/storageAccounts/teststorageaccount" -StorageLocation sourcecentralus
52-
-StorageSASUri $sasuri
53-
```
47+
-DocumentType "Request","Trace" -ExportId "jlTFEiBg1rkDXOCIeJQ2mB2TxZg=" -StorageAccountId "/subscriptions/50359d91-7b9d-4823-85af-eb298a61ba96/resourceGroups/testgroup/providers/Microsoft.Storage/storageAccounts/teststorageaccount" -StorageLocation sourcecentralus
48+
-StorageSASUri $sasuri
49+
```
5450
```output
5551
ExportId : jlTFEiBg1rkDXOCIeJQ2mB2TxZg=
5652
StorageName : teststorageaccount

src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsDailyCap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ Set daily data volume cap for an application insights resource
4040

4141
### Example 1 Set daily data volume cap for an application insights resource
4242
```powershell
43-
Set-AzApplicationInsightsDailyCap -ResourceGroupName "testgroup" -Name "test" -DailyCapGB 400
44-
-DisableNotificationWhenHitCap
43+
Set-AzApplicationInsightsDailyCap -ResourceGroupName "testgroup" -Name "test" -DailyCapGB 400 -DisableNotificationWhenHitCap
4544
```
4645
```output
4746
Cap ResetTime StopSendNotificationWhenHitCap

src/BotService/help/Export-AzBotServiceApp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ Returns a BotService specified by the parameters.
2222

2323
## EXAMPLES
2424

25-
### Example 1: DownLoad the BotService App folder
25+
### Example 1: Download the BotService App folder
2626
```powershell
2727
Export-AzBotServiceApp -ResourceGroupName youriBotTest -name youriechobottest
28-
28+
```
29+
```output
2930
Parameter $SavePath not provided, defaulting to current working directory.
3031
3132
Directory: D:\powershell\BotService\azure-powershell\src\BotService
32-
```
33-
```output
33+
3434
Mode LastWriteTime Length Name
3535
---- ------------- ------ ----
3636
d---- 2020/12/15 13:45 youriechobottest
3737
```
3838

39-
DownLoad the BotService App folder
39+
Download the BotService App folder
4040

4141
## PARAMETERS
4242

src/BotService/help/Update-AzBotService.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Update the Bot by Name and ResourceGroupName
5454
$getAzbot = Get-AzBotService -Name 'youri-apptest' -ResourceGroupName 'youriBotTest'
5555
Update-AzBotService -InputObject $getAzbot -kind sdk
5656
```
57-
5857
```output
5958
Etag Kind Location Name SkuName SkuTier Type
6059
---- ---- -------- ---- ------- ------- ----
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>ConfidentialLedger</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)