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

duplicate tag in iothub/resource-manager/readme.md #16692

Closed
cataggar opened this issue Nov 7, 2021 · 2 comments
Closed

duplicate tag in iothub/resource-manager/readme.md #16692

cataggar opened this issue Nov 7, 2021 · 2 comments
Labels
IoTHub Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@cataggar
Copy link
Member

cataggar commented Nov 7, 2021

Tag: package-preview-2021-07 occurs twice. The tags should be unique.

#16493 added:

### Tag: package-preview-2021-07
These settings apply only when `--tag=package-preview-2021-07-02` is specified on the command line.
```yaml $(tag) == 'package-preview-2021-07-02'
input-file:
- Microsoft.Devices/preview/2021-07-02-preview/iothub.json
```

but it already had:

### Tag: package-preview-2021-07
These settings apply only when `--tag=package-preview-2021-07` is specified on the command line.
``` yaml $(tag) == 'package-preview-2021-07'
input-file:
- Microsoft.Devices/preview/2021-07-01-preview/iothub.json
```

cc @zhenglaizhang, @j5lim

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 7, 2021
ctaggart added a commit to ctaggart/azure-sdk-for-rust that referenced this issue Nov 7, 2021
@cataggar
Copy link
Member Author

cataggar commented Nov 8, 2021

### Tag: package-2021-07 also duplicate.

### Tag: package-2021-07
These settings apply only when `--tag=package-2021-07-02` is specified on the command line.
```yaml $(tag) == 'package-2021-07-02'
input-file:
- Microsoft.Devices/stable/2021-07-02/iothub.json
```
### Tag: package-2021-07
These settings apply only when `--tag=package-2021-07` is specified on the command line.
``` yaml $(tag) == 'package-2021-07'
input-file:
- Microsoft.Devices/stable/2021-07-01/iothub.json
```

@leni-msft leni-msft added IoTHub Service Attention Workflow: This issue is responsible by Azure service team. labels Dec 22, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Dec 22, 2021
@cataggar
Copy link
Member Author

It is still duplicate, but it is old now.

@cataggar cataggar closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IoTHub Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants