Skip to content

Commit

Permalink
Merge pull request #114 from luisgmsft/fix-addszip-url
Browse files Browse the repository at this point in the history
Urgent URL fix
  • Loading branch information
larry brader authored Feb 5, 2018
2 parents 0093439 + 94ea640 commit e825897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sap/sap-hana-v2/sap-hana-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"typeHandlerVersion": "2.1",
"autoUpgradeMinorVersion": true,
"settings": {
"ModulesUrl": "https://github.com/woodp/reference-architectures/blob/sap-azbb/sap/sap-hana-v2/adds.zip?raw=true",
"ModulesUrl": "https://github.com/mspnp/reference-architectures/blob/master/sap/sap-hana-v2/adds.zip?raw=true",
"ConfigurationFunction":"adds-forest.ps1\\CreateForest",
"Properties": {
"DomainName": "contoso.com",
Expand Down Expand Up @@ -163,7 +163,7 @@
"typeHandlerVersion": "2.1",
"autoUpgradeMinorVersion": true,
"settings": {
"ModulesUrl": "https://github.com/woodp/reference-architectures/blob/sap-azbb/sap/sap-hana-v2/adds.zip?raw=true",
"ModulesUrl": "https://github.com/mspnp/reference-architectures/blob/master/sap/sap-hana-v2/adds.zip?raw=true",
"ConfigurationFunction":"adds.ps1\\CreateDomainController",
"Properties": {
"DomainName": "contoso.com",
Expand Down

0 comments on commit e825897

Please sign in to comment.