Skip to content

Commit 2e3326f

Browse files
author
Alfredo Santamaria Gomez
committed
update files with new api 2022-01-01
adding new api to readme
1 parent 6ea3c51 commit 2e3326f

File tree

56 files changed

+327
-104
lines changed

Some content is hidden

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

56 files changed

+327
-104
lines changed

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationDeleteOperation_example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
66
"applicationName": "myApp",
7-
"api-version": "2021-11-01-preview"
7+
"api-version": "2022-01-01"
88
},
99
"responses": {
1010
"202": {
1111
"headers": {
1212
"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=2021-11-01-preview"
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=2022-01-01"
1414
}
1515
},
1616
"204": {},

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationGetOperation_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
66
"applicationName": "myApp",
7-
"api-version": "2021-11-01-preview"
7+
"api-version": "2022-01-01"
88
},
99
"responses": {
1010
"200": {

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationListOperation_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
6-
"api-version": "2021-11-01-preview"
6+
"api-version": "2022-01-01"
77
},
88
"responses": {
99
"200": {

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationPatchOperation_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
66
"applicationName": "myApp",
7-
"api-version": "2021-11-01-preview",
7+
"api-version": "2022-01-01",
88
"parameters": {
99
"tags": {
1010
"a": "b"

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationPutOperation_example_max.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
66
"applicationName": "myApp",
7-
"api-version": "2021-11-01-preview",
7+
"api-version": "2022-01-01",
88
"parameters": {
99
"location": "eastus",
1010
"tags": {
@@ -103,7 +103,7 @@
103103
"202": {
104104
"headers": {
105105
"Retry-After": "10",
106-
"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=2021-11-01-preview"
106+
"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=2022-01-01"
107107
},
108108
"body": {
109109
"type": "Microsoft.ServiceFabric/managedClusters/applications",

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationPutOperation_example_min.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
66
"applicationName": "myApp",
7-
"api-version": "2021-11-01-preview",
7+
"api-version": "2022-01-01",
88
"parameters": {
99
"location": "eastus",
1010
"properties": {
@@ -63,7 +63,7 @@
6363
"202": {
6464
"headers": {
6565
"Retry-After": "10",
66-
"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=2021-11-01-preview"
66+
"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=2022-01-01"
6767
},
6868
"body": {
6969
"type": "Microsoft.ServiceFabric/managedClusters/applications",

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationTypeNameDeleteOperation_example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
66
"applicationTypeName": "myAppType",
7-
"api-version": "2021-11-01-preview"
7+
"api-version": "2022-01-01"
88
},
99
"responses": {
1010
"202": {
1111
"headers": {
1212
"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=2021-11-01-preview"
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=2022-01-01"
1414
}
1515
},
1616
"204": {},

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationTypeNameGetOperation_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
66
"applicationTypeName": "myAppType",
7-
"api-version": "2021-11-01-preview"
7+
"api-version": "2022-01-01"
88
},
99
"responses": {
1010
"200": {

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationTypeNameListOperation_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
6-
"api-version": "2021-11-01-preview"
6+
"api-version": "2022-01-01"
77
},
88
"responses": {
99
"200": {

specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/stable/2022-01-01/examples/ApplicationTypeNamePatchOperation_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "resRg",
55
"clusterName": "myCluster",
66
"applicationTypeName": "myAppType",
7-
"api-version": "2021-11-01-preview",
7+
"api-version": "2022-01-01",
88
"parameters": {
99
"tags": {
1010
"a": "b"

0 commit comments

Comments
 (0)