Skip to content

Commit 3818c64

Browse files
committed
Restore some examples
1 parent 7d9b0ca commit 3818c64

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,15 @@ Add-AzEnvironment -Name TestEnvironment `
6565
-ResourceManagerEndpoint TestRMEndpoint `
6666
-GalleryEndpoint TestGalleryEndpoint `
6767
-GraphEndpoint TestGraphEndpoint
68-
```
6968
70-
```Output
7169
Name Resource Manager Url ActiveDirectory Authority
7270
---- -------------------- -------------------------
7371
TestEnvironment TestRMEndpoint TestADEndpoint/
74-
```
75-
```powershell
72+
7673
Set-AzEnvironment -Name TestEnvironment `
7774
-ActiveDirectoryEndpoint NewTestADEndpoint `
7875
-GraphEndpoint NewTestGraphEndpoint | Format-List
79-
```
8076
81-
```Output
8277
Name : TestEnvironment
8378
EnableAdfsAuthentication : False
8479
OnPremise : False

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,13 @@ Add-AzEnvironment -Name TestEnvironment `
3030
-ResourceManagerEndpoint TestRMEndpoint `
3131
-GalleryEndpoint TestGalleryEndpoint `
3232
-GraphEndpoint TestGraphEndpoint
33-
```
3433
35-
```Output
3634
Name Resource Manager Url ActiveDirectory Authority
3735
---- -------------------- -------------------------
3836
TestEnvironment TestRMEndpoint TestADEndpoint/
39-
```
4037
41-
```powershell
4238
Remove-AzEnvironment -Name TestEnvironment
43-
```
4439
45-
```Output
4640
Name Resource Manager Url ActiveDirectory Authority
4741
---- -------------------- -------------------------
4842
TestEnvironment TestRMEndpoint TestADEndpoint/

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,15 @@ Add-AzEnvironment -Name TestEnvironment `
5858
-ResourceManagerEndpoint TestRMEndpoint `
5959
-GalleryEndpoint TestGalleryEndpoint `
6060
-GraphEndpoint TestGraphEndpoint
61-
```
6261
63-
```Output
6462
Name Resource Manager Url ActiveDirectory Authority
6563
---- -------------------- -------------------------
6664
TestEnvironment TestRMEndpoint TestADEndpoint/
67-
```
6865
69-
```powershell
7066
Set-AzEnvironment -Name TestEnvironment
7167
-ActiveDirectoryEndpoint NewTestADEndpoint
7268
-GraphEndpoint NewTestGraphEndpoint | Format-List
73-
```
7469
75-
```Output
7670
Name : TestEnvironment
7771
EnableAdfsAuthentication : False
7872
ActiveDirectoryServiceEndpointResourceId : TestADApplicationId

0 commit comments

Comments
 (0)