Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_Create",
"description": "This example shows how to create or update a application resource.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_Delete",
"description": "This example shows how to delete an existing application resource. If the application resource exists and is deleted successfully, an empty response with 200 status code is returned. If the application resource does not exit, an empty response with 204 status code is returned.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_Get",
"description": "This example shows how to get a application resource. If the application resource exists, its description is returned along with an OK (200) status code. If the application resource does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_ListByResourceGroup",
"description": "This example shows how to list all application resources within a specified resource group.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_ListBySubscriptionId",
"description": "This example shows how to list all application resources for a specified subscription.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Service_Get",
"description": "This example shows how to get a service resource for a given application. If the service resource exists, its description is returned along with an OK (200) status code. If the service resource does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Service_List",
"description": "This example shows how to list all services of a given application.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"api-version": "6.4-preview",
"api-version": "2018-09-01-preview",
"applicationResourceName": "sbzDocApp",
"serviceResourceName": "sbzDocService",
"replicaName": "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"applicationResourceName": "helloWorldApp",
"serviceResourceName": "helloWorldService",
"replicaName": "0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"applicationResourceName": "sampleApplication",
"serviceResourceName": "helloWorldService"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_Create",
"description": "This example shows how to create or update a gateway resource.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"gatewayResourceName": "sampleGateway",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_Delete",
"description": "This example shows how to delete an existing gateway resource. If the gateway resource exists and is deleted successfully, an empty response with 200 status code is returned. If the gateway resource does not exist, an empty response with 204 status code is returned.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"gatewayResourceName": "sampleGateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_Get",
"description": "This example shows how to get a gateway resource. If the gateway resource exists, its description is returned along with an OK (200) status code. If the gateway resource does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"gatewayResourceName": "sampleGateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_ListByResourceGroup",
"description": "This example shows how to list all gateway resources within a specified resource group.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_ListBySubscriptionId",
"description": "This example shows how to list all gateway resources for a specified subscription.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"operationId": "Operations_List",
"description": "This example shows how to list all supported operations.",
"parameters": {
"api-version": "2018-09-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.ServiceFabric/clusters/read",
"display": {
"provider": "Microsoft ServiceFabricMesh",
"resource": "Clusters"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/write",
"display": {
"provider": "Microsoft ServiceFabricMesh",
"resource": "Clusters"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/delete",
"display": {
"provider": "Microsoft ServiceFabricMesh",
"resource": "Clusters"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/statuses/read",
"display": {
"provider": "Microsoft ServiceFabricMesh"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/nodes/read",
"display": {
"provider": "Microsoft ServiceFabricMesh"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/applications/read",
"display": {
"provider": "Microsoft ServiceFabricMesh",
"resource": "Applications"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/applications/services/read",
"display": {
"provider": "Microsoft ServiceFabricMesh"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/applications/services/statuses/read",
"display": {
"provider": "Microsoft ServiceFabricMesh"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/applications/services/partitions/read",
"display": {
"provider": "Microsoft ServiceFabricMesh"
}
},
{
"name": "Microsoft.ServiceFabric/clusters/applications/services/partitions/replicas/read",
"display": {
"provider": "Microsoft ServiceFabricMesh"
}
},
{
"name": "Microsoft.ServiceFabric/environments/clusterVersions/read",
"display": {
"provider": "Microsoft ServiceFabricMesh"
}
},
{
"name": "Microsoft.ServiceFabricMesh/applications/providers/Microsoft.Insights/metricDefinitions/read",
"display": {
"provider": "Microsoft ServiceFabricMesh",
"resource": "Applications",
"operation": "Read Microsoft Service Fabric Mesh metric definitions",
"description": "Gets the available metrics for Microsoft Service Fabric Mesh"
},
"origin": "system"
},
{
"name": "Microsoft.ServiceFabricMesh/applications/providers/Microsoft.Insights/diagnosticSettings/read",
"display": {
"provider": "Microsoft ServiceFabricMesh",
"resource": "Applications",
"operation": "Read diagnostic setting",
"description": "Gets the diagnostic setting for the resource"
},
"origin": "system"
},
{
"name": "Microsoft.ServiceFabricMesh/applications/providers/Microsoft.Insights/diagnosticSettings/write",
"display": {
"provider": "Microsoft ServiceFabricMesh",
"resource": "Applications",
"operation": "Write diagnostic setting",
"description": "Creates or updates the diagnostic setting for the resource"
},
"origin": "system"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Network_Create",
"description": "This example shows how to create or update a network resource.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"networkResourceName": "sampleNetwork",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Network_Delete",
"description": "This example shows how to delete an existing network resource. If the network resource exists and is deleted successfully, an empty response with 200 status code is returned. If the network resource does not exist, an empty response with 204 status code is returned.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"networkResourceName": "sampleNetwork"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Network_Get",
"description": "This example shows how to get a network resource. If the network resource exists, its description is returned along with an OK (200) status code. If the network resource does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"networkResourceName": "sampleNetwork"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Network_ListByResourceGroup",
"description": "This example shows how to list all network resources within a specified resource group.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Network_ListBySubscriptionId",
"description": "This example shows how to list all network resources for a specified subscription.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Secret_Create",
"description": "This example shows how to create or update a secret resource.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"secretResourceName": "dbConnectionString",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Secret_Delete",
"description": "This example shows how to delete an existing secret resource. If the secret resource exists and is deleted successfully, an empty response with 200 status code is returned. If the secret resource does not exit, an empty response with 204 status code is returned.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"secretResourceName": "dbConnectionString"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Secret_Get",
"description": "This example shows how to get a secret resource. If the secret resource exists, its description is returned along with an OK (200) status code. If the secret resource does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"secretResourceName": "dbConnectionString"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Secret_ListByResourceGroup",
"description": "This example shows how to list all secret resources within a specified resource group.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Secret_ListBySubscriptionId",
"description": "This example shows how to list all secret resources for a specified subscription.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"operationId": "SecretValue_Create",
"description": "This example shows how to add a new value of a secret resource; the secret value is provided as plaintext.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"secretResourceName": "dbConnectionString",
"secretValueResourceName": "v1",
"secretValueResourceDescription": {
"location": "West US",
"name": "v1",
"properties": {
"value": "mongodb://contoso123:0Fc3IolnL12312asdfawejunASDF@asdfYXX2t8a97kghVcUzcDv98hawelufhawefafnoQRGwNj2nMPL1Y9qsIr9Srdw==@contoso123.documents.azure.com:10255/mydatabase?ssl=true"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "SecretValue_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.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"secretResourceName": "dbConnectionString",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "SecretValue_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 SecretValue_ListValue operation. If the specified named value does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"secretResourceName": "dbConnectionString",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "SecretValue_List",
"description": "This example shows how to list names of all values of a secret resource, not including their respective values.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"secretResourceName": "dbConnectionString"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "SecretValue_ListValue",
"description": "This example shows how to get the unencrypted value of the secret. If the specified named value resource exists, its unencrypted value is returned along with status code 200. If the specified named value does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"secretResourceName": "dbConnectionString",
Expand Down
Loading