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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 12 additions & 10 deletions sdk/managednetworkfabric/arm-managednetworkfabric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 1.1.0 (2023-08-01)

**Features**

## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Interface AccessControlList has a new optional parameter defaultAction
- Interface AccessControlListPatch has a new optional parameter defaultAction
- Interface AccessControlListPatchableProperties has a new optional parameter defaultAction
- Interface RoutePolicy has a new optional parameter defaultAction
- Interface RoutePolicyPatch has a new optional parameter defaultAction
- Interface RoutePolicyPatchableProperties has a new optional parameter defaultAction


## 1.0.0 (2023-07-17)

The package of @azure/arm-managednetworkfabric is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
8 changes: 4 additions & 4 deletions sdk/managednetworkfabric/arm-managednetworkfabric/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "3731ac6150dcb22856183e9f1ca49eb912459f83",
"commit": "9d171f5580576db60b1ea835a3f0b90fd453464e",
"readme": "specification/managednetworkfabric/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\managednetworkfabric\\resource-manager\\readme.md --use=@autorest/typescript@6.0.5 --generate-sample=true",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/managednetworkfabric/resource-manager/readme.md --use=@autorest/typescript@^6.0.4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/typescript@6.0.5"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.1",
"use": "@autorest/typescript@^6.0.4"
}
6 changes: 0 additions & 6 deletions sdk/managednetworkfabric/arm-managednetworkfabric/assets.json

This file was deleted.

16 changes: 4 additions & 12 deletions sdk/managednetworkfabric/arm-managednetworkfabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AzureNetworkFabricManagementServiceAPI.",
"version": "1.0.1",
"version": "1.1.0",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.3",
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
Expand Down Expand Up @@ -111,13 +111,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managednetworkfabric/arm-managednetworkfabric",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-managednetworkfabric?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/managednetworkfabric/arm-managednetworkfabric"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface AccessControlList extends TrackedResource {
annotation?: string;
readonly configurationState?: ConfigurationState;
configurationType?: ConfigurationType;
defaultAction?: CommunityActionTypes;
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[];
readonly lastSyncedTime?: Date;
matchConfigurations?: AccessControlListMatchConfiguration[];
Expand Down Expand Up @@ -53,6 +54,7 @@ export interface AccessControlListPatch extends TagsUpdate {
aclsUrl?: string;
annotation?: string;
configurationType?: ConfigurationType;
defaultAction?: CommunityActionTypes;
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[];
matchConfigurations?: AccessControlListMatchConfiguration[];
}
Expand All @@ -61,6 +63,7 @@ export interface AccessControlListPatch extends TagsUpdate {
export interface AccessControlListPatchableProperties {
aclsUrl?: string;
configurationType?: ConfigurationType;
defaultAction?: CommunityActionTypes;
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[];
matchConfigurations?: AccessControlListMatchConfiguration[];
}
Expand Down Expand Up @@ -4277,6 +4280,7 @@ export interface RoutePolicy extends TrackedResource {
readonly administrativeState?: AdministrativeState;
annotation?: string;
readonly configurationState?: ConfigurationState;
defaultAction?: CommunityActionTypes;
networkFabricId: string;
readonly provisioningState?: ProvisioningState;
statements?: RoutePolicyStatementProperties[];
Expand All @@ -4290,11 +4294,13 @@ export type RoutePolicyConditionType = string;

// @public
export interface RoutePolicyPatch extends TagsUpdate {
defaultAction?: CommunityActionTypes;
statements?: RoutePolicyStatementProperties[];
}

// @public
export interface RoutePolicyPatchableProperties {
defaultAction?: CommunityActionTypes;
statements?: RoutePolicyStatementProperties[];
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading