Skip to content

Commit

Permalink
Relay : Removed subscription and entities names from examples (#11891)
Browse files Browse the repository at this point in the history
* removed subscription and entities names from examples

* example
  • Loading branch information
Ajit Navasare authored Dec 2, 2020
1 parent 9ca91e2 commit 2ac0bba
Show file tree
Hide file tree
Showing 80 changed files with 515 additions and 515 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"parameters": {
"api-version": "2017-04-01",
"subscriptionId": "e2f361f0-3b27-4503-a9cc-21cfba380093",
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
"parameters": {
"name": "sdk-Namespace1321"
"name": "example-RelayNamespace1321"
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"parameters": {
"namespaceName": "sdk-Namespace-5849",
"resourceGroupName": "ArunMonocle",
"namespaceName": "example-RelayNamespace-5849",
"resourceGroupName": "resourcegroup",
"api-version": "2018-01-01-preview",
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4",
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
"parameters": {
"sku": {
"name": "Standard",
Expand All @@ -23,8 +23,8 @@
"name": "Standard",
"tier": "Standard"
},
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849",
"name": "sdk-Namespace-5849",
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/resourcegroup/providers/Microsoft.Relay/namespaces/example-RelayNamespace-5849",
"name": "example-RelayNamespace-5849",
"type": "Microsoft.Relay/Namespaces",
"location": "South Central US",
"tags": {
Expand All @@ -33,8 +33,8 @@
},
"properties": {
"provisioningState": "Created",
"metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849",
"serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/"
"metricId": "ffffffff-ffff-ffff-ffff-ffffffffffff:example-Relaynamespace-5849",
"serviceBusEndpoint": "https://example-RelayNamespace-5849.servicebus.windows-int.net:443/"
}
}
},
Expand All @@ -44,8 +44,8 @@
"name": "Standard",
"tier": "Standard"
},
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.Relay/namespaces/sdk-Namespace-5849",
"name": "sdk-Namespace-5849",
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/resourcegroup/providers/Microsoft.Relay/namespaces/example-RelayNamespace-5849",
"name": "example-RelayNamespace-5849",
"type": "Microsoft.Relay/Namespaces",
"location": "South Central US",
"tags": {
Expand All @@ -54,8 +54,8 @@
},
"properties": {
"provisioningState": "Created",
"metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849",
"serviceBusEndpoint": "https://sdk-Namespace-5849.servicebus.windows-int.net:443/"
"metricId": "ffffffff-ffff-ffff-ffff-ffffffffffff:example-Relaynamespace-5849",
"serviceBusEndpoint": "https://example-RelayNamespace-5849.servicebus.windows-int.net:443/"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"parameters": {
"namespaceName": "sdk-Namespace-5849",
"namespaceName": "example-RelayNamespace-5849",
"resourceGroupName": "SouthCentralUS",
"api-version": "2018-01-01-preview",
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4"
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff"
},
"responses": {
"200": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"parameters": {
"namespaceName": "sdk-RelayNamespace-01",
"namespaceName": "example-RelayRelayNamespace-01",
"resourceGroupName": "RG-eg",
"api-version": "2018-01-01-preview",
"subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef"
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01",
"name": "sdk-RelayNamespace-01",
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/example-RelayRelayNamespace-01",
"name": "example-RelayRelayNamespace-01",
"type": "Microsoft.Relay/Namespaces",
"location": "West US",
"sku": {
Expand All @@ -22,9 +22,9 @@
},
"properties": {
"provisioningState": "Succeeded",
"metricId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef:sdk-RelayNamespace-01",
"metricId": "ffffffff-ffff-ffff-ffff-ffffffffffff:example-RelayRelayNamespace-01",
"createdAt": "2017-01-23T20:38:12.46Z",
"serviceBusEndpoint": "https://sdk-RelayNamespace-01.servicebus.windows.net:443/",
"serviceBusEndpoint": "https://example-RelayRelayNamespace-01.servicebus.windows.net:443/",
"updatedAt": "2017-01-23T20:38:34.533Z"
}
}
Expand Down
Loading

0 comments on commit 2ac0bba

Please sign in to comment.