Skip to content

Commit e67bee9

Browse files
Merge pull request #251882 from kellydevens/main
Update resource-graph-samples.md
2 parents 9d0c0d6 + 6477c8c commit e67bee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/orbital/resource-graph-samples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ OrbitalResources
5353
| project Contact = tostring(name), Groundstation = tostring(properties.groundStationName), Spacecraft, Contact_Profile, Reservation_Start_Time = todatetime(properties.reservationStartTime), Reservation_End_Time = todatetime(properties.reservationEndTime), Status=properties.status, Provisioning_Status=properties.provisioningState
5454
```
5555

56-
### List Past ‘x’ days Contacts - sorted by reservation start time
56+
### List Contacts from Past ‘x’ Days – sorted by reservation start time
5757

5858
```kusto
5959
OrbitalResources
@@ -64,7 +64,7 @@ OrbitalResources
6464
| project Contact = tostring(name), Groundstation = tostring(properties.groundStationName), Spacecraft, Contact_Profile, Reservation_Start_Time = todatetime(properties.reservationStartTime), Reservation_End_Time = todatetime(properties.reservationEndTime), Status=properties.status, Provisioning_Status=properties.provisioningState
6565
```
6666

67-
### List Past ‘x’ days Contacts on specified ground station – sorted by reservation start time
67+
#### On a specified ground station
6868

6969
This query will help customers track all the past contacts sorted by reservation start time for a specified ground station.
7070

@@ -77,7 +77,7 @@ OrbitalResources
7777
| project Contact = tostring(name), Groundstation = tostring(properties.groundStationName), Spacecraft, Contact_Profile, Reservation_Start_Time = todatetime(properties.reservationStartTime), Reservation_End_Time = todatetime(properties.reservationEndTime), Status=properties.status, Provisioning_Status=properties.provisioningState
7878
```
7979

80-
### List Past ‘x’ days Contacts on specified contact profile – sorted by reservation start time
80+
#### On specified contact profile
8181

8282
This query will help customers track all the past contacts sorted by reservation start time for a specified contact profile.
8383

0 commit comments

Comments
 (0)