Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f984ae5

Browse files
Introducing service group for orbital (aogs and aodg) (Azure#27582)
* Introducing service group for orbital (aogs and aodg) * Updated path to common-types * Updated tag * changing folder structure * Moved from Id to a ResourceReference object * Updated descriptions * Updated id to resourceId * Updated examples * Revert "Updated examples" This reverts commit 0f5604a. * Revert "Updated id to resourceId" This reverts commit 8d31746.
1 parent b72d96e commit f984ae5

25 files changed

+2545
-0
lines changed

specification/orbital/resource-manager/Microsoft.Orbital/aodg/preview/2024-03-01-preview/aodg.json

Lines changed: 1672 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
5+
"resourceGroupName": "rg1",
6+
"edgeSiteName": "es1",
7+
"parameters": {
8+
"location": "westus",
9+
"tags": {
10+
"tag1": "value1",
11+
"tag2": "value2"
12+
},
13+
"properties": {
14+
"globalCommunicationsSite": {
15+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
16+
}
17+
}
18+
}
19+
},
20+
"responses": {
21+
"200": {
22+
"body": {
23+
"name": "es1",
24+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/rg1/providers/Microsoft.Orbital/edgeSites/es1",
25+
"type": "Microsoft.Orbital/edgeSites",
26+
"location": "westus",
27+
"tags": {
28+
"tag1": "value1",
29+
"tag2": "value2"
30+
},
31+
"properties": {
32+
"globalCommunicationsSite": {
33+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
34+
}
35+
}
36+
}
37+
},
38+
"201": {
39+
"body": {
40+
"name": "es1",
41+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/rg1/providers/Microsoft.Orbital/edgeSites/es1",
42+
"type": "Microsoft.Orbital/edgeSites",
43+
"location": "westus",
44+
"tags": {
45+
"tag1": "value1",
46+
"tag2": "value2"
47+
},
48+
"properties": {
49+
"globalCommunicationsSite": {
50+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
51+
}
52+
}
53+
}
54+
}
55+
}
56+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
5+
"resourceGroupName": "rg1",
6+
"edgeSiteName": "oep1"
7+
},
8+
"responses": {
9+
"200": {},
10+
"204": {}
11+
}
12+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
5+
"resourceGroupName": "rg1",
6+
"edgeSiteName": "es1"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"name": "es1",
12+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/rg1/providers/Microsoft.Orbital/edgeSites/es1",
13+
"type": "Microsoft.Orbital/edgeSites",
14+
"location": "westus",
15+
"tags": {
16+
"tag1": "value1",
17+
"tag2": "value2"
18+
},
19+
"properties": {
20+
"globalCommunicationsSite": {
21+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
22+
}
23+
}
24+
}
25+
}
26+
}
27+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
5+
"resourceGroupName": "rg1",
6+
"edgeSiteName": "oep1",
7+
"parameters": {
8+
"tags": {
9+
"tag1": "value1",
10+
"tag2": "value2"
11+
}
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"body": {
17+
"name": "oep1",
18+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/rg1/providers/Microsoft.Orbital/edgeSites/oep1",
19+
"type": "Microsoft.Orbital/edgeSites",
20+
"location": "westus",
21+
"tags": {
22+
"tag1": "value1",
23+
"tag2": "value2"
24+
},
25+
"properties": {
26+
"globalCommunicationsSite": {
27+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
28+
}
29+
}
30+
}
31+
}
32+
}
33+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
5+
"resourceGroupName": "rg1",
6+
"$skipToken": "opaqueString"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"name": "oep1",
14+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/rg1/providers/Microsoft.Orbital/edgeSites/oep1",
15+
"type": "Microsoft.Orbital/edgeSites",
16+
"location": "westus",
17+
"tags": {
18+
"tag1": "value1",
19+
"tag2": "value2"
20+
},
21+
"properties": {
22+
"globalCommunicationsSite": {
23+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
24+
}
25+
}
26+
}
27+
],
28+
"nextLink": "https://example.com"
29+
}
30+
}
31+
}
32+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
5+
"$skipToken": "opaqueString"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"name": "oep1",
13+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/rg1/providers/Microsoft.Orbital/edgeSites/oep1",
14+
"type": "Microsoft.Orbital/edgeSites",
15+
"location": "westus",
16+
"tags": {
17+
"tag1": "value1",
18+
"tag2": "value2"
19+
},
20+
"properties": {
21+
"globalCommunicationsSite": {
22+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
23+
}
24+
}
25+
}
26+
],
27+
"nextLink": "https://example.com"
28+
}
29+
}
30+
}
31+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
5+
"resourceGroupName": "rg1",
6+
"globalCommunicationsSiteName": "contoso-Vernon"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"name": "contoso-Vernon",
12+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon",
13+
"type": "Microsoft.Orbital/globalCommunicationsSites",
14+
"properties": {
15+
"locationData": {
16+
"city": "Vernon",
17+
"district": "Texas",
18+
"country": "United States of America",
19+
"extra": "Zip code: 76384",
20+
"closestAzureRegion": "southcentralus"
21+
},
22+
"globalCommunicationsSiteType": "GroundStation",
23+
"partnerRouters": [
24+
{
25+
"name": "contoso-pr1"
26+
},
27+
{
28+
"name": "contoso-pr2"
29+
}
30+
],
31+
"partnerSiteBandwidth": 100000000
32+
}
33+
}
34+
}
35+
}
36+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"name": "contoso-Vernon",
12+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon",
13+
"type": "Microsoft.Orbital/globalCommunicationsSites",
14+
"properties": {
15+
"locationData": {
16+
"city": "Vernon",
17+
"district": "Texas",
18+
"country": "United States of America",
19+
"extra": "Zip code: 76384",
20+
"closestAzureRegion": "southcentralus"
21+
},
22+
"globalCommunicationsSiteType": "GroundStation",
23+
"partnerRouters": [
24+
{
25+
"name": "contoso-pr1"
26+
},
27+
{
28+
"name": "contoso-pr2"
29+
}
30+
],
31+
"partnerSiteBandwidth": 100000000
32+
}
33+
}
34+
],
35+
"nextLink": "https://example.com"
36+
}
37+
}
38+
}
39+
}
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"parameters": {
3+
"api-version": "2024-03-01-preview",
4+
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
5+
"resourceGroupName": "rg1",
6+
"groundStationName": "westus_gs1",
7+
"parameters": {
8+
"location": "westus",
9+
"properties": {
10+
"city": "redmond",
11+
"providerName": "Microsoft",
12+
"capabilities": [
13+
"Communication"
14+
],
15+
"longitudeDegrees": 47.674,
16+
"latitudeDegrees": -122.122,
17+
"altitudeMeters": 1500.83,
18+
"globalCommunicationsSite": {
19+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
20+
}
21+
},
22+
"tags": {
23+
"key1": "value1",
24+
"key2": "value2"
25+
}
26+
}
27+
},
28+
"responses": {
29+
"200": {
30+
"body": {
31+
"name": "westus_gs1",
32+
"location": "westus",
33+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/rg1/providers/Microsoft.Orbital/groundStations/westus_gs1",
34+
"properties": {
35+
"city": "redmond",
36+
"providerName": "Microsoft",
37+
"capabilities": [
38+
"Communication"
39+
],
40+
"longitudeDegrees": 47.674,
41+
"latitudeDegrees": -122.122,
42+
"altitudeMeters": 1500.83,
43+
"globalCommunicationsSite": {
44+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
45+
}
46+
},
47+
"type": "Microsoft.Orbital/groundStations",
48+
"tags": {
49+
"key1": "value1",
50+
"key2": "value2"
51+
}
52+
}
53+
},
54+
"201": {
55+
"body": {
56+
"name": "westus_gs1",
57+
"location": "westus",
58+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/rg1/providers/Microsoft.Orbital/groundStations/westus_gs1",
59+
"properties": {
60+
"city": "redmond",
61+
"providerName": "Microsoft",
62+
"capabilities": [
63+
"Communication"
64+
],
65+
"longitudeDegrees": 47.674,
66+
"latitudeDegrees": -122.122,
67+
"altitudeMeters": 1500.83,
68+
"globalCommunicationsSite": {
69+
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/globalCommunicationsSites/contoso-Vernon"
70+
}
71+
},
72+
"type": "Microsoft.Orbital/groundStations",
73+
"tags": {
74+
"key1": "value1",
75+
"key2": "value2"
76+
}
77+
}
78+
}
79+
}
80+
}

0 commit comments

Comments
 (0)