Skip to content

Commit a26ab44

Browse files
committed
Merge remote-tracking branch 'upstream/master' into v-miegge/security-center-troubleshooting-guide
2 parents 7e76298 + 601490e commit a26ab44

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.openpublishing.redirection.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26194,11 +26194,6 @@
2619426194
"redirect_url": "/azure/security-center/security-center-features-retirement-july2019#custom-alert-rules-preview",
2619526195
"redirect_document_id": false
2619626196
},
26197-
{
26198-
"source_path": "articles/security-center/security-center-threat-intel.md",
26199-
"redirect_url": "/azure/security-center/security-center-features-retirement-july2019#menu_securityeventsmap",
26200-
"redirect_document_id": false
26201-
},
2620226197
{
2620326198
"source_path": "articles/virtual-network/virtual-network-deploy-multinic-arm-cli.md",
2620426199
"redirect_url": "/azure/virtual-machines/linux/multiple-nics",

articles/virtual-machines/linux/openshift-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Create service principal:
113113
scope=`az group show --name openshiftrg --query id`
114114
az ad sp create-for-rbac --name openshiftsp \
115115
--role Contributor --password {Strong Password} \
116-
--scopes $scope
116+
--scopes $scope \
117117
```
118118
If you're using Windows, execute ```az group show --name openshiftrg --query id``` and use the output in place of $scope.
119119

@@ -170,4 +170,4 @@ This article covered the following topics:
170170
Next, deploy an OpenShift cluster:
171171

172172
- [Deploy OpenShift Container Platform](./openshift-container-platform.md)
173-
- [Deploy OpenShift Container Platform Self-Managed Marketplace Offer](./openshift-marketplace-self-managed.md)
173+
- [Deploy OpenShift Container Platform Self-Managed Marketplace Offer](./openshift-marketplace-self-managed.md)

0 commit comments

Comments
 (0)