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
124 changes: 62 additions & 62 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

58 changes: 50 additions & 8 deletions sdk/resources/arm-resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,57 @@
# Release History

## 6.0.0 (2023-02-22)

**Features**

## 5.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation TagsOperations.beginCreateOrUpdateAtScope
- Added operation TagsOperations.beginCreateOrUpdateAtScopeAndWait
- Added operation TagsOperations.beginDeleteAtScope
- Added operation TagsOperations.beginDeleteAtScopeAndWait
- Added operation TagsOperations.beginUpdateAtScope
- Added operation TagsOperations.beginUpdateAtScopeAndWait
- Added Interface TagsCreateOrUpdateAtScopeHeaders
- Added Interface TagsDeleteAtScopeHeaders
- Added Interface TagsUpdateAtScopeHeaders
- Interface TagsCreateOrUpdateAtScopeOptionalParams has a new optional parameter resumeFrom
- Interface TagsCreateOrUpdateAtScopeOptionalParams has a new optional parameter updateIntervalInMs
- Interface TagsDeleteAtScopeOptionalParams has a new optional parameter resumeFrom
- Interface TagsDeleteAtScopeOptionalParams has a new optional parameter updateIntervalInMs
- Interface TagsUpdateAtScopeOptionalParams has a new optional parameter resumeFrom
- Interface TagsUpdateAtScopeOptionalParams has a new optional parameter updateIntervalInMs

### Other Changes
**Breaking Changes**

- Removed operation TagsOperations.createOrUpdateAtScope
- Removed operation TagsOperations.deleteAtScope
- Removed operation TagsOperations.updateAtScope
- Interface DeploymentOperationsListAtManagementGroupScopeNextOptionalParams no longer has parameter top
- Interface DeploymentOperationsListAtScopeNextOptionalParams no longer has parameter top
- Interface DeploymentOperationsListAtSubscriptionScopeNextOptionalParams no longer has parameter top
- Interface DeploymentOperationsListAtTenantScopeNextOptionalParams no longer has parameter top
- Interface DeploymentOperationsListNextOptionalParams no longer has parameter top
- Interface DeploymentsListAtManagementGroupScopeNextOptionalParams no longer has parameter filter
- Interface DeploymentsListAtManagementGroupScopeNextOptionalParams no longer has parameter top
- Interface DeploymentsListAtScopeNextOptionalParams no longer has parameter filter
- Interface DeploymentsListAtScopeNextOptionalParams no longer has parameter top
- Interface DeploymentsListAtSubscriptionScopeNextOptionalParams no longer has parameter filter
- Interface DeploymentsListAtSubscriptionScopeNextOptionalParams no longer has parameter top
- Interface DeploymentsListAtTenantScopeNextOptionalParams no longer has parameter filter
- Interface DeploymentsListAtTenantScopeNextOptionalParams no longer has parameter top
- Interface DeploymentsListByResourceGroupNextOptionalParams no longer has parameter filter
- Interface DeploymentsListByResourceGroupNextOptionalParams no longer has parameter top
- Interface ProvidersListAtTenantScopeNextOptionalParams no longer has parameter expand
- Interface ProvidersListNextOptionalParams no longer has parameter expand
- Interface ResourceGroupsListNextOptionalParams no longer has parameter filter
- Interface ResourceGroupsListNextOptionalParams no longer has parameter top
- Interface ResourcesListByResourceGroupNextOptionalParams no longer has parameter expand
- Interface ResourcesListByResourceGroupNextOptionalParams no longer has parameter filter
- Interface ResourcesListByResourceGroupNextOptionalParams no longer has parameter top
- Interface ResourcesListNextOptionalParams no longer has parameter expand
- Interface ResourcesListNextOptionalParams no longer has parameter filter
- Interface ResourcesListNextOptionalParams no longer has parameter top


## 5.1.0 (2022-11-10)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/resources/arm-resources/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 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
10 changes: 5 additions & 5 deletions sdk/resources/arm-resources/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "a42f1b58607091c4f255ead152a8ef323fa0b280",
"readme": "specification\\resources\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.8.4 --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\\resources\\resource-manager\\readme.md --use=@autorest/[email protected].3.20221108.1 --generate-sample=true",
"commit": "7bb130e1372b6c1986effdd5d4f10e4d7a6a2b89",
"readme": "specification/resources/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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/resources/resource-manager/readme.md --use=@autorest/[email protected].5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/[email protected].3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/[email protected].5"
}
20 changes: 6 additions & 14 deletions sdk/resources/arm-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ResourceManagementClient.",
"version": "5.1.1",
"version": "6.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,9 +29,9 @@
"types": "./types/arm-resources.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
Expand Down Expand Up @@ -110,13 +110,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-resources?view=azure-node-preview"
}
}
"autoPublish": true
}
55 changes: 27 additions & 28 deletions sdk/resources/arm-resources/review/arm-resources.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export type DeploymentOperationsGetResponse = DeploymentOperation;

// @public
export interface DeploymentOperationsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
top?: number;
}

// @public
Expand All @@ -215,7 +214,6 @@ export type DeploymentOperationsListAtManagementGroupScopeResponse = DeploymentO

