Skip to content

Commit 15691d9

Browse files
utkarshjain1508msyyc
authored andcommitted
Utkarshjain/elastic private repo sync 09 2022 (Azure#20791)
* Base commit 1 * Added version 2022-05-05-preview * base commit 2 * Added version 2022-07-01-preview * Updating readme * Updating default tag * Fix CI isssues * Revert "Fix CI isssues" This reverts commit d417233. * Update readme.md * Update readme.python.md * fixing version in examples * Arm change request 1 Co-authored-by: Utkarsh Jain <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent 2bdaef6 commit 15691d9

File tree

60 files changed

+6292
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+6292
-6
lines changed

specification/elastic/resource-manager/Microsoft.Elastic/preview/2022-05-05-preview/elastic.json

Lines changed: 2305 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"rulesets": [
12+
{
13+
"id": "31d91b5afb6f4c2eaaf104c97b1991dd",
14+
"name": "IPFromApi",
15+
"description": "created from azure",
16+
"type": "ip",
17+
"includeByDefault": false,
18+
"region": "azure-eastus",
19+
"rules": [
20+
{
21+
"id": "f0297dad72af4a5e964cddf817f35e65",
22+
"description": "Allow inbound traffic from IP address 192.168.131.0",
23+
"source": "192.168.131.0"
24+
},
25+
{
26+
"id": "f9c00169f0e54931ae72aabde326b589",
27+
"description": "Allow inbound traffic from IP address block 192.168.132.6/22",
28+
"source": "192.168.132.6/22"
29+
}
30+
]
31+
}
32+
]
33+
}
34+
}
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"rulesetId": "31d91b5afb6f4c2eaaf104c97b1991dd"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"rulesets": [
12+
{
13+
"id": "31d91b5afb6f4c2eaaf104c97b1991dd",
14+
"name": "IPFromApi",
15+
"description": "created from azure",
16+
"type": "ip",
17+
"includeByDefault": false,
18+
"region": "azure-eastus",
19+
"rules": [
20+
{
21+
"id": "f0297dad72af4a5e964cddf817f35e65",
22+
"description": "Allow inbound traffic from IP address 192.168.131.0",
23+
"source": "192.168.131.0"
24+
},
25+
{
26+
"id": "f9c00169f0e54931ae72aabde326b589",
27+
"description": "Allow inbound traffic from IP address block 192.168.132.6/22",
28+
"source": "192.168.132.6/22"
29+
}
30+
]
31+
}
32+
]
33+
}
34+
}
35+
}
36+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"status": "Healthy",
12+
"version": "7.9.3",
13+
"memoryCapacity": "1024",
14+
"diskCapacity": "245760"
15+
}
16+
}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"rulesetId": "31d91b5afb6f4c2eaaf104c97b1991dd"
8+
},
9+
"responses": {
10+
"200": {},
11+
"204": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"rulesetId": "31d91b5afb6f4c2eaaf104c97b1991dd"
8+
},
9+
"responses": {
10+
"202": {}
11+
}
12+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"requestBody": {
8+
"UserName": "newuser",
9+
"FullName": "fullname",
10+
"Password": "Password",
11+
"EmailId": "[email protected]",
12+
"Roles": [
13+
"admin",
14+
"other_role1"
15+
]
16+
}
17+
},
18+
"responses": {
19+
"200": {
20+
"body": {
21+
"created": true
22+
}
23+
}
24+
}
25+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"rulesetId": "31d91b5afb6f4c2eaaf104c97b1991dd",
8+
"ips": "192.168.131.0, 192.168.132.6/22"
9+
},
10+
"responses": {
11+
"201": {}
12+
}
13+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-05-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"requestBody": {
8+
"version": "7.15.1"
9+
}
10+
},
11+
"responses": {
12+
"202": {}
13+
}
14+
}

0 commit comments

Comments
 (0)