File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.0.7
4
+
5
+ - Fix exporting of resource types
6
+
3
7
## v0.0.6
4
8
5
9
- Add list of Metrics Supported Resource Types [ #235 ] ( https://github.com/grafana/grafana-azure-sdk-react/pull/235 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grafana/azure-sdk" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"description" : " Common Azure features for Grafana" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ export * from './credentials/AzureCredentials';
2
2
export * from './credentials/AzureCredentialsConfig' ;
3
3
export * from './clouds' ;
4
4
export * from './settings' ;
5
+ export * from './resources' ;
Original file line number Diff line number Diff line change
1
+ export * from './MetricsResourceTypes' ;
2
+ export * from './ResourceTypes' ;
You can’t perform that action at this time.
0 commit comments