// @public
export interface DeploymentOperationsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
top?: number;
}

// @public
Expand All @@ -231,7 +229,6 @@ export type DeploymentOperationsListAtScopeResponse = DeploymentOperationsListRe

// @public
export interface DeploymentOperationsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
top?: number;
}

// @public
Expand All @@ -247,7 +244,6 @@ export type DeploymentOperationsListAtSubscriptionScopeResponse = DeploymentOper

// @public
export interface DeploymentOperationsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
top?: number;
}

// @public
Expand All @@ -263,7 +259,6 @@ export type DeploymentOperationsListAtTenantScopeResponse = DeploymentOperations

// @public
export interface DeploymentOperationsListNextOptionalParams extends coreClient.OperationOptions {
top?: number;
}

// @public
Expand Down Expand Up @@ -603,8 +598,6 @@ export type DeploymentsGetResponse = DeploymentExtended;

// @public
export interface DeploymentsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand All @@ -621,8 +614,6 @@ export type DeploymentsListAtManagementGroupScopeResponse = DeploymentListResult

// @public
export interface DeploymentsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand All @@ -639,8 +630,6 @@ export type DeploymentsListAtScopeResponse = DeploymentListResult;

// @public
export interface DeploymentsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand All @@ -657,8 +646,6 @@ export type DeploymentsListAtSubscriptionScopeResponse = DeploymentListResult;

// @public
export interface DeploymentsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand All @@ -675,8 +662,6 @@ export type DeploymentsListAtTenantScopeResponse = DeploymentListResult;

// @public
export interface DeploymentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -1162,7 +1147,6 @@ export type ProvidersGetResponse = Provider;

// @public
export interface ProvidersListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
expand?: string;
}

// @public
Expand All @@ -1178,7 +1162,6 @@ export type ProvidersListAtTenantScopeResponse = ProviderListResult;

// @public
export interface ProvidersListNextOptionalParams extends coreClient.OperationOptions {
expand?: string;
}

// @public
Expand Down Expand Up @@ -1336,8 +1319,6 @@ export type ResourceGroupsGetResponse = ResourceGroup;

// @public
export interface ResourceGroupsListNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -1506,9 +1487,6 @@ export type ResourcesGetResponse = GenericResource;

// @public
export interface ResourcesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
expand?: string;
filter?: string;
top?: number;
}

// @public
Expand All @@ -1526,9 +1504,6 @@ export type ResourcesListByResourceGroupResponse = ResourceListResult;

// @public
export interface ResourcesListNextOptionalParams extends coreClient.OperationOptions {
expand?: string;
filter?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -1646,8 +1621,15 @@ export interface Tags {
};
}

// @public
export interface TagsCreateOrUpdateAtScopeHeaders {
location?: string;
}

// @public
export interface TagsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
updateIntervalInMs?: number;
}

// @public
Expand All @@ -1667,8 +1649,15 @@ export interface TagsCreateOrUpdateValueOptionalParams extends coreClient.Operat
// @public
export type TagsCreateOrUpdateValueResponse = TagValue;

// @public
export interface TagsDeleteAtScopeHeaders {
location?: string;
}

// @public
export interface TagsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
updateIntervalInMs?: number;
}

// @public
Expand Down Expand Up @@ -1708,15 +1697,18 @@ export interface TagsListResult {

// @public
export interface TagsOperations {
beginCreateOrUpdateAtScope(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<PollerLike<PollOperationState<TagsCreateOrUpdateAtScopeResponse>, TagsCreateOrUpdateAtScopeResponse>>;
beginCreateOrUpdateAtScopeAndWait(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<TagsCreateOrUpdateAtScopeResponse>;
beginDeleteAtScope(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
beginDeleteAtScopeAndWait(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<void>;
beginUpdateAtScope(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<PollerLike<PollOperationState<TagsUpdateAtScopeResponse>, TagsUpdateAtScopeResponse>>;
beginUpdateAtScopeAndWait(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<TagsUpdateAtScopeResponse>;
createOrUpdate(tagName: string, options?: TagsCreateOrUpdateOptionalParams): Promise<TagsCreateOrUpdateResponse>;
createOrUpdateAtScope(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<TagsCreateOrUpdateAtScopeResponse>;
createOrUpdateValue(tagName: string, tagValue: string, options?: TagsCreateOrUpdateValueOptionalParams): Promise<TagsCreateOrUpdateValueResponse>;
delete(tagName: string, options?: TagsDeleteOptionalParams): Promise<void>;
deleteAtScope(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<void>;
deleteValue(tagName: string, tagValue: string, options?: TagsDeleteValueOptionalParams): Promise<void>;
getAtScope(scope: string, options?: TagsGetAtScopeOptionalParams): Promise<TagsGetAtScopeResponse>;
list(options?: TagsListOptionalParams): PagedAsyncIterableIterator<TagDetails>;
updateAtScope(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<TagsUpdateAtScopeResponse>;
}

// @public
Expand All @@ -1736,8 +1728,15 @@ export interface TagsResource {
readonly type?: string;
}

// @public
export interface TagsUpdateAtScopeHeaders {
location?: string;
}

// @public
export interface TagsUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
updateIntervalInMs?: number;
}

// @public
Expand Down
Loading