Skip to content

Commit

Permalink
prettier check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajit Maruti Navasare (MINDTREE LIMITED) committed Dec 9, 2020
1 parent 9789255 commit fcde91b
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/AuthorizationRules": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/AuthorizationRules": {
"get": {
"tags": [
"Namespaces AuthorizationRule"
Expand Down Expand Up @@ -1528,7 +1528,7 @@
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/CheckNameAvailability": {
"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/CheckNameAvailability": {
"post": {
"tags": [
"Namespaces"
Expand Down Expand Up @@ -1573,7 +1573,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/ipfilterrules": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/ipfilterrules": {
"get": {
"tags": [
"Namespaces"
Expand Down Expand Up @@ -1758,7 +1758,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/migrate": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/migrate": {
"post": {
"tags": [
"Namespaces"
Expand Down Expand Up @@ -1806,7 +1806,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/networkRuleSets/default": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/networkRuleSets/default": {
"put": {
"tags": [
"Namespaces"
Expand Down Expand Up @@ -1942,7 +1942,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/virtualnetworkrules": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/virtualnetworkrules": {
"get": {
"tags": [
"Namespaces"
Expand Down Expand Up @@ -2505,7 +2505,7 @@
}
}
},
"SBAuthorizationRuleListResult": {
"SBAuthorizationRuleListResult": {
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -2620,7 +2620,7 @@
],
"description": "Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset."
},
"CheckNameAvailability": {
"CheckNameAvailability": {
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -2666,7 +2666,7 @@
},
"description": "Specifies the reason for the unavailability of the service."
},
"IpFilterRule": {
"IpFilterRule": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand Down Expand Up @@ -2718,7 +2718,7 @@
},
"description": "The response from the List namespace operation."
},
"SBNamespaceMigrate": {
"SBNamespaceMigrate": {
"type": "object",
"properties": {
"targetNamespaceType": {
Expand All @@ -2742,7 +2742,7 @@
],
"description": "Namespace Migrate Object"
},
"NWRuleSetIpRules": {
"NWRuleSetIpRules": {
"x-ms-client-flatten": true,
"properties": {
"ipMask": {
Expand Down Expand Up @@ -2852,7 +2852,7 @@
},
"description": "The response of the List NetworkRuleSet operation."
},
"VirtualNetworkRule": {
"VirtualNetworkRule": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand Down

0 comments on commit fcde91b

Please sign in to comment.