File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { postProcessor as costManagementPostProcessor } from './processors/Micro
14
14
import { postProcessor as providerHubPostProcessor } from './processors/Microsoft.ProviderHub' ;
15
15
import { postProcessor as mediaPostProcessor } from './processors/Microsoft.Media' ;
16
16
import { postProcessor as networkPostProcessor } from './processors/Microsoft.Network' ;
17
+ import { postProcessor as azureStackHciPostProcessor } from './processors/Microsoft.AzureStackHCI' ;
17
18
import { lowerCaseEquals } from './utils' ;
18
19
19
20
// New providers are onboarded by default. The providers listed here are the only ones **not** onboarded.
@@ -1101,6 +1102,11 @@ const autoGenList: AutoGenConfig[] = [
1101
1102
namespace : 'Microsoft.Network' ,
1102
1103
suffix : 'DnsResolver' ,
1103
1104
} ,
1105
+ {
1106
+ basePath : 'azurestackhci/resource-manager' ,
1107
+ namespace : 'Microsoft.AzureStackHCI' ,
1108
+ postProcessor : azureStackHciPostProcessor
1109
+ } ,
1104
1110
] ;
1105
1111
1106
1112
export function findAutogenEntries ( basePath : string ) : AutoGenConfig [ ] {
Original file line number Diff line number Diff line change 962
962
{
963
963
"type" : " array" ,
964
964
"items" : {
965
- "$ref " : " #/definitions/Step "
965
+ "type " : " object "
966
966
}
967
967
},
968
968
{
You can’t perform that action at this time.
0 commit comments