Skip to content

Commit

Permalink
add servicebus resourceuri (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
serbrech authored Sep 28, 2020
1 parent b076c14 commit afe1765
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autorest/azure/environments.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ type ResourceIdentifier struct {
OperationalInsights string `json:"operationalInsights"`
Storage string `json:"storage"`
Synapse string `json:"synapse"`
ServiceBus string `json:"serviceBus"`
}

// Environment represents a set of endpoints for each of Azure's Clouds.
Expand Down Expand Up @@ -111,6 +112,7 @@ var (
OperationalInsights: "https://api.loganalytics.io",
Storage: "https://storage.azure.com/",
Synapse: "https://dev.azuresynapse.net",
ServiceBus: "https://servicebus.azure.net/",
},
}

Expand Down Expand Up @@ -147,6 +149,7 @@ var (
OperationalInsights: "https://api.loganalytics.us",
Storage: "https://storage.azure.com/",
Synapse: NotAvailable,
ServiceBus: "https://servicebus.azure.net/",
},
}

Expand Down Expand Up @@ -183,6 +186,7 @@ var (
OperationalInsights: NotAvailable,
Storage: "https://storage.azure.com/",
Synapse: "https://dev.azuresynapse.net",
ServiceBus: "https://servicebus.azure.net/",
},
}

Expand Down Expand Up @@ -219,6 +223,7 @@ var (
OperationalInsights: NotAvailable,
Storage: "https://storage.azure.com/",
Synapse: NotAvailable,
ServiceBus: "https://servicebus.azure.net/",
},
}
)
Expand Down

0 comments on commit afe1765

Please sign in to comment.