Skip to content

Commit f33a5de

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

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Get-CsExportAcquiredPhoneNumberStatus.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -65,46 +65,46 @@ 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
73-
DownloadLink : null
73+
DownloadLink : null
7474
```
7575
7676
### InProgress
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
85-
DownloadLink : null
85+
DownloadLink : null
8686
```
8787
8888
### Success
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
93-
CreatedAt : 6/24/2024 9:16:44 PM
94-
CreatedBy : [email protected]
95-
Status : Success
92+
Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
93+
CreatedAt : 6/24/2024 9:16:44 PM
94+
CreatedBy : [email protected]
95+
Status : Success
9696
DownloadLinkExpiry : 6/24/2024 10:17:29 PM
97-
DownloadLink : https://<downloadLink>
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
104+
Id : 0e923d2c-ab0e-4b7a-bg5a-906be8c
105+
CreatedAt : 6/24/2024 9:36:44 PM
106+
CreatedBy : [email protected]
107+
Status : Failure
108108
ErrorMessage : <Error message related to failure>
109109
```
110110

0 commit comments

Comments
 (0)