diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-1.json index dc2775e07732..8745ed2793a7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-1.json @@ -7,7 +7,6 @@ "BackupPartitionDescription": {} }, "responses": { - "202": { - } + "202": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-2.json index 48e257f80657..d859b271ef43 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-2.json @@ -10,10 +10,9 @@ "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=storagesample;AccountKey=", "ContainerName": "BackupContainer" } - } + } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-3.json index c827d97d6c81..871358b05e5c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/BackupPartition-3.json @@ -11,10 +11,9 @@ "PrimaryUserName": "mydomain\\backupaccount", "PrimaryPassword": "abcd1234" } - } + } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateApplication-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateApplication-1.json index bccda97daa0e..815b59ce3e50 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateApplication-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateApplication-1.json @@ -10,7 +10,6 @@ } }, "responses": { - "201": { - } + "201": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateBackupPolicy-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateBackupPolicy-1.json index e12077c344f5..d303c4a734f2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateBackupPolicy-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateBackupPolicy-1.json @@ -11,8 +11,8 @@ "ScheduleKind": "TimeBased", "ScheduleFrequencyType": "Daily", "RunTimes": [ - "0001-01-01T09:00:00Z", - "0001-01-01T17:00:00Z" + "0001-01-01T09:00:00Z", + "0001-01-01T17:00:00Z" ] }, "Storage": { @@ -21,10 +21,9 @@ "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=storagesample;AccountKey=", "ContainerName": "BackupContainer" } - } + } }, "responses": { - "201": { - } + "201": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateBackupPolicy-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateBackupPolicy-2.json index 8d6b8c0b2f65..92069091d80d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateBackupPolicy-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateBackupPolicy-2.json @@ -18,10 +18,9 @@ "PrimaryUserName": "backupaccount", "PrimaryPassword": "abcd1234" } - } + } }, "responses": { - "201": { - } + "201": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateName-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateName-1.json index bde8440d7677..39588770e334 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateName-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateName-1.json @@ -8,7 +8,6 @@ } }, "responses": { - "201": { - } + "201": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-1.json index c6186d87241b..88c214abd88c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-1.json @@ -1,21 +1,21 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a basic stateless Service Fabric service.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateless", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test1", - "ServiceTypeName": "StatelessFrontendService", - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "InstanceCount": 4 - } - }, - "responses": { - "202": {} + "operationId": "CreateService", + "description": "This example shows how to create a basic stateless Service Fabric service.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateless", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test1", + "ServiceTypeName": "StatelessFrontendService", + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "InstanceCount": 4 } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-2.json index 8549e33566a4..b909e6c58b05 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-2.json @@ -1,23 +1,23 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a basic stateful Service Fabric service.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateful", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test2", - "ServiceTypeName": "StatefulBackendService", - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "TargetReplicaSetSize": 3, - "MinReplicaSetSize": 2, - "HasPersistedState": false - } - }, - "responses": { - "202": {} + "operationId": "CreateService", + "description": "This example shows how to create a basic stateful Service Fabric service.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateful", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test2", + "ServiceTypeName": "StatefulBackendService", + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "TargetReplicaSetSize": 3, + "MinReplicaSetSize": 2, + "HasPersistedState": false } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-3.json index 5d7ea2bbafed..74461b9b5eef 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-3.json @@ -1,47 +1,47 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a stateless Service Fabric service with a dns name definied and auto scaling based on cpu usage.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateless", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test1", - "ServiceTypeName": "StatelessFrontendService", - "InitializationData": [], - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "InstanceCount": 2, - "PlacementConstraints": "Color==Blue", - "CorrelationScheme": [], - "ServiceLoadMetrics": [], - "ServicePlacementPolicies": [], - "DefaultMoveCost": "Low", - "IsDefaultMoveCostSpecified": true, - "ServicePackageActivationMode": "ExclusiveProcess", - "ServiceDnsName": "test1.test", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AveragePartitionLoad", - "MetricName": "servicefabric:\/_CpuCores", - "LowerLoadThreshold": 0.300000, - "UpperLoadThreshold": 0.800000, - "ScaleIntervalInSeconds": 600 - }, - "ScalingMechanism": { - "Kind": "PartitionInstanceCount", - "MinInstanceCount": 1, - "MaxInstanceCount": 6, - "ScaleIncrement": 2 - } - } - ] + "operationId": "CreateService", + "description": "This example shows how to create a stateless Service Fabric service with a dns name definied and auto scaling based on cpu usage.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateless", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test1", + "ServiceTypeName": "StatelessFrontendService", + "InitializationData": [], + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "InstanceCount": 2, + "PlacementConstraints": "Color==Blue", + "CorrelationScheme": [], + "ServiceLoadMetrics": [], + "ServicePlacementPolicies": [], + "DefaultMoveCost": "Low", + "IsDefaultMoveCostSpecified": true, + "ServicePackageActivationMode": "ExclusiveProcess", + "ServiceDnsName": "test1.test", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AveragePartitionLoad", + "MetricName": "servicefabric:\/_CpuCores", + "LowerLoadThreshold": 0.300000, + "UpperLoadThreshold": 0.800000, + "ScaleIntervalInSeconds": 600 + }, + "ScalingMechanism": { + "Kind": "PartitionInstanceCount", + "MinInstanceCount": 1, + "MaxInstanceCount": 6, + "ScaleIncrement": 2 + } } - }, - "responses": { - "202": {} + ] } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-4.json index 6201d55060d9..a83ca1445d09 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/CreateService-4.json @@ -1,44 +1,46 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a stateful Service Fabric service with named partitions and scaling enabled based on memory usage.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateful", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test2", - "ServiceTypeName": "StatefulBackendService", - "InitializationData": [], - "PartitionDescription": { - "PartitionScheme": "NamedPartitionSchemeDescription", - "Count" : 1, - "Names" : ["0"] - }, - "TargetReplicaSetSize": 3, - "MinReplicaSetSize" : 2, - "HasPersistedState" : true, - "ServicePackageActivationMode": "ExclusiveProcess", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AverageServiceLoad", - "MetricName": "servicefabric:\/_MemoryInMB", - "LowerLoadThreshold": 500, - "UpperLoadThreshold": 900, - "ScaleIntervalInSeconds": 600 - }, - "ScalingMechanism": { - "Kind": "AddRemoveIncrementalNamedPartition", - "MinPartitionCount": 1, - "MaxPartitionCount": 3, - "ScaleIncrement": 1 - } - } - ] + "operationId": "CreateService", + "description": "This example shows how to create a stateful Service Fabric service with named partitions and scaling enabled based on memory usage.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateful", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test2", + "ServiceTypeName": "StatefulBackendService", + "InitializationData": [], + "PartitionDescription": { + "PartitionScheme": "NamedPartitionSchemeDescription", + "Count": 1, + "Names": [ + "0" + ] + }, + "TargetReplicaSetSize": 3, + "MinReplicaSetSize": 2, + "HasPersistedState": true, + "ServicePackageActivationMode": "ExclusiveProcess", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AverageServiceLoad", + "MetricName": "servicefabric:\/_MemoryInMB", + "LowerLoadThreshold": 500, + "UpperLoadThreshold": 900, + "ScaleIntervalInSeconds": 600 + }, + "ScalingMechanism": { + "Kind": "AddRemoveIncrementalNamedPartition", + "MinPartitionCount": 1, + "MaxPartitionCount": 3, + "ScaleIncrement": 1 + } } - }, - "responses": { - "202": {} + ] } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DeleteBackupPolicy.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DeleteBackupPolicy.json index bb4a059aca02..26f33f04c56c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DeleteBackupPolicy.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DeleteBackupPolicy.json @@ -6,7 +6,6 @@ "backupPolicyName": "SampleBackupPolicy" }, "responses": { - "200": { - } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisableApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisableApplicationBackup.json index 9c3f79dfcc49..273a1951e664 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisableApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisableApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisablePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisablePartitionBackup.json index d28c57331359..3cf33b6209a3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisablePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisablePartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisableServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisableServiceBackup.json index a8d579114a69..48b9cc0cb1f3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisableServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/DisableServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnableApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnableApplicationBackup.json index 32d2aebf9790..a6b43cb6e308 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnableApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnableApplicationBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnablePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnablePartitionBackup.json index 681f1a34a1c5..f2a9b189f12f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnablePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnablePartitionBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnableServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnableServiceBackup.json index a70aabb7eccc..d42a6ff9b16e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnableServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/EnableServiceBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetAllEntitiesBackedUpByPolicy-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetAllEntitiesBackedUpByPolicy-1.json index cdc5bde7b7fd..742d46154ca4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetAllEntitiesBackedUpByPolicy-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetAllEntitiesBackedUpByPolicy-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/DemoApp", - "Items": [ + "Items": [ { "EntityKind": "Application", "ApplicationName": "fabric:/CalcApp" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetAllEntitiesBackedUpByPolicy-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetAllEntitiesBackedUpByPolicy-2.json index a40150e05c98..553a958b0072 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetAllEntitiesBackedUpByPolicy-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetAllEntitiesBackedUpByPolicy-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "EntityKind": "Service", "ServiceName": "fabric:/VotingApp/VotingActorService" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupConfigurationInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupConfigurationInfo-1.json index 2cc70dd82d79..ad9642ceb0d0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupConfigurationInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupConfigurationInfo-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService", - "Items": [ + "Items": [ { "Kind": "Application", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupConfigurationInfo-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupConfigurationInfo-2.json index f1620fd55a75..f8ec47d1f9d3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupConfigurationInfo-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupConfigurationInfo-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "Kind": "Partition", "PolicyName": "BackupPolicy2", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-1.json index 7cee9f28ad86..501297608aa0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-1.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-2.json index b0973826caf5..67598e40b07d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-2.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-3.json index f2c47a889359..e0e56db4aee1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-3.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-4.json index 0a79fb01b512..363c1fd07f6f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationBackupList-4.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", "BackupChainId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationEventList.json index bd67cca12878..85c202a77007 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ApplicationCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationInfoList-1.json index df1f287e4104..2ca46b64e3a4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationInfoList-1.json @@ -7,11 +7,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/samples/PQueueApp1", - "Items": [ + "Items": [ { "Id": "samples~CalculatorApp", "Name": "fabric:/samples/CalculatorApp", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationInfoList-2.json index 7b5ab210e830..c0755d26e14b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-1.json index a230d74d2b54..bcb6a4e5e3b7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueApp+2.0", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-2.json index c02bd96ace75..a7c38cdedbe7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-3.json index 325dc1b5ca6d..473565e56c6d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationTypeInfoList-3.json @@ -7,51 +7,50 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ { "Name": "CalculatorApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "CalculatorApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "GatewayApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "PersistentQueueApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "PersistentQueueApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "VolatileQueueApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "VolatileQueueApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" } ] diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationsEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationsEventList.json index 3e7ec703a345..d6f2b74664c0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationsEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetApplicationsEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ApplicationCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyByName.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyByName.json index d48c65c8ed6a..c2246344e4d6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyByName.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyByName.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Name": "DailyAzureBackupPolicy", "AutoRestoreOnDataLoss": false, @@ -29,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyList-1.json index b18863fab4d7..0e123390e2cf 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyList-1.json @@ -7,12 +7,11 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "FileShare10MinBackupPolicy", "Items": [ - { + { "Name": "DailyAzureBackupPolicy", "AutoRestoreOnDataLoss": false, "MaxIncrementalBackups": 3, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyList-2.json index 3895a2315c81..f864ffb69169 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupPolicyList-2.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "AutoRestoreOnDataLoss": false, "Name": "SampleBackupPolicy", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupsFromBackupLocation-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupsFromBackupLocation-1.json index 8b1acfc03d76..44cc073d35e9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupsFromBackupLocation-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupsFromBackupLocation-1.json @@ -18,11 +18,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupsFromBackupLocation-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupsFromBackupLocation-2.json index b435bfc2fc58..23c31a7784a0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupsFromBackupLocation-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetBackupsFromBackupLocation-2.json @@ -19,11 +19,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", "BackupChainId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetChaosEvents.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetChaosEvents.json index 3a486b6fe298..4e5d7bb0b4e3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetChaosEvents.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetChaosEvents.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "History": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetClusterEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetClusterEventList.json index b3eaef4069de..a65e32512638 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetClusterEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetClusterEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ClusterUpgradeStart", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-1.json index 49a23ee30dc4..1be29fb8e6ef 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-1.json @@ -10,11 +10,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "HTTP Server started listening on port 8080\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-2.json index 0b1aec4546b8..669943a0d4cb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-2.json @@ -11,11 +11,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "UTC Time Now: 04\/02\/2018 22:06:31\r\nUTC Time Now: 04\/02\/2018 22:06:32\r\nUTC Time Now: 04\/02\/2018 22:06:33\r\nUTC Time Now: 04\/02\/2018 22:06:344\r\nUTC Time Now: 04\/02\/2018 22:06:35\r\nUTC Time Now: 04\/02\/2018 22:06:36\r\nUTC Time Now: 04\/02\/2018 22:06:37\r\nUTC Time Now: 04\/02\/2018 22:06:38\r\nUTC Time Now: 04\/02\/2018 22:06:39\r\nUTC Time Now: 04\/02\/2018 22:06:40\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-3.json index 68b1c3fff841..2ca6cad4f774 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetContainerLogsDeployedOnNode-3.json @@ -11,11 +11,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "Exception encountered: System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).\r\n\tat System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDataLossProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDataLossProgress-Running.json index c303852becce..90590fff4f2f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDataLossProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDataLossProgress-Running.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDataLossProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDataLossProgress.json index 429c33c8f7b6..89d341f05c26 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDataLossProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDataLossProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "InvokeDataLossResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoByName-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoByName-1.json index dad6050c027e..87c8485a607c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoByName-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoByName-1.json @@ -26,4 +26,4 @@ "body": "" } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-1.json index 452ac7b15380..c19d4e2a841c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-1.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/samples/PQueueApp1", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-2.json index 4bdb8b879f78..7f6320e69e6d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-2.json @@ -8,20 +8,19 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ { - "Id": "samples~VQueueApp1", - "Name": "fabric:/samples/VQueueApp1", - "TypeName": "VolatileQueueApp", - "Status": "Active", - "WorkDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\work", - "LogDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\log", - "TempDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\temp", - "HealthState": "Unknown" + "Id": "samples~VQueueApp1", + "Name": "fabric:/samples/VQueueApp1", + "TypeName": "VolatileQueueApp", + "Status": "Active", + "WorkDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\work", + "LogDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\log", + "TempDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\temp", + "HealthState": "Unknown" } ] } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-3.json index 0d1b40c1148a..01cad866d3c1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetDeployedApplicationInfoList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetFaultOperationList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetFaultOperationList.json index 692f55108319..c7194dad614a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetFaultOperationList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetFaultOperationList.json @@ -8,46 +8,44 @@ }, "responses": { "200": { - "headers": { - }, - "body": - [ - { - "OperationId": "00000000-0000-0000-0000-000000000010", - "State": "Completed", - "Type": "PartitionDataLoss" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000020", - "State": "Completed", - "Type": "PartitionQuorumLoss" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000030", - "State": "Completed", - "Type": "PartitionRestart" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000500", - "State": "Faulted", - "Type": "NodeTransition" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000700", - "State": "Completed", - "Type": "NodeTransition" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000710", - "State": "Completed", - "Type": "NodeTransition" - }, - { - "OperationId": "88ef90f9-0b94-46b0-b817-a6ea20c07f8a", - "State": "Completed", - "Type": "PartitionRestart" - } - ] + "headers": {}, + "body": [ + { + "OperationId": "00000000-0000-0000-0000-000000000010", + "State": "Completed", + "Type": "PartitionDataLoss" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000020", + "State": "Completed", + "Type": "PartitionQuorumLoss" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000030", + "State": "Completed", + "Type": "PartitionRestart" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000500", + "State": "Faulted", + "Type": "NodeTransition" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000700", + "State": "Completed", + "Type": "NodeTransition" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000710", + "State": "Completed", + "Type": "NodeTransition" + }, + { + "OperationId": "88ef90f9-0b94-46b0-b817-a6ea20c07f8a", + "State": "Completed", + "Type": "PartitionRestart" + } + ] } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetImageStoreContent.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetImageStoreContent.json index 457cfd7986aa..7e912c407a79 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetImageStoreContent.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetImageStoreContent.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "StoreFiles": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeEventList.json index a21108addcbb..f143ad167be8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "NodeOpening", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeInfoList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeInfoList.json index 3169bff0fae6..512558ee8320 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeInfoList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeInfoList.json @@ -6,170 +6,169 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { - "ContinuationToken": "", - "Items": [ - { - "Name": "_Node_4", - "IpAddressOrFQDN": "localhost", - "Type": "NodeType4", - "CodeVersion": "5.6.135.9494", - "ConfigVersion": "1.0", - "NodeStatus": "Up", - "NodeUpTimeInSeconds": "526996", - "HealthState": "Ok", - "IsSeedNode": false, - "UpgradeDomain": "4", - "FaultDomain": "fd:/4", - "Id": { - "Id": "4f4e3698a196896b5efe8156cc4e1351" - }, - "InstanceId": "131353697443064929", - "NodeDeactivationInfo": { - "NodeDeactivationIntent": "Invalid", - "NodeDeactivationStatus": "None", - "NodeDeactivationTask": [], - "PendingSafetyChecks": [] - }, - "IsStopped": false, - "NodeDownTimeInSeconds": "0", - "NodeUpAt": "2018-01-10T19:10:59.812Z", - "NodeDownAt": "0001-01-01T00:00:00.000Z" + "ContinuationToken": "", + "Items": [ + { + "Name": "_Node_4", + "IpAddressOrFQDN": "localhost", + "Type": "NodeType4", + "CodeVersion": "5.6.135.9494", + "ConfigVersion": "1.0", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "526996", + "HealthState": "Ok", + "IsSeedNode": false, + "UpgradeDomain": "4", + "FaultDomain": "fd:/4", + "Id": { + "Id": "4f4e3698a196896b5efe8156cc4e1351" }, - { - "Name": "_Node_3", - "IpAddressOrFQDN": "localhost", - "Type": "NodeType3", - "CodeVersion": "5.6.135.9494", - "ConfigVersion": "1.0", - "NodeStatus": "Up", - "NodeUpTimeInSeconds": "526954", - "HealthState": "Ok", - "IsSeedNode": false, - "UpgradeDomain": "3", - "FaultDomain": "fd:/3", - "Id": { - "Id": "6b5c3db003a0bd126f7b8a86fc3916a4" - }, - "InstanceId": "131353697864903666", - "NodeDeactivationInfo": { - "NodeDeactivationIntent": "Invalid", - "NodeDeactivationStatus": "None", - "NodeDeactivationTask": [], - "PendingSafetyChecks": [] - }, - "IsStopped": false, - "NodeDownTimeInSeconds": "0", - "NodeUpAt": "2018-01-10T19:10:59.812Z", - "NodeDownAt": "0001-01-01T00:00:00.000Z" + "InstanceId": "131353697443064929", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] }, - { - "Name": "_Node_2", - "IpAddressOrFQDN": "localhost", - "Type": "NodeType2", - "CodeVersion": "5.6.135.9494", - "ConfigVersion": "1.0", - "NodeStatus": "Disabled", - "NodeUpTimeInSeconds": "1710571", - "HealthState": "Ok", - "IsSeedNode": true, - "UpgradeDomain": "2", - "FaultDomain": "fd:/2", - "Id": { - "Id": "876a44d9185bf9416336b22e5d37cde8" - }, - "InstanceId": "131341861291227632", - "NodeDeactivationInfo": { - "NodeDeactivationIntent": "Pause", - "NodeDeactivationStatus": "Completed", - "NodeDeactivationTask": [ - { - "NodeDeactivationTaskId": { - "Id": "876a44d9185bf9416336b22e5d37cde8", - "NodeDeactivationTaskType": "Client" - }, - "NodeDeactivationIntent": "Pause" - } - ], - "PendingSafetyChecks": [] - }, - "IsStopped": false, - "NodeDownTimeInSeconds": "0", - "NodeUpAt": "2018-01-10T19:10:59.812Z", - "NodeDownAt": "0001-01-01T00:00:00.000Z" + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-01-10T19:10:59.812Z", + "NodeDownAt": "0001-01-01T00:00:00.000Z" + }, + { + "Name": "_Node_3", + "IpAddressOrFQDN": "localhost", + "Type": "NodeType3", + "CodeVersion": "5.6.135.9494", + "ConfigVersion": "1.0", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "526954", + "HealthState": "Ok", + "IsSeedNode": false, + "UpgradeDomain": "3", + "FaultDomain": "fd:/3", + "Id": { + "Id": "6b5c3db003a0bd126f7b8a86fc3916a4" }, - { - "Name": "_Node_1", - "IpAddressOrFQDN": "localhost", - "Type": "NodeType1", - "CodeVersion": "5.6.135.9494", - "ConfigVersion": "1.0", - "NodeStatus": "Disabling", - "NodeUpTimeInSeconds": "1710571", - "HealthState": "Ok", - "IsSeedNode": true, - "UpgradeDomain": "1", - "FaultDomain": "fd:/1", - "Id": { - "Id": "a3784be1d81710242ed0a9632647b4f7" - }, - "InstanceId": "131341861290236579", - "NodeDeactivationInfo": { - "NodeDeactivationIntent": "Pause", - "NodeDeactivationStatus": "SafetyCheckInProgress", - "NodeDeactivationTask": [ - { - "NodeDeactivationTaskId": { - "Id": "a3784be1d81710242ed0a9632647b4f7", - "NodeDeactivationTaskType": "Client" - }, - "NodeDeactivationIntent": "Pause" - } - ], - "PendingSafetyChecks": [ - { - "SafetyCheck": { - "Kind": "EnsureSeedNodeQuorum" - } + "InstanceId": "131353697864903666", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-01-10T19:10:59.812Z", + "NodeDownAt": "0001-01-01T00:00:00.000Z" + }, + { + "Name": "_Node_2", + "IpAddressOrFQDN": "localhost", + "Type": "NodeType2", + "CodeVersion": "5.6.135.9494", + "ConfigVersion": "1.0", + "NodeStatus": "Disabled", + "NodeUpTimeInSeconds": "1710571", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "2", + "FaultDomain": "fd:/2", + "Id": { + "Id": "876a44d9185bf9416336b22e5d37cde8" + }, + "InstanceId": "131341861291227632", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Pause", + "NodeDeactivationStatus": "Completed", + "NodeDeactivationTask": [ + { + "NodeDeactivationTaskId": { + "Id": "876a44d9185bf9416336b22e5d37cde8", + "NodeDeactivationTaskType": "Client" + }, + "NodeDeactivationIntent": "Pause" + } + ], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-01-10T19:10:59.812Z", + "NodeDownAt": "0001-01-01T00:00:00.000Z" + }, + { + "Name": "_Node_1", + "IpAddressOrFQDN": "localhost", + "Type": "NodeType1", + "CodeVersion": "5.6.135.9494", + "ConfigVersion": "1.0", + "NodeStatus": "Disabling", + "NodeUpTimeInSeconds": "1710571", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "1", + "FaultDomain": "fd:/1", + "Id": { + "Id": "a3784be1d81710242ed0a9632647b4f7" + }, + "InstanceId": "131341861290236579", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Pause", + "NodeDeactivationStatus": "SafetyCheckInProgress", + "NodeDeactivationTask": [ + { + "NodeDeactivationTaskId": { + "Id": "a3784be1d81710242ed0a9632647b4f7", + "NodeDeactivationTaskType": "Client" + }, + "NodeDeactivationIntent": "Pause" + } + ], + "PendingSafetyChecks": [ + { + "SafetyCheck": { + "Kind": "EnsureSeedNodeQuorum" } - ] - }, - "IsStopped": false, - "NodeDownTimeInSeconds": "0", - "NodeUpAt": "2018-01-10T19:10:59.812Z", - "NodeDownAt": "0001-01-01T00:00:00.000Z" + } + ] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-01-10T19:10:59.812Z", + "NodeDownAt": "0001-01-01T00:00:00.000Z" + }, + { + "Name": "_Node_0", + "IpAddressOrFQDN": "localhost", + "Type": "NodeType0", + "CodeVersion": "5.6.135.9494", + "ConfigVersion": "1.0", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "1710571", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "0", + "FaultDomain": "fd:/0", + "Id": { + "Id": "bf865279ba277deb864a976fbf4c200e" + }, + "InstanceId": "131341861289826291", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] }, - { - "Name": "_Node_0", - "IpAddressOrFQDN": "localhost", - "Type": "NodeType0", - "CodeVersion": "5.6.135.9494", - "ConfigVersion": "1.0", - "NodeStatus": "Up", - "NodeUpTimeInSeconds": "1710571", - "HealthState": "Ok", - "IsSeedNode": true, - "UpgradeDomain": "0", - "FaultDomain": "fd:/0", - "Id": { - "Id": "bf865279ba277deb864a976fbf4c200e" - }, - "InstanceId": "131341861289826291", - "NodeDeactivationInfo": { - "NodeDeactivationIntent": "Invalid", - "NodeDeactivationStatus": "None", - "NodeDeactivationTask": [], - "PendingSafetyChecks": [] - }, - "IsStopped": false, - "NodeDownTimeInSeconds": "0", - "NodeUpAt": "2018-01-10T19:10:59.812Z", - "NodeDownAt": "0001-01-01T00:00:00.000Z" - } - ] - } + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-01-10T19:10:59.812Z", + "NodeDownAt": "0001-01-01T00:00:00.000Z" + } + ] + } } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeTransitionProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeTransitionProgress-Running.json index 64d4642700ea..62ad5c37ec58 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeTransitionProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeTransitionProgress-Running.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeTransitionProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeTransitionProgress.json index 5ee8818ce76a..474ab826b8df 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeTransitionProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodeTransitionProgress.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "NodeTransitionResult": { @@ -22,4 +21,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodesEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodesEventList.json index aae5dea1cc1c..4355d9961558 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodesEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetNodesEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "NodeOpening", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupConfigurationInfo.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupConfigurationInfo.json index 48ffda64fa66..c7e119b0e7a7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupConfigurationInfo.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupConfigurationInfo.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Partition", "PolicyName": "BackupPolicy2", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-1.json index 95228d16752f..6f6c7931f845 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-1.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-2.json index a8b808b8db3d..8d56fd96a576 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-2.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "be06a49c-be67-4eb1-a602-b983605be862", "BackupChainId": "be06a49c-be67-4eb1-a602-b983605be862", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-3.json index 607b42eaa2cb..45a0dbe1568d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-3.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-4.json index 0444cd5e8266..9ac35bb79efd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupList-4.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "be06a49c-be67-4eb1-a602-b983605be862", "BackupChainId": "be06a49c-be67-4eb1-a602-b983605be862", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupProgress.json index 9e0b2545db60..3b9b131b8afd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionBackupProgress.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "BackupState": "Success", "TimeStampUtc": "2018-01-01T09:00:55Z", @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionEventList.json index aae33c4b1e00..59e619f72f17 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "PartitionReconfigurationCompleted", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionRestartProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionRestartProgress.json index 4453caa242d6..074289b470a2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionRestartProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionRestartProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "RestartPartitionResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionRestoreProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionRestoreProgress.json index cd6099ad4d61..62e13304aa16 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionRestoreProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionRestoreProgress.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "RestoreState": "Success", "TimeStampUtc": "2018-01-01T09:00:55Z", @@ -21,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionsEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionsEventList.json index dd7f4311823f..7d500da4e26f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionsEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPartitionsEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "PartitionReconfigurationCompleted", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfo-1.json index fd0e63e316bf..ca5def4be2fb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfo-1.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Name": "CalculatorAppData", "Value": { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-1.json index 9d4f74b46e80..5729c6a4e4a2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueAppData$131439231986491349", "IsConsistent": true, @@ -36,7 +35,6 @@ } } ] - } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-2.json index 405aeca605ff..6a172f23f09a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueAppData$131439231986491349", "IsConsistent": true, @@ -33,7 +32,13 @@ "Name": "PersistentQueueAppData", "Value": { "Kind": "Binary", - "Data": [6, 7, 8, 9, 10] + "Data": [ + 6, + 7, + 8, + 9, + 10 + ] }, "Metadata": { "TypeId": "Binary", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-3.json index 51a4fcb919b4..ce12465b6ce6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetPropertyInfoList-3.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetQuorumLossProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetQuorumLossProgress-Running.json index 059c51840fc9..203fb157db03 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetQuorumLossProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetQuorumLossProgress-Running.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetQuorumLossProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetQuorumLossProgress.json index 3e848d89bc8d..c86fd0d2b31d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetQuorumLossProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetQuorumLossProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "InvokeQuorumLossResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetReplicaEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetReplicaEventList.json index a89b8578ab44..37455c6cbf93 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetReplicaEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetReplicaEventList.json @@ -10,8 +10,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "StatefulReplicaHealthReportCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetReplicasEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetReplicasEventList.json index 793b6d201db5..9dd8bfcefce5 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetReplicasEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetReplicasEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "StatefulReplicaHealthReportCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupConfigurationInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupConfigurationInfo-1.json index 9e7a54d9b89f..63026d5e9432 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupConfigurationInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupConfigurationInfo-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d", - "Items": [ + "Items": [ { "Kind": "Service", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupConfigurationInfo-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupConfigurationInfo-2.json index 126c01ad5d60..a9bf85884db2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupConfigurationInfo-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupConfigurationInfo-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "Kind": "Partition", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-1.json index cb0c6c85b6a5..3291f1a1a943 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-1.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-2.json index 03d20cfcca7e..d8b8c99093b8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-2.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-3.json index 3e0d3827a229..1b5870db7131 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-3.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-4.json index 15482f3db270..a4bc56a73369 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceBackupList-4.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", "BackupChainId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceEventList.json index ae7adcc98ecf..eb2f04b29fdb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServiceEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ServiceCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServicesEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServicesEventList.json index bd4b7353165e..4b759f1352da 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServicesEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetServicesEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ServiceCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-1.json index 3d315a557a9f..282319140d86 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-2.json index 6dbd9309980a..15391854f370 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-3.json index 3265fc8a3c13..bf07c9c58bc4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetSubNameInfoList-3.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetUploadSessionById.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetUploadSessionById.json index 21ce39b90dd9..c565a13cfcbc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetUploadSessionById.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetUploadSessionById.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "UploadSessions": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetUploadSessionByPath.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetUploadSessionByPath.json index 82743551c7cb..8dc66b6d107d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetUploadSessionByPath.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/GetUploadSessionByPath.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "UploadSessions": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/InvokeContainerApi.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/InvokeContainerApi.json index cdaf407acf69..bfe285758eec 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/InvokeContainerApi.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/InvokeContainerApi.json @@ -1,27 +1,27 @@ { - "operationId": "InvokeContainerApi", - "description": "This example shows how to call container API with HTTP GET for a code package deployed on a node.", - "parameters": { - "api-version": "6.2", - "nodeName": "Node01", - "applicationId": "samples/winnodejs", - "ServiceManifestName": "NodeServicePackage", - "CodePackageName": "NodeService.Code", - "CodePackageInstanceId": "131668159770315380", - "ContainerApiRequestBody": { - "UriPath": "/containers/{id}/logs?stdout=true&stderr=true" - } - }, - "responses": { - "200": { - "headers": {}, - "body": { - "ContainerApiResult": { - "Status": 200, - "Content-Type": "text/plain; charset=utf-8", - "Body": "vEthernet (Container NIC ec5c19b2) 172.17.201.44\n" - } - } + "operationId": "InvokeContainerApi", + "description": "This example shows how to call container API with HTTP GET for a code package deployed on a node.", + "parameters": { + "api-version": "6.2", + "nodeName": "Node01", + "applicationId": "samples/winnodejs", + "ServiceManifestName": "NodeServicePackage", + "CodePackageName": "NodeService.Code", + "CodePackageInstanceId": "131668159770315380", + "ContainerApiRequestBody": { + "UriPath": "/containers/{id}/logs?stdout=true&stderr=true" + } + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContainerApiResult": { + "Status": 200, + "Content-Type": "text/plain; charset=utf-8", + "Body": "vEthernet (Container NIC ec5c19b2) 172.17.201.44\n" } + } } -} \ No newline at end of file + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/InvokeContainerApi_Post.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/InvokeContainerApi_Post.json index 1af58111eb46..0042fd341de0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/InvokeContainerApi_Post.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/InvokeContainerApi_Post.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/PutProperty-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/PutProperty-1.json index f2e3d3252d09..8eee209e7c7b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/PutProperty-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/PutProperty-1.json @@ -8,12 +8,18 @@ "PropertyName": "AppData", "Value": { "Kind": "Binary", - "Data": [0, 1, 2, 3, 4, 5] + "Data": [ + 0, + 1, + 2, + 3, + 4, + 5 + ] } } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/PutProperty-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/PutProperty-2.json index 85713723d090..5db6a9ad77f7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/PutProperty-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/PutProperty-2.json @@ -14,7 +14,6 @@ } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/RestorePartition.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/RestorePartition.json index 2517de87856f..bcf0866b5cfa 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/RestorePartition.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/RestorePartition.json @@ -15,7 +15,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumeApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumeApplicationBackup.json index c2c11c4f9d0a..3786ff3d7b54 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumeApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumeApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumePartitionBackup.json index f902b478d32e..1ce9278a4639 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumePartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumeServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumeServiceBackup.json index 69ea5b861c11..c97f824b47e1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumeServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/ResumeServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SubmitPropertyBatch-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SubmitPropertyBatch-1.json index af100a680c95..da4ac83317d4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SubmitPropertyBatch-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SubmitPropertyBatch-1.json @@ -21,7 +21,13 @@ "PropertyName": "PersistentQueueAppData", "Value": { "Kind": "Binary", - "Data": [1, 2, 3, 4, 5] + "Data": [ + 1, + 2, + 3, + 4, + 5 + ] }, "CustomTypeId": "InitializationData" }, @@ -35,8 +41,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Successful", "Properties": { @@ -55,8 +60,7 @@ } }, "409": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Failed", "ErrorMessage": "FABRIC_E_PROPERTY_CHECK_FAILED", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendApplicationBackup.json index 862c3b5387d8..9bb3da5e03aa 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendPartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendPartitionBackup.json index 74e24683205a..e34dfbeeead2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendPartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendPartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendServiceBackup.json index f39d03482610..212b0345344d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/SuspendServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateBackupPolicy.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateBackupPolicy.json index 5421b431a968..aed3191828a9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateBackupPolicy.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateBackupPolicy.json @@ -12,8 +12,8 @@ "ScheduleKind": "TimeBased", "ScheduleFrequencyType": "Daily", "RunTimes": [ - "0001-01-01T09:00:00Z", - "0001-01-01T17:00:00Z" + "0001-01-01T09:00:00Z", + "0001-01-01T17:00:00Z" ] }, "Storage": { @@ -22,10 +22,9 @@ "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=storagesample;AccountKey=", "ContainerName": "BackupContainer" } - } + } }, "responses": { - "200": { - } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateService-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateService-1.json index 3a748e8e3e20..6d14c7ebe614 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateService-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateService-1.json @@ -1,34 +1,34 @@ { - "operationId": "UpdateService", - "description": "This example shows how to update placement and load balancing related settings of a stateless Service Fabric service.", - "parameters": { - "serviceId": "test~test1", - "api-version": "6.0", - "ServiceUpdateDescription": { - "ServiceKind": "Stateless", - "Flags": "1568", - "PlacementConstraints": "Color==Red", - "DefaultMoveCost": "High", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AveragePartitionLoad", - "MetricName": "servicefabric:\/_CpuCores", - "LowerLoadThreshold": 0.500000, - "UpperLoadThreshold": 0.800000, - "ScaleIntervalInSeconds": 900 - }, - "ScalingMechanism": { - "Kind": "PartitionInstanceCount", - "MinInstanceCount": 4, - "MaxInstanceCount": 6, - "ScaleIncrement": 2 - } - } - ] + "operationId": "UpdateService", + "description": "This example shows how to update placement and load balancing related settings of a stateless Service Fabric service.", + "parameters": { + "serviceId": "test~test1", + "api-version": "6.0", + "ServiceUpdateDescription": { + "ServiceKind": "Stateless", + "Flags": "1568", + "PlacementConstraints": "Color==Red", + "DefaultMoveCost": "High", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AveragePartitionLoad", + "MetricName": "servicefabric:\/_CpuCores", + "LowerLoadThreshold": 0.500000, + "UpperLoadThreshold": 0.800000, + "ScaleIntervalInSeconds": 900 + }, + "ScalingMechanism": { + "Kind": "PartitionInstanceCount", + "MinInstanceCount": 4, + "MaxInstanceCount": 6, + "ScaleIncrement": 2 + } } - }, - "responses": { - "200": {} + ] } -} \ No newline at end of file + }, + "responses": { + "200": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateService-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateService-2.json index 4329ddddf400..cdb1368dbdd6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateService-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/examples/UpdateService-2.json @@ -1,17 +1,17 @@ { - "operationId": "UpdateService", - "description": "This example shows how to update placement and load balancing related settings of a stateful Service Fabric service.", - "parameters": { - "serviceId": "test~test2", - "api-version": "6.0", - "ServiceUpdateDescription": { - "ServiceKind": "Stateful", - "Flags": "40", - "PlacementConstraints": "Color==Green", - "StandByReplicaKeepDurationSeconds": "1000" - } - }, - "responses": { - "200": {} + "operationId": "UpdateService", + "description": "This example shows how to update placement and load balancing related settings of a stateful Service Fabric service.", + "parameters": { + "serviceId": "test~test2", + "api-version": "6.0", + "ServiceUpdateDescription": { + "ServiceKind": "Stateful", + "Flags": "40", + "PlacementConstraints": "Color==Green", + "StandByReplicaKeepDurationSeconds": "1000" } -} \ No newline at end of file + }, + "responses": { + "200": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-1.json index dc2775e07732..8745ed2793a7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-1.json @@ -7,7 +7,6 @@ "BackupPartitionDescription": {} }, "responses": { - "202": { - } + "202": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-2.json index 48e257f80657..d859b271ef43 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-2.json @@ -10,10 +10,9 @@ "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=storagesample;AccountKey=", "ContainerName": "BackupContainer" } - } + } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-3.json index c827d97d6c81..871358b05e5c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/BackupPartition-3.json @@ -11,10 +11,9 @@ "PrimaryUserName": "mydomain\\backupaccount", "PrimaryPassword": "abcd1234" } - } + } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateApplication-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateApplication-1.json index bccda97daa0e..815b59ce3e50 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateApplication-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateApplication-1.json @@ -10,7 +10,6 @@ } }, "responses": { - "201": { - } + "201": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateBackupPolicy-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateBackupPolicy-1.json index e12077c344f5..d303c4a734f2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateBackupPolicy-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateBackupPolicy-1.json @@ -11,8 +11,8 @@ "ScheduleKind": "TimeBased", "ScheduleFrequencyType": "Daily", "RunTimes": [ - "0001-01-01T09:00:00Z", - "0001-01-01T17:00:00Z" + "0001-01-01T09:00:00Z", + "0001-01-01T17:00:00Z" ] }, "Storage": { @@ -21,10 +21,9 @@ "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=storagesample;AccountKey=", "ContainerName": "BackupContainer" } - } + } }, "responses": { - "201": { - } + "201": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateBackupPolicy-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateBackupPolicy-2.json index 8d6b8c0b2f65..92069091d80d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateBackupPolicy-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateBackupPolicy-2.json @@ -18,10 +18,9 @@ "PrimaryUserName": "backupaccount", "PrimaryPassword": "abcd1234" } - } + } }, "responses": { - "201": { - } + "201": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateName-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateName-1.json index bde8440d7677..39588770e334 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateName-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateName-1.json @@ -8,7 +8,6 @@ } }, "responses": { - "201": { - } + "201": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-1.json index c6186d87241b..88c214abd88c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-1.json @@ -1,21 +1,21 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a basic stateless Service Fabric service.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateless", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test1", - "ServiceTypeName": "StatelessFrontendService", - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "InstanceCount": 4 - } - }, - "responses": { - "202": {} + "operationId": "CreateService", + "description": "This example shows how to create a basic stateless Service Fabric service.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateless", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test1", + "ServiceTypeName": "StatelessFrontendService", + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "InstanceCount": 4 } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-2.json index 8549e33566a4..b909e6c58b05 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-2.json @@ -1,23 +1,23 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a basic stateful Service Fabric service.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateful", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test2", - "ServiceTypeName": "StatefulBackendService", - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "TargetReplicaSetSize": 3, - "MinReplicaSetSize": 2, - "HasPersistedState": false - } - }, - "responses": { - "202": {} + "operationId": "CreateService", + "description": "This example shows how to create a basic stateful Service Fabric service.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateful", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test2", + "ServiceTypeName": "StatefulBackendService", + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "TargetReplicaSetSize": 3, + "MinReplicaSetSize": 2, + "HasPersistedState": false } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-3.json index 5d7ea2bbafed..74461b9b5eef 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-3.json @@ -1,47 +1,47 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a stateless Service Fabric service with a dns name definied and auto scaling based on cpu usage.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateless", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test1", - "ServiceTypeName": "StatelessFrontendService", - "InitializationData": [], - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "InstanceCount": 2, - "PlacementConstraints": "Color==Blue", - "CorrelationScheme": [], - "ServiceLoadMetrics": [], - "ServicePlacementPolicies": [], - "DefaultMoveCost": "Low", - "IsDefaultMoveCostSpecified": true, - "ServicePackageActivationMode": "ExclusiveProcess", - "ServiceDnsName": "test1.test", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AveragePartitionLoad", - "MetricName": "servicefabric:\/_CpuCores", - "LowerLoadThreshold": 0.300000, - "UpperLoadThreshold": 0.800000, - "ScaleIntervalInSeconds": 600 - }, - "ScalingMechanism": { - "Kind": "PartitionInstanceCount", - "MinInstanceCount": 1, - "MaxInstanceCount": 6, - "ScaleIncrement": 2 - } - } - ] + "operationId": "CreateService", + "description": "This example shows how to create a stateless Service Fabric service with a dns name definied and auto scaling based on cpu usage.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateless", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test1", + "ServiceTypeName": "StatelessFrontendService", + "InitializationData": [], + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "InstanceCount": 2, + "PlacementConstraints": "Color==Blue", + "CorrelationScheme": [], + "ServiceLoadMetrics": [], + "ServicePlacementPolicies": [], + "DefaultMoveCost": "Low", + "IsDefaultMoveCostSpecified": true, + "ServicePackageActivationMode": "ExclusiveProcess", + "ServiceDnsName": "test1.test", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AveragePartitionLoad", + "MetricName": "servicefabric:\/_CpuCores", + "LowerLoadThreshold": 0.300000, + "UpperLoadThreshold": 0.800000, + "ScaleIntervalInSeconds": 600 + }, + "ScalingMechanism": { + "Kind": "PartitionInstanceCount", + "MinInstanceCount": 1, + "MaxInstanceCount": 6, + "ScaleIncrement": 2 + } } - }, - "responses": { - "202": {} + ] } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-4.json index 6201d55060d9..a83ca1445d09 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/CreateService-4.json @@ -1,44 +1,46 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a stateful Service Fabric service with named partitions and scaling enabled based on memory usage.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateful", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test2", - "ServiceTypeName": "StatefulBackendService", - "InitializationData": [], - "PartitionDescription": { - "PartitionScheme": "NamedPartitionSchemeDescription", - "Count" : 1, - "Names" : ["0"] - }, - "TargetReplicaSetSize": 3, - "MinReplicaSetSize" : 2, - "HasPersistedState" : true, - "ServicePackageActivationMode": "ExclusiveProcess", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AverageServiceLoad", - "MetricName": "servicefabric:\/_MemoryInMB", - "LowerLoadThreshold": 500, - "UpperLoadThreshold": 900, - "ScaleIntervalInSeconds": 600 - }, - "ScalingMechanism": { - "Kind": "AddRemoveIncrementalNamedPartition", - "MinPartitionCount": 1, - "MaxPartitionCount": 3, - "ScaleIncrement": 1 - } - } - ] + "operationId": "CreateService", + "description": "This example shows how to create a stateful Service Fabric service with named partitions and scaling enabled based on memory usage.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateful", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test2", + "ServiceTypeName": "StatefulBackendService", + "InitializationData": [], + "PartitionDescription": { + "PartitionScheme": "NamedPartitionSchemeDescription", + "Count": 1, + "Names": [ + "0" + ] + }, + "TargetReplicaSetSize": 3, + "MinReplicaSetSize": 2, + "HasPersistedState": true, + "ServicePackageActivationMode": "ExclusiveProcess", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AverageServiceLoad", + "MetricName": "servicefabric:\/_MemoryInMB", + "LowerLoadThreshold": 500, + "UpperLoadThreshold": 900, + "ScaleIntervalInSeconds": 600 + }, + "ScalingMechanism": { + "Kind": "AddRemoveIncrementalNamedPartition", + "MinPartitionCount": 1, + "MaxPartitionCount": 3, + "ScaleIncrement": 1 + } } - }, - "responses": { - "202": {} + ] } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DeleteBackupPolicy.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DeleteBackupPolicy.json index bb4a059aca02..26f33f04c56c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DeleteBackupPolicy.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DeleteBackupPolicy.json @@ -6,7 +6,6 @@ "backupPolicyName": "SampleBackupPolicy" }, "responses": { - "200": { - } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisableApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisableApplicationBackup.json index 9c3f79dfcc49..273a1951e664 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisableApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisableApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisablePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisablePartitionBackup.json index d28c57331359..3cf33b6209a3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisablePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisablePartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisableServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisableServiceBackup.json index a8d579114a69..48b9cc0cb1f3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisableServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/DisableServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnableApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnableApplicationBackup.json index 32d2aebf9790..a6b43cb6e308 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnableApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnableApplicationBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnablePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnablePartitionBackup.json index 681f1a34a1c5..f2a9b189f12f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnablePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnablePartitionBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnableServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnableServiceBackup.json index a70aabb7eccc..d42a6ff9b16e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnableServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/EnableServiceBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetAllEntitiesBackedUpByPolicy-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetAllEntitiesBackedUpByPolicy-1.json index cdc5bde7b7fd..742d46154ca4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetAllEntitiesBackedUpByPolicy-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetAllEntitiesBackedUpByPolicy-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/DemoApp", - "Items": [ + "Items": [ { "EntityKind": "Application", "ApplicationName": "fabric:/CalcApp" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetAllEntitiesBackedUpByPolicy-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetAllEntitiesBackedUpByPolicy-2.json index a40150e05c98..553a958b0072 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetAllEntitiesBackedUpByPolicy-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetAllEntitiesBackedUpByPolicy-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "EntityKind": "Service", "ServiceName": "fabric:/VotingApp/VotingActorService" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupConfigurationInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupConfigurationInfo-1.json index 2cc70dd82d79..ad9642ceb0d0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupConfigurationInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupConfigurationInfo-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService", - "Items": [ + "Items": [ { "Kind": "Application", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupConfigurationInfo-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupConfigurationInfo-2.json index f1620fd55a75..f8ec47d1f9d3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupConfigurationInfo-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupConfigurationInfo-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "Kind": "Partition", "PolicyName": "BackupPolicy2", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-1.json index 7cee9f28ad86..501297608aa0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-1.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-2.json index b0973826caf5..67598e40b07d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-2.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-3.json index f2c47a889359..e0e56db4aee1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-3.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-4.json index 0a79fb01b512..363c1fd07f6f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationBackupList-4.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", "BackupChainId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationEventList.json index bd67cca12878..85c202a77007 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ApplicationCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationInfoList-1.json index df1f287e4104..2ca46b64e3a4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationInfoList-1.json @@ -7,11 +7,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/samples/PQueueApp1", - "Items": [ + "Items": [ { "Id": "samples~CalculatorApp", "Name": "fabric:/samples/CalculatorApp", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationInfoList-2.json index 7b5ab210e830..c0755d26e14b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-1.json index a230d74d2b54..bcb6a4e5e3b7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueApp+2.0", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-2.json index c02bd96ace75..a7c38cdedbe7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-3.json index 325dc1b5ca6d..473565e56c6d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationTypeInfoList-3.json @@ -7,51 +7,50 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ { "Name": "CalculatorApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "CalculatorApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "GatewayApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "PersistentQueueApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "PersistentQueueApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "VolatileQueueApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "VolatileQueueApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" } ] diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationsEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationsEventList.json index 3e7ec703a345..d6f2b74664c0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationsEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetApplicationsEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ApplicationCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyByName.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyByName.json index d48c65c8ed6a..c2246344e4d6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyByName.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyByName.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Name": "DailyAzureBackupPolicy", "AutoRestoreOnDataLoss": false, @@ -29,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyList-1.json index b18863fab4d7..0e123390e2cf 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyList-1.json @@ -7,12 +7,11 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "FileShare10MinBackupPolicy", "Items": [ - { + { "Name": "DailyAzureBackupPolicy", "AutoRestoreOnDataLoss": false, "MaxIncrementalBackups": 3, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyList-2.json index 3895a2315c81..f864ffb69169 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupPolicyList-2.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "AutoRestoreOnDataLoss": false, "Name": "SampleBackupPolicy", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupsFromBackupLocation-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupsFromBackupLocation-1.json index 8b1acfc03d76..44cc073d35e9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupsFromBackupLocation-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupsFromBackupLocation-1.json @@ -18,11 +18,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupsFromBackupLocation-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupsFromBackupLocation-2.json index b435bfc2fc58..23c31a7784a0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupsFromBackupLocation-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetBackupsFromBackupLocation-2.json @@ -19,11 +19,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", "BackupChainId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetChaosEvents.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetChaosEvents.json index 3a486b6fe298..4e5d7bb0b4e3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetChaosEvents.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetChaosEvents.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "History": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetClusterEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetClusterEventList.json index b3eaef4069de..a65e32512638 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetClusterEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetClusterEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ClusterUpgradeStart", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-1.json index 49a23ee30dc4..1be29fb8e6ef 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-1.json @@ -10,11 +10,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "HTTP Server started listening on port 8080\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-2.json index 0b1aec4546b8..669943a0d4cb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-2.json @@ -11,11 +11,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "UTC Time Now: 04\/02\/2018 22:06:31\r\nUTC Time Now: 04\/02\/2018 22:06:32\r\nUTC Time Now: 04\/02\/2018 22:06:33\r\nUTC Time Now: 04\/02\/2018 22:06:344\r\nUTC Time Now: 04\/02\/2018 22:06:35\r\nUTC Time Now: 04\/02\/2018 22:06:36\r\nUTC Time Now: 04\/02\/2018 22:06:37\r\nUTC Time Now: 04\/02\/2018 22:06:38\r\nUTC Time Now: 04\/02\/2018 22:06:39\r\nUTC Time Now: 04\/02\/2018 22:06:40\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-3.json index 68b1c3fff841..2ca6cad4f774 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetContainerLogsDeployedOnNode-3.json @@ -11,11 +11,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "Exception encountered: System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).\r\n\tat System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDataLossProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDataLossProgress-Running.json index c303852becce..90590fff4f2f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDataLossProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDataLossProgress-Running.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDataLossProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDataLossProgress.json index 429c33c8f7b6..89d341f05c26 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDataLossProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDataLossProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "InvokeDataLossResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoByName-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoByName-1.json index dad6050c027e..87c8485a607c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoByName-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoByName-1.json @@ -26,4 +26,4 @@ "body": "" } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-1.json index 452ac7b15380..c19d4e2a841c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-1.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/samples/PQueueApp1", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-2.json index 4bdb8b879f78..7f6320e69e6d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-2.json @@ -8,20 +8,19 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ { - "Id": "samples~VQueueApp1", - "Name": "fabric:/samples/VQueueApp1", - "TypeName": "VolatileQueueApp", - "Status": "Active", - "WorkDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\work", - "LogDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\log", - "TempDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\temp", - "HealthState": "Unknown" + "Id": "samples~VQueueApp1", + "Name": "fabric:/samples/VQueueApp1", + "TypeName": "VolatileQueueApp", + "Status": "Active", + "WorkDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\work", + "LogDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\log", + "TempDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\temp", + "HealthState": "Unknown" } ] } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-3.json index 0d1b40c1148a..01cad866d3c1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetDeployedApplicationInfoList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetFaultOperationList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetFaultOperationList.json index 692f55108319..c7194dad614a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetFaultOperationList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetFaultOperationList.json @@ -8,46 +8,44 @@ }, "responses": { "200": { - "headers": { - }, - "body": - [ - { - "OperationId": "00000000-0000-0000-0000-000000000010", - "State": "Completed", - "Type": "PartitionDataLoss" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000020", - "State": "Completed", - "Type": "PartitionQuorumLoss" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000030", - "State": "Completed", - "Type": "PartitionRestart" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000500", - "State": "Faulted", - "Type": "NodeTransition" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000700", - "State": "Completed", - "Type": "NodeTransition" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000710", - "State": "Completed", - "Type": "NodeTransition" - }, - { - "OperationId": "88ef90f9-0b94-46b0-b817-a6ea20c07f8a", - "State": "Completed", - "Type": "PartitionRestart" - } - ] + "headers": {}, + "body": [ + { + "OperationId": "00000000-0000-0000-0000-000000000010", + "State": "Completed", + "Type": "PartitionDataLoss" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000020", + "State": "Completed", + "Type": "PartitionQuorumLoss" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000030", + "State": "Completed", + "Type": "PartitionRestart" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000500", + "State": "Faulted", + "Type": "NodeTransition" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000700", + "State": "Completed", + "Type": "NodeTransition" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000710", + "State": "Completed", + "Type": "NodeTransition" + }, + { + "OperationId": "88ef90f9-0b94-46b0-b817-a6ea20c07f8a", + "State": "Completed", + "Type": "PartitionRestart" + } + ] } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetImageStoreContent.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetImageStoreContent.json index 457cfd7986aa..7e912c407a79 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetImageStoreContent.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetImageStoreContent.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "StoreFiles": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeEventList.json index a21108addcbb..f143ad167be8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "NodeOpening", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList-1.json index be0a9a5d9509..c494bff622c5 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList-1.json @@ -1,73 +1,72 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about the nodes in the cluster when the number of results returned is limited by the MaxResults parameter.", - "parameters":{ - "api-version":"6.3", - "MaxResults":2 - }, - "responses":{ - "200":{ - "headers":{ - }, - "body":{ - "ContinuationToken":"2acb9f55540659b1c95f27cc128ab326", - "Items":[ - { - "Name":"_testnode_1", - "IpAddressOrFQDN":"10.0.0.5", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"102016", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"1", - "FaultDomain":"fd:/1", - "Id":{ - "Id":"ebd986a1134b3643a8117fb41b259bf" - }, - "InstanceId":"131738274982501335", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:31:39.842Z", - "NodeDownAt":"2018-06-18T20:31:37.374Z" - }, - { - "Name":"_testnode_0", - "IpAddressOrFQDN":"10.0.0.4", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"105483", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"0", - "FaultDomain":"fd:/0", - "Id":{ - "Id":"2acb9f55540659b1c95f27cc128ab326" - }, - "InstanceId":"131738240209152398", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:33:52.944Z", - "NodeDownAt":"2018-06-18T19:33:39.514Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about the nodes in the cluster when the number of results returned is limited by the MaxResults parameter.", + "parameters": { + "api-version": "6.3", + "MaxResults": 2 + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "2acb9f55540659b1c95f27cc128ab326", + "Items": [ + { + "Name": "_testnode_1", + "IpAddressOrFQDN": "10.0.0.5", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "102016", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "1", + "FaultDomain": "fd:/1", + "Id": { + "Id": "ebd986a1134b3643a8117fb41b259bf" + }, + "InstanceId": "131738274982501335", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:31:39.842Z", + "NodeDownAt": "2018-06-18T20:31:37.374Z" + }, + { + "Name": "_testnode_0", + "IpAddressOrFQDN": "10.0.0.4", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "105483", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "0", + "FaultDomain": "fd:/0", + "Id": { + "Id": "2acb9f55540659b1c95f27cc128ab326" + }, + "InstanceId": "131738240209152398", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:33:52.944Z", + "NodeDownAt": "2018-06-18T19:33:39.514Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList-2.json index fb689851f34d..79bbd1bf1af7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList-2.json @@ -1,100 +1,99 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about nodes in the cluster which appear on a sequential page, by using the ContinuationToken parameter.", - "parameters":{ - "api-version":"6.3", - "ContinuationToken":"2acb9f55540659b1c95f27cc128ab326" - }, - "responses":{ - "200":{ - "headers":{ - }, - "body":{ - "ContinuationToken":"", - "Items":[ - { - "Name":"_Node_4", - "IpAddressOrFQDN":"10.0.0.8", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"101547", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"4", - "FaultDomain":"fd:/4", - "Id":{ - "Id":"ba9383d728221add7fa996bf67b757fb" - }, - "InstanceId":"131737415865259763", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-17T20:40:07.378Z", - "NodeDownAt":"2018-06-17T20:33:11.877Z" - }, - { - "Name":"_Node_3", - "IpAddressOrFQDN":"10.0.0.7", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15615", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"3", - "FaultDomain":"fd:/3", - "Id":{ - "Id":"d6a18a0935a3e39aeae2a049eb97255d" - }, - "InstanceId":"131738275300526952", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:32:18.884Z", - "NodeDownAt":"2018-06-18T20:31:59.128Z" - }, - { - "Name":"_Node_2", - "IpAddressOrFQDN":"10.0.0.6", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"19819", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"2", - "FaultDomain":"fd:/2", - "Id":{ - "Id":"f2af91e5e9c8254dedb75b1424a9e3fc" - }, - "InstanceId":"131738233282843485", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:22:15.272Z", - "NodeDownAt":"2018-06-18T19:22:02.740Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about nodes in the cluster which appear on a sequential page, by using the ContinuationToken parameter.", + "parameters": { + "api-version": "6.3", + "ContinuationToken": "2acb9f55540659b1c95f27cc128ab326" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "", + "Items": [ + { + "Name": "_Node_4", + "IpAddressOrFQDN": "10.0.0.8", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "101547", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "4", + "FaultDomain": "fd:/4", + "Id": { + "Id": "ba9383d728221add7fa996bf67b757fb" + }, + "InstanceId": "131737415865259763", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-17T20:40:07.378Z", + "NodeDownAt": "2018-06-17T20:33:11.877Z" + }, + { + "Name": "_Node_3", + "IpAddressOrFQDN": "10.0.0.7", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15615", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "3", + "FaultDomain": "fd:/3", + "Id": { + "Id": "d6a18a0935a3e39aeae2a049eb97255d" + }, + "InstanceId": "131738275300526952", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:32:18.884Z", + "NodeDownAt": "2018-06-18T20:31:59.128Z" + }, + { + "Name": "_Node_2", + "IpAddressOrFQDN": "10.0.0.6", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "19819", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "2", + "FaultDomain": "fd:/2", + "Id": { + "Id": "f2af91e5e9c8254dedb75b1424a9e3fc" + }, + "InstanceId": "131738233282843485", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:22:15.272Z", + "NodeDownAt": "2018-06-18T19:22:02.740Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList.json index 6e19eaa4d9a3..d38a618440a9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeInfoList.json @@ -1,153 +1,152 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about all the nodes in the cluster when the information fits in a single response message without the need for paging through ContinuationToken parameter.", - "parameters":{ - "api-version":"6.3" - }, - "responses":{ - "200":{ - "headers":{ - }, - "body":{ - "ContinuationToken":"", - "Items":[ - { - "Name":"_Node_1", - "IpAddressOrFQDN":"10.0.0.5", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15275", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"1", - "FaultDomain":"fd:/1", - "Id":{ - "Id":"ebd986a1134b3643a8117fb41b259bf" - }, - "InstanceId":"131738274982501335", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:31:39.842Z", - "NodeDownAt":"2018-06-18T20:31:37.374Z" - }, - { - "Name":"_Node_0", - "IpAddressOrFQDN":"10.0.0.4", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"18742", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"0", - "FaultDomain":"fd:/0", - "Id":{ - "Id":"2acb9f55540659b1c95f27cc128ab326" - }, - "InstanceId":"131738240209152398", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:33:52.944Z", - "NodeDownAt":"2018-06-18T19:33:39.514Z" - }, - { - "Name":"_Node_4", - "IpAddressOrFQDN":"10.0.0.8", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"101168", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"4", - "FaultDomain":"fd:/4", - "Id":{ - "Id":"ba9383d728221add7fa996bf67b757fb" - }, - "InstanceId":"131737415865259763", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-17T20:40:07.378Z", - "NodeDownAt":"2018-06-17T20:33:11.877Z" - }, - { - "Name":"_Node_3", - "IpAddressOrFQDN":"10.0.0.7", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15236", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"3", - "FaultDomain":"fd:/3", - "Id":{ - "Id":"d6a18a0935a3e39aeae2a049eb97255d" - }, - "InstanceId":"131738275300526952", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:32:18.884Z", - "NodeDownAt":"2018-06-18T20:31:59.128Z" - }, - { - "Name":"_Node_2", - "IpAddressOrFQDN":"10.0.0.6", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"19440", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"2", - "FaultDomain":"fd:/2", - "Id":{ - "Id":"f2af91e5e9c8254dedb75b1424a9e3fc" - }, - "InstanceId":"131738233282843485", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:22:15.272Z", - "NodeDownAt":"2018-06-18T19:22:02.740Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about all the nodes in the cluster when the information fits in a single response message without the need for paging through ContinuationToken parameter.", + "parameters": { + "api-version": "6.3" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "", + "Items": [ + { + "Name": "_Node_1", + "IpAddressOrFQDN": "10.0.0.5", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15275", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "1", + "FaultDomain": "fd:/1", + "Id": { + "Id": "ebd986a1134b3643a8117fb41b259bf" + }, + "InstanceId": "131738274982501335", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:31:39.842Z", + "NodeDownAt": "2018-06-18T20:31:37.374Z" + }, + { + "Name": "_Node_0", + "IpAddressOrFQDN": "10.0.0.4", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "18742", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "0", + "FaultDomain": "fd:/0", + "Id": { + "Id": "2acb9f55540659b1c95f27cc128ab326" + }, + "InstanceId": "131738240209152398", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:33:52.944Z", + "NodeDownAt": "2018-06-18T19:33:39.514Z" + }, + { + "Name": "_Node_4", + "IpAddressOrFQDN": "10.0.0.8", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "101168", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "4", + "FaultDomain": "fd:/4", + "Id": { + "Id": "ba9383d728221add7fa996bf67b757fb" + }, + "InstanceId": "131737415865259763", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-17T20:40:07.378Z", + "NodeDownAt": "2018-06-17T20:33:11.877Z" + }, + { + "Name": "_Node_3", + "IpAddressOrFQDN": "10.0.0.7", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15236", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "3", + "FaultDomain": "fd:/3", + "Id": { + "Id": "d6a18a0935a3e39aeae2a049eb97255d" + }, + "InstanceId": "131738275300526952", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:32:18.884Z", + "NodeDownAt": "2018-06-18T20:31:59.128Z" + }, + { + "Name": "_Node_2", + "IpAddressOrFQDN": "10.0.0.6", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "19440", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "2", + "FaultDomain": "fd:/2", + "Id": { + "Id": "f2af91e5e9c8254dedb75b1424a9e3fc" + }, + "InstanceId": "131738233282843485", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:22:15.272Z", + "NodeDownAt": "2018-06-18T19:22:02.740Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeTransitionProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeTransitionProgress-Running.json index 64d4642700ea..62ad5c37ec58 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeTransitionProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeTransitionProgress-Running.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeTransitionProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeTransitionProgress.json index 5ee8818ce76a..474ab826b8df 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeTransitionProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodeTransitionProgress.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "NodeTransitionResult": { @@ -22,4 +21,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodesEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodesEventList.json index aae5dea1cc1c..4355d9961558 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodesEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetNodesEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "NodeOpening", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupConfigurationInfo.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupConfigurationInfo.json index 48ffda64fa66..c7e119b0e7a7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupConfigurationInfo.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupConfigurationInfo.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Partition", "PolicyName": "BackupPolicy2", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-1.json index 95228d16752f..6f6c7931f845 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-1.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-2.json index a8b808b8db3d..8d56fd96a576 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-2.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "be06a49c-be67-4eb1-a602-b983605be862", "BackupChainId": "be06a49c-be67-4eb1-a602-b983605be862", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-3.json index 607b42eaa2cb..45a0dbe1568d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-3.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-4.json index 0444cd5e8266..9ac35bb79efd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupList-4.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "be06a49c-be67-4eb1-a602-b983605be862", "BackupChainId": "be06a49c-be67-4eb1-a602-b983605be862", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupProgress.json index 9e0b2545db60..3b9b131b8afd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionBackupProgress.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "BackupState": "Success", "TimeStampUtc": "2018-01-01T09:00:55Z", @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionEventList.json index aae33c4b1e00..59e619f72f17 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "PartitionReconfigurationCompleted", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionRestartProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionRestartProgress.json index 4453caa242d6..074289b470a2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionRestartProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionRestartProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "RestartPartitionResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionRestoreProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionRestoreProgress.json index cd6099ad4d61..62e13304aa16 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionRestoreProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionRestoreProgress.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "RestoreState": "Success", "TimeStampUtc": "2018-01-01T09:00:55Z", @@ -21,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionsEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionsEventList.json index dd7f4311823f..7d500da4e26f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionsEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPartitionsEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "PartitionReconfigurationCompleted", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfo-1.json index fd0e63e316bf..ca5def4be2fb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfo-1.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Name": "CalculatorAppData", "Value": { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-1.json index 9d4f74b46e80..5729c6a4e4a2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueAppData$131439231986491349", "IsConsistent": true, @@ -36,7 +35,6 @@ } } ] - } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-2.json index 405aeca605ff..6a172f23f09a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueAppData$131439231986491349", "IsConsistent": true, @@ -33,7 +32,13 @@ "Name": "PersistentQueueAppData", "Value": { "Kind": "Binary", - "Data": [6, 7, 8, 9, 10] + "Data": [ + 6, + 7, + 8, + 9, + 10 + ] }, "Metadata": { "TypeId": "Binary", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-3.json index 51a4fcb919b4..ce12465b6ce6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetPropertyInfoList-3.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetQuorumLossProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetQuorumLossProgress-Running.json index 059c51840fc9..203fb157db03 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetQuorumLossProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetQuorumLossProgress-Running.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetQuorumLossProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetQuorumLossProgress.json index 3e848d89bc8d..c86fd0d2b31d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetQuorumLossProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetQuorumLossProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "InvokeQuorumLossResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetReplicaEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetReplicaEventList.json index a89b8578ab44..37455c6cbf93 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetReplicaEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetReplicaEventList.json @@ -10,8 +10,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "StatefulReplicaHealthReportCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetReplicasEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetReplicasEventList.json index 793b6d201db5..9dd8bfcefce5 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetReplicasEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetReplicasEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "StatefulReplicaHealthReportCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupConfigurationInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupConfigurationInfo-1.json index 9e7a54d9b89f..63026d5e9432 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupConfigurationInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupConfigurationInfo-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d", - "Items": [ + "Items": [ { "Kind": "Service", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupConfigurationInfo-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupConfigurationInfo-2.json index 126c01ad5d60..a9bf85884db2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupConfigurationInfo-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupConfigurationInfo-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "Kind": "Partition", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-1.json index cb0c6c85b6a5..3291f1a1a943 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-1.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-2.json index 03d20cfcca7e..d8b8c99093b8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-2.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-3.json index 3e0d3827a229..1b5870db7131 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-3.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", - "Items": [ + "Items": [ { "BackupId": "3a056ac9-7206-43c3-8424-6f6103003eba", "BackupChainId": "3a056ac9-7206-43c3-8424-6f6103003eba", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-4.json index 15482f3db270..a4bc56a73369 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceBackupList-4.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "BackupId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", "BackupChainId": "0ff4fdbe-131c-4dfb-8249-7b4029ddc014", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceEventList.json index ae7adcc98ecf..eb2f04b29fdb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServiceEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ServiceCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServicesEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServicesEventList.json index bd4b7353165e..4b759f1352da 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServicesEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetServicesEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ServiceCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-1.json index 3d315a557a9f..282319140d86 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-2.json index 6dbd9309980a..15391854f370 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-3.json index 3265fc8a3c13..bf07c9c58bc4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetSubNameInfoList-3.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetUploadSessionById.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetUploadSessionById.json index 21ce39b90dd9..c565a13cfcbc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetUploadSessionById.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetUploadSessionById.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "UploadSessions": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetUploadSessionByPath.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetUploadSessionByPath.json index 82743551c7cb..8dc66b6d107d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetUploadSessionByPath.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/GetUploadSessionByPath.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "UploadSessions": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/InvokeContainerApi.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/InvokeContainerApi.json index cdaf407acf69..bfe285758eec 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/InvokeContainerApi.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/InvokeContainerApi.json @@ -1,27 +1,27 @@ { - "operationId": "InvokeContainerApi", - "description": "This example shows how to call container API with HTTP GET for a code package deployed on a node.", - "parameters": { - "api-version": "6.2", - "nodeName": "Node01", - "applicationId": "samples/winnodejs", - "ServiceManifestName": "NodeServicePackage", - "CodePackageName": "NodeService.Code", - "CodePackageInstanceId": "131668159770315380", - "ContainerApiRequestBody": { - "UriPath": "/containers/{id}/logs?stdout=true&stderr=true" - } - }, - "responses": { - "200": { - "headers": {}, - "body": { - "ContainerApiResult": { - "Status": 200, - "Content-Type": "text/plain; charset=utf-8", - "Body": "vEthernet (Container NIC ec5c19b2) 172.17.201.44\n" - } - } + "operationId": "InvokeContainerApi", + "description": "This example shows how to call container API with HTTP GET for a code package deployed on a node.", + "parameters": { + "api-version": "6.2", + "nodeName": "Node01", + "applicationId": "samples/winnodejs", + "ServiceManifestName": "NodeServicePackage", + "CodePackageName": "NodeService.Code", + "CodePackageInstanceId": "131668159770315380", + "ContainerApiRequestBody": { + "UriPath": "/containers/{id}/logs?stdout=true&stderr=true" + } + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContainerApiResult": { + "Status": 200, + "Content-Type": "text/plain; charset=utf-8", + "Body": "vEthernet (Container NIC ec5c19b2) 172.17.201.44\n" } + } } -} \ No newline at end of file + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/InvokeContainerApi_Post.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/InvokeContainerApi_Post.json index 1af58111eb46..0042fd341de0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/InvokeContainerApi_Post.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/InvokeContainerApi_Post.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/PutProperty-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/PutProperty-1.json index f2e3d3252d09..8eee209e7c7b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/PutProperty-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/PutProperty-1.json @@ -8,12 +8,18 @@ "PropertyName": "AppData", "Value": { "Kind": "Binary", - "Data": [0, 1, 2, 3, 4, 5] + "Data": [ + 0, + 1, + 2, + 3, + 4, + 5 + ] } } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/PutProperty-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/PutProperty-2.json index 85713723d090..5db6a9ad77f7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/PutProperty-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/PutProperty-2.json @@ -14,7 +14,6 @@ } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/CreateOrUpdateApplicationResource.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/CreateOrUpdateApplicationResource.json index 3450bd4503a7..458048b6298d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/CreateOrUpdateApplicationResource.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/CreateOrUpdateApplicationResource.json @@ -43,4 +43,4 @@ "201": {}, "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/CreateOrUpdateVolumeResource.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/CreateOrUpdateVolumeResource.json index d447312a9818..a656c31cca11 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/CreateOrUpdateVolumeResource.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/CreateOrUpdateVolumeResource.json @@ -21,4 +21,4 @@ "201": {}, "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/DeleteApplicationResource.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/DeleteApplicationResource.json index 4b2156c02a4e..a7dd835dead1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/DeleteApplicationResource.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/DeleteApplicationResource.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/DeleteVolumeResource.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/DeleteVolumeResource.json index f981f61405f9..66515e1b1d2e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/DeleteVolumeResource.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/DeleteVolumeResource.json @@ -1,13 +1,13 @@ { - "operationId": "DeleteVolumeResource", - "description": "This example shows how to delete an existing volume resource. If the volume resource does not exit, an empty response with 204 status code is returned.", - "parameters": { - "volumeResourceName": "meshDemoVolume", - "api-version": "6.3-preview" - }, - "responses": { - "200": {}, - "202": {}, - "204": {} - } -} \ No newline at end of file + "operationId": "DeleteVolumeResource", + "description": "This example shows how to delete an existing volume resource. If the volume resource does not exit, an empty response with 204 status code is returned.", + "parameters": { + "volumeResourceName": "meshDemoVolume", + "api-version": "6.3-preview" + }, + "responses": { + "200": {}, + "202": {}, + "204": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetApplicationResource.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetApplicationResource.json index e36748d07114..996803abe6e2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetApplicationResource.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetApplicationResource.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetReplica.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetReplica.json index e60ba88bef4e..ee34b33d7e50 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetReplica.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetReplica.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetReplicas.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetReplicas.json index f59de11738d8..a1629876b72f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetReplicas.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetReplicas.json @@ -1,86 +1,86 @@ { "operationId": "GetReplica", "description": "This example shows how to get the information about all replicas of a given service of an application..", - "parameters": { - "api-version": "6.3-preview", + "parameters": { + "api-version": "6.3-preview", "applicationResourceName": "helloWorldApp", "serviceResourceName": "helloWorldService" - }, - "responses": { - "200": { - "body": { - "ContinuationToken": "", + }, + "responses": { + "200": { + "body": { + "ContinuationToken": "", "Items": [ - { - "osType": "Linux", - "codePackages": [ - { - "name": "helloWorldCode", - "image": "seabreeze/sbz-helloworld:1.0-alpine", - "endpoints": [ - { - "name": "helloWorldListener", - "port": 80 - } - ], - "resources": { - "requests": { - "memoryInGB": 1, - "cpu": 1 - } + { + "osType": "Linux", + "codePackages": [ + { + "name": "helloWorldCode", + "image": "seabreeze/sbz-helloworld:1.0-alpine", + "endpoints": [ + { + "name": "helloWorldListener", + "port": 80 + } + ], + "resources": { + "requests": { + "memoryInGB": 1, + "cpu": 1 + } + }, + "instanceView": { + "restartCount": 1, + "currentState": { + "state": "Running", + "exitCode": "0" }, - "instanceView": { - "restartCount": 1, - "currentState": { - "state": "Running", - "exitCode": "0" - }, - "previousState": { - "state": "NotSpecified", - "exitCode": "0" - } + "previousState": { + "state": "NotSpecified", + "exitCode": "0" } } - ], - "networkRefs": [], - "replicaName": "1" - }, - { - "osType": "Linux", - "codePackages": [ - { - "name": "helloWorldCode", - "image": "seabreeze/sbz-helloworld:1.0-alpine", - "endpoints": [ - { - "name": "helloWorldListener", - "port": 80 - } - ], - "resources": { - "requests": { - "memoryInGB": 1, - "cpu": 1 - } + } + ], + "networkRefs": [], + "replicaName": "1" + }, + { + "osType": "Linux", + "codePackages": [ + { + "name": "helloWorldCode", + "image": "seabreeze/sbz-helloworld:1.0-alpine", + "endpoints": [ + { + "name": "helloWorldListener", + "port": 80 + } + ], + "resources": { + "requests": { + "memoryInGB": 1, + "cpu": 1 + } + }, + "instanceView": { + "restartCount": 1, + "currentState": { + "state": "Running", + "exitCode": "0" }, - "instanceView": { - "restartCount": 1, - "currentState": { - "state": "Running", - "exitCode": "0" - }, - "previousState": { - "state": "NotSpecified", - "exitCode": "0" - } + "previousState": { + "state": "NotSpecified", + "exitCode": "0" } } - ], - "networkRefs": [], - "replicaName": "0" - } - ] - } + } + ], + "networkRefs": [], + "replicaName": "0" + } + ] } } - } \ No newline at end of file + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetService.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetService.json index 52b7d883b774..0b26f3e40347 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetService.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetService.json @@ -39,4 +39,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetServices.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetServices.json index d8967583f096..0b6783d9e0b0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetServices.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetServices.json @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetVolumeResource.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetVolumeResource.json index c2aa93b5bff7..872cac09f158 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetVolumeResource.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/Resource/GetVolumeResource.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/RestorePartition.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/RestorePartition.json index 2517de87856f..bcf0866b5cfa 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/RestorePartition.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/RestorePartition.json @@ -15,7 +15,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumeApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumeApplicationBackup.json index c2c11c4f9d0a..3786ff3d7b54 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumeApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumeApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumePartitionBackup.json index f902b478d32e..1ce9278a4639 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumePartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumeServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumeServiceBackup.json index 69ea5b861c11..c97f824b47e1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumeServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/ResumeServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/StartClusterConfigurationUpgrade-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/StartClusterConfigurationUpgrade-1.json index bbb6034fc8e4..2f8fd59a474e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/StartClusterConfigurationUpgrade-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/StartClusterConfigurationUpgrade-1.json @@ -32,11 +32,9 @@ } ] } - } }, "responses": { - "202": { - } + "202": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SubmitPropertyBatch-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SubmitPropertyBatch-1.json index af100a680c95..da4ac83317d4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SubmitPropertyBatch-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SubmitPropertyBatch-1.json @@ -21,7 +21,13 @@ "PropertyName": "PersistentQueueAppData", "Value": { "Kind": "Binary", - "Data": [1, 2, 3, 4, 5] + "Data": [ + 1, + 2, + 3, + 4, + 5 + ] }, "CustomTypeId": "InitializationData" }, @@ -35,8 +41,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Successful", "Properties": { @@ -55,8 +60,7 @@ } }, "409": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Failed", "ErrorMessage": "FABRIC_E_PROPERTY_CHECK_FAILED", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendApplicationBackup.json index 862c3b5387d8..9bb3da5e03aa 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendPartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendPartitionBackup.json index 74e24683205a..e34dfbeeead2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendPartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendPartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendServiceBackup.json index f39d03482610..212b0345344d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/SuspendServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateBackupPolicy.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateBackupPolicy.json index 5421b431a968..aed3191828a9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateBackupPolicy.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateBackupPolicy.json @@ -12,8 +12,8 @@ "ScheduleKind": "TimeBased", "ScheduleFrequencyType": "Daily", "RunTimes": [ - "0001-01-01T09:00:00Z", - "0001-01-01T17:00:00Z" + "0001-01-01T09:00:00Z", + "0001-01-01T17:00:00Z" ] }, "Storage": { @@ -22,10 +22,9 @@ "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=storagesample;AccountKey=", "ContainerName": "BackupContainer" } - } + } }, "responses": { - "200": { - } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateService-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateService-1.json index 3a748e8e3e20..6d14c7ebe614 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateService-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateService-1.json @@ -1,34 +1,34 @@ { - "operationId": "UpdateService", - "description": "This example shows how to update placement and load balancing related settings of a stateless Service Fabric service.", - "parameters": { - "serviceId": "test~test1", - "api-version": "6.0", - "ServiceUpdateDescription": { - "ServiceKind": "Stateless", - "Flags": "1568", - "PlacementConstraints": "Color==Red", - "DefaultMoveCost": "High", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AveragePartitionLoad", - "MetricName": "servicefabric:\/_CpuCores", - "LowerLoadThreshold": 0.500000, - "UpperLoadThreshold": 0.800000, - "ScaleIntervalInSeconds": 900 - }, - "ScalingMechanism": { - "Kind": "PartitionInstanceCount", - "MinInstanceCount": 4, - "MaxInstanceCount": 6, - "ScaleIncrement": 2 - } - } - ] + "operationId": "UpdateService", + "description": "This example shows how to update placement and load balancing related settings of a stateless Service Fabric service.", + "parameters": { + "serviceId": "test~test1", + "api-version": "6.0", + "ServiceUpdateDescription": { + "ServiceKind": "Stateless", + "Flags": "1568", + "PlacementConstraints": "Color==Red", + "DefaultMoveCost": "High", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AveragePartitionLoad", + "MetricName": "servicefabric:\/_CpuCores", + "LowerLoadThreshold": 0.500000, + "UpperLoadThreshold": 0.800000, + "ScaleIntervalInSeconds": 900 + }, + "ScalingMechanism": { + "Kind": "PartitionInstanceCount", + "MinInstanceCount": 4, + "MaxInstanceCount": 6, + "ScaleIncrement": 2 + } } - }, - "responses": { - "200": {} + ] } -} \ No newline at end of file + }, + "responses": { + "200": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateService-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateService-2.json index 4329ddddf400..cdb1368dbdd6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateService-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/examples/UpdateService-2.json @@ -1,17 +1,17 @@ { - "operationId": "UpdateService", - "description": "This example shows how to update placement and load balancing related settings of a stateful Service Fabric service.", - "parameters": { - "serviceId": "test~test2", - "api-version": "6.0", - "ServiceUpdateDescription": { - "ServiceKind": "Stateful", - "Flags": "40", - "PlacementConstraints": "Color==Green", - "StandByReplicaKeepDurationSeconds": "1000" - } - }, - "responses": { - "200": {} + "operationId": "UpdateService", + "description": "This example shows how to update placement and load balancing related settings of a stateful Service Fabric service.", + "parameters": { + "serviceId": "test~test2", + "api-version": "6.0", + "ServiceUpdateDescription": { + "ServiceKind": "Stateful", + "Flags": "40", + "PlacementConstraints": "Color==Green", + "StandByReplicaKeepDurationSeconds": "1000" } -} \ No newline at end of file + }, + "responses": { + "200": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/servicefabric.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/servicefabric.json index 50671d0c5bc7..3838da5fbcfc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/servicefabric.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.3/servicefabric.json @@ -25884,4 +25884,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-1.json index 83a821cf558d..2a7638588821 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-1.json @@ -7,7 +7,6 @@ "BackupPartitionDescription": {} }, "responses": { - "202": { - } + "202": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-2.json index 0c5e27edc6d6..9aa037a4d490 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-2.json @@ -10,10 +10,9 @@ "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=storagesample;AccountKey=", "ContainerName": "BackupContainer" } - } + } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-3.json index 2e3c6d010b83..3d9ef05b08e4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/BackupPartition-3.json @@ -11,10 +11,9 @@ "PrimaryUserName": "mydomain\\backupaccount", "PrimaryPassword": "abcd1234" } - } + } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateApplication-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateApplication-1.json index bccda97daa0e..815b59ce3e50 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateApplication-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateApplication-1.json @@ -10,7 +10,6 @@ } }, "responses": { - "201": { - } + "201": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateBackupPolicy-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateBackupPolicy-1.json index b2210fff6b8b..a2bb056ee6d0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateBackupPolicy-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateBackupPolicy-1.json @@ -26,10 +26,9 @@ "MinimumNumberOfBackups": 20, "RetentionDuration": "P3M" } - } + } }, "responses": { - "201": { - } + "201": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateBackupPolicy-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateBackupPolicy-2.json index af61f734902c..f688def9e59e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateBackupPolicy-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateBackupPolicy-2.json @@ -26,7 +26,6 @@ } }, "responses": { - "201": { - } + "201": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateName-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateName-1.json index bde8440d7677..39588770e334 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateName-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateName-1.json @@ -8,7 +8,6 @@ } }, "responses": { - "201": { - } + "201": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-1.json index c6186d87241b..88c214abd88c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-1.json @@ -1,21 +1,21 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a basic stateless Service Fabric service.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateless", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test1", - "ServiceTypeName": "StatelessFrontendService", - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "InstanceCount": 4 - } - }, - "responses": { - "202": {} + "operationId": "CreateService", + "description": "This example shows how to create a basic stateless Service Fabric service.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateless", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test1", + "ServiceTypeName": "StatelessFrontendService", + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "InstanceCount": 4 } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-2.json index 8549e33566a4..b909e6c58b05 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-2.json @@ -1,23 +1,23 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a basic stateful Service Fabric service.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateful", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test2", - "ServiceTypeName": "StatefulBackendService", - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "TargetReplicaSetSize": 3, - "MinReplicaSetSize": 2, - "HasPersistedState": false - } - }, - "responses": { - "202": {} + "operationId": "CreateService", + "description": "This example shows how to create a basic stateful Service Fabric service.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateful", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test2", + "ServiceTypeName": "StatefulBackendService", + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "TargetReplicaSetSize": 3, + "MinReplicaSetSize": 2, + "HasPersistedState": false } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-3.json index 5d7ea2bbafed..74461b9b5eef 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-3.json @@ -1,47 +1,47 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a stateless Service Fabric service with a dns name definied and auto scaling based on cpu usage.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateless", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test1", - "ServiceTypeName": "StatelessFrontendService", - "InitializationData": [], - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "InstanceCount": 2, - "PlacementConstraints": "Color==Blue", - "CorrelationScheme": [], - "ServiceLoadMetrics": [], - "ServicePlacementPolicies": [], - "DefaultMoveCost": "Low", - "IsDefaultMoveCostSpecified": true, - "ServicePackageActivationMode": "ExclusiveProcess", - "ServiceDnsName": "test1.test", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AveragePartitionLoad", - "MetricName": "servicefabric:\/_CpuCores", - "LowerLoadThreshold": 0.300000, - "UpperLoadThreshold": 0.800000, - "ScaleIntervalInSeconds": 600 - }, - "ScalingMechanism": { - "Kind": "PartitionInstanceCount", - "MinInstanceCount": 1, - "MaxInstanceCount": 6, - "ScaleIncrement": 2 - } - } - ] + "operationId": "CreateService", + "description": "This example shows how to create a stateless Service Fabric service with a dns name definied and auto scaling based on cpu usage.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateless", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test1", + "ServiceTypeName": "StatelessFrontendService", + "InitializationData": [], + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "InstanceCount": 2, + "PlacementConstraints": "Color==Blue", + "CorrelationScheme": [], + "ServiceLoadMetrics": [], + "ServicePlacementPolicies": [], + "DefaultMoveCost": "Low", + "IsDefaultMoveCostSpecified": true, + "ServicePackageActivationMode": "ExclusiveProcess", + "ServiceDnsName": "test1.test", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AveragePartitionLoad", + "MetricName": "servicefabric:\/_CpuCores", + "LowerLoadThreshold": 0.300000, + "UpperLoadThreshold": 0.800000, + "ScaleIntervalInSeconds": 600 + }, + "ScalingMechanism": { + "Kind": "PartitionInstanceCount", + "MinInstanceCount": 1, + "MaxInstanceCount": 6, + "ScaleIncrement": 2 + } } - }, - "responses": { - "202": {} + ] } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-4.json index 6201d55060d9..a83ca1445d09 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/CreateService-4.json @@ -1,44 +1,46 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a stateful Service Fabric service with named partitions and scaling enabled based on memory usage.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateful", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test2", - "ServiceTypeName": "StatefulBackendService", - "InitializationData": [], - "PartitionDescription": { - "PartitionScheme": "NamedPartitionSchemeDescription", - "Count" : 1, - "Names" : ["0"] - }, - "TargetReplicaSetSize": 3, - "MinReplicaSetSize" : 2, - "HasPersistedState" : true, - "ServicePackageActivationMode": "ExclusiveProcess", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AverageServiceLoad", - "MetricName": "servicefabric:\/_MemoryInMB", - "LowerLoadThreshold": 500, - "UpperLoadThreshold": 900, - "ScaleIntervalInSeconds": 600 - }, - "ScalingMechanism": { - "Kind": "AddRemoveIncrementalNamedPartition", - "MinPartitionCount": 1, - "MaxPartitionCount": 3, - "ScaleIncrement": 1 - } - } - ] + "operationId": "CreateService", + "description": "This example shows how to create a stateful Service Fabric service with named partitions and scaling enabled based on memory usage.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateful", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test2", + "ServiceTypeName": "StatefulBackendService", + "InitializationData": [], + "PartitionDescription": { + "PartitionScheme": "NamedPartitionSchemeDescription", + "Count": 1, + "Names": [ + "0" + ] + }, + "TargetReplicaSetSize": 3, + "MinReplicaSetSize": 2, + "HasPersistedState": true, + "ServicePackageActivationMode": "ExclusiveProcess", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AverageServiceLoad", + "MetricName": "servicefabric:\/_MemoryInMB", + "LowerLoadThreshold": 500, + "UpperLoadThreshold": 900, + "ScaleIntervalInSeconds": 600 + }, + "ScalingMechanism": { + "Kind": "AddRemoveIncrementalNamedPartition", + "MinPartitionCount": 1, + "MaxPartitionCount": 3, + "ScaleIncrement": 1 + } } - }, - "responses": { - "202": {} + ] } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DeleteBackupPolicy.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DeleteBackupPolicy.json index 734395ce32b1..d4796b5ede08 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DeleteBackupPolicy.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DeleteBackupPolicy.json @@ -6,7 +6,6 @@ "backupPolicyName": "SampleBackupPolicy" }, "responses": { - "200": { - } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisableApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisableApplicationBackup.json index bd8540b36fee..964fdaa8c3f3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisableApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisableApplicationBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisablePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisablePartitionBackup.json index b623b3e43f27..1f6cc6b32ed3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisablePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisablePartitionBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisableServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisableServiceBackup.json index fe100058077b..14ca9acf4e25 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisableServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/DisableServiceBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnableApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnableApplicationBackup.json index 2cd0f437db33..b0e24cd35f67 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnableApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnableApplicationBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnablePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnablePartitionBackup.json index 3daf064a898d..739bd06ce60e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnablePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnablePartitionBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnableServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnableServiceBackup.json index bebbe3f6f9f6..0fe38fd714bc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnableServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/EnableServiceBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetAllEntitiesBackedUpByPolicy-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetAllEntitiesBackedUpByPolicy-1.json index 8141cd283aef..9f4e37d7fdf9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetAllEntitiesBackedUpByPolicy-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetAllEntitiesBackedUpByPolicy-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/DemoApp", - "Items": [ + "Items": [ { "EntityKind": "Application", "ApplicationName": "fabric:/CalcApp" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetAllEntitiesBackedUpByPolicy-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetAllEntitiesBackedUpByPolicy-2.json index b7fc80ecf216..18f3467fc9ed 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetAllEntitiesBackedUpByPolicy-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetAllEntitiesBackedUpByPolicy-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "EntityKind": "Service", "ServiceName": "fabric:/VotingApp/VotingActorService" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupConfigurationInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupConfigurationInfo-1.json index 56a5d760f94a..3d396dbf082d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupConfigurationInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupConfigurationInfo-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService", - "Items": [ + "Items": [ { "Kind": "Application", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupConfigurationInfo-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupConfigurationInfo-2.json index 506f8ec3cbc8..1ca86bee1983 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupConfigurationInfo-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupConfigurationInfo-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "Kind": "Partition", "PolicyName": "BackupPolicy2", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-1.json index df8b305698a5..bc89f402c6bd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-1.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ @@ -27,7 +26,7 @@ }, "BackupLocation": "CalcApp\\CalcService\\1daae3f5-7fd6-42e9-b1ba-8c05f873994d\\2018-01-01 09.00.55.zip", "BackupType": "Full", - "ServiceManifestVersion":"1.0.0", + "ServiceManifestVersion": "1.0.0", "EpochOfLastBackupRecord": { "DataLossVersion": "131462452931584510", "ConfigurationVersion": "8589934592" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-2.json index 4bb4eb8152a0..adb11bc306b8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-3.json index b21f672bf8e1..189ba7d18cbf 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-4.json index 49839d6d22d1..537af235a0e2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationBackupList-4.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationEventList.json index f7be3e08c391..32bca288ae42 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ApplicationCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationInfoList-1.json index df1f287e4104..2ca46b64e3a4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationInfoList-1.json @@ -7,11 +7,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/samples/PQueueApp1", - "Items": [ + "Items": [ { "Id": "samples~CalculatorApp", "Name": "fabric:/samples/CalculatorApp", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationInfoList-2.json index 7b5ab210e830..c0755d26e14b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-1.json index a230d74d2b54..bcb6a4e5e3b7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueApp+2.0", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-2.json index c02bd96ace75..a7c38cdedbe7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-3.json index 325dc1b5ca6d..473565e56c6d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationTypeInfoList-3.json @@ -7,51 +7,50 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ { "Name": "CalculatorApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "CalculatorApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "GatewayApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "PersistentQueueApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "PersistentQueueApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "VolatileQueueApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "VolatileQueueApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" } ] diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationsEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationsEventList.json index d21ba988e49c..fa65ec159120 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationsEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetApplicationsEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ApplicationCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyByName.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyByName.json index 3b9df80414d6..411b836109b2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyByName.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyByName.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Name": "DailyAzureBackupPolicy", "AutoRestoreOnDataLoss": false, @@ -34,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyList-1.json index c98bf5102ced..d4ac30f0658a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "FileShare10MinBackupPolicy", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyList-2.json index c0346ecc51fa..ad0e9a860ae4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupPolicyList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupsFromBackupLocation-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupsFromBackupLocation-1.json index 2bd4583d415f..6925de02aeb5 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupsFromBackupLocation-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupsFromBackupLocation-1.json @@ -18,8 +18,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupsFromBackupLocation-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupsFromBackupLocation-2.json index f123c428fff8..190f318797ab 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupsFromBackupLocation-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetBackupsFromBackupLocation-2.json @@ -19,8 +19,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetChaosEvents.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetChaosEvents.json index 3a486b6fe298..4e5d7bb0b4e3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetChaosEvents.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetChaosEvents.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "History": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetClusterEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetClusterEventList.json index 78918cf57d29..3a122bb8aec0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetClusterEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetClusterEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ClusterUpgradeStarted", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetClusterVersion-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetClusterVersion-1.json index 7d6eda2a23a6..fd3b6fbf55b8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetClusterVersion-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetClusterVersion-1.json @@ -6,8 +6,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Version": "6.4.514.9494" } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-1.json index 49a23ee30dc4..1be29fb8e6ef 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-1.json @@ -10,11 +10,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "HTTP Server started listening on port 8080\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-2.json index 0b1aec4546b8..669943a0d4cb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-2.json @@ -11,11 +11,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "UTC Time Now: 04\/02\/2018 22:06:31\r\nUTC Time Now: 04\/02\/2018 22:06:32\r\nUTC Time Now: 04\/02\/2018 22:06:33\r\nUTC Time Now: 04\/02\/2018 22:06:344\r\nUTC Time Now: 04\/02\/2018 22:06:35\r\nUTC Time Now: 04\/02\/2018 22:06:36\r\nUTC Time Now: 04\/02\/2018 22:06:37\r\nUTC Time Now: 04\/02\/2018 22:06:38\r\nUTC Time Now: 04\/02\/2018 22:06:39\r\nUTC Time Now: 04\/02\/2018 22:06:40\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-3.json index 9809a8a2d740..2ca6cad4f774 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetContainerLogsDeployedOnNode-3.json @@ -11,8 +11,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "Exception encountered: System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).\r\n\tat System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()\r\n" } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDataLossProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDataLossProgress-Running.json index c303852becce..90590fff4f2f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDataLossProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDataLossProgress-Running.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDataLossProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDataLossProgress.json index 429c33c8f7b6..89d341f05c26 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDataLossProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDataLossProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "InvokeDataLossResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-1.json index 452ac7b15380..c19d4e2a841c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-1.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/samples/PQueueApp1", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-2.json index 4bdb8b879f78..7f6320e69e6d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-2.json @@ -8,20 +8,19 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ { - "Id": "samples~VQueueApp1", - "Name": "fabric:/samples/VQueueApp1", - "TypeName": "VolatileQueueApp", - "Status": "Active", - "WorkDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\work", - "LogDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\log", - "TempDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\temp", - "HealthState": "Unknown" + "Id": "samples~VQueueApp1", + "Name": "fabric:/samples/VQueueApp1", + "TypeName": "VolatileQueueApp", + "Status": "Active", + "WorkDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\work", + "LogDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\log", + "TempDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\temp", + "HealthState": "Unknown" } ] } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-3.json index 0d1b40c1148a..01cad866d3c1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetDeployedApplicationInfoList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetFaultOperationList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetFaultOperationList.json index 692f55108319..c7194dad614a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetFaultOperationList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetFaultOperationList.json @@ -8,46 +8,44 @@ }, "responses": { "200": { - "headers": { - }, - "body": - [ - { - "OperationId": "00000000-0000-0000-0000-000000000010", - "State": "Completed", - "Type": "PartitionDataLoss" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000020", - "State": "Completed", - "Type": "PartitionQuorumLoss" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000030", - "State": "Completed", - "Type": "PartitionRestart" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000500", - "State": "Faulted", - "Type": "NodeTransition" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000700", - "State": "Completed", - "Type": "NodeTransition" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000710", - "State": "Completed", - "Type": "NodeTransition" - }, - { - "OperationId": "88ef90f9-0b94-46b0-b817-a6ea20c07f8a", - "State": "Completed", - "Type": "PartitionRestart" - } - ] + "headers": {}, + "body": [ + { + "OperationId": "00000000-0000-0000-0000-000000000010", + "State": "Completed", + "Type": "PartitionDataLoss" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000020", + "State": "Completed", + "Type": "PartitionQuorumLoss" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000030", + "State": "Completed", + "Type": "PartitionRestart" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000500", + "State": "Faulted", + "Type": "NodeTransition" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000700", + "State": "Completed", + "Type": "NodeTransition" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000710", + "State": "Completed", + "Type": "NodeTransition" + }, + { + "OperationId": "88ef90f9-0b94-46b0-b817-a6ea20c07f8a", + "State": "Completed", + "Type": "PartitionRestart" + } + ] } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetImageStoreContent.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetImageStoreContent.json index 457cfd7986aa..7e912c407a79 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetImageStoreContent.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetImageStoreContent.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "StoreFiles": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeEventList.json index 73f1e60e4e3c..4368ae718d58 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "NodeOpenSucceeded", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList-1.json index be0a9a5d9509..c494bff622c5 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList-1.json @@ -1,73 +1,72 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about the nodes in the cluster when the number of results returned is limited by the MaxResults parameter.", - "parameters":{ - "api-version":"6.3", - "MaxResults":2 - }, - "responses":{ - "200":{ - "headers":{ - }, - "body":{ - "ContinuationToken":"2acb9f55540659b1c95f27cc128ab326", - "Items":[ - { - "Name":"_testnode_1", - "IpAddressOrFQDN":"10.0.0.5", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"102016", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"1", - "FaultDomain":"fd:/1", - "Id":{ - "Id":"ebd986a1134b3643a8117fb41b259bf" - }, - "InstanceId":"131738274982501335", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:31:39.842Z", - "NodeDownAt":"2018-06-18T20:31:37.374Z" - }, - { - "Name":"_testnode_0", - "IpAddressOrFQDN":"10.0.0.4", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"105483", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"0", - "FaultDomain":"fd:/0", - "Id":{ - "Id":"2acb9f55540659b1c95f27cc128ab326" - }, - "InstanceId":"131738240209152398", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:33:52.944Z", - "NodeDownAt":"2018-06-18T19:33:39.514Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about the nodes in the cluster when the number of results returned is limited by the MaxResults parameter.", + "parameters": { + "api-version": "6.3", + "MaxResults": 2 + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "2acb9f55540659b1c95f27cc128ab326", + "Items": [ + { + "Name": "_testnode_1", + "IpAddressOrFQDN": "10.0.0.5", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "102016", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "1", + "FaultDomain": "fd:/1", + "Id": { + "Id": "ebd986a1134b3643a8117fb41b259bf" + }, + "InstanceId": "131738274982501335", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:31:39.842Z", + "NodeDownAt": "2018-06-18T20:31:37.374Z" + }, + { + "Name": "_testnode_0", + "IpAddressOrFQDN": "10.0.0.4", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "105483", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "0", + "FaultDomain": "fd:/0", + "Id": { + "Id": "2acb9f55540659b1c95f27cc128ab326" + }, + "InstanceId": "131738240209152398", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:33:52.944Z", + "NodeDownAt": "2018-06-18T19:33:39.514Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList-2.json index fb689851f34d..79bbd1bf1af7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList-2.json @@ -1,100 +1,99 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about nodes in the cluster which appear on a sequential page, by using the ContinuationToken parameter.", - "parameters":{ - "api-version":"6.3", - "ContinuationToken":"2acb9f55540659b1c95f27cc128ab326" - }, - "responses":{ - "200":{ - "headers":{ - }, - "body":{ - "ContinuationToken":"", - "Items":[ - { - "Name":"_Node_4", - "IpAddressOrFQDN":"10.0.0.8", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"101547", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"4", - "FaultDomain":"fd:/4", - "Id":{ - "Id":"ba9383d728221add7fa996bf67b757fb" - }, - "InstanceId":"131737415865259763", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-17T20:40:07.378Z", - "NodeDownAt":"2018-06-17T20:33:11.877Z" - }, - { - "Name":"_Node_3", - "IpAddressOrFQDN":"10.0.0.7", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15615", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"3", - "FaultDomain":"fd:/3", - "Id":{ - "Id":"d6a18a0935a3e39aeae2a049eb97255d" - }, - "InstanceId":"131738275300526952", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:32:18.884Z", - "NodeDownAt":"2018-06-18T20:31:59.128Z" - }, - { - "Name":"_Node_2", - "IpAddressOrFQDN":"10.0.0.6", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"19819", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"2", - "FaultDomain":"fd:/2", - "Id":{ - "Id":"f2af91e5e9c8254dedb75b1424a9e3fc" - }, - "InstanceId":"131738233282843485", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:22:15.272Z", - "NodeDownAt":"2018-06-18T19:22:02.740Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about nodes in the cluster which appear on a sequential page, by using the ContinuationToken parameter.", + "parameters": { + "api-version": "6.3", + "ContinuationToken": "2acb9f55540659b1c95f27cc128ab326" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "", + "Items": [ + { + "Name": "_Node_4", + "IpAddressOrFQDN": "10.0.0.8", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "101547", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "4", + "FaultDomain": "fd:/4", + "Id": { + "Id": "ba9383d728221add7fa996bf67b757fb" + }, + "InstanceId": "131737415865259763", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-17T20:40:07.378Z", + "NodeDownAt": "2018-06-17T20:33:11.877Z" + }, + { + "Name": "_Node_3", + "IpAddressOrFQDN": "10.0.0.7", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15615", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "3", + "FaultDomain": "fd:/3", + "Id": { + "Id": "d6a18a0935a3e39aeae2a049eb97255d" + }, + "InstanceId": "131738275300526952", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:32:18.884Z", + "NodeDownAt": "2018-06-18T20:31:59.128Z" + }, + { + "Name": "_Node_2", + "IpAddressOrFQDN": "10.0.0.6", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "19819", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "2", + "FaultDomain": "fd:/2", + "Id": { + "Id": "f2af91e5e9c8254dedb75b1424a9e3fc" + }, + "InstanceId": "131738233282843485", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:22:15.272Z", + "NodeDownAt": "2018-06-18T19:22:02.740Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList.json index 4b6353a74314..d38a618440a9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeInfoList.json @@ -1,152 +1,152 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about all the nodes in the cluster when the information fits in a single response message without the need for paging through ContinuationToken parameter.", - "parameters":{ - "api-version":"6.3" - }, - "responses":{ - "200":{ - "headers":{}, - "body":{ - "ContinuationToken":"", - "Items":[ - { - "Name":"_Node_1", - "IpAddressOrFQDN":"10.0.0.5", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15275", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"1", - "FaultDomain":"fd:/1", - "Id":{ - "Id":"ebd986a1134b3643a8117fb41b259bf" - }, - "InstanceId":"131738274982501335", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:31:39.842Z", - "NodeDownAt":"2018-06-18T20:31:37.374Z" - }, - { - "Name":"_Node_0", - "IpAddressOrFQDN":"10.0.0.4", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"18742", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"0", - "FaultDomain":"fd:/0", - "Id":{ - "Id":"2acb9f55540659b1c95f27cc128ab326" - }, - "InstanceId":"131738240209152398", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:33:52.944Z", - "NodeDownAt":"2018-06-18T19:33:39.514Z" - }, - { - "Name":"_Node_4", - "IpAddressOrFQDN":"10.0.0.8", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"101168", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"4", - "FaultDomain":"fd:/4", - "Id":{ - "Id":"ba9383d728221add7fa996bf67b757fb" - }, - "InstanceId":"131737415865259763", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-17T20:40:07.378Z", - "NodeDownAt":"2018-06-17T20:33:11.877Z" - }, - { - "Name":"_Node_3", - "IpAddressOrFQDN":"10.0.0.7", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15236", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"3", - "FaultDomain":"fd:/3", - "Id":{ - "Id":"d6a18a0935a3e39aeae2a049eb97255d" - }, - "InstanceId":"131738275300526952", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:32:18.884Z", - "NodeDownAt":"2018-06-18T20:31:59.128Z" - }, - { - "Name":"_Node_2", - "IpAddressOrFQDN":"10.0.0.6", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"19440", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"2", - "FaultDomain":"fd:/2", - "Id":{ - "Id":"f2af91e5e9c8254dedb75b1424a9e3fc" - }, - "InstanceId":"131738233282843485", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:22:15.272Z", - "NodeDownAt":"2018-06-18T19:22:02.740Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about all the nodes in the cluster when the information fits in a single response message without the need for paging through ContinuationToken parameter.", + "parameters": { + "api-version": "6.3" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "", + "Items": [ + { + "Name": "_Node_1", + "IpAddressOrFQDN": "10.0.0.5", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15275", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "1", + "FaultDomain": "fd:/1", + "Id": { + "Id": "ebd986a1134b3643a8117fb41b259bf" + }, + "InstanceId": "131738274982501335", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:31:39.842Z", + "NodeDownAt": "2018-06-18T20:31:37.374Z" + }, + { + "Name": "_Node_0", + "IpAddressOrFQDN": "10.0.0.4", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "18742", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "0", + "FaultDomain": "fd:/0", + "Id": { + "Id": "2acb9f55540659b1c95f27cc128ab326" + }, + "InstanceId": "131738240209152398", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:33:52.944Z", + "NodeDownAt": "2018-06-18T19:33:39.514Z" + }, + { + "Name": "_Node_4", + "IpAddressOrFQDN": "10.0.0.8", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "101168", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "4", + "FaultDomain": "fd:/4", + "Id": { + "Id": "ba9383d728221add7fa996bf67b757fb" + }, + "InstanceId": "131737415865259763", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-17T20:40:07.378Z", + "NodeDownAt": "2018-06-17T20:33:11.877Z" + }, + { + "Name": "_Node_3", + "IpAddressOrFQDN": "10.0.0.7", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15236", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "3", + "FaultDomain": "fd:/3", + "Id": { + "Id": "d6a18a0935a3e39aeae2a049eb97255d" + }, + "InstanceId": "131738275300526952", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:32:18.884Z", + "NodeDownAt": "2018-06-18T20:31:59.128Z" + }, + { + "Name": "_Node_2", + "IpAddressOrFQDN": "10.0.0.6", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "19440", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "2", + "FaultDomain": "fd:/2", + "Id": { + "Id": "f2af91e5e9c8254dedb75b1424a9e3fc" + }, + "InstanceId": "131738233282843485", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:22:15.272Z", + "NodeDownAt": "2018-06-18T19:22:02.740Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeTransitionProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeTransitionProgress-Running.json index 64d4642700ea..62ad5c37ec58 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeTransitionProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeTransitionProgress-Running.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeTransitionProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeTransitionProgress.json index 5ee8818ce76a..474ab826b8df 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeTransitionProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodeTransitionProgress.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "NodeTransitionResult": { @@ -22,4 +21,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodesEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodesEventList.json index 3445e66b19e1..7aed70b97f31 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodesEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetNodesEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "NodeOpenSucceeded", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupConfigurationInfo.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupConfigurationInfo.json index 4ba53f251e26..dd97740de85f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupConfigurationInfo.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupConfigurationInfo.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Partition", "PolicyName": "BackupPolicy2", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-1.json index 84881cf2c134..2c5fb63a2bc3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-1.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-2.json index af84f7ccced2..cc627b382457 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-3.json index 7958dd62abdb..2cddad80321f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-4.json index 59d6333c7abd..c73aaece09c8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupList-4.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupProgress.json index f51653dcd2f7..9d0df23312a6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionBackupProgress.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "BackupState": "Success", "TimeStampUtc": "2018-01-01T09:00:55Z", @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionEventList.json index dd72d489d8e5..bbfca06712e9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "PartitionReconfigured", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionRestartProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionRestartProgress.json index 4453caa242d6..074289b470a2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionRestartProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionRestartProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "RestartPartitionResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionRestoreProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionRestoreProgress.json index 4d15204cfe9c..da52d1a100b9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionRestoreProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionRestoreProgress.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "RestoreState": "Success", "TimeStampUtc": "2018-01-01T09:00:55Z", @@ -21,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionsEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionsEventList.json index 4e515bf4e57f..e49c5e402b00 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionsEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPartitionsEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "PartitionReconfigured", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfo-1.json index fd0e63e316bf..ca5def4be2fb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfo-1.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Name": "CalculatorAppData", "Value": { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-1.json index 9d4f74b46e80..5729c6a4e4a2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueAppData$131439231986491349", "IsConsistent": true, @@ -36,7 +35,6 @@ } } ] - } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-2.json index 405aeca605ff..6a172f23f09a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueAppData$131439231986491349", "IsConsistent": true, @@ -33,7 +32,13 @@ "Name": "PersistentQueueAppData", "Value": { "Kind": "Binary", - "Data": [6, 7, 8, 9, 10] + "Data": [ + 6, + 7, + 8, + 9, + 10 + ] }, "Metadata": { "TypeId": "Binary", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-3.json index 51a4fcb919b4..ce12465b6ce6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetPropertyInfoList-3.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetQuorumLossProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetQuorumLossProgress-Running.json index 059c51840fc9..203fb157db03 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetQuorumLossProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetQuorumLossProgress-Running.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetQuorumLossProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetQuorumLossProgress.json index 3e848d89bc8d..c86fd0d2b31d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetQuorumLossProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetQuorumLossProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "InvokeQuorumLossResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetReplicaEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetReplicaEventList.json index 9f292eb30588..a3b517117bac 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetReplicaEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetReplicaEventList.json @@ -10,8 +10,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "StatefulReplicaNewHealthReport", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetReplicasEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetReplicasEventList.json index 9ec7e03e34ee..1d2e9212dfcc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetReplicasEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetReplicasEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "StatefulReplicaNewHealthReport", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupConfigurationInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupConfigurationInfo-1.json index 974a8131aef9..ab37c65b803f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupConfigurationInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupConfigurationInfo-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d", - "Items": [ + "Items": [ { "Kind": "Service", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupConfigurationInfo-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupConfigurationInfo-2.json index 28c3db9277d0..76e7e948550d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupConfigurationInfo-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupConfigurationInfo-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "Kind": "Partition", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-1.json index 6959a0cd07b8..b561b1b20f84 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-1.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-2.json index 375b4e105cab..df570db76649 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-3.json index 558040128c8f..5b162231a889 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-4.json index e756ddb87b80..7420d61aca49 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceBackupList-4.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceEventList.json index b38adb0693d1..fdaa115873cd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServiceEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ServiceCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServicesEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServicesEventList.json index 0b7046bc888e..2d5863180a5a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServicesEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetServicesEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ServiceCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-1.json index 3d315a557a9f..282319140d86 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-2.json index 6dbd9309980a..15391854f370 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-3.json index 3265fc8a3c13..bf07c9c58bc4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetSubNameInfoList-3.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetUploadSessionById.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetUploadSessionById.json index 21ce39b90dd9..c565a13cfcbc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetUploadSessionById.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetUploadSessionById.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "UploadSessions": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetUploadSessionByPath.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetUploadSessionByPath.json index 82743551c7cb..8dc66b6d107d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetUploadSessionByPath.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/GetUploadSessionByPath.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "UploadSessions": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/InvokeContainerApi.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/InvokeContainerApi.json index cdaf407acf69..bfe285758eec 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/InvokeContainerApi.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/InvokeContainerApi.json @@ -1,27 +1,27 @@ { - "operationId": "InvokeContainerApi", - "description": "This example shows how to call container API with HTTP GET for a code package deployed on a node.", - "parameters": { - "api-version": "6.2", - "nodeName": "Node01", - "applicationId": "samples/winnodejs", - "ServiceManifestName": "NodeServicePackage", - "CodePackageName": "NodeService.Code", - "CodePackageInstanceId": "131668159770315380", - "ContainerApiRequestBody": { - "UriPath": "/containers/{id}/logs?stdout=true&stderr=true" - } - }, - "responses": { - "200": { - "headers": {}, - "body": { - "ContainerApiResult": { - "Status": 200, - "Content-Type": "text/plain; charset=utf-8", - "Body": "vEthernet (Container NIC ec5c19b2) 172.17.201.44\n" - } - } + "operationId": "InvokeContainerApi", + "description": "This example shows how to call container API with HTTP GET for a code package deployed on a node.", + "parameters": { + "api-version": "6.2", + "nodeName": "Node01", + "applicationId": "samples/winnodejs", + "ServiceManifestName": "NodeServicePackage", + "CodePackageName": "NodeService.Code", + "CodePackageInstanceId": "131668159770315380", + "ContainerApiRequestBody": { + "UriPath": "/containers/{id}/logs?stdout=true&stderr=true" + } + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContainerApiResult": { + "Status": 200, + "Content-Type": "text/plain; charset=utf-8", + "Body": "vEthernet (Container NIC ec5c19b2) 172.17.201.44\n" } + } } -} \ No newline at end of file + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/InvokeContainerApi_Post.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/InvokeContainerApi_Post.json index 1af58111eb46..0042fd341de0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/InvokeContainerApi_Post.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/InvokeContainerApi_Post.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/PutProperty-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/PutProperty-1.json index f2e3d3252d09..8eee209e7c7b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/PutProperty-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/PutProperty-1.json @@ -8,12 +8,18 @@ "PropertyName": "AppData", "Value": { "Kind": "Binary", - "Data": [0, 1, 2, 3, 4, 5] + "Data": [ + 0, + 1, + 2, + 3, + 4, + 5 + ] } } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/PutProperty-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/PutProperty-2.json index 85713723d090..5db6a9ad77f7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/PutProperty-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/PutProperty-2.json @@ -14,7 +14,6 @@ } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/Replicas/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/Replicas/get.json index 312e3792ca45..bb373e90c328 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/Replicas/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/Replicas/get.json @@ -54,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/Replicas/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/Replicas/list.json index 6d965820ecec..1fe9b30fb836 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/Replicas/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/Replicas/list.json @@ -102,4 +102,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/get.json index f75d8fe37ce6..45224d3a66f8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/get.json @@ -48,4 +48,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/list.json index b819af670bf6..3df5e396c764 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/Services/list.json @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/create_update.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/create_update.json index 0f9fcd229229..576e23b9b8f8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/create_update.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/create_update.json @@ -78,4 +78,4 @@ }, "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/delete.json index a548ef13b131..b51511b0865d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/delete.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/get.json index b9829b2b3cfb..09c0d7e15897 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/get.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/list.json index 7266fa64a8e9..77e1b1852a9b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Applications/list.json @@ -25,4 +25,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Gateways/create_update.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Gateways/create_update.json index 70174652dcf6..2ded194ec7cc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Gateways/create_update.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Gateways/create_update.json @@ -5,7 +5,7 @@ "api-version": "6.4-preview", "gatewayResourceName": "sampleGateway", "gatewayResourceDescription": { - "name": "sampleGateway", + "name": "sampleGateway", "properties": { "description": "Service Fabric Mesh sample gateway.", "sourceNetwork": { @@ -184,7 +184,7 @@ } ], "status": "Creating", - "ipAddress": "" + "ipAddress": "" } } }, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Gateways/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Gateways/delete.json index 4970189b8334..63ed69926752 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Gateways/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Gateways/delete.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/create_update.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/create_update.json index 5d3c5fa5fd4a..faf2a3960b48 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/create_update.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/create_update.json @@ -38,4 +38,4 @@ }, "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/delete.json index 279ef9c5e465..aea2170b7316 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/delete.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/get.json index 1e6810b720f7..1afaee298e7d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/get.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/list.json index 17f1be739309..6cf521d8582c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Networks/list.json @@ -23,4 +23,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/list.json index 3ea55d35b2b9..b46d7f8ff341 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/list.json @@ -16,7 +16,7 @@ "kind": "inlinedValue", "contentType": "text/plain", "description": "Mongo DB connection string for backend database!", - "status": "Ready" + "status": "Ready" } }, { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/create.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/create.json index fdc732de74b1..8cd0824452fd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/create.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/create.json @@ -29,8 +29,6 @@ } } }, - "202": { - } + "202": {} } } - diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/delete.json index 19d0b8e234ac..ad4b3ef9540b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/delete.json @@ -1,6 +1,6 @@ { "operationId": "MeshSecretValue_Delete", - "description":"This example shows how to delete a secret value. If the specified named value exists and is deleted successfully, an empty response with 200 status code is returned. If the specified named value does not exist, an empty response with 204 status code is returned.", + "description": "This example shows how to delete a secret value. If the specified named value exists and is deleted successfully, an empty response with 200 status code is returned. If the specified named value does not exist, an empty response with 204 status code is returned.", "parameters": { "api-version": "6.4-preview", "secretResourceName": "dbConnectionString", @@ -12,4 +12,3 @@ "204": {} } } - diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/get.json index cf221a2399db..a6491634ef44 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Secrets/values/get.json @@ -1,6 +1,6 @@ { "operationId": "MeshSecretValue_Get", - "description":"This example shows how to get the specified secret value resource. If the specified named value exists, its information is returned along with status code 200. The information does not include the value. To get the unecnrypted value use ListMeshSecretValue operation. If the specified named value does not exist, an error is returned with an appropriate status code.", + "description": "This example shows how to get the specified secret value resource. If the specified named value exists, its information is returned along with status code 200. The information does not include the value. To get the unecnrypted value use ListMeshSecretValue operation. If the specified named value does not exist, an error is returned with an appropriate status code.", "parameters": { "api-version": "6.4-preview", "secretResourceName": "dbConnectionString", @@ -11,10 +11,9 @@ "body": { "name": "v1", "properties": { - "value": null + "value": null } } } } } - diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/create_update.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/create_update.json index 38f7e21cfe2f..a8dabbef9064 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/create_update.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/create_update.json @@ -49,4 +49,4 @@ }, "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/delete.json index cbe91046c7d2..efaa1f836ae1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/delete.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/get.json index a14338981ff6..9d08f3b00a82 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/get.json @@ -16,7 +16,7 @@ "accountName": "sbzdemoaccount", "accountKey": null, "shareName": "sharel" - }, + }, "status": "Ready" } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/list.json index d780c41fe274..3bf83798904b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/Resources/Volumes/list.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/RestorePartition.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/RestorePartition.json index 75eb2f15bbdc..1e97e0557113 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/RestorePartition.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/RestorePartition.json @@ -15,7 +15,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumeApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumeApplicationBackup.json index 9bd11e91b899..b25a7ac545ec 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumeApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumeApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumePartitionBackup.json index 50bfbdff95f4..feb701118438 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumePartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumeServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumeServiceBackup.json index daa0878df285..9037dfa23d9e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumeServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/ResumeServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/StartClusterConfigurationUpgrade-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/StartClusterConfigurationUpgrade-1.json index bbb6034fc8e4..2f8fd59a474e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/StartClusterConfigurationUpgrade-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/StartClusterConfigurationUpgrade-1.json @@ -32,11 +32,9 @@ } ] } - } }, "responses": { - "202": { - } + "202": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SubmitPropertyBatch-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SubmitPropertyBatch-1.json index af100a680c95..da4ac83317d4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SubmitPropertyBatch-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SubmitPropertyBatch-1.json @@ -21,7 +21,13 @@ "PropertyName": "PersistentQueueAppData", "Value": { "Kind": "Binary", - "Data": [1, 2, 3, 4, 5] + "Data": [ + 1, + 2, + 3, + 4, + 5 + ] }, "CustomTypeId": "InitializationData" }, @@ -35,8 +41,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Successful", "Properties": { @@ -55,8 +60,7 @@ } }, "409": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Failed", "ErrorMessage": "FABRIC_E_PROPERTY_CHECK_FAILED", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendApplicationBackup.json index 271b8ab320ef..75bdad71a95e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendPartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendPartitionBackup.json index 817ec8ff3960..b14619dd6fe8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendPartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendPartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendServiceBackup.json index b4df0c95acac..14d0575c509e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/SuspendServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateBackupPolicy.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateBackupPolicy.json index febfc611cfba..3129817ddb68 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateBackupPolicy.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateBackupPolicy.json @@ -24,13 +24,12 @@ }, "RetentionPolicy": { "RetentionPolicyType": "Basic", - "MinimumNumberOfBackups": 60, + "MinimumNumberOfBackups": 60, "RetentionDuration": "P30D" } - } + } }, "responses": { - "200": { - } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateService-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateService-1.json index 3a748e8e3e20..6d14c7ebe614 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateService-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateService-1.json @@ -1,34 +1,34 @@ { - "operationId": "UpdateService", - "description": "This example shows how to update placement and load balancing related settings of a stateless Service Fabric service.", - "parameters": { - "serviceId": "test~test1", - "api-version": "6.0", - "ServiceUpdateDescription": { - "ServiceKind": "Stateless", - "Flags": "1568", - "PlacementConstraints": "Color==Red", - "DefaultMoveCost": "High", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AveragePartitionLoad", - "MetricName": "servicefabric:\/_CpuCores", - "LowerLoadThreshold": 0.500000, - "UpperLoadThreshold": 0.800000, - "ScaleIntervalInSeconds": 900 - }, - "ScalingMechanism": { - "Kind": "PartitionInstanceCount", - "MinInstanceCount": 4, - "MaxInstanceCount": 6, - "ScaleIncrement": 2 - } - } - ] + "operationId": "UpdateService", + "description": "This example shows how to update placement and load balancing related settings of a stateless Service Fabric service.", + "parameters": { + "serviceId": "test~test1", + "api-version": "6.0", + "ServiceUpdateDescription": { + "ServiceKind": "Stateless", + "Flags": "1568", + "PlacementConstraints": "Color==Red", + "DefaultMoveCost": "High", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AveragePartitionLoad", + "MetricName": "servicefabric:\/_CpuCores", + "LowerLoadThreshold": 0.500000, + "UpperLoadThreshold": 0.800000, + "ScaleIntervalInSeconds": 900 + }, + "ScalingMechanism": { + "Kind": "PartitionInstanceCount", + "MinInstanceCount": 4, + "MaxInstanceCount": 6, + "ScaleIncrement": 2 + } } - }, - "responses": { - "200": {} + ] } -} \ No newline at end of file + }, + "responses": { + "200": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateService-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateService-2.json index 4329ddddf400..cdb1368dbdd6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateService-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.4/examples/UpdateService-2.json @@ -1,17 +1,17 @@ { - "operationId": "UpdateService", - "description": "This example shows how to update placement and load balancing related settings of a stateful Service Fabric service.", - "parameters": { - "serviceId": "test~test2", - "api-version": "6.0", - "ServiceUpdateDescription": { - "ServiceKind": "Stateful", - "Flags": "40", - "PlacementConstraints": "Color==Green", - "StandByReplicaKeepDurationSeconds": "1000" - } - }, - "responses": { - "200": {} + "operationId": "UpdateService", + "description": "This example shows how to update placement and load balancing related settings of a stateful Service Fabric service.", + "parameters": { + "serviceId": "test~test2", + "api-version": "6.0", + "ServiceUpdateDescription": { + "ServiceKind": "Stateful", + "Flags": "40", + "PlacementConstraints": "Color==Green", + "StandByReplicaKeepDurationSeconds": "1000" } -} \ No newline at end of file + }, + "responses": { + "200": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-1.json index 83a821cf558d..2a7638588821 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-1.json @@ -7,7 +7,6 @@ "BackupPartitionDescription": {} }, "responses": { - "202": { - } + "202": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-2.json index 0c5e27edc6d6..9aa037a4d490 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-2.json @@ -10,10 +10,9 @@ "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=storagesample;AccountKey=", "ContainerName": "BackupContainer" } - } + } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-3.json index 2e3c6d010b83..3d9ef05b08e4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/BackupPartition-3.json @@ -11,10 +11,9 @@ "PrimaryUserName": "mydomain\\backupaccount", "PrimaryPassword": "abcd1234" } - } + } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateApplication-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateApplication-1.json index bccda97daa0e..815b59ce3e50 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateApplication-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateApplication-1.json @@ -10,7 +10,6 @@ } }, "responses": { - "201": { - } + "201": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateBackupPolicy-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateBackupPolicy-1.json index b2210fff6b8b..a2bb056ee6d0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateBackupPolicy-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateBackupPolicy-1.json @@ -26,10 +26,9 @@ "MinimumNumberOfBackups": 20, "RetentionDuration": "P3M" } - } + } }, "responses": { - "201": { - } + "201": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateBackupPolicy-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateBackupPolicy-2.json index af61f734902c..f688def9e59e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateBackupPolicy-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateBackupPolicy-2.json @@ -26,7 +26,6 @@ } }, "responses": { - "201": { - } + "201": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateName-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateName-1.json index bde8440d7677..39588770e334 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateName-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateName-1.json @@ -8,7 +8,6 @@ } }, "responses": { - "201": { - } + "201": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-1.json index c6186d87241b..88c214abd88c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-1.json @@ -1,21 +1,21 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a basic stateless Service Fabric service.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateless", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test1", - "ServiceTypeName": "StatelessFrontendService", - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "InstanceCount": 4 - } - }, - "responses": { - "202": {} + "operationId": "CreateService", + "description": "This example shows how to create a basic stateless Service Fabric service.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateless", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test1", + "ServiceTypeName": "StatelessFrontendService", + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "InstanceCount": 4 } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-2.json index 8549e33566a4..b909e6c58b05 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-2.json @@ -1,23 +1,23 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a basic stateful Service Fabric service.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateful", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test2", - "ServiceTypeName": "StatefulBackendService", - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "TargetReplicaSetSize": 3, - "MinReplicaSetSize": 2, - "HasPersistedState": false - } - }, - "responses": { - "202": {} + "operationId": "CreateService", + "description": "This example shows how to create a basic stateful Service Fabric service.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateful", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test2", + "ServiceTypeName": "StatefulBackendService", + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "TargetReplicaSetSize": 3, + "MinReplicaSetSize": 2, + "HasPersistedState": false } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-3.json index 5d7ea2bbafed..74461b9b5eef 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-3.json @@ -1,47 +1,47 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a stateless Service Fabric service with a dns name definied and auto scaling based on cpu usage.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateless", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test1", - "ServiceTypeName": "StatelessFrontendService", - "InitializationData": [], - "PartitionDescription": { - "PartitionScheme": "Singleton" - }, - "InstanceCount": 2, - "PlacementConstraints": "Color==Blue", - "CorrelationScheme": [], - "ServiceLoadMetrics": [], - "ServicePlacementPolicies": [], - "DefaultMoveCost": "Low", - "IsDefaultMoveCostSpecified": true, - "ServicePackageActivationMode": "ExclusiveProcess", - "ServiceDnsName": "test1.test", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AveragePartitionLoad", - "MetricName": "servicefabric:\/_CpuCores", - "LowerLoadThreshold": 0.300000, - "UpperLoadThreshold": 0.800000, - "ScaleIntervalInSeconds": 600 - }, - "ScalingMechanism": { - "Kind": "PartitionInstanceCount", - "MinInstanceCount": 1, - "MaxInstanceCount": 6, - "ScaleIncrement": 2 - } - } - ] + "operationId": "CreateService", + "description": "This example shows how to create a stateless Service Fabric service with a dns name definied and auto scaling based on cpu usage.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateless", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test1", + "ServiceTypeName": "StatelessFrontendService", + "InitializationData": [], + "PartitionDescription": { + "PartitionScheme": "Singleton" + }, + "InstanceCount": 2, + "PlacementConstraints": "Color==Blue", + "CorrelationScheme": [], + "ServiceLoadMetrics": [], + "ServicePlacementPolicies": [], + "DefaultMoveCost": "Low", + "IsDefaultMoveCostSpecified": true, + "ServicePackageActivationMode": "ExclusiveProcess", + "ServiceDnsName": "test1.test", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AveragePartitionLoad", + "MetricName": "servicefabric:\/_CpuCores", + "LowerLoadThreshold": 0.300000, + "UpperLoadThreshold": 0.800000, + "ScaleIntervalInSeconds": 600 + }, + "ScalingMechanism": { + "Kind": "PartitionInstanceCount", + "MinInstanceCount": 1, + "MaxInstanceCount": 6, + "ScaleIncrement": 2 + } } - }, - "responses": { - "202": {} + ] } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-4.json index 6201d55060d9..a83ca1445d09 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/CreateService-4.json @@ -1,44 +1,46 @@ { - "operationId": "CreateService", - "description": "This example shows how to create a stateful Service Fabric service with named partitions and scaling enabled based on memory usage.", - "parameters": { - "applicationId": "test", - "api-version": "6.0", - "ServiceDescription": { - "ServiceKind": "Stateful", - "ApplicationName": "fabric:\/test", - "ServiceName": "fabric:\/test\/test2", - "ServiceTypeName": "StatefulBackendService", - "InitializationData": [], - "PartitionDescription": { - "PartitionScheme": "NamedPartitionSchemeDescription", - "Count" : 1, - "Names" : ["0"] - }, - "TargetReplicaSetSize": 3, - "MinReplicaSetSize" : 2, - "HasPersistedState" : true, - "ServicePackageActivationMode": "ExclusiveProcess", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AverageServiceLoad", - "MetricName": "servicefabric:\/_MemoryInMB", - "LowerLoadThreshold": 500, - "UpperLoadThreshold": 900, - "ScaleIntervalInSeconds": 600 - }, - "ScalingMechanism": { - "Kind": "AddRemoveIncrementalNamedPartition", - "MinPartitionCount": 1, - "MaxPartitionCount": 3, - "ScaleIncrement": 1 - } - } - ] + "operationId": "CreateService", + "description": "This example shows how to create a stateful Service Fabric service with named partitions and scaling enabled based on memory usage.", + "parameters": { + "applicationId": "test", + "api-version": "6.0", + "ServiceDescription": { + "ServiceKind": "Stateful", + "ApplicationName": "fabric:\/test", + "ServiceName": "fabric:\/test\/test2", + "ServiceTypeName": "StatefulBackendService", + "InitializationData": [], + "PartitionDescription": { + "PartitionScheme": "NamedPartitionSchemeDescription", + "Count": 1, + "Names": [ + "0" + ] + }, + "TargetReplicaSetSize": 3, + "MinReplicaSetSize": 2, + "HasPersistedState": true, + "ServicePackageActivationMode": "ExclusiveProcess", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AverageServiceLoad", + "MetricName": "servicefabric:\/_MemoryInMB", + "LowerLoadThreshold": 500, + "UpperLoadThreshold": 900, + "ScaleIntervalInSeconds": 600 + }, + "ScalingMechanism": { + "Kind": "AddRemoveIncrementalNamedPartition", + "MinPartitionCount": 1, + "MaxPartitionCount": 3, + "ScaleIncrement": 1 + } } - }, - "responses": { - "202": {} + ] } -} \ No newline at end of file + }, + "responses": { + "202": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DeleteBackupPolicy.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DeleteBackupPolicy.json index 734395ce32b1..d4796b5ede08 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DeleteBackupPolicy.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DeleteBackupPolicy.json @@ -6,7 +6,6 @@ "backupPolicyName": "SampleBackupPolicy" }, "responses": { - "200": { - } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisableApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisableApplicationBackup.json index bd8540b36fee..964fdaa8c3f3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisableApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisableApplicationBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisablePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisablePartitionBackup.json index b623b3e43f27..1f6cc6b32ed3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisablePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisablePartitionBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisableServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisableServiceBackup.json index fe100058077b..14ca9acf4e25 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisableServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/DisableServiceBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnableApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnableApplicationBackup.json index 2cd0f437db33..b0e24cd35f67 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnableApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnableApplicationBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnablePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnablePartitionBackup.json index 3daf064a898d..739bd06ce60e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnablePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnablePartitionBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnableServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnableServiceBackup.json index bebbe3f6f9f6..0fe38fd714bc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnableServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/EnableServiceBackup.json @@ -9,7 +9,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetAllEntitiesBackedUpByPolicy-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetAllEntitiesBackedUpByPolicy-1.json index 8141cd283aef..9f4e37d7fdf9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetAllEntitiesBackedUpByPolicy-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetAllEntitiesBackedUpByPolicy-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/DemoApp", - "Items": [ + "Items": [ { "EntityKind": "Application", "ApplicationName": "fabric:/CalcApp" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetAllEntitiesBackedUpByPolicy-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetAllEntitiesBackedUpByPolicy-2.json index b7fc80ecf216..18f3467fc9ed 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetAllEntitiesBackedUpByPolicy-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetAllEntitiesBackedUpByPolicy-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "EntityKind": "Service", "ServiceName": "fabric:/VotingApp/VotingActorService" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupConfigurationInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupConfigurationInfo-1.json index 56a5d760f94a..3d396dbf082d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupConfigurationInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupConfigurationInfo-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService", - "Items": [ + "Items": [ { "Kind": "Application", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupConfigurationInfo-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupConfigurationInfo-2.json index 506f8ec3cbc8..1ca86bee1983 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupConfigurationInfo-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupConfigurationInfo-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "Kind": "Partition", "PolicyName": "BackupPolicy2", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-1.json index df8b305698a5..bc89f402c6bd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-1.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ @@ -27,7 +26,7 @@ }, "BackupLocation": "CalcApp\\CalcService\\1daae3f5-7fd6-42e9-b1ba-8c05f873994d\\2018-01-01 09.00.55.zip", "BackupType": "Full", - "ServiceManifestVersion":"1.0.0", + "ServiceManifestVersion": "1.0.0", "EpochOfLastBackupRecord": { "DataLossVersion": "131462452931584510", "ConfigurationVersion": "8589934592" diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-2.json index 4bb4eb8152a0..adb11bc306b8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-3.json index b21f672bf8e1..189ba7d18cbf 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-4.json index 49839d6d22d1..537af235a0e2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationBackupList-4.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationEventList.json index f7be3e08c391..32bca288ae42 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ApplicationCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationInfoList-1.json index df1f287e4104..2ca46b64e3a4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationInfoList-1.json @@ -7,11 +7,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/samples/PQueueApp1", - "Items": [ + "Items": [ { "Id": "samples~CalculatorApp", "Name": "fabric:/samples/CalculatorApp", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationInfoList-2.json index 7b5ab210e830..c0755d26e14b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-1.json index a230d74d2b54..bcb6a4e5e3b7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueApp+2.0", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-2.json index c02bd96ace75..a7c38cdedbe7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-3.json index 325dc1b5ca6d..473565e56c6d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationTypeInfoList-3.json @@ -7,51 +7,50 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ { "Name": "CalculatorApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "CalculatorApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "GatewayApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "PersistentQueueApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "PersistentQueueApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "VolatileQueueApp", "Version": "1.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" }, { "Name": "VolatileQueueApp", "Version": "2.0", - "DefaultParameterList": [ ], + "DefaultParameterList": [], "Status": "Available" } ] diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationsEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationsEventList.json index d21ba988e49c..fa65ec159120 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationsEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetApplicationsEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ApplicationCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyByName.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyByName.json index 3b9df80414d6..411b836109b2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyByName.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyByName.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Name": "DailyAzureBackupPolicy", "AutoRestoreOnDataLoss": false, @@ -34,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyList-1.json index c98bf5102ced..d4ac30f0658a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "FileShare10MinBackupPolicy", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyList-2.json index c0346ecc51fa..ad0e9a860ae4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupPolicyList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupsFromBackupLocation-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupsFromBackupLocation-1.json index 2bd4583d415f..6925de02aeb5 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupsFromBackupLocation-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupsFromBackupLocation-1.json @@ -18,8 +18,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupsFromBackupLocation-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupsFromBackupLocation-2.json index f123c428fff8..190f318797ab 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupsFromBackupLocation-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetBackupsFromBackupLocation-2.json @@ -19,8 +19,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetChaosEvents.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetChaosEvents.json index 3a486b6fe298..4e5d7bb0b4e3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetChaosEvents.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetChaosEvents.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "History": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetClusterEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetClusterEventList.json index 78918cf57d29..3a122bb8aec0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetClusterEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetClusterEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ClusterUpgradeStarted", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetClusterVersion-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetClusterVersion-1.json index 7d6eda2a23a6..fd3b6fbf55b8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetClusterVersion-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetClusterVersion-1.json @@ -6,8 +6,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Version": "6.4.514.9494" } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-1.json index 49a23ee30dc4..1be29fb8e6ef 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-1.json @@ -10,11 +10,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "HTTP Server started listening on port 8080\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-2.json index 0b1aec4546b8..669943a0d4cb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-2.json @@ -11,11 +11,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "UTC Time Now: 04\/02\/2018 22:06:31\r\nUTC Time Now: 04\/02\/2018 22:06:32\r\nUTC Time Now: 04\/02\/2018 22:06:33\r\nUTC Time Now: 04\/02\/2018 22:06:344\r\nUTC Time Now: 04\/02\/2018 22:06:35\r\nUTC Time Now: 04\/02\/2018 22:06:36\r\nUTC Time Now: 04\/02\/2018 22:06:37\r\nUTC Time Now: 04\/02\/2018 22:06:38\r\nUTC Time Now: 04\/02\/2018 22:06:39\r\nUTC Time Now: 04\/02\/2018 22:06:40\r\n" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-3.json index 9809a8a2d740..2ca6cad4f774 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetContainerLogsDeployedOnNode-3.json @@ -11,8 +11,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Content": "Exception encountered: System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).\r\n\tat System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()\r\n" } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDataLossProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDataLossProgress-Running.json index c303852becce..90590fff4f2f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDataLossProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDataLossProgress-Running.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDataLossProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDataLossProgress.json index 429c33c8f7b6..89d341f05c26 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDataLossProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDataLossProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "InvokeDataLossResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-1.json index 452ac7b15380..c19d4e2a841c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-1.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/samples/PQueueApp1", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-2.json index 4bdb8b879f78..7f6320e69e6d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-2.json @@ -8,20 +8,19 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ { - "Id": "samples~VQueueApp1", - "Name": "fabric:/samples/VQueueApp1", - "TypeName": "VolatileQueueApp", - "Status": "Active", - "WorkDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\work", - "LogDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\log", - "TempDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\temp", - "HealthState": "Unknown" + "Id": "samples~VQueueApp1", + "Name": "fabric:/samples/VQueueApp1", + "TypeName": "VolatileQueueApp", + "Status": "Active", + "WorkDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\work", + "LogDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\log", + "TempDirectory": "C:\\SfDevCluster\\Data\\_App\\_Node_0\\VolatileQueueApp_App2\\temp", + "HealthState": "Unknown" } ] } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-3.json index 0d1b40c1148a..01cad866d3c1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetDeployedApplicationInfoList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetFaultOperationList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetFaultOperationList.json index 692f55108319..c7194dad614a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetFaultOperationList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetFaultOperationList.json @@ -8,46 +8,44 @@ }, "responses": { "200": { - "headers": { - }, - "body": - [ - { - "OperationId": "00000000-0000-0000-0000-000000000010", - "State": "Completed", - "Type": "PartitionDataLoss" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000020", - "State": "Completed", - "Type": "PartitionQuorumLoss" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000030", - "State": "Completed", - "Type": "PartitionRestart" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000500", - "State": "Faulted", - "Type": "NodeTransition" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000700", - "State": "Completed", - "Type": "NodeTransition" - }, - { - "OperationId": "00000000-0000-0000-0000-000000000710", - "State": "Completed", - "Type": "NodeTransition" - }, - { - "OperationId": "88ef90f9-0b94-46b0-b817-a6ea20c07f8a", - "State": "Completed", - "Type": "PartitionRestart" - } - ] + "headers": {}, + "body": [ + { + "OperationId": "00000000-0000-0000-0000-000000000010", + "State": "Completed", + "Type": "PartitionDataLoss" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000020", + "State": "Completed", + "Type": "PartitionQuorumLoss" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000030", + "State": "Completed", + "Type": "PartitionRestart" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000500", + "State": "Faulted", + "Type": "NodeTransition" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000700", + "State": "Completed", + "Type": "NodeTransition" + }, + { + "OperationId": "00000000-0000-0000-0000-000000000710", + "State": "Completed", + "Type": "NodeTransition" + }, + { + "OperationId": "88ef90f9-0b94-46b0-b817-a6ea20c07f8a", + "State": "Completed", + "Type": "PartitionRestart" + } + ] } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetImageStoreContent.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetImageStoreContent.json index 457cfd7986aa..7e912c407a79 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetImageStoreContent.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetImageStoreContent.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "StoreFiles": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeEventList.json index 73f1e60e4e3c..4368ae718d58 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "NodeOpenSucceeded", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList-1.json index be0a9a5d9509..c494bff622c5 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList-1.json @@ -1,73 +1,72 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about the nodes in the cluster when the number of results returned is limited by the MaxResults parameter.", - "parameters":{ - "api-version":"6.3", - "MaxResults":2 - }, - "responses":{ - "200":{ - "headers":{ - }, - "body":{ - "ContinuationToken":"2acb9f55540659b1c95f27cc128ab326", - "Items":[ - { - "Name":"_testnode_1", - "IpAddressOrFQDN":"10.0.0.5", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"102016", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"1", - "FaultDomain":"fd:/1", - "Id":{ - "Id":"ebd986a1134b3643a8117fb41b259bf" - }, - "InstanceId":"131738274982501335", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:31:39.842Z", - "NodeDownAt":"2018-06-18T20:31:37.374Z" - }, - { - "Name":"_testnode_0", - "IpAddressOrFQDN":"10.0.0.4", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"105483", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"0", - "FaultDomain":"fd:/0", - "Id":{ - "Id":"2acb9f55540659b1c95f27cc128ab326" - }, - "InstanceId":"131738240209152398", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:33:52.944Z", - "NodeDownAt":"2018-06-18T19:33:39.514Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about the nodes in the cluster when the number of results returned is limited by the MaxResults parameter.", + "parameters": { + "api-version": "6.3", + "MaxResults": 2 + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "2acb9f55540659b1c95f27cc128ab326", + "Items": [ + { + "Name": "_testnode_1", + "IpAddressOrFQDN": "10.0.0.5", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "102016", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "1", + "FaultDomain": "fd:/1", + "Id": { + "Id": "ebd986a1134b3643a8117fb41b259bf" + }, + "InstanceId": "131738274982501335", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:31:39.842Z", + "NodeDownAt": "2018-06-18T20:31:37.374Z" + }, + { + "Name": "_testnode_0", + "IpAddressOrFQDN": "10.0.0.4", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "105483", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "0", + "FaultDomain": "fd:/0", + "Id": { + "Id": "2acb9f55540659b1c95f27cc128ab326" + }, + "InstanceId": "131738240209152398", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:33:52.944Z", + "NodeDownAt": "2018-06-18T19:33:39.514Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList-2.json index fb689851f34d..79bbd1bf1af7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList-2.json @@ -1,100 +1,99 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about nodes in the cluster which appear on a sequential page, by using the ContinuationToken parameter.", - "parameters":{ - "api-version":"6.3", - "ContinuationToken":"2acb9f55540659b1c95f27cc128ab326" - }, - "responses":{ - "200":{ - "headers":{ - }, - "body":{ - "ContinuationToken":"", - "Items":[ - { - "Name":"_Node_4", - "IpAddressOrFQDN":"10.0.0.8", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"101547", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"4", - "FaultDomain":"fd:/4", - "Id":{ - "Id":"ba9383d728221add7fa996bf67b757fb" - }, - "InstanceId":"131737415865259763", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-17T20:40:07.378Z", - "NodeDownAt":"2018-06-17T20:33:11.877Z" - }, - { - "Name":"_Node_3", - "IpAddressOrFQDN":"10.0.0.7", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15615", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"3", - "FaultDomain":"fd:/3", - "Id":{ - "Id":"d6a18a0935a3e39aeae2a049eb97255d" - }, - "InstanceId":"131738275300526952", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:32:18.884Z", - "NodeDownAt":"2018-06-18T20:31:59.128Z" - }, - { - "Name":"_Node_2", - "IpAddressOrFQDN":"10.0.0.6", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"19819", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"2", - "FaultDomain":"fd:/2", - "Id":{ - "Id":"f2af91e5e9c8254dedb75b1424a9e3fc" - }, - "InstanceId":"131738233282843485", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:22:15.272Z", - "NodeDownAt":"2018-06-18T19:22:02.740Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about nodes in the cluster which appear on a sequential page, by using the ContinuationToken parameter.", + "parameters": { + "api-version": "6.3", + "ContinuationToken": "2acb9f55540659b1c95f27cc128ab326" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "", + "Items": [ + { + "Name": "_Node_4", + "IpAddressOrFQDN": "10.0.0.8", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "101547", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "4", + "FaultDomain": "fd:/4", + "Id": { + "Id": "ba9383d728221add7fa996bf67b757fb" + }, + "InstanceId": "131737415865259763", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-17T20:40:07.378Z", + "NodeDownAt": "2018-06-17T20:33:11.877Z" + }, + { + "Name": "_Node_3", + "IpAddressOrFQDN": "10.0.0.7", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15615", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "3", + "FaultDomain": "fd:/3", + "Id": { + "Id": "d6a18a0935a3e39aeae2a049eb97255d" + }, + "InstanceId": "131738275300526952", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:32:18.884Z", + "NodeDownAt": "2018-06-18T20:31:59.128Z" + }, + { + "Name": "_Node_2", + "IpAddressOrFQDN": "10.0.0.6", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "19819", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "2", + "FaultDomain": "fd:/2", + "Id": { + "Id": "f2af91e5e9c8254dedb75b1424a9e3fc" + }, + "InstanceId": "131738233282843485", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:22:15.272Z", + "NodeDownAt": "2018-06-18T19:22:02.740Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList.json index 4b6353a74314..d38a618440a9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeInfoList.json @@ -1,152 +1,152 @@ { - "operationId":"GetNodeInfoList", - "description":"This example shows how to get information about all the nodes in the cluster when the information fits in a single response message without the need for paging through ContinuationToken parameter.", - "parameters":{ - "api-version":"6.3" - }, - "responses":{ - "200":{ - "headers":{}, - "body":{ - "ContinuationToken":"", - "Items":[ - { - "Name":"_Node_1", - "IpAddressOrFQDN":"10.0.0.5", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15275", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"1", - "FaultDomain":"fd:/1", - "Id":{ - "Id":"ebd986a1134b3643a8117fb41b259bf" - }, - "InstanceId":"131738274982501335", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:31:39.842Z", - "NodeDownAt":"2018-06-18T20:31:37.374Z" - }, - { - "Name":"_Node_0", - "IpAddressOrFQDN":"10.0.0.4", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"18742", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"0", - "FaultDomain":"fd:/0", - "Id":{ - "Id":"2acb9f55540659b1c95f27cc128ab326" - }, - "InstanceId":"131738240209152398", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:33:52.944Z", - "NodeDownAt":"2018-06-18T19:33:39.514Z" - }, - { - "Name":"_Node_4", - "IpAddressOrFQDN":"10.0.0.8", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"101168", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"4", - "FaultDomain":"fd:/4", - "Id":{ - "Id":"ba9383d728221add7fa996bf67b757fb" - }, - "InstanceId":"131737415865259763", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-17T20:40:07.378Z", - "NodeDownAt":"2018-06-17T20:33:11.877Z" - }, - { - "Name":"_Node_3", - "IpAddressOrFQDN":"10.0.0.7", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"15236", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"3", - "FaultDomain":"fd:/3", - "Id":{ - "Id":"d6a18a0935a3e39aeae2a049eb97255d" - }, - "InstanceId":"131738275300526952", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T20:32:18.884Z", - "NodeDownAt":"2018-06-18T20:31:59.128Z" - }, - { - "Name":"_Node_2", - "IpAddressOrFQDN":"10.0.0.6", - "Type":"testnode", - "CodeVersion":"6.3.139.9494", - "ConfigVersion":"5", - "NodeStatus":"Up", - "NodeUpTimeInSeconds":"19440", - "HealthState":"Ok", - "IsSeedNode":true, - "UpgradeDomain":"2", - "FaultDomain":"fd:/2", - "Id":{ - "Id":"f2af91e5e9c8254dedb75b1424a9e3fc" - }, - "InstanceId":"131738233282843485", - "NodeDeactivationInfo":{ - "NodeDeactivationIntent":"Invalid", - "NodeDeactivationStatus":"None", - "NodeDeactivationTask":[], - "PendingSafetyChecks":[] - }, - "IsStopped":false, - "NodeDownTimeInSeconds":"0", - "NodeUpAt":"2018-06-18T19:22:15.272Z", - "NodeDownAt":"2018-06-18T19:22:02.740Z" - } - ] - } + "operationId": "GetNodeInfoList", + "description": "This example shows how to get information about all the nodes in the cluster when the information fits in a single response message without the need for paging through ContinuationToken parameter.", + "parameters": { + "api-version": "6.3" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContinuationToken": "", + "Items": [ + { + "Name": "_Node_1", + "IpAddressOrFQDN": "10.0.0.5", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15275", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "1", + "FaultDomain": "fd:/1", + "Id": { + "Id": "ebd986a1134b3643a8117fb41b259bf" + }, + "InstanceId": "131738274982501335", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:31:39.842Z", + "NodeDownAt": "2018-06-18T20:31:37.374Z" + }, + { + "Name": "_Node_0", + "IpAddressOrFQDN": "10.0.0.4", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "18742", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "0", + "FaultDomain": "fd:/0", + "Id": { + "Id": "2acb9f55540659b1c95f27cc128ab326" + }, + "InstanceId": "131738240209152398", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:33:52.944Z", + "NodeDownAt": "2018-06-18T19:33:39.514Z" + }, + { + "Name": "_Node_4", + "IpAddressOrFQDN": "10.0.0.8", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "101168", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "4", + "FaultDomain": "fd:/4", + "Id": { + "Id": "ba9383d728221add7fa996bf67b757fb" + }, + "InstanceId": "131737415865259763", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-17T20:40:07.378Z", + "NodeDownAt": "2018-06-17T20:33:11.877Z" + }, + { + "Name": "_Node_3", + "IpAddressOrFQDN": "10.0.0.7", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "15236", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "3", + "FaultDomain": "fd:/3", + "Id": { + "Id": "d6a18a0935a3e39aeae2a049eb97255d" + }, + "InstanceId": "131738275300526952", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T20:32:18.884Z", + "NodeDownAt": "2018-06-18T20:31:59.128Z" + }, + { + "Name": "_Node_2", + "IpAddressOrFQDN": "10.0.0.6", + "Type": "testnode", + "CodeVersion": "6.3.139.9494", + "ConfigVersion": "5", + "NodeStatus": "Up", + "NodeUpTimeInSeconds": "19440", + "HealthState": "Ok", + "IsSeedNode": true, + "UpgradeDomain": "2", + "FaultDomain": "fd:/2", + "Id": { + "Id": "f2af91e5e9c8254dedb75b1424a9e3fc" + }, + "InstanceId": "131738233282843485", + "NodeDeactivationInfo": { + "NodeDeactivationIntent": "Invalid", + "NodeDeactivationStatus": "None", + "NodeDeactivationTask": [], + "PendingSafetyChecks": [] + }, + "IsStopped": false, + "NodeDownTimeInSeconds": "0", + "NodeUpAt": "2018-06-18T19:22:15.272Z", + "NodeDownAt": "2018-06-18T19:22:02.740Z" + } + ] } - } -} \ No newline at end of file + } + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeTransitionProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeTransitionProgress-Running.json index 64d4642700ea..62ad5c37ec58 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeTransitionProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeTransitionProgress-Running.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeTransitionProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeTransitionProgress.json index 5ee8818ce76a..474ab826b8df 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeTransitionProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodeTransitionProgress.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "NodeTransitionResult": { @@ -22,4 +21,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodesEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodesEventList.json index 3445e66b19e1..7aed70b97f31 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodesEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetNodesEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "NodeOpenSucceeded", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupConfigurationInfo.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupConfigurationInfo.json index 4ba53f251e26..dd97740de85f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupConfigurationInfo.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupConfigurationInfo.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Partition", "PolicyName": "BackupPolicy2", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-1.json index 84881cf2c134..2c5fb63a2bc3 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-1.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-2.json index af84f7ccced2..cc627b382457 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-3.json index 7958dd62abdb..2cddad80321f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-4.json index 59d6333c7abd..c73aaece09c8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupList-4.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupProgress.json index f51653dcd2f7..9d0df23312a6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionBackupProgress.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "BackupState": "Success", "TimeStampUtc": "2018-01-01T09:00:55Z", @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionEventList.json index dd72d489d8e5..bbfca06712e9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "PartitionReconfigured", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionRestartProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionRestartProgress.json index 4453caa242d6..074289b470a2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionRestartProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionRestartProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "RestartPartitionResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionRestoreProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionRestoreProgress.json index 4d15204cfe9c..da52d1a100b9 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionRestoreProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionRestoreProgress.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "RestoreState": "Success", "TimeStampUtc": "2018-01-01T09:00:55Z", @@ -21,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionsEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionsEventList.json index 4e515bf4e57f..e49c5e402b00 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionsEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPartitionsEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "PartitionReconfigured", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfo-1.json index fd0e63e316bf..ca5def4be2fb 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfo-1.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Name": "CalculatorAppData", "Value": { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-1.json index 9d4f74b46e80..5729c6a4e4a2 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueAppData$131439231986491349", "IsConsistent": true, @@ -36,7 +35,6 @@ } } ] - } } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-2.json index 405aeca605ff..6a172f23f09a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "PersistentQueueAppData$131439231986491349", "IsConsistent": true, @@ -33,7 +32,13 @@ "Name": "PersistentQueueAppData", "Value": { "Kind": "Binary", - "Data": [6, 7, 8, 9, 10] + "Data": [ + 6, + 7, + 8, + 9, + 10 + ] }, "Metadata": { "TypeId": "Binary", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-3.json index 51a4fcb919b4..ce12465b6ce6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetPropertyInfoList-3.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetQuorumLossProgress-Running.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetQuorumLossProgress-Running.json index 059c51840fc9..203fb157db03 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetQuorumLossProgress-Running.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetQuorumLossProgress-Running.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Running" } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetQuorumLossProgress.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetQuorumLossProgress.json index 3e848d89bc8d..c86fd0d2b31d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetQuorumLossProgress.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetQuorumLossProgress.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "State": "Completed", "InvokeQuorumLossResult": { @@ -23,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetReplicaEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetReplicaEventList.json index 9f292eb30588..a3b517117bac 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetReplicaEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetReplicaEventList.json @@ -10,8 +10,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "StatefulReplicaNewHealthReport", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetReplicasEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetReplicasEventList.json index 9ec7e03e34ee..1d2e9212dfcc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetReplicasEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetReplicasEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "StatefulReplicaNewHealthReport", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupConfigurationInfo-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupConfigurationInfo-1.json index 974a8131aef9..ab37c65b803f 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupConfigurationInfo-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupConfigurationInfo-1.json @@ -8,11 +8,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d", - "Items": [ + "Items": [ { "Kind": "Service", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupConfigurationInfo-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupConfigurationInfo-2.json index 28c3db9277d0..76e7e948550d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupConfigurationInfo-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupConfigurationInfo-2.json @@ -9,11 +9,10 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", - "Items": [ + "Items": [ { "Kind": "Partition", "PolicyName": "BackupPolicy1", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-1.json index 6959a0cd07b8..b561b1b20f84 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-1.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-2.json index 375b4e105cab..df570db76649 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-3.json index 558040128c8f..5b162231a889 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-3.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "fabric:/CalcApp/CalcService#1daae3f5-7fd6-42e9-b1ba-8c05f873994d#7903dc2a-228d-44b0-b7c8-a13a6c9b46bd", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-4.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-4.json index e756ddb87b80..7420d61aca49 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-4.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceBackupList-4.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "Items": [ diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceEventList.json index b38adb0693d1..fdaa115873cd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServiceEventList.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ServiceCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServicesEventList.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServicesEventList.json index 0b7046bc888e..2d5863180a5a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServicesEventList.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetServicesEventList.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": [ { "Kind": "ServiceCreated", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-1.json index 3d315a557a9f..282319140d86 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-1.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-2.json index 6dbd9309980a..15391854f370 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-2.json @@ -8,8 +8,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-3.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-3.json index 3265fc8a3c13..bf07c9c58bc4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-3.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetSubNameInfoList-3.json @@ -9,8 +9,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "ContinuationToken": "", "IsConsistent": true, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetUploadSessionById.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetUploadSessionById.json index 21ce39b90dd9..c565a13cfcbc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetUploadSessionById.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetUploadSessionById.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "UploadSessions": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetUploadSessionByPath.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetUploadSessionByPath.json index 82743551c7cb..8dc66b6d107d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetUploadSessionByPath.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/GetUploadSessionByPath.json @@ -7,8 +7,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "UploadSessions": [ { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/InvokeContainerApi.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/InvokeContainerApi.json index cdaf407acf69..bfe285758eec 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/InvokeContainerApi.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/InvokeContainerApi.json @@ -1,27 +1,27 @@ { - "operationId": "InvokeContainerApi", - "description": "This example shows how to call container API with HTTP GET for a code package deployed on a node.", - "parameters": { - "api-version": "6.2", - "nodeName": "Node01", - "applicationId": "samples/winnodejs", - "ServiceManifestName": "NodeServicePackage", - "CodePackageName": "NodeService.Code", - "CodePackageInstanceId": "131668159770315380", - "ContainerApiRequestBody": { - "UriPath": "/containers/{id}/logs?stdout=true&stderr=true" - } - }, - "responses": { - "200": { - "headers": {}, - "body": { - "ContainerApiResult": { - "Status": 200, - "Content-Type": "text/plain; charset=utf-8", - "Body": "vEthernet (Container NIC ec5c19b2) 172.17.201.44\n" - } - } + "operationId": "InvokeContainerApi", + "description": "This example shows how to call container API with HTTP GET for a code package deployed on a node.", + "parameters": { + "api-version": "6.2", + "nodeName": "Node01", + "applicationId": "samples/winnodejs", + "ServiceManifestName": "NodeServicePackage", + "CodePackageName": "NodeService.Code", + "CodePackageInstanceId": "131668159770315380", + "ContainerApiRequestBody": { + "UriPath": "/containers/{id}/logs?stdout=true&stderr=true" + } + }, + "responses": { + "200": { + "headers": {}, + "body": { + "ContainerApiResult": { + "Status": 200, + "Content-Type": "text/plain; charset=utf-8", + "Body": "vEthernet (Container NIC ec5c19b2) 172.17.201.44\n" } + } } -} \ No newline at end of file + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/InvokeContainerApi_Post.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/InvokeContainerApi_Post.json index 1af58111eb46..0042fd341de0 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/InvokeContainerApi_Post.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/InvokeContainerApi_Post.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/PutProperty-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/PutProperty-1.json index f2e3d3252d09..8eee209e7c7b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/PutProperty-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/PutProperty-1.json @@ -8,12 +8,18 @@ "PropertyName": "AppData", "Value": { "Kind": "Binary", - "Data": [0, 1, 2, 3, 4, 5] + "Data": [ + 0, + 1, + 2, + 3, + 4, + 5 + ] } } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/PutProperty-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/PutProperty-2.json index 85713723d090..5db6a9ad77f7 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/PutProperty-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/PutProperty-2.json @@ -14,7 +14,6 @@ } }, "responses": { - "200": { - } + "200": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/Replicas/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/Replicas/get.json index 312e3792ca45..bb373e90c328 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/Replicas/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/Replicas/get.json @@ -54,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/Replicas/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/Replicas/list.json index 6d965820ecec..1fe9b30fb836 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/Replicas/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/Replicas/list.json @@ -102,4 +102,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/get.json index f75d8fe37ce6..45224d3a66f8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/get.json @@ -48,4 +48,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/list.json index b819af670bf6..3df5e396c764 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/Services/list.json @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/create_update.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/create_update.json index 70ba7139bddb..0314b476a55a 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/create_update.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/create_update.json @@ -134,6 +134,6 @@ } } }, - "202": { } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/delete.json index a548ef13b131..b51511b0865d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/delete.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/get.json index 8d7ec34cf29a..208ccd280bbd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/get.json @@ -36,4 +36,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/list.json index 87535e0f53a9..2f34f40e3488 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Applications/list.json @@ -41,4 +41,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Gateways/create_update.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Gateways/create_update.json index 70174652dcf6..2ded194ec7cc 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Gateways/create_update.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Gateways/create_update.json @@ -5,7 +5,7 @@ "api-version": "6.4-preview", "gatewayResourceName": "sampleGateway", "gatewayResourceDescription": { - "name": "sampleGateway", + "name": "sampleGateway", "properties": { "description": "Service Fabric Mesh sample gateway.", "sourceNetwork": { @@ -184,7 +184,7 @@ } ], "status": "Creating", - "ipAddress": "" + "ipAddress": "" } } }, diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Gateways/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Gateways/delete.json index 4970189b8334..63ed69926752 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Gateways/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Gateways/delete.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/create_update.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/create_update.json index 5d3c5fa5fd4a..faf2a3960b48 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/create_update.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/create_update.json @@ -38,4 +38,4 @@ }, "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/delete.json index 279ef9c5e465..aea2170b7316 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/delete.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/get.json index 1e6810b720f7..1afaee298e7d 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/get.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/list.json index 17f1be739309..6cf521d8582c 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Networks/list.json @@ -23,4 +23,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/list.json index 3ea55d35b2b9..b46d7f8ff341 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/list.json @@ -16,7 +16,7 @@ "kind": "inlinedValue", "contentType": "text/plain", "description": "Mongo DB connection string for backend database!", - "status": "Ready" + "status": "Ready" } }, { diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/create.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/create.json index fdc732de74b1..8cd0824452fd 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/create.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/create.json @@ -29,8 +29,6 @@ } } }, - "202": { - } + "202": {} } } - diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/delete.json index 19d0b8e234ac..ad4b3ef9540b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/delete.json @@ -1,6 +1,6 @@ { "operationId": "MeshSecretValue_Delete", - "description":"This example shows how to delete a secret value. If the specified named value exists and is deleted successfully, an empty response with 200 status code is returned. If the specified named value does not exist, an empty response with 204 status code is returned.", + "description": "This example shows how to delete a secret value. If the specified named value exists and is deleted successfully, an empty response with 200 status code is returned. If the specified named value does not exist, an empty response with 204 status code is returned.", "parameters": { "api-version": "6.4-preview", "secretResourceName": "dbConnectionString", @@ -12,4 +12,3 @@ "204": {} } } - diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/get.json index cf221a2399db..a6491634ef44 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Secrets/values/get.json @@ -1,6 +1,6 @@ { "operationId": "MeshSecretValue_Get", - "description":"This example shows how to get the specified secret value resource. If the specified named value exists, its information is returned along with status code 200. The information does not include the value. To get the unecnrypted value use ListMeshSecretValue operation. If the specified named value does not exist, an error is returned with an appropriate status code.", + "description": "This example shows how to get the specified secret value resource. If the specified named value exists, its information is returned along with status code 200. The information does not include the value. To get the unecnrypted value use ListMeshSecretValue operation. If the specified named value does not exist, an error is returned with an appropriate status code.", "parameters": { "api-version": "6.4-preview", "secretResourceName": "dbConnectionString", @@ -11,10 +11,9 @@ "body": { "name": "v1", "properties": { - "value": null + "value": null } } } } } - diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/create_update.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/create_update.json index 38f7e21cfe2f..a8dabbef9064 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/create_update.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/create_update.json @@ -49,4 +49,4 @@ }, "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/delete.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/delete.json index cbe91046c7d2..efaa1f836ae1 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/delete.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/delete.json @@ -10,4 +10,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/get.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/get.json index a14338981ff6..9d08f3b00a82 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/get.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/get.json @@ -16,7 +16,7 @@ "accountName": "sbzdemoaccount", "accountKey": null, "shareName": "sharel" - }, + }, "status": "Ready" } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/list.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/list.json index d780c41fe274..3bf83798904b 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/list.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/Resources/Volumes/list.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/RestorePartition.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/RestorePartition.json index 75eb2f15bbdc..1e97e0557113 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/RestorePartition.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/RestorePartition.json @@ -15,7 +15,6 @@ } }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumeApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumeApplicationBackup.json index 9bd11e91b899..b25a7ac545ec 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumeApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumeApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumePartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumePartitionBackup.json index 50bfbdff95f4..feb701118438 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumePartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumePartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumeServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumeServiceBackup.json index daa0878df285..9037dfa23d9e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumeServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/ResumeServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/StartClusterConfigurationUpgrade-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/StartClusterConfigurationUpgrade-1.json index bbb6034fc8e4..2f8fd59a474e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/StartClusterConfigurationUpgrade-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/StartClusterConfigurationUpgrade-1.json @@ -32,11 +32,9 @@ } ] } - } }, "responses": { - "202": { - } + "202": {} } } diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SubmitPropertyBatch-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SubmitPropertyBatch-1.json index af100a680c95..da4ac83317d4 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SubmitPropertyBatch-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SubmitPropertyBatch-1.json @@ -21,7 +21,13 @@ "PropertyName": "PersistentQueueAppData", "Value": { "Kind": "Binary", - "Data": [1, 2, 3, 4, 5] + "Data": [ + 1, + 2, + 3, + 4, + 5 + ] }, "CustomTypeId": "InitializationData" }, @@ -35,8 +41,7 @@ }, "responses": { "200": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Successful", "Properties": { @@ -55,8 +60,7 @@ } }, "409": { - "headers": { - }, + "headers": {}, "body": { "Kind": "Failed", "ErrorMessage": "FABRIC_E_PROPERTY_CHECK_FAILED", diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendApplicationBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendApplicationBackup.json index 271b8ab320ef..75bdad71a95e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendApplicationBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendApplicationBackup.json @@ -6,7 +6,6 @@ "applicationId": "CalcApp" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendPartitionBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendPartitionBackup.json index 817ec8ff3960..b14619dd6fe8 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendPartitionBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendPartitionBackup.json @@ -6,7 +6,6 @@ "partitionId": "1daae3f5-7fd6-42e9-b1ba-8c05f873994d" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendServiceBackup.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendServiceBackup.json index b4df0c95acac..14d0575c509e 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendServiceBackup.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/SuspendServiceBackup.json @@ -6,7 +6,6 @@ "serviceId": "CalcApp/CalcService" }, "responses": { - "202": { - } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateBackupPolicy.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateBackupPolicy.json index febfc611cfba..3129817ddb68 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateBackupPolicy.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateBackupPolicy.json @@ -24,13 +24,12 @@ }, "RetentionPolicy": { "RetentionPolicyType": "Basic", - "MinimumNumberOfBackups": 60, + "MinimumNumberOfBackups": 60, "RetentionDuration": "P30D" } - } + } }, "responses": { - "200": { - } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateService-1.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateService-1.json index 3a748e8e3e20..6d14c7ebe614 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateService-1.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateService-1.json @@ -1,34 +1,34 @@ { - "operationId": "UpdateService", - "description": "This example shows how to update placement and load balancing related settings of a stateless Service Fabric service.", - "parameters": { - "serviceId": "test~test1", - "api-version": "6.0", - "ServiceUpdateDescription": { - "ServiceKind": "Stateless", - "Flags": "1568", - "PlacementConstraints": "Color==Red", - "DefaultMoveCost": "High", - "ScalingPolicies": [ - { - "ScalingTrigger": { - "Kind": "AveragePartitionLoad", - "MetricName": "servicefabric:\/_CpuCores", - "LowerLoadThreshold": 0.500000, - "UpperLoadThreshold": 0.800000, - "ScaleIntervalInSeconds": 900 - }, - "ScalingMechanism": { - "Kind": "PartitionInstanceCount", - "MinInstanceCount": 4, - "MaxInstanceCount": 6, - "ScaleIncrement": 2 - } - } - ] + "operationId": "UpdateService", + "description": "This example shows how to update placement and load balancing related settings of a stateless Service Fabric service.", + "parameters": { + "serviceId": "test~test1", + "api-version": "6.0", + "ServiceUpdateDescription": { + "ServiceKind": "Stateless", + "Flags": "1568", + "PlacementConstraints": "Color==Red", + "DefaultMoveCost": "High", + "ScalingPolicies": [ + { + "ScalingTrigger": { + "Kind": "AveragePartitionLoad", + "MetricName": "servicefabric:\/_CpuCores", + "LowerLoadThreshold": 0.500000, + "UpperLoadThreshold": 0.800000, + "ScaleIntervalInSeconds": 900 + }, + "ScalingMechanism": { + "Kind": "PartitionInstanceCount", + "MinInstanceCount": 4, + "MaxInstanceCount": 6, + "ScaleIncrement": 2 + } } - }, - "responses": { - "200": {} + ] } -} \ No newline at end of file + }, + "responses": { + "200": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateService-2.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateService-2.json index 4329ddddf400..cdb1368dbdd6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateService-2.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/examples/UpdateService-2.json @@ -1,17 +1,17 @@ { - "operationId": "UpdateService", - "description": "This example shows how to update placement and load balancing related settings of a stateful Service Fabric service.", - "parameters": { - "serviceId": "test~test2", - "api-version": "6.0", - "ServiceUpdateDescription": { - "ServiceKind": "Stateful", - "Flags": "40", - "PlacementConstraints": "Color==Green", - "StandByReplicaKeepDurationSeconds": "1000" - } - }, - "responses": { - "200": {} + "operationId": "UpdateService", + "description": "This example shows how to update placement and load balancing related settings of a stateful Service Fabric service.", + "parameters": { + "serviceId": "test~test2", + "api-version": "6.0", + "ServiceUpdateDescription": { + "ServiceKind": "Stateful", + "Flags": "40", + "PlacementConstraints": "Color==Green", + "StandByReplicaKeepDurationSeconds": "1000" } -} \ No newline at end of file + }, + "responses": { + "200": {} + } +} diff --git a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/servicefabric.json b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/servicefabric.json index 4c88efaa8a5d..44be8a3e50c6 100644 --- a/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/servicefabric.json +++ b/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.5/servicefabric.json @@ -27499,4 +27499,4 @@ "description": "The identity of the gateway." } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json index 5bbfab222559..606b0aa6df7a 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json @@ -2138,4 +2138,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json index 7c9b51fb0f45..22fc362e1fe9 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json @@ -2254,4 +2254,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/application.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/application.json index bde45d8c7bd2..d2d8c769a12e 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/application.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/application.json @@ -2196,4 +2196,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/cluster.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/cluster.json index 881f3e53fab2..e674cfcc9652 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/cluster.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/cluster.json @@ -1531,4 +1531,4 @@ "x-ms-parameter-location": "client" } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/examples/ClusterPutOperation_example_max.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/examples/ClusterPutOperation_example_max.json index f360edb30a13..c44bb8c331f9 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/examples/ClusterPutOperation_example_max.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2019-03-01-preview/examples/ClusterPutOperation_example_max.json @@ -448,4 +448,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterDeleteOperation_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterDeleteOperation_example.json index 43b4e50c4489..2275f5070f8d 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterDeleteOperation_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterDeleteOperation_example.json @@ -7,6 +7,6 @@ }, "responses": { "200": {}, - "204":{} + "204": {} } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterGetOperation_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterGetOperation_example.json index 8dec6391d607..a27c8d9eec22 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterGetOperation_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterGetOperation_example.json @@ -164,4 +164,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListByResourceGroupOperation_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListByResourceGroupOperation_example.json index 479f2e87b2ca..e1e369001876 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListByResourceGroupOperation_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListByResourceGroupOperation_example.json @@ -117,4 +117,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListOperation_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListOperation_example.json index c1dcfbad779a..6a2a5b096e7c 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListOperation_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListOperation_example.json @@ -241,4 +241,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPatchOperation_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPatchOperation_example.json index 428c84350920..cb5974e0161e 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPatchOperation_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPatchOperation_example.json @@ -29,7 +29,7 @@ } }, "responses": { - "202":{}, + "202": {}, "200": { "headers": {}, "body": { @@ -117,4 +117,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_max.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_max.json index 66e218bc6f1a..d96cb06897b5 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_max.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_max.json @@ -268,4 +268,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_min.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_min.json index f497e005e9a9..f276e5ac1531 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_min.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_min.json @@ -46,7 +46,7 @@ } }, "responses": { - "202":{}, + "202": {}, "200": { "headers": {}, "body": { @@ -195,4 +195,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsGet_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsGet_example.json index c627e2e657fc..2844084881d8 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsGet_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsGet_example.json @@ -10,13 +10,13 @@ "200": { "headers": {}, "body": { - "id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/westus/environments/Windows/clusterVersions/5.6.210.9494", - "name": "5.6.210.9494", - "type": "Microsoft.ServiceFabric/locations/environments/clusterVersions", - "properties": { - "codeVersion": "5.6.210.9494", - "supportExpiryUtc": "9999-12-31T23:59:59.9999999", - "environment": "Windows" + "id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/westus/environments/Windows/clusterVersions/5.6.210.9494", + "name": "5.6.210.9494", + "type": "Microsoft.ServiceFabric/locations/environments/clusterVersions", + "properties": { + "codeVersion": "5.6.210.9494", + "supportExpiryUtc": "9999-12-31T23:59:59.9999999", + "environment": "Windows" } } } diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsListByEnvironment_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsListByEnvironment_example.json index 3071a9975a0e..478a87b58694 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsListByEnvironment_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsListByEnvironment_example.json @@ -94,4 +94,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsListByVersion_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsListByVersion_example.json index c37fa62c35d9..da41071dade5 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsListByVersion_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsListByVersion_example.json @@ -24,4 +24,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsList_example.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsList_example.json index ffa714bef00d..474656856650 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsList_example.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterVersionsList_example.json @@ -143,4 +143,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json index 7d46d7cd8769..effe1214dbed 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json @@ -1518,4 +1518,4 @@ "x-ms-parameter-location": "client" } } -} \ No newline at end of file +} diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/examples/ClusterPutOperation_example_max.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/examples/ClusterPutOperation_example_max.json index dfef2314dceb..6d9a22da548f 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/examples/ClusterPutOperation_example_max.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/examples/ClusterPutOperation_example_max.json @@ -443,4 +443,4 @@ } } } -} \ No newline at end of file +}