Skip to content

Commit

Permalink
fixed duplicate namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecotillo committed Nov 12, 2021
1 parent f45e029 commit 9b7ec3b
Show file tree
Hide file tree
Showing 12 changed files with 3,200 additions and 24 deletions.
10 changes: 10 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,16 @@ const autoGenList: AutoGenConfig[] = [
namespace: 'Microsoft.StorSimple',
suffix: '1200'
},
{
basePath: 'resources/resource-manager',
namespace: 'Microsoft.Solutions',
suffix: 'resourcesolutions'
},
{
basePath: 'solutions/resource-manager',
namespace: 'Microsoft.Solutions',
suffix: 'solutions'
},
{
basePath: 'storage/resource-manager',
namespace: 'Microsoft.Storage',
Expand Down
4 changes: 2 additions & 2 deletions schemas/2014-04-01-preview/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1344,10 +1344,10 @@
"$ref": "https://schema.management.azure.com/schemas/2019-05-01/Microsoft.Resources.json#/resourceDefinitions/deployments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/applianceDefinitions"
"$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applianceDefinitions"
},
{
"$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/appliances"
"$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/appliances"
},
{
"$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service"
Expand Down
4 changes: 2 additions & 2 deletions schemas/2015-01-01/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1576,10 +1576,10 @@
"$ref": "https://schema.management.azure.com/schemas/2017-05-10/Microsoft.Resources.json#/resourceDefinitions/deployments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/applianceDefinitions"
"$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/applianceDefinitions"
},
{
"$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/appliances"
"$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.resourcesolutions.json#/resourceDefinitions/appliances"
},
{
"$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service"
Expand Down
Loading

0 comments on commit 9b7ec3b

Please sign in to comment.