Skip to content

Commit

Permalink
CodeGen from PR 15748 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 0c31b27b29aa543e20e0290dfa83af1963c1c04a into 09c9f24645674a7277d897f21082f1b1f9642a73
  • Loading branch information
SDKAuto committed Aug 24, 2021
1 parent cadd8b2 commit f490400
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/eventgrid/arm-eventgrid/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Azure EventGridManagementClient SDK for JavaScript

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for EventGridManagementClient.
This package contains an isomorphic SDK (runs both in node.js and in browsers) for EventGridManagementClient.

### Currently supported environments

Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/arm-eventgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/eventgrid/arm-eventgrid",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventgrid/arm-eventgrid",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventgrid/arm-eventgrid/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ export interface StaticDeliveryAttributeMapping {
*/
value?: string;
/**
* Boolean flag to tell if the attribute contains sensitive information .
* Boolean flag to tell if the attribute contains sensitive information . Default value: false.
*/
isSecret?: boolean;
}
Expand Down Expand Up @@ -1963,7 +1963,7 @@ export interface Topic extends TrackedResource {
*/
identity?: IdentityInfo;
/**
* Kind of the resource. Possible values include: 'Azure', 'AzureArc'
* Kind of the resource. Possible values include: 'Azure', 'AzureArc'. Default value: 'Azure'.
*/
kind?: ResourceKind;
/**
Expand Down
2 changes: 2 additions & 0 deletions sdk/eventgrid/arm-eventgrid/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,7 @@ export const StaticDeliveryAttributeMapping: msRest.CompositeMapper = {
},
isSecret: {
serializedName: "properties.isSecret",
defaultValue: false,
type: {
name: "Boolean"
}
Expand Down Expand Up @@ -2815,6 +2816,7 @@ export const Topic: msRest.CompositeMapper = {
},
kind: {
serializedName: "kind",
defaultValue: 'Azure',
type: {
name: "String"
}
Expand Down

0 comments on commit f490400

Please sign in to comment.