Skip to content

Commit 7070ddd

Browse files
a-santamariaAlfredo Santamaria Gomez
andauthored
Sfrp release 2019-11-01-preview (#8745)
* base commit to compare with 2019-06-01-preview * adding api version 2019-11-01-preview * add more to protectedAccountKeyName2 description Co-authored-by: Alfredo Santamaria Gomez <[email protected]>
1 parent 06403e7 commit 7070ddd

34 files changed

+6434
-0
lines changed

specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-11-01-preview/application.json

Lines changed: 2339 additions & 0 deletions
Large diffs are not rendered by default.

specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-11-01-preview/cluster.json

Lines changed: 1538 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "resRg",
5+
"clusterName": "myCluster",
6+
"applicationName": "myApp",
7+
"api-version": "2019-11-01-preview"
8+
},
9+
"responses": {
10+
"202": {
11+
"headers": {
12+
"Retry-After": "10",
13+
"Location": "http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/76053752-a423-4a80-b283-1dad1ba5f314?api-version=2019-11-01-preview"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "resRg",
5+
"clusterName": "myCluster",
6+
"applicationName": "myApp",
7+
"api-version": "2019-11-01-preview"
8+
},
9+
"responses": {
10+
"200": {
11+
"headers": {},
12+
"body": {
13+
"type": "applications",
14+
"location": "eastus",
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applications/myApp",
16+
"name": "myCluster",
17+
"tags": {},
18+
"etag": "W/\"636462502180261859\"",
19+
"properties": {
20+
"provisioningState": "Updating",
21+
"typeName": "myAppType",
22+
"typeVersion": "1.0",
23+
"parameters": {
24+
"param1": "value1"
25+
},
26+
"upgradePolicy": {
27+
"upgradeMode": "Monitored",
28+
"applicationHealthPolicy": {
29+
"considerWarningAsError": true,
30+
"maxPercentUnhealthyDeployedApplications": 0,
31+
"defaultServiceTypeHealthPolicy": {
32+
"maxPercentUnhealthyServices": 0,
33+
"maxPercentUnhealthyPartitionsPerService": 0,
34+
"maxPercentUnhealthyReplicasPerPartition": 0
35+
}
36+
},
37+
"rollingUpgradeMonitoringPolicy": {
38+
"failureAction": "Rollback",
39+
"healthCheckRetryTimeout": "00:10:00",
40+
"healthCheckWaitDuration": "00:02:00",
41+
"healthCheckStableDuration": "00:05:00",
42+
"upgradeDomainTimeout": "1.06:00:00",
43+
"upgradeTimeout": "01:00:00"
44+
},
45+
"upgradeReplicaSetCheckTimeout": "01:00:00",
46+
"forceRestart": false
47+
},
48+
"maximumNodes": 3,
49+
"minimumNodes": 1,
50+
"removeApplicationCapacity": false,
51+
"metrics": [
52+
{
53+
"name": "metric1",
54+
"reservationCapacity": 1,
55+
"maximumCapacity": 3,
56+
"totalApplicationCapacity": 5
57+
}
58+
]
59+
}
60+
}
61+
}
62+
}
63+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "resRg",
5+
"clusterName": "myCluster",
6+
"api-version": "2019-11-01-preview"
7+
},
8+
"responses": {
9+
"200": {
10+
"headers": {},
11+
"body": {
12+
"value": [
13+
{
14+
"type": "applications",
15+
"location": "eastus",
16+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applications/myApp",
17+
"name": "myCluster",
18+
"tags": {},
19+
"etag": "W/\"636462502180261858\"",
20+
"properties": {
21+
"provisioningState": "Updating",
22+
"typeName": "myAppType",
23+
"typeVersion": "1.0",
24+
"removeApplicationCapacity": false,
25+
"metrics": [
26+
{
27+
"name": "metric1",
28+
"reservationCapacity": 1,
29+
"maximumCapacity": 3,
30+
"totalApplicationCapacity": 5
31+
}
32+
]
33+
}
34+
}
35+
],
36+
"nextLink": ""
37+
}
38+
}
39+
}
40+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "resRg",
5+
"clusterName": "myCluster",
6+
"applicationName": "myApp",
7+
"api-version": "2019-11-01-preview",
8+
"parameters": {
9+
"properties": {
10+
"typeVersion": "1.0",
11+
"removeApplicationCapacity": false,
12+
"metrics": [
13+
{
14+
"name": "metric1",
15+
"reservationCapacity": 1,
16+
"maximumCapacity": 3,
17+
"totalApplicationCapacity": 5
18+
}
19+
]
20+
}
21+
}
22+
},
23+
"responses": {
24+
"202": {
25+
"headers": {
26+
"Retry-After": "10",
27+
"Location": "http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/a553eb63-c332-40df-8ace-eb8d34a9b298?api-version=2019-11-01-preview"
28+
},
29+
"body": {
30+
"type": "applications",
31+
"location": "eastus",
32+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applications/myApp",
33+
"name": "myCluster",
34+
"tags": {},
35+
"etag": "W/\"636462502180261858\"",
36+
"properties": {
37+
"provisioningState": "Updating",
38+
"typeName": "myAppType",
39+
"typeVersion": "1.0",
40+
"removeApplicationCapacity": false,
41+
"metrics": [
42+
{
43+
"name": "metric1",
44+
"reservationCapacity": 1,
45+
"maximumCapacity": 3,
46+
"totalApplicationCapacity": 5
47+
}
48+
]
49+
}
50+
}
51+
}
52+
}
53+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "resRg",
5+
"clusterName": "myCluster",
6+
"applicationName": "myApp",
7+
"api-version": "2019-11-01-preview",
8+
"parameters": {
9+
"properties": {
10+
"typeName": "myAppType",
11+
"typeVersion": "1.0",
12+
"parameters": {
13+
"param1": "value1"
14+
},
15+
"upgradePolicy": {
16+
"upgradeMode": "Monitored",
17+
"applicationHealthPolicy": {
18+
"considerWarningAsError": true,
19+
"maxPercentUnhealthyDeployedApplications": 0,
20+
"defaultServiceTypeHealthPolicy": {
21+
"maxPercentUnhealthyServices": 0,
22+
"maxPercentUnhealthyPartitionsPerService": 0,
23+
"maxPercentUnhealthyReplicasPerPartition": 0
24+
}
25+
},
26+
"rollingUpgradeMonitoringPolicy": {
27+
"failureAction": "Rollback",
28+
"healthCheckRetryTimeout": "00:10:00",
29+
"healthCheckWaitDuration": "00:02:00",
30+
"healthCheckStableDuration": "00:05:00",
31+
"upgradeDomainTimeout": "1.06:00:00",
32+
"upgradeTimeout": "01:00:00"
33+
},
34+
"upgradeReplicaSetCheckTimeout": "01:00:00",
35+
"forceRestart": false
36+
},
37+
"maximumNodes": 3,
38+
"minimumNodes": 1,
39+
"removeApplicationCapacity": false,
40+
"metrics": [
41+
{
42+
"name": "metric1",
43+
"reservationCapacity": 1,
44+
"maximumCapacity": 3,
45+
"totalApplicationCapacity": 5
46+
}
47+
]
48+
}
49+
}
50+
},
51+
"responses": {
52+
"202": {
53+
"headers": {
54+
"Retry-After": "10",
55+
"Location": "http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/9c2ce367-47ea-43de-b69e-c5a423da4557?api-version=2019-11-01-preview"
56+
},
57+
"body": {
58+
"type": "applications",
59+
"location": "eastus",
60+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applications/myApp",
61+
"name": "myCluster",
62+
"tags": {},
63+
"etag": "W/\"636462502180261859\"",
64+
"properties": {
65+
"provisioningState": "Updating",
66+
"typeName": "myAppType",
67+
"typeVersion": "1.0",
68+
"parameters": {
69+
"param1": "value1"
70+
},
71+
"upgradePolicy": {
72+
"upgradeMode": "Monitored",
73+
"applicationHealthPolicy": {
74+
"considerWarningAsError": true,
75+
"maxPercentUnhealthyDeployedApplications": 0,
76+
"defaultServiceTypeHealthPolicy": {
77+
"maxPercentUnhealthyServices": 0,
78+
"maxPercentUnhealthyPartitionsPerService": 0,
79+
"maxPercentUnhealthyReplicasPerPartition": 0
80+
}
81+
},
82+
"rollingUpgradeMonitoringPolicy": {
83+
"failureAction": "Rollback",
84+
"healthCheckRetryTimeout": "00:10:00",
85+
"healthCheckWaitDuration": "00:02:00",
86+
"healthCheckStableDuration": "00:05:00",
87+
"upgradeDomainTimeout": "1.06:00:00",
88+
"upgradeTimeout": "01:00:00"
89+
},
90+
"upgradeReplicaSetCheckTimeout": "01:00:00",
91+
"forceRestart": false
92+
},
93+
"maximumNodes": 3,
94+
"minimumNodes": 1,
95+
"removeApplicationCapacity": false,
96+
"metrics": [
97+
{
98+
"name": "metric1",
99+
"reservationCapacity": 1,
100+
"maximumCapacity": 3,
101+
"totalApplicationCapacity": 5
102+
}
103+
]
104+
}
105+
}
106+
}
107+
}
108+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "resRg",
5+
"clusterName": "myCluster",
6+
"applicationName": "myApp",
7+
"api-version": "2019-11-01-preview",
8+
"parameters": {
9+
"properties": {
10+
"typeName": "myAppType",
11+
"typeVersion": "1.0",
12+
"removeApplicationCapacity": false
13+
}
14+
}
15+
},
16+
"responses": {
17+
"202": {
18+
"headers": {
19+
"Retry-After": "10",
20+
"Location": "http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/5dce62ce-439b-47af-81d8-99ab14708e91?api-version=2019-11-01-preview"
21+
},
22+
"body": {
23+
"type": "applications",
24+
"location": "eastus",
25+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applications/myApp",
26+
"name": "myCluster",
27+
"tags": {},
28+
"etag": "W/\"636462502180261857\"",
29+
"properties": {
30+
"provisioningState": "Updating",
31+
"typeName": "myAppType",
32+
"typeVersion": "1.0",
33+
"removeApplicationCapacity": false
34+
}
35+
}
36+
}
37+
}
38+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "resRg",
5+
"clusterName": "myCluster",
6+
"applicationTypeName": "myAppType",
7+
"api-version": "2019-11-01-preview"
8+
},
9+
"responses": {
10+
"202": {
11+
"headers": {
12+
"Retry-After": "10",
13+
"Location": "http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/6a367b2d-9f60-4941-b886-e348ddcb4127?api-version=2019-11-01-preview"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "resRg",
5+
"clusterName": "myCluster",
6+
"applicationTypeName": "myAppType",
7+
"api-version": "2019-11-01-preview"
8+
},
9+
"responses": {
10+
"200": {
11+
"headers": {},
12+
"body": {
13+
"type": "applicationTypes",
14+
"location": "eastus",
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applicationTypes/myAppType",
16+
"name": "myCluster",
17+
"tags": {},
18+
"etag": "W/\"636462502174844831\"",
19+
"properties": {
20+
"provisioningState": "Succeeded"
21+
}
22+
}
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)