Skip to content

Commit e6c430a

Browse files
author
SDK Automation
committed
Generated from d7aec541537099657f4bd9c2f6ecf50347189c69
fixed prettier error
1 parent 86a15ae commit e6c430a

16 files changed

+1016
-164
lines changed

sdk/resources/arm-resources/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Microsoft
3+
Copyright (c) 2020 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/resources/arm-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
9696

9797
- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
9898

99-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fresources%2Farm-resources%2FREADME.png)
99+
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/resources/arm-resources/README.png)

sdk/resources/arm-resources/src/models/deploymentsMappers.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
export {
1010
AliasPathType,
11-
AliasType,
11+
AliasPatternType1,
12+
AliasType1,
1213
BaseResource,
1314
BasicDependency,
1415
CloudError,
@@ -29,6 +30,7 @@ export {
2930
ErrorAdditionalInfo,
3031
ErrorResponse,
3132
GenericResource,
33+
GenericResourceExpanded,
3234
Identity,
3335
IdentityUserAssignedIdentitiesValue,
3436
OnErrorDeployment,
@@ -40,9 +42,14 @@ export {
4042
Resource,
4143
ResourceGroup,
4244
ResourceGroupProperties,
45+
ResourceReference,
46+
ScopedDeployment,
4347
Sku,
4448
SubResource,
4549
TagCount,
50+
TagDetails,
51+
Tags,
52+
TagsResource,
4653
TagValue,
4754
TemplateHashResult,
4855
TemplateLink,

0 commit comments

Comments
 (0)