Skip to content

Commit a439205

Browse files
authored
Update Get-CsExportAcquiredPhoneNumberStatus.md
1 parent f33a5de commit a439205

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Get-CsExportAcquiredPhoneNumberStatus.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6565
The output shows the status Pending when the request is created but processing has not been started.
6666
6767
```yaml
68-
Id : 0e923e2c-af0e-4b7a-be5a-906be8c
69-
CreatedAt : 6/24/2024 9:26:44 PM
70-
CreatedBy : [email protected]
71-
Status : Pending
68+
Id : 0e923e2c-af0e-4b7a-be5a-906be8c
69+
CreatedAt : 6/24/2024 9:26:44 PM
70+
CreatedBy : [email protected]
71+
Status : Pending
7272
DownloadLinkExpiry : null
7373
DownloadLink : null
7474
```
@@ -77,10 +77,10 @@ DownloadLink : null
7777
The output shows the status InProgress when the request is being processed.
7878
7979
```yaml
80-
Id : 0e923e2c-af0e-4b7a-be5a-906be8c
81-
CreatedAt : 6/24/2024 9:26:44 PM
82-
CreatedBy : [email protected]
83-
Status : InProgress
80+
Id : 0e923e2c-af0e-4b7a-be5a-906be8c
81+
CreatedAt : 6/24/2024 9:26:44 PM
82+
CreatedBy : [email protected]
83+
Status : InProgress
8484
DownloadLinkExpiry : null
8585
DownloadLink : null
8686
```
@@ -89,23 +89,23 @@ DownloadLink : null
8989
The output shows the status Success with download link and expiry date for the link when the request is completed successfully.
9090
9191
```yaml
92-
Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
92+
Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
9393
CreatedAt : 6/24/2024 9:16:44 PM
9494
CreatedBy : [email protected]
9595
Status : Success
96-
DownloadLinkExpiry : 6/24/2024 10:17:29 PM
97-
DownloadLink : https://<downloadLink>
96+
DownloadLinkExpiry : 6/24/2024 10:17:29 PM
97+
DownloadLink : https://<downloadLink>
9898
```
9999
100100
### Failure
101101
The output shows the status Success with download link and expiry date for the link when the request is completed successfully.
102102
103103
```yaml
104-
Id : 0e923d2c-ab0e-4b7a-bg5a-906be8c
105-
CreatedAt : 6/24/2024 9:36:44 PM
106-
CreatedBy : [email protected]
107-
Status : Failure
108-
ErrorMessage : <Error message related to failure>
104+
Id : 0e923d2c-ab0e-4b7a-bg5a-906be8c
105+
CreatedAt : 6/24/2024 9:36:44 PM
106+
CreatedBy : [email protected]
107+
Status : Failure
108+
ErrorMessage : <Error message related to failure>
109109
```
110110
111111
## NOTES

0 commit comments

Comments
 (0)