File tree Expand file tree Collapse file tree 3 files changed +1
-18
lines changed
src/Accounts/Accounts/help Expand file tree Collapse file tree 3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,15 @@ Add-AzEnvironment -Name TestEnvironment `
65
65
-ResourceManagerEndpoint TestRMEndpoint `
66
66
-GalleryEndpoint TestGalleryEndpoint `
67
67
-GraphEndpoint TestGraphEndpoint
68
- ```
69
68
70
- ``` Output
71
69
Name Resource Manager Url ActiveDirectory Authority
72
70
---- -------------------- -------------------------
73
71
TestEnvironment TestRMEndpoint TestADEndpoint/
74
- ```
75
- ``` powershell
72
+
76
73
Set-AzEnvironment -Name TestEnvironment `
77
74
-ActiveDirectoryEndpoint NewTestADEndpoint `
78
75
-GraphEndpoint NewTestGraphEndpoint | Format-List
79
- ```
80
76
81
- ``` Output
82
77
Name : TestEnvironment
83
78
EnableAdfsAuthentication : False
84
79
OnPremise : False
Original file line number Diff line number Diff line change @@ -30,19 +30,13 @@ Add-AzEnvironment -Name TestEnvironment `
30
30
-ResourceManagerEndpoint TestRMEndpoint `
31
31
-GalleryEndpoint TestGalleryEndpoint `
32
32
-GraphEndpoint TestGraphEndpoint
33
- ```
34
33
35
- ``` Output
36
34
Name Resource Manager Url ActiveDirectory Authority
37
35
---- -------------------- -------------------------
38
36
TestEnvironment TestRMEndpoint TestADEndpoint/
39
- ```
40
37
41
- ``` powershell
42
38
Remove-AzEnvironment -Name TestEnvironment
43
- ```
44
39
45
- ``` Output
46
40
Name Resource Manager Url ActiveDirectory Authority
47
41
---- -------------------- -------------------------
48
42
TestEnvironment TestRMEndpoint TestADEndpoint/
Original file line number Diff line number Diff line change @@ -58,21 +58,15 @@ Add-AzEnvironment -Name TestEnvironment `
58
58
-ResourceManagerEndpoint TestRMEndpoint `
59
59
-GalleryEndpoint TestGalleryEndpoint `
60
60
-GraphEndpoint TestGraphEndpoint
61
- ```
62
61
63
- ``` Output
64
62
Name Resource Manager Url ActiveDirectory Authority
65
63
---- -------------------- -------------------------
66
64
TestEnvironment TestRMEndpoint TestADEndpoint/
67
- ```
68
65
69
- ``` powershell
70
66
Set-AzEnvironment -Name TestEnvironment
71
67
-ActiveDirectoryEndpoint NewTestADEndpoint
72
68
-GraphEndpoint NewTestGraphEndpoint | Format-List
73
- ```
74
69
75
- ``` Output
76
70
Name : TestEnvironment
77
71
EnableAdfsAuthentication : False
78
72
ActiveDirectoryServiceEndpointResourceId : TestADApplicationId
You can’t perform that action at this time.
0 commit comments