Skip to content

Commit ddb0132

Browse files
author
SDK Automation
committed
Generated from 7d2328671276d7a90769184f8cf6d10b968c736f
Revert "Fix Parameter Description for validate resource move (Azure#8524)" This reverts commit cb0a81fefacc56fca338e3a2658a9390b305fa61.
1 parent f1a3359 commit ddb0132

17 files changed

+1438
-460
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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
*/
88

99
export {
10-
AliasPathType,
11-
AliasType,
10+
Alias,
11+
AliasPath,
12+
AliasPattern,
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)