Skip to content

Commit

Permalink
Remove output that was flagged in the docs repo and does not provide …
Browse files Browse the repository at this point in the history
…value. (#25371)
  • Loading branch information
lijinpei2008 authored Jun 25, 2024
1 parent 10b4466 commit 06674f9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ Lists the access key for the specified configuration store.
Get-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupName azpstest_gp
```

```output
ConnectionString LastModified Name ReadOnly ResourceGroupName Value
---------------- ------------ ---- -------- ----------------- ---
Endpoint=https://azpstest-appstore.azconfig.io;Id=SXvQ-l0-s0:1EG/TDfXP30kHZoLxGxb;Secret=GknYAPIAFixLJw5wfGOGt0dgwj0hr2eGoRnusIgkNdc= 2022-08-24 AM 06:11:51 Secondary False Gk…
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…
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…
Endpoint=https://azpstest-appstore.azconfig.io;Id=m6TW-l0-s0:g302jTPLEpvmI0AahitF;Secret=vt5aKm6ezq2iVKNjQo+dQpA8QyuH1UhH9Jv8N3jfZdE= 2022-08-24 AM 06:13:21 Primary False vt…
```

This command lists all store keys of an app configuration store.

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ $keys = Get-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupNam
New-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupName azpstest_gp -Id $keys[0].id
```

```output
ConnectionString LastModified Name ReadOnly ResourceGroupName Value
---------------- ------------ ---- -------- ----------------- -----
Endpoint=https://azpstest-appstore.azconfig.io;Id=m6TW-l0-s0:g302jTPLEpvmI0AahitF;Secret=vt5aKm6ezq2iVKNjQo+dQpA8QyuH1UhH9Jv8N3jfZdE= 2022-08-24 AM 06:13:21 Primary False vt5aKm6ezq2iV…
```

This command regenerate key of an app configuration store.

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,4 @@
Get-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupName azpstest_gp
```

```output
ConnectionString LastModified Name ReadOnly ResourceGroupName Value
---------------- ------------ ---- -------- ----------------- ---
Endpoint=https://azpstest-appstore.azconfig.io;Id=SXvQ-l0-s0:1EG/TDfXP30kHZoLxGxb;Secret=GknYAPIAFixLJw5wfGOGt0dgwj0hr2eGoRnusIgkNdc= 2022-08-24 AM 06:11:51 Secondary False Gk…
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…
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…
Endpoint=https://azpstest-appstore.azconfig.io;Id=m6TW-l0-s0:g302jTPLEpvmI0AahitF;Secret=vt5aKm6ezq2iVKNjQo+dQpA8QyuH1UhH9Jv8N3jfZdE= 2022-08-24 AM 06:13:21 Primary False vt…
```

This command lists all store keys of an app configuration store.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@ $keys = Get-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupNam
New-AzAppConfigurationStoreKey -Name azpstest-appstore -ResourceGroupName azpstest_gp -Id $keys[0].id
```

```output
ConnectionString LastModified Name ReadOnly ResourceGroupName Value
---------------- ------------ ---- -------- ----------------- -----
Endpoint=https://azpstest-appstore.azconfig.io;Id=m6TW-l0-s0:g302jTPLEpvmI0AahitF;Secret=vt5aKm6ezq2iVKNjQo+dQpA8QyuH1UhH9Jv8N3jfZdE= 2022-08-24 AM 06:13:21 Primary False vt5aKm6ezq2iV…
```

This command regenerate key of an app configuration store.

0 comments on commit 06674f9

Please sign in to comment.