Skip to content

Commit c75fd83

Browse files
authored
Removed flagged output that does not provide value (#25359)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 4eb822a commit c75fd83

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/AppConfiguration/AppConfiguration/help/Get-AzAppConfigurationStoreKey.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ Lists the access key for the specified configuration store.
2727
Get-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupName azpstest_gp
2828
```
2929

30-
```output
31-
ConnectionString LastModified Name ReadOnly ResourceGroupName Value
32-
---------------- ------------ ---- -------- ----------------- ---
33-
Endpoint=https://azpstest-appstore.azconfig.io;Id=SXvQ-l0-s0:1EG/TDfXP30kHZoLxGxb;Secret=GknYAPIAFixLJw5wfGOGt0dgwj0hr2eGoRnusIgkNdc= 2022-08-24 AM 06:11:51 Secondary False Gk…
34-
Endpoint=https://azpstest-appstore.azconfig.io;Id=WCoZ-l0-s0:OY71pf8vbFCZTtDpuIfE;Secret=06+woMjMn4iQNhpvmpCuLQys0qjGXbal3UFgQxAipas= 2022-08-24 AM 06:11:51 Primary Read Only True 06…
35-
Endpoint=https://azpstest-appstore.azconfig.io;Id=7sDt-l0-s0:1tEtn3TApcmgJjk0PlqM;Secret=jZDAxcgFtEhj5ug2VYjUvdImaHybGwRSvkq45dvnVFk= 2022-08-24 AM 06:11:51 Secondary Read Only True jZ…
36-
Endpoint=https://azpstest-appstore.azconfig.io;Id=m6TW-l0-s0:g302jTPLEpvmI0AahitF;Secret=vt5aKm6ezq2iVKNjQo+dQpA8QyuH1UhH9Jv8N3jfZdE= 2022-08-24 AM 06:13:21 Primary False vt…
37-
```
38-
3930
This command lists all store keys of an app configuration store.
4031

4132
## PARAMETERS

src/AppConfiguration/AppConfiguration/help/New-AzAppConfigurationStoreKey.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ $keys = Get-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupNam
3636
New-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupName azpstest_gp -Id $keys[0].id
3737
```
3838

39-
```output
40-
ConnectionString LastModified Name ReadOnly ResourceGroupName Value
41-
---------------- ------------ ---- -------- ----------------- -----
42-
Endpoint=https://azpstest-appstore.azconfig.io;Id=m6TW-l0-s0:g302jTPLEpvmI0AahitF;Secret=vt5aKm6ezq2iVKNjQo+dQpA8QyuH1UhH9Jv8N3jfZdE= 2022-08-24 AM 06:13:21 Primary False vt5aKm6ezq2iV…
43-
```
44-
4539
This command regenerate key of an app configuration store.
4640

4741
## PARAMETERS

0 commit comments

Comments
 (0)