Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/resources/arm-resources/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Microsoft
Copyright (c) 2020 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion sdk/resources/arm-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to

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

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fresources%2Farm-resources%2FREADME.png)
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/resources/arm-resources/README.png)
11 changes: 9 additions & 2 deletions sdk/resources/arm-resources/src/models/deploymentsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
*/

export {
AliasPathType,
AliasType,
Alias,
AliasPath,
AliasPattern,
BaseResource,
BasicDependency,
CloudError,
Expand All @@ -29,6 +30,7 @@ export {
ErrorAdditionalInfo,
ErrorResponse,
GenericResource,
GenericResourceExpanded,
Identity,
IdentityUserAssignedIdentitiesValue,
OnErrorDeployment,
Expand All @@ -40,9 +42,14 @@ export {
Resource,
ResourceGroup,
ResourceGroupProperties,
ResourceReference,
ScopedDeployment,
Sku,
SubResource,
TagCount,
TagDetails,
Tags,
TagsResource,
TagValue,
TemplateHashResult,
TemplateLink,
Expand Down
Loading