Skip to content

Commit f241b1f

Browse files
authored
Add 'skip' tag to files needed (Azure#18881)
* add skip tag to files needed * update skip files * Update New-AzDataBoxJob.md * Update New-AzDataBoxJob.md * split code and output for Restore-AzApiManagement.md * Update Add-AzEnvironment.md
1 parent 3eb0bbf commit f241b1f

File tree

131 files changed

+230
-10
lines changed

Some content is hidden

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

131 files changed

+230
-10
lines changed

src/Accounts/Accounts/help/Add-AzEnvironment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The built-in environments AzureCloud and AzureChinaCloud target existing public
5858
## EXAMPLES
5959

6060
### Example 1: Creating and modifying a new environment
61+
<!-- Skip: Output cannot be splitted from code -->
6162
```powershell
6263
Add-AzEnvironment -Name TestEnvironment `
6364
-ActiveDirectoryEndpoint TestADEndpoint `
@@ -107,7 +108,7 @@ ExtendedProperties : {}
107108
BatchEndpointResourceId :
108109
```
109110

110-
In this example we are creating a new Azure environment with sample endpoints using Add-AzEnvironment, and then we are changing the value of the ActiveDirectoryEndpoint and GraphEndpoint attributes of the created environment using the cmdlet Set-AzEnvironment.
111+
In this example we are creating a new Azure environment with sample endpoints using Add-AzEnvironment, and then we are changing the value of the ActiveDirectoryEndpoint and GraphEndpoint attributes of the created environment using the cmdlet Set-AzEnvironment.
111112

112113
### Example 2: Discovering a new environment via Uri
113114
```powershell

src/Accounts/Accounts/help/Remove-AzEnvironment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The Remove-AzEnvironment cmdlet removes endpoints and metadata information for c
2323
## EXAMPLES
2424

2525
### Example 1: Creating and removing a test environment
26+
<!-- Skip: Output cannot be splitted from code -->
2627
```powershell
2728
Add-AzEnvironment -Name TestEnvironment `
2829
-ActiveDirectoryEndpoint TestADEndpoint `

src/Accounts/Accounts/help/Set-AzEnvironment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The Set-AzEnvironment cmdlet sets endpoints and metadata for connecting to an in
5151
## EXAMPLES
5252

5353
### Example 1: Creating and modifying a new environment
54+
<!-- Skip: Output cannot be splitted from code -->
5455
```powershell
5556
Add-AzEnvironment -Name TestEnvironment `
5657
-ActiveDirectoryEndpoint TestADEndpoint `

src/ApiManagement/ApiManagement/help/Get-AzApiManagementNetworkStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Gets the Network status of their Api Management service
3030
## EXAMPLES
3131

3232
### Example 1
33+
<!-- Skip: Output cannot be splitted from code -->
3334
```powershell
3435
Get-AzApiManagementNetworkStatus -ResourceGroupName powershelltest -Name powershellsdkservice
3536

src/ApiManagement/ApiManagement/help/Restore-AzApiManagement.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,17 @@ Restore-AzApiManagement -ResourceGroupName "ContosoGroup" -Name "RestoredContoso
3838
This command restores an API Management service from Azure storage blob.
3939

4040
### Example 2: Restore an API Management service using Managed Identity Credentials
41-
4241
```powershell
4342
PS D:> $storageContext=New-AzStorageContext -StorageAccountName apimbackupmsi
4443
PS D:> $resourceGroupName="ContosoGroup02";
4544
PS D:> $apiManagementName="contosoapi";
4645
PS D:> $containerName="apimbackupcontainer";
4746
PS D:> $backupName="test-sdk-backup-1";
4847
PS D:> $msiClientId="a6270d0c-7d86-478b-8cbe-dc9047ba54f7"
49-
5048
PS D:> Restore-AzApiManagement -ResourceGroupName $resourceGroupName -Name $apiManagementName -StorageContext $storageContext -SourceContainerName $containerName -SourceBlobName $backupName -AccessType "UserAssignedManagedIdentity" -IdentityClientId $msiClientId -PassThru
49+
```
5150

52-
51+
```output
5352
PublicIPAddresses : {52.143.79.150}
5453
PrivateIPAddresses :
5554
Id : /subscriptions/4f5285a3-9fd7-40ad-91b1-d8fc3823983d/resourceGroups/ContosoGroup02/providers/Microsoft.ApiManagement/service/contosoapi

src/ApiManagement/ApiManagement/help/Set-AzApiManagement.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Set-AzApiManagement -InputObject $apim -PassThru
7272
```
7373

7474
### Example 5: Add Managed Certificate to an APIM Service
75+
<!-- Skip: Output cannot be splitted from code -->
7576

7677
```powershell
7778
$gateway=New-AzApiManagementCustomHostnameConfiguration -Hostname freecertCanary.contoso.api -HostnameType Proxy -ManagedCertificate

src/ApiManagement/ApiManagement/help/Set-AzApiManagementDiagnostic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The cmdlet **Set-AzApiManagementDiagnostic** updates the diagnostics which is co
4545
## EXAMPLES
4646

4747
### Example 1: Modify a diagnostic at the Global scope
48+
<!-- Skip: Output cannot be splitted from code -->
4849
```powershell
4950
$context =New-AzApiManagementContext -ResourceGroupName Api-Default-WestUS -ServiceName contoso
5051
$diagnostic=Get-AzApiManagementDiagnostic -Context $context -DiagnosticId "applicationinsights"

src/Automation/Automation/help/Get-AzAutomationDscNodeConfigurationDeployment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The **Get-AzAutomationDscNodeConfigurationDeployment** cmdlet deploys an APS Des
3232
## EXAMPLES
3333

3434
### Example 1: Get a node configuration deployment
35+
<!-- Skip: Output cannot be splitted from code -->
3536
```powershell
3637
$deployment = Get-AzAutomationDscNodeConfigurationDeployment `
3738
-JobId 35b14eb4-52b7-4a1d-ad62-8e9f84adc657 `

src/Automation/Automation/help/Get-AzAutomationDscNodeConfigurationDeploymentSchedule.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RunbookName : Deploy-NodeConfigurationToAutomationDscNodesV1
5151
```
5252

5353
### Example 2: Get a deployment schedule
54+
<!-- Skip: Output cannot be splitted from code -->
5455
```powershell
5556
$js = Get-AzAutomationDscNodeConfigurationDeploymentSchedule `
5657
-AutomationAccountName "Contoso01" `

src/Batch/Batch/help/Get-AzBatchAccountKey.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ $Context = Get-AzBatchAccountKey -AccountName myaccount
3131
This command gets the account details and stores it in a `$Context` object for use later.
3232

3333
### Example 2: Get batch account keys and display them
34+
<!-- Skip: Output cannot be splitted from code -->
3435
```powershell
3536
$Context = Get-AzBatchAccountKey -AccountName myaccount
3637
$Context.PrimaryAccountKey

0 commit comments

Comments
 (0)