Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-eventgrid] track2 modify Event Grid readme.go.md #5750

Closed
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/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