Skip to content

Commit cea4ad3

Browse files
authored
[Hub Generated] Review request for Microsoft.LoadTestService to add version preview/2022-04-15-preview (#20917)
* First commit with existing version files in new folder * Added new stable version 2022-12-01 * Update loadtestservice.json Updated description for outbound network dependency endpoints * Update description of few properties
1 parent 4994cbe commit cea4ad3

14 files changed

+1517
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-12-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"loadTestName": "myLoadTest",
7+
"LoadTestResource": {
8+
"location": "westus",
9+
"tags": {
10+
"Team": "Dev Exp"
11+
},
12+
"identity": {
13+
"type": "SystemAssigned,UserAssigned",
14+
"userAssignedIdentities": {
15+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {}
16+
}
17+
},
18+
"properties": {
19+
"description": "This is new load test resource",
20+
"encryption": {
21+
"identity": {
22+
"type": "UserAssigned",
23+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1"
24+
},
25+
"keyUrl": "https://dummy.vault.azure.net/keys/dummykey1"
26+
}
27+
}
28+
}
29+
},
30+
"responses": {
31+
"200": {
32+
"body": {
33+
"location": "westus",
34+
"identity": {
35+
"type": "SystemAssigned,UserAssigned",
36+
"principalId": "12345678-1234-1234-1234-123456789012",
37+
"tenantId": "12345678-1234-1234-4321-123456789012",
38+
"userAssignedIdentities": {
39+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
40+
"principalId": "12345678-1234-4321-1234-123456789012",
41+
"clientId": "12345678-4321-1234-1234-123456789012"
42+
}
43+
}
44+
},
45+
"properties": {
46+
"description": "This is new load test resource",
47+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
48+
"provisioningState": "Succeeded",
49+
"encryption": {
50+
"identity": {
51+
"type": "UserAssigned",
52+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1"
53+
},
54+
"keyUrl": "https://dummy.vault.azure.net/keys/dummykey1"
55+
}
56+
},
57+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
58+
"name": "myLoadTest",
59+
"type": "Microsoft.LoadTestService/loadTests",
60+
"tags": {
61+
"Team": "Dev Exp"
62+
},
63+
"systemData": {
64+
"createdBy": "userId1001",
65+
"createdByType": "User",
66+
"createdAt": "2021-09-28T12:32:33Z",
67+
"lastModifiedBy": "userId1001",
68+
"lastModifiedByType": "User",
69+
"lastModifiedAt": "2021-09-28T12:32:33Z"
70+
}
71+
}
72+
},
73+
"201": {
74+
"body": {
75+
"location": "westus",
76+
"identity": {
77+
"type": "SystemAssigned,UserAssigned",
78+
"principalId": "12345678-1234-1234-1234-123456789012",
79+
"tenantId": "12345678-1234-1234-4321-123456789012",
80+
"userAssignedIdentities": {
81+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
82+
"principalId": "12345678-1234-4321-1234-123456789012",
83+
"clientId": "12345678-4321-1234-1234-123456789012"
84+
}
85+
}
86+
},
87+
"properties": {
88+
"description": "This is new load test resource",
89+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
90+
"provisioningState": "Succeeded",
91+
"encryption": {
92+
"identity": {
93+
"type": "UserAssigned",
94+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1"
95+
},
96+
"keyUrl": "https://dummy.vault.azure.net/keys/dummykey1"
97+
}
98+
},
99+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
100+
"name": "myLoadTest",
101+
"type": "Microsoft.LoadTestService/loadTests",
102+
"tags": {
103+
"Team": "Dev Exp"
104+
},
105+
"systemData": {
106+
"createdBy": "userId1001",
107+
"createdByType": "User",
108+
"createdAt": "2021-09-28T12:32:33Z",
109+
"lastModifiedBy": "userId1001",
110+
"lastModifiedByType": "User",
111+
"lastModifiedAt": "2021-09-28T12:32:33Z"
112+
}
113+
}
114+
}
115+
}
116+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-12-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"loadTestName": "myLoadTest"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {},
11+
"204": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-12-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"loadTestName": "myLoadTest"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"location": "westus",
12+
"properties": {
13+
"description": "This is new load test resource",
14+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
15+
"provisioningState": "Succeeded"
16+
},
17+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
18+
"name": "myLoadTest",
19+
"type": "Microsoft.LoadTestService/loadTests",
20+
"tags": {
21+
"Team": "Dev Exp"
22+
},
23+
"systemData": {
24+
"createdBy": "userId1001",
25+
"createdByType": "User",
26+
"createdAt": "2021-09-28T12:32:33Z",
27+
"lastModifiedBy": "userId1001",
28+
"lastModifiedByType": "User",
29+
"lastModifiedAt": "2021-09-28T12:32:33Z"
30+
}
31+
}
32+
}
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-12-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"location": "westus",
13+
"properties": {
14+
"description": "This is new load test resource",
15+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
16+
"provisioningState": "Succeeded"
17+
},
18+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
19+
"name": "myLoadTest",
20+
"type": "Microsoft.LoadTestService/loadTests",
21+
"tags": {
22+
"Team": "Dev Exp"
23+
},
24+
"systemData": {
25+
"createdBy": "userId1001",
26+
"createdByType": "User",
27+
"createdAt": "2021-09-28T12:32:33Z",
28+
"lastModifiedBy": "userId1001",
29+
"lastModifiedByType": "User",
30+
"lastModifiedAt": "2021-09-28T12:32:33Z"
31+
}
32+
}
33+
]
34+
}
35+
}
36+
}
37+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-12-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"location": "westus",
12+
"properties": {
13+
"description": "This is new load test resource",
14+
"dataPlaneURI": "https://myLoadTest.00000000-0000-0000-0000-000000000000.cnt-dp.domain.com",
15+
"provisioningState": "Succeeded"
16+
},
17+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/loadTests/myLoadTest",
18+
"name": "myLoadTest",
19+
"type": "Microsoft.LoadTestService/loadTests",
20+
"tags": {
21+
"Team": "Dev Exp"
22+
},
23+
"systemData": {
24+
"createdBy": "userId1001",
25+
"createdByType": "User",
26+
"createdAt": "2021-09-28T12:32:33Z",
27+
"lastModifiedBy": "userId1001",
28+
"lastModifiedByType": "User",
29+
"lastModifiedAt": "2021-09-28T12:32:33Z"
30+
}
31+
}
32+
]
33+
}
34+
}
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"parameters": {
3+
"loadTestName": "sampleloadtest",
4+
"resourceGroupName": "default-azureloadtest-japaneast",
5+
"api-version": "2022-12-01",
6+
"subscriptionId": "subid"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"category": "Azure Batch",
14+
"endpoints": [
15+
{
16+
"domainName": "sampleacct.japaneast.batch.azure.com",
17+
"description": "Applicable to job manager tasks, tasks that use job scoped authentication, or any task that makes calls to Batch.",
18+
"endpointDetails": [
19+
{
20+
"port": 443
21+
}
22+
]
23+
},
24+
{
25+
"domainName": "japaneast.service.batch.azure.com",
26+
"description": "Applicable to all Azure Batch pools.",
27+
"endpointDetails": [
28+
{
29+
"port": 443
30+
}
31+
]
32+
}
33+
]
34+
},
35+
{
36+
"category": "Azure Storage",
37+
"endpoints": [
38+
{
39+
"domainName": "autostorageaccountname.blob.core.windows.net",
40+
"description": "AutoStorage endpoint for this Batch account. Applicable to all Azure Batch pools under this account.",
41+
"endpointDetails": [
42+
{
43+
"port": 443
44+
}
45+
]
46+
},
47+
{
48+
"domainName": "*.blob.core.windows.net",
49+
"description": "Applicable to all Azure Batch pools.",
50+
"endpointDetails": [
51+
{
52+
"port": 443
53+
}
54+
]
55+
},
56+
{
57+
"domainName": "*.table.core.windows.net",
58+
"description": "Applicable to all Azure Batch pools.",
59+
"endpointDetails": [
60+
{
61+
"port": 443
62+
}
63+
]
64+
},
65+
{
66+
"domainName": "*.queue.core.windows.net",
67+
"description": "Applicable to all Azure Batch pools.",
68+
"endpointDetails": [
69+
{
70+
"port": 443
71+
}
72+
]
73+
}
74+
]
75+
},
76+
{
77+
"category": "Microsoft Package Repository",
78+
"endpoints": [
79+
{
80+
"domainName": "packages.microsoft.com",
81+
"description": "Only applicable to pools containing a Mount Configuration. Learn about Mount Configurations in Batch at https://docs.microsoft.com/azure/batch/virtual-file-mount.",
82+
"endpointDetails": [
83+
{
84+
"port": 443
85+
}
86+
]
87+
}
88+
]
89+
},
90+
{
91+
"category": "Azure Key Vault",
92+
"endpoints": [
93+
{
94+
"domainName": "*.vault.azure.net",
95+
"description": "Only applicable to pools containing a Disk Encryption Configuration and whose VM size does not support encryption at host. Learn more about disk encryption in Azure Batch at https://docs.microsoft.com/azure/batch/disk-encryption. Learn more about encryption at host and supported VM sizes at https://docs.microsoft.com/azure/virtual-machines/disks-enable-host-based-encryption-portal.",
96+
"endpointDetails": [
97+
{
98+
"port": 443
99+
}
100+
]
101+
}
102+
]
103+
}
104+
]
105+
}
106+
}
107+
}
108+
}

0 commit comments

Comments
 (0